startup() not working as expected in Bug Reports
|
|
| BYOND Version: | 430 |
| Operating System: | Windows XP Home |
| Web Browser: | Firefox 3.0.8 |
|
| Status: |
Resolved (443)
This issue has been resolved.
|
|
|
According to the reference providing a value of 0 to the port argument of startup() is supposed to assign a random avaliable port to the new world. Currently doing this will cause the new world to attempt to start on the last port used, even if it's not open. And the following error appears in the Daemon window:
BYOND hub reports port 0 cannot be reached by players.
|
The code to reproduce it is simple:
mob/verb/Debug() startup("world.dmb",0,"-once","-params test")
|
When does the problem NOT occur?
Workarounds:
|