ID:1591641
 
BYOND Version:506
Operating System:Windows 7 Home Basic
Web Browser:Chrome 35.0.1916.114
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
I recently updated to version 506 and went to go run my game which resulted in a crash every time before the window even loaded. I then changed to version 505 which has no problems. I am going to test further to see if I can find what the exact cause is.
Numbered Steps to Reproduce Problem:
1) Run game..
2) Crash.

When does the problem NOT occur?
Version 505 and under.

Testing out some things I noticed the following:
mob
Login()
..()
//insert login stuff here

The game now loads and then crashes, while:
mob
Login()
//insert login stuff here
..()

The game crashes instantly, so the problem lies within or after Login(), I think...
There isn't any info here for me to investigate. By crash do you mean the program itself is crashing, or your game is ending up in a broken state due to runtime errors? If DS or DD is crashing, do you have any crash details from Windows?
I know. I was trying to get more details but I can't seem to get anything else... DD and DS both crash once the Login() is called.

  Problem Event Name:   APPCRASH
Application Name: dreamseeker.exe
Application Version: 5.0.506.1247
Application Timestamp: 5376710d
Fault Module Name: byondcore.dll
Fault Module Version: 5.0.506.1247
Fault Module Timestamp: 537670b4
Exception Code: c0000005
Exception Offset: 000dba12
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789


Does that help?
Tell me what to do and I can do it for you.
That's something I can trace when I get a chance. I'd like to know if you have threads disabled; they should be off by default now, but if you have "threads on" in cfg/daemon.txt, I'd remove that and try again.
It doesn't say anything about threads.
In response to Akto
Akto wrote:
It doesn't say anything about threads.

I can read it trying to tell you about the threads on Dream Daemon.. Can't read it since your crash notification is in the way, though.

It's safe to say he's using threading for now, since that message doesn't show otherwise.. At least for me.
What?!