16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

Add cruel way to disable python threaded upload when using nvrenderer

This commit is contained in:
2025-06-12 00:02:06 +02:00
parent d86435d50c
commit 3659d87349

View File

@@ -296,6 +296,10 @@ eu07_application::init( int Argc, char *Argv[] ) {
WriteLog( settingspipe.str() );
}
// cruel way to prevent crashes because of threaded upload from python
if (Global.NvRenderer)
Global.python_threadedupload = false;
WriteLog( "// startup" );
if( ( result = init_glfw() ) != 0 ) {