raul.bleda Posted September 13, 2021 Posted September 13, 2021 (edited) Hi. I've been dealing with an issue that got me a little frustrated with a current project I'm working on. When I launch my .bat, everything seems to be fine, plugins are loaded, configs are loaded etc. Well, while app is running all I see is a black screen but in console Syncker is on Master and cannot reply to slaves. This without Syncker, works. I can see my models and my world. This is my code. Console: AppSystemLogic.cpp AppSystemLogic.h AppWorldLogic.h AppWorldlogic.cpp Edited September 13, 2021 by raul.bleda
alexander Posted September 14, 2021 Posted September 14, 2021 Hi! I think you are using -sync_count 1 or not at all. Try to put in your .bat file next argument: -sync_count 2 (2 - 1 Master PC and 1 Slave PC) Best regards, Alexander
alexander Posted September 14, 2021 Posted September 14, 2021 Please send us your .bat files (for both Master and Slave). Because I see that the Master doesn't wait for the slaves ("waiting for 0 slaves"). The only reason for this issue is the -sync_count command line argument.
Recommended Posts