geode-sdk / geode

The ultimate Geometry Dash modding framework
https://geode-sdk.org/
Boost Software License 1.0
705 stars 120 forks source link

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

Open aofrue opened 4 days ago

aofrue commented 4 days ago

Geode Issue

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 commented 4 days ago

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