What error are you getting?
You can load the debugger symbols ( option in the launcher ) to get more info.
Also, have you tried backing your GPU drivers down to ‘studio’ level, rather than the latest?
What error are you getting?
You can load the debugger symbols ( option in the launcher ) to get more info.
Also, have you tried backing your GPU drivers down to ‘studio’ level, rather than the latest?
My unreal engine keeps crashing. I tried different versions of unreal but it is causing the same problem. I even tried in a blank project with both ray tracing enabled and disabled but it keeps crashing. it crashes after I move my mouse to a menu or click something.
I am not able to do anything after this error my pc just hangs
Right, that does look like your graphics card is crashing. Have you tried downgrading to the ‘studio’ drivers?
Something has updated since Jan, quite possibly the engine… or DirectX:
Hey @Aniruddh, if unreal keeps crashing every time then it is not a bug. In c++ check if there are pointers which might have null value at some time when unreal execute that line which keeps the engine crashing. In blueprint, make sure functions like spawning an actor have strictly a class selected and at no point have a null value.
I tried switching to studio driver but it is still crashing and showing the same error. It was working fine in january when i did a few projects in unreal then what happened now. Now even those projects are crashing
I have not changed anything in c++ or blueprint but the problem is i cant check anything coz whenever i move my cursor to the menus it crashes or stops working
Sorry i forgot to mention this but that struck me now that It started happening after i turned on ray tracing from the project menu and restarted the engine now its happening in any project even in the blank ones regardless of ray tracing enabled or disabled
Sorry i forgot to mention this but that struck me now that It started happening after i turned on ray tracing from the project menu and restarted the engine now its happening in any project even in the blank ones regardless of ray tracing enabled or disabled
i created the blank project and the same problem occured i can try reinstalliing engine
Create a new third person project, if it works fine then the issue is definitely in the project. If new tpp project shows any error then you probably need to reinstall engine.
Yes go ahead. It should probably fix the issue.
So I reinstalled the engine and everything was fine unless i opoened the project i was working on even then it was fine I tested it and closed it but still without raytracing then I opened a blank project that i made for trial and the problem started again.