ID:1856379
 
BYOND Version:507
Operating System:windows server 2012
Web Browser:Firefox 37.0
Applies to:Dream Daemon
Status: Open

Issue hasn't been assigned a status value.
Faulting application name: dreamdaemon.exe, version: 5.0.507.1285, time stamp: 0x5559633f
Faulting module name: byondcore.dll, version: 5.0.507.1285, time stamp: 0x55596246
Exception code: 0xc0000005
Fault offset: 0x000bd590
Faulting process id: 0x1d18
Faulting application start time: 0x01d09409f230c764
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamdaemon.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: aabd95b3-0003-11e5-93fc-001e8cf19ccb
Faulting package full name:
Faulting package-relative application ID:


Don't know if this is the same as http://www.byond.com/forum/?post=1854185
Fault bucket 74263499033, type 1
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: dreamdaemon.exe
P2: 5.0.507.1285
P3: 5559633f
P4: byondcore.dll
P5: 5.0.507.1285
P6: 55596246
P7: c0000005
P8: 000bd590
P9:
P10:

Attached files:
C:\Users\ss13\AppData\Local\Temp\WER69FB.tmp.WERInternalMetadata.xml

These files may be available here:
C:\Users\ss13\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_dreamdaemon.exe_71afe1140a815a6adb6e82e6bba2d7daedbdd2_21de6ebe
I'll take a look at this soon. The two crashes being in the same spot are a good sign.
Hmm. This happens at the end of a proc. The code suggests that the calling proc partially doesn't exist for some reason, which really shouldn't happen. I can put in a sanity check for this, although I'd like to know why the value in question is broken.
Faulting application name: dreamdaemon.exe, version: 5.0.507.1285, time stamp: 0x5559633f
Faulting module name: byondcore.dll, version: 5.0.507.1285, time stamp: 0x55596246
Exception code: 0xc0000005
Fault offset: 0x0014d96a
Faulting process id: 0x13c4
Faulting application start time: 0x01d099aeee5b565a
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamdaemon.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: 8ba6caf2-05b3-11e5-93fc-001e8cf19ccb
Faulting package full name:
Faulting package-relative application ID:
Your last crash isn't the same, and appears to be in the routine that reads an atom's appearance. Specifically, it looks like it's trying to read the appearance for a turf that either doesn't exist or has an invalid appearance, which is odd.