Open the Neuz program of the game and flash back directly. There are no error logs and no errors in debugging. I have selected compatibility in the program property, and it will also flash back after opening. Ask for help. thank you
Open the Neuz program of the game and flash back directly. There are no error logs and no errors in debugging. I have selected compatibility in the program property, and it will also flash back after opening. Ask for help. thank you
If you set up breakpoints prior to the executables crash point, you'll be able to step through. But, if it is exiting without a crash while debugging, that sounds like it's exiting gracefully, meaning the application is calling the method to close itself (an example is people use ExitProcess(-1) or Exit in custom code to check for cheats, but there is also a close handle in d3dapp for the message handler), or it's returning out of the run loop extremely early.