Hey folks! I am build a project that has a client and sever running at the same time. I am getting this error sometime when the server is trying to load the streaming level on the client side(A level that needs to compile a lot of shaders). Do you guys know what is the cause and how to fix it? Thanks in advance!!!
So 0xffffffffffffffff usually means Graphics driver/RAM. Whatâs your dedicated VRAM and standard RAM look like? If youâre trying to load two separate scenes on something without enough RAM to go around itâll throw this, for sure, but also it could mean you need to update your graphics driver.
Hey, thanks for your quick reply. Here is a screenshot of my VRAM. I am launching a level that contains a lot of shaders that need to be compiled. It never has the issue in the editor, mostly the crash occurs in standalone games and packaged build(saying fatal error).
Here are some more detailed crash report!
I just updated my graphic driver yesterday.
LogWindows: Failed to load âaqProf.dllâ (GetLastError=0)
LogWindows: File âaqProf.dllâ does not exist
LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from âŚ/âŚ/âŚ/Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
LogWindows: Failed to load âVtuneApi.dllâ (GetLastError=0)
LogWindows: File âVtuneApi.dllâ does not exist
LogWindows: Failed to load âVtuneApi32e.dllâ (GetLastError=0)
LogWindows: File âVtuneApi32e.dllâ does not exist
LogWindows: Started CrashReportClient (pid=24912)
When youâre saying you have shaders that need to be compiled⌠You mean you havenât let the shaders compile and cooked everything before build? You canât do thaaaat! You gotta be patient and let them compile and cook them before building!
AnywaysâŚ
There are a lot of threads on the forums about those missing .dllâs⌠which will cause crashes. Hereâs a thread of one such group of people attempting fixes- see if any of their discovered fixes work for you!