-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0xc0000142 type error solutions? #327
Comments
dxwrapper already has fixes for some of these types of memory errors. Basically I would need to troubleshoot each one and figure out the root cause and put a fix in for them. I am trying to put generic fixes in for these types of things so that it can fix more than one game. However, I am not very good at debugging memory corruption issues like this. For example, I fixed an issue in Interstate 82 for Windows 10 and then found out there is another related issue in Windows 11 but I have not gotten to the bottom of the issue in Windows 11. The best way to fix this is obviously to patch the game and remove the error. But that is a lot of work to patch all these games. I hope to put fixes into dxwrapper little by little to fix these games without requiring a game patch. |
As for now, the user who messaged is trying to run "Last Days Of Gaia". They sent the Event Viewer log I told them to probably contact here as it may help more for the issue |
Hey there. I'm the one trying to get this game to work to no avail. Tried literally everything I know to do, all the compatibility options, tried the Reloaded/original iso's, tried converting the .bin to .iso's and installing that way, nothing worked. Wishing I could figure this out as I can get pretty much all the abandonware games to work eventually except this one. This also seems related, in Event Viewer - svchost (8368,R,98,0) SRUJet: An attempt to open the file "C:\WINDOWS\system32\SRU\SRU.chk" for read / write access failed with system error 5 (0x00000005): "Access is denied. ". The open file operation will fail with error -1032 (0xfffffbf8). Faulting application name: thefall.exe, version: 65535.65535.65535.65535, time stamp: 0x44687c57 |
And is the sru.chk file supposed to be a 'recovered file fragments' type of file?? If I hover over it in file explorer it says 'recovered file fragments during a scan' or something like that. And I can't seem to fix the sru folder permissions with icacls and an acl file. |
One quirk of newer and newer Windows is the intolerance to older apps, where many apps stop running and respond with a 0xc0000142 error (Access Violation). This has been a common occurrence of the threads I respond to over Vogons and DxWnd.
Over time, the popularity of the error seems to keep increasing, some by DEP, some by other apps, some by other services.
I haven't found a single type of solution to this issue: since there isn't any single cause of the issue, however I wonder if DxWrapper can help handle such issues on its own, or point to where the error comes from so that the user can take care of that program, process, service.
The text was updated successfully, but these errors were encountered: