Monkey under Windows 10

Monkey Forums/Monkey Programming/Monkey under Windows 10

cgrossi(Posted 2016) [#1]
Hello. I have a game that when I try to run it under windows 10, it doens't even start. The error log gives me that information. Does anyone know what can it be?

Faulting application name: popixel.exe, version: 0.0.0.0, time stamp: 0x57346a54
Faulting module name: ntdll.dll, version: 10.0.10586.122, time stamp: 0x56cc16f5
Exception code: 0xc0000005
Fault offset: 0x00078fdb
Faulting process id: 0x291c8
Faulting application start time: 0x01d1c5cea47283d9
Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\POPixel\popixel.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 4d14edde-14d4-43c9-adb7-519bcc76db20
Faulting package full name: 
Faulting package-relative application ID: 

------------------------------------

Fault bucket 108220994332, type 1
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: popixel.exe
P2: 0.0.0.0
P3: 57346a54
P4: ntdll.dll
P5: 10.0.10586.122
P6: 56cc16f5
P7: c0000005
P8: 00078fdb
P9: 
P10: 

Attached files:
C:\Users\USERNAME\AppData\Local\Temp\WER2A62.tmp.WERInternalMetadata.xml

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_popixel.exe_34c6bd409fe7b496ca6098e8ec3a494fb241b442_a128aa0b_6ada2d31

Analysis symbol: 
Rechecking for solution: 0
Report Id: 4d14edde-14d4-43c9-adb7-519bcc76db20
Report Status: 0
Hashed bucket: 340f854d749201c3190007445e91b00d



Goodlookinguy(Posted 2016) [#2]
Look up the error with something like "windows error appcrash 0xc0000005" - There seems to be a lot on this error. I've never seen it before, but it does seem to be popular.

My recommendation is to run in the elevated command prompt (along with ownership of Windows folder) the command "sfc /scannow". After confirming that the system is running as expected without any modified files, that's when you venture into other avenues.