I'm currently hosting a bare bones chat room here.
When I join my own server through the link given to me in Dream Daemon, the interface is loaded properly, but the output contains the error code 9. However, when I replace my full IP with just "localhost" or "127.0.0.1", I can log in successfully.
When I log in successfully into any game that includes a map, Chrome's Task Manager tells me that the game's tab is taking 25 (max) CPU usage. I just tried a chat room and it's perfectly fine, sitting at 0-1 CPU.
Numbered Steps to Reproduce Problem:
1. Install BYOND 507.1248
2. Host anything in Dream Daemon
3. Join through given play link.
4. Receive error code 9.
5. Replace IP with localhost.
6. Log in successfully.
Yes, my ports are forwarded. Yes, I'm using the byond.com/play link.
Code Snippet (if applicable) to Reproduce Problem:
mob
verb/say(t as text) world << "<b>[key]</b>: [html_encode(t)]"
Login() world << "<i>[key] has logged in.</i>"
Logout() world << "<i>[key] has logged out.</i>"
// skin.dms
<style>
#input {
position: absolute;
bottom: 0;
width: 100%;
}
</style>
<body>
<div id=output byondclass=output></div>
<div id=input byondclass=input skinparams="command=say"></div>
</body>
Expected Results:
I can play games I host.
Actual Results:
No one can connect to games I host through the public link.
I can join using the local link, but having a map causes max CPU usage in the tab.
Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? The pre-game ad displays perfectly! But yes, the problem persists. Other people haven't been able to join either.
On other computers? Yes (my phone, too!)
edit: so far, one person has been able to join the link!
I'm hosting Treasure Quest at http://www.byond.com/play/71.29.148.3:56667 but when I log in with the webclient, I get an empty box. Tried a few other games as well. I can log in fine with DS, and DD reports that my port can be reached, but no joy...
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
Expected Results:
Actual Results:
Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?
When does the problem NOT occur?
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds: