Hi,
we’re having weird issue lately, the programs sporadically decide to crash after closing.
Some infos:
- Programs are running on Windows Server 2012 R2 Standard
- Compiled with Xojo 2019 Release 1.1 in 32-bit
- Crash seems to happen more frequently the lower the server resources get
- This happens after the programs window got closed
- EDIT: Also happens on other server setups/configurations
Some logs:
Faulting application name: myProgram.exe, version: 1.0.307.0, time stamp: 0x5cdedfd3
Faulting module name: XojoGUIFramework32.DLL, version: 19.1.0.44759, time stamp: 0x5cdee262
Exception code: 0xc0000005
Fault offset: 0x0014f1ab
Faulting process id: 0xb18
Faulting application start time: 0x01d51a1474e6a565
Faulting application path: <file location>\\myProgram.exe
Faulting module path: <file location>\\myProgram Libs\\XojoGUIFramework32.DLL
Report Id: c160c1ae-8607-11e9-810d-000c290b290c
Faulting package full name:
Faulting package-relative application ID:
followed immediately by:
Faulting application name: myProgram.exe, version: 1.0.307.0, time stamp: 0x5cdedfd3
Faulting module name: XojoGUIFramework32.DLL, version: 19.1.0.44759, time stamp: 0x5cdee262
Exception code: 0xc000041d
Fault offset: 0x0014f1ab
Faulting process id: 0xb18
Faulting application start time: 0x01d51a1474e6a565
Faulting application path: <file location>\\myProgram.exe
Faulting module path: <file location>\\myProgram Libs\\XojoGUIFramework32.DLL
Report Id: c33ec0fa-8607-11e9-810d-000c290b290c
Faulting package full name:
Faulting package-relative application ID:
Has anyone else ever gotten this error before? We’re a bit stumped here…