Guide to Fix Game Crashing During Loading
Foreword
For myself, I am now using Windows 10 Professional 64 bit system,I bought this game in 2015 and I redownloaded it the other day, It looked fine at the time, I managed to get to the main menu, I don’t know if I managed to get into the game at the time, but I watched “Hiro arrives at Ninja Mountain” It was late and I wanted to play it again tomorrow morning, but when I opened it again the next day, every time I crashed on loading and went back to my steam, I checked Google and all I could find ‘s help forum or support Unfortunately because the game is very old, I hardly found anything that worked.
How to Fix
Anyway, if you have the same problem as me, Crashing During Loading, Then you can try the following:
- Copy to your game installation location:
DefaultScene=Frontend.gms
EnableVSync
DrawDll=RenderD3D.dll
// For use on machines with old gfx cards
//DisableVertexShader
// Use game controller with config found in file
UseGameController
// Swap x/y axis on right analog stick
GamePadMode 1
Anisotropy 0
AntiAlias 0
Resolution 1920x1080
window
- Open the “main” file in your game installation directory.
- Paste the copied content and save it.
- Start the game.
I sincerely hope it solves your problem.
Be the first to comment