Amerio.Stephane Posted Wednesday at 02:16 PM Posted Wednesday at 02:16 PM Hi, I randomly have this crash during the init of the engine (null pointer exception) A simple relaunch of the app (absolutely same conditions) fix it most of the time. This random crash is always with the same call stack. Happens both in debug and release builds. We set a custom loading screen, but no custom code is associated with it beyond this: //In AppSystemLogic::init LoadingScreen::setEnabled(true); LoadingScreen::setTransform(vec4{ 1,1,0,0 }); LoadingScreen::setTexturePath("boot_screen_AUM.png"); LoadingScreen::setText("<xy x=\"%50\" dx=\"0\" y=\"%50\" dy=\"0\"/>LOADING_PROGRESS"); Any way to help here?
silent Posted yesterday at 04:15 AM Posted yesterday at 04:15 AM Hi Stephane, We have a single bug report with a similar call stack, where the only affected GPU is the RTX 2070 Super. If you could send us parallel stack screenshot from Visual Studio by navigating to Debug → Windows → Parallel Stacks after the crash, it would help a us determine whether this is same case or not. So far, we have not identified any workarounds for this issue, and we have consistently reproduced it with relative stability. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
silent Posted yesterday at 07:23 AM Posted yesterday at 07:23 AM Also it would be great to know additional system information, such as: CPU Model GPU Model and driver version OS version (including patch) Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Amerio.Stephane Posted 11 hours ago Author Posted 11 hours ago New crash RTX3090 nvidia 566.36, PC is Dell5820 Tower, i9-10900X, Win10 22H2 (enterprise) multistack attached. 1
Amerio.Stephane Posted 6 hours ago Author Posted 6 hours ago (edited) Here I attach also the font file we use for the LoadingScreen. Who knows... bitcrusher_condensed_bd.ttf Edited 6 hours ago by Amerio.Stephane
Recommended Posts