This is a weird one! I've tried all I can think of, and nothing seems to work; thus I am resorting to the community!
Basically the problem is that after the game loads, the dream seeker client attached to the game disappears from the task bar. This means I can't actually access the game unless through task viewer (ALT+TAB). This problem has been happening for a while, I am running Windows 10, however the problem occurred before in Windows 7.
Here's a gif of the problem: http://gyazo.com/f52f47e9bbb68230f6b18966f47fc164
Keep an eye on the byond dream seeker icon (the yellow bar underneath it disapprars after the game loads). I have tried many things like disabling different parts of my interface, however nothing seems to have worked. I assume this is an interface related problem. When the game starts, I hide the main game window (with screen and tabs) and instead show the Title screen interface. After Log in, I hide the Titlescreen and show the proper game interface (with game map and tabs etc).
I would REALLY appreciate any help you can offer me!
Hey thanks for getting back to me!
Unfortunately first suggestion has been debunked. Game screen is definitely only default flag. I tried taking out various parts of interface-related things the other day but still no fix. Any further ideas? |
In response to Runney001
|
|
It's possible more than one window is the default. Can you please make sure that your titlescreen window doesn't have default turned on?
|
Make sure that the title screen's default flag is turned off and that the game window is the only window with default turned on.
If that fails, try take chunks of your code out which relate to making changes to your interface. If you take something out and it starts working again then you know that's the broken part and you can post it in your description.