geode icon indicating copy to clipboard operation
geode copied to clipboard

Geode does not run via nuitka compiled with “.pyw” “.exe”

Open aofrue opened this issue 1 year ago • 1 comments
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) image

Steps to Reproduce

1 Make a Python script to run GeometryDash (subprocess or os library) image

2 Compile the script via nuitka image

3 Run the compiled script image

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.

aofrue avatar Oct 27 '24 09:10 aofrue

Parameters nuitka: python -m nuitka --onefile --windows-console-mode=disable --windows-icon-from-ico=./icon.ico --enable-plugin=pyqt5 Launcher.pyw

ghost avatar Oct 27 '24 09:10 ghost