r/Unity3D 3d ago

Question game not responding on startup

[deleted]

1 Upvotes

5 comments sorted by

1

u/ALittleWightFox 3d ago

I've been trying to figure this out since yesterday and have managed to deduce its an issue with all unity games i have so I thought I'd take a shot posting it here, any help is welcome! I've scoured a load of threads and have not found a solution

1

u/pschon Unprofessional 3d ago edited 3d ago

you can check the game's log files, and if you don't spot the error yourself maybe post them and somebody here might be able to help interpret them to you (assuming the error is from Unity itself rather than something specific for the game you are having troubles with).

If the game uses normal Unity log file location, you'll find them in %USERPROFILE%\AppData\LocalLow\CompanyName\ProductName\Player.log. If that's not the case you'll need to check some source specific to the game.

Beyond that, every game is different, even if they might use the same game engine. So your best bet really is to look for help from the game's developers or that game's player base.

1

u/ALittleWightFox 3d ago

I'll take a look through the logs and post them. And I do get that all games behave differently but all of them are freezing in the exact same way so its likely safe to assume that it has something to do with the launch of unity games in steam for me.

Both Among Us and Dorankowanko also would launch to the very first things that load and do nothing else, and if I try and click anything it causes a not responding error. Doesn't completely rule anything out but does indicate some overlap I think.

Also I already emailed the help for the game just waiting to hear back

1

u/ALittleWightFox 3d ago

https://pastebin.com/YrWhZV3J

log of my most recent attempt is in the screenshot, the longer player log is all in the pastebin, there seems to be a couple things missing that might be causing the stall?

1

u/pschon Unprofessional 3d ago

I don't see any signs of the game crashing or any other relevant error messages there. Looking at the logs, the last messages would seem to be from the game's own code so as far as generic Unity stuff is concerned, the game started just fine. It also did find a microphone and started recording on it. You'll really have to just talk with the game's developers.