Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

nativesprague

3
Posts
1
Followers
A member registered Feb 12, 2017

Recent community posts

Was it the "(0xc0000022)" error that you were receiving on Windows 10? I was getting that error too. I had some time to kill so I investigated the problem and found it was rooting from the system file "dplayx.dll", which is used in DirectPlay (which is disabled by default in Windows 10, to my knowledge). To be safe I went to C:\Windows\SysWOW64\, found the .dll, and went into it's advanced security settings and granted myself full access to it.

After that, I enabled DirectPlay in Legacy Components - (Control Panel > Programs > Turn Windows features on or off > Legacy Components > Tick DirectPlay and apply). After that the program finally ran successfully.

Welp just fixed it. I think it was a DirectPlay issue with Windows 10.

Had to go to C:\Windows\SysWOW64, find the file called "dplayx.dll", and give myself full permissions in the security options of it's properties. After that, I enabled DirectPlay in the Windows' Legacy Components. (Control Panel > Programs > Turn Windows features on or off > Legacy Components > Tick DirectPlay).

Program runs completely fine now. Cheers.

Both versions of this program won't run on my computer. I'm running Windows 10 Pro 64bit with an Intel CPU and Nvidia GPU.

I get this error: "The application was unable to start correctly (0xc0000022). Click OK to close the application."

Gonna go through the executable with Process Monitor and see if I can find anything of interest.