We've been getting reports from users of our Windows captive AIR apps where the game will crash mid-session with the following details:
Exception code: 0xc0000095
Fault offset: 0x0047451e
Here's one full report:
Faulting application name: Papa's Mocharia Deluxe.exe, version: 0.0.0.0, time stamp: 0x634977e1
Faulting module name: Adobe AIR.dll, version: 33.1.1.935, time stamp: 0x63497cd2
Exception code: 0xc0000095
Fault offset: 0x0047451e
Faulting process id: 0x25C4
Faulting application start time: 0x1DCF579693A4D2E
Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\Papa's Mocharia Deluxe\Papa's Mocharia Deluxe.exe
Faulting module path: C:\Program Files (x86)\Steam\steamapps\common\Papa's Mocharia Deluxe\Adobe AIR\Versions\1.0\Adobe AIR.dll
From the best I can tell, this is an integer overflow error causing a crash, though I'm not sure what it relates to. I've checked with the users about their audio settings -- since this has been a sticking point for AIR apps on Windows in the past if the sample rate was too high -- but they're all running at a normal 16bit / 48000 Hz, so that doesn't seem to be the culprit this time.
Any ideas on what the cause of this is? I had mentioned the same issue a while back in the comments here under another crash topic but didn't hear anything (two different fault offsets there, 0x0047451e like this one, and also 0x0047459d): #3237 (reply in thread)
We've been getting reports from users of our Windows captive AIR apps where the game will crash mid-session with the following details:
Exception code: 0xc0000095
Fault offset: 0x0047451e
Here's one full report:
From the best I can tell, this is an integer overflow error causing a crash, though I'm not sure what it relates to. I've checked with the users about their audio settings -- since this has been a sticking point for AIR apps on Windows in the past if the sample rate was too high -- but they're all running at a normal 16bit / 48000 Hz, so that doesn't seem to be the culprit this time.
Any ideas on what the cause of this is? I had mentioned the same issue a while back in the comments here under another crash topic but didn't hear anything (two different fault offsets there,
0x0047451elike this one, and also0x0047459d): #3237 (reply in thread)