ID:1669880
 
BYOND Version:507
Operating System:Windows 8 64-bit
Web Browser:Chrome 36.0.1985.143
Applies to:Webclient
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
http://www.byond.com/play/1421833199

This is the link to Shell Server. The issue is that it does not connect to it at all. It does not load resources. It does not download resources. It doesn't kick off my other key that's already logged in through DreamSeeker.

My guess is that something in Topic() is bothering it.

Code Snippet (if applicable) to Reproduce Problem:
client/Topic(anything,href[])

if("VOID" in href)
return
...
..()


I don't see what would go wrong there. All if statements after that one are things like "decline" "declines" "accepts" and so forth.
I could connect via IE, i can't at all in chrome though.
Same here. On IE it seems to work fine. Not in Chrome though.

Shell Server on IE
I don't see why Topic() would be considered a culprit unless Chrome connects fine when you take it out. Seems like it'd be completely unrelated.
In response to Lummox JR
I don't know either. Was only a thought. But, this is the only game I've had trouble with on Chrome.