ID:2618372
 
BYOND Version:513
Operating System:Windows 10 Enterprise 64-bit
Web Browser:N/A
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
alt-abbed out, alt-tabbed back in some time later, game crashed twice, somehow. It produced two crash dumps. I can send them to you if these logs are not sufficient.

Full version: 513.1532

Unfortunately I don't have any way to reproduce this issue, but this is some more context, if it helps: I was connected to a SS13 server running /vg/station code (https://github.com/vgstation-coders/vgstation13). I was idle in the pre-game lobby, I tabbed back in after the game had just started.

Faulting application name: dreamseeker.exe, version: 5.0.513.1532, time stamp: 0x5f52606f
Faulting module name: byondwin.dll, version: 5.0.513.1532, time stamp: 0x5f526061
Exception code: 0xc000041d
Fault offset: 0x000c3f74
Faulting process id: 0x275c
Faulting application start time: 0x01d6900dc38fa1cf
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamseeker.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondwin.dll
Report Id: bbc80c4c-0a27-4683-9473-fcd41d066583
Faulting package full name:
Faulting package-relative application ID:


Faulting application name: dreamseeker.exe, version: 5.0.513.1532, time stamp: 0x5f52606f
Faulting module name: byondwin.dll, version: 5.0.513.1532, time stamp: 0x5f526061
Exception code: 0xc0000005
Fault offset: 0x000c3f74
Faulting process id: 0x275c
Faulting application start time: 0x01d6900dc38fa1cf
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamseeker.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondwin.dll
Report Id: 7b0624b9-29bd-44b8-90bb-b5f5a6cc9f14
Faulting package full name:
Faulting package-relative application ID:

Curious. I looked and the crash is happening because a pointer to a color matrix is wrong, but to get to the code where this happens there has to be a non-null matrix. This suggests that somehow old data is being used, but I don't know how that's possible.