geode
geode copied to clipboard
Geode does not run via nuitka compiled with “.pyw” “.exe”
trafficstars
Geode Issue
- [X] I confirm that this bug is NOT related to a mod but directly to Geode Loader itself.
Platform
Windows
SDK commit
No response
Geode Version
v3.8.1
Mods Installed
Expected Behavior
The game should run with a working Geode
Actual Behavior
The game starts, but Geode gives an error (see screenshot)
Steps to Reproduce
1 Make a Python script to run GeometryDash (subprocess or os library)
2 Compile the script via nuitka
3 Run the compiled script
Additional Information
This problem only occurs after the script is compiled. Without compilation everything runs without problems. I have already updated the VC redist. I tested it on 3 computers. All without success. I couldn't find anything like that on the internet.
Parameters nuitka: python -m nuitka --onefile --windows-console-mode=disable --windows-icon-from-ico=./icon.ico --enable-plugin=pyqt5 Launcher.pyw