!7 set flag hotwire_here. sS osID = #1016478; sbool standalone = true; sS programName = "Chess Board Recognizer"; sS backgroundID = #1102533; mainClassName ChessBoardRecognizer p-pcall { ret if standalone && javaXStandalone_init(args, noConsole := true); autoVMExit(); try { temp tempWindow(chessOCR_splashScreen(backgroundID)); ret if standalone_start2(standalone, programName, osID); saveTextFile(stefansOS_backgroundFile(), backgroundID); standalone_runOSWithInitialModules(osID, tlftj([[ #1024911/ChessBoardRecognizer #1018866/SystemPrintLog #1019954/TaskBar_dev ]]), osParams := litparams( onStart := voidfunc(O os) { setOpt(os, minLoadScreenShowingTime := 20.0); }, hideFeatures := stefansOS_technicalFeatures(), standardModules := ll( "Chess Board Recognizer", "#1024911/ChessBoardRecognizer" ), botName := "", osName := programName, showTopInput := false, shutdownConsole := r { chessOCR_splashScreen(backgroundID, text := programName + " Shutting Down") }, )); } catch print e { showConsole(); } }