ID:1555705
 
Resolved
Working with a verbs list could cause problems in unusual cases.
BYOND Version:506
Operating System:2012
Web Browser:Firefox 26.0
Applies to:Dream Daemon
Status: Resolved (507.1260)

This issue has been resolved.
Heres what the event viewer gave
Faulting application name: dreamdaemon.exe, version: 5.0.506.1240, time stamp: 0x5345cfb2
Faulting module name: byondcore.dll, version: 5.0.506.1240, time stamp: 0x5345cf71
Exception code: 0xc0000005
Fault offset: 0x000c4701
Faulting process id: 0x3d04
Faulting application start time: 0x01cf5da4f531d658
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamdaemon.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: c62c57aa-ca4d-11e3-93f6-001e8cf19ccb
Faulting package full name:
Faulting package-relative application ID:
506.1240 is no longer the recent version. Please retest on a newer build. This could be something that was already fixed.
Alright.
Got another one with *.1242

Faulting application name: dreamdaemon.exe, version: 5.0.506.1242, time stamp: 0x5351ad67
Faulting module name: byondcore.dll, version: 5.0.506.1242, time stamp: 0x5351ad23
Exception code: 0xc0000005
Fault offset: 0x0010c21c
Faulting process id: 0x3368
Faulting application start time: 0x01cf5f29f48a496d
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamdaemon.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: b92ab876-cb55-11e3-93f6-001e8cf19ccb
Faulting package full name:
Faulting package-relative application ID:
And another

Faulting application name: dreamdaemon.exe, version: 5.0.506.1242, time stamp: 0x5351ad67
Faulting module name: byondcore.dll, version: 5.0.506.1242, time stamp: 0x5351ad23
Exception code: 0xc0000005
Fault offset: 0x0010c21c
Faulting process id: 0xb1c
Faulting application start time: 0x01cf60a2423e5e22
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamdaemon.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: 0cdd512d-ccfb-11e3-93f6-001e8cf19ccb
Faulting package full name:
Faulting package-relative application ID:
haha gonna bump it til you like it

Faulting application name: dreamdaemon.exe, version: 5.0.506.1247, time stamp: 0x53767103
Faulting module name: byondcore.dll, version: 5.0.506.1247, time stamp: 0x537670b4
Exception code: 0xc0000005
Fault offset: 0x000e25ad
Faulting process id: 0x1474
Faulting application start time: 0x01cfd37ccdcc98e4
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreamdaemon.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondcore.dll
Report Id: 7fba4097-3fad-11e4-93fa-001e8cf19ccb
Faulting package full name:
Faulting package-relative application ID:
My traces have revealed that this crash is apparently happening when trying to copy a verb list from something that no longer exists.

I'll get in a sanity check that should fix this. In the meantime I advise adding sanity checks to the code as well.
Lummox JR resolved issue with message:
Working with a verbs list could cause problems in unusual cases.
Thank you