When I try to run my game from DM it doesn't come up. I checked in my task manager, and it's there...and it's size keeps increasing, but it never pops-up. I can play game's from BYOND, just not launch Dream Seeker from DM...
Numbered Steps to Reproduce Problem:
1) Make a while() statement to create a never-ending loop, make it output "Test" or anything to the world.
2) Try to close Dream Seeker (for me, it crashed).
3) Try to run any game from DM (for me, it wouldn't work)
Code Snippet (if applicable) to Reproduce Problem:
world/New()
..()
var/I=1
while(I==1)
world << "Test"
Expected Results:
It to just crash and allow you to do what you want again.
Actual Results:
It made my Dream Seeker never pop-up anymore, even after a re-installation of BYOND and a reboot.
Does the problem occur:
Every time? Or how often? - Every time.
In other games? - No.
In other user accounts? - On my key and a guest key.
On other computers? - Not tested.
When does the problem NOT occur?
Never.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?
It worked until I crashed Dream Seeker...
Workarounds:
None that I know of.