Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
aofrue opened this issue Oct 27, 2024 · 1 comment
Open
1 task done

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

aofrue opened this issue Oct 27, 2024 · 1 comment
Labels
bug Something isn't working unverified

Comments

@aofrue
Copy link

aofrue commented Oct 27, 2024

Geode Issue

  • 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 aofrue added bug Something isn't working unverified labels Oct 27, 2024
@aofrue
Copy link
Author

aofrue commented Oct 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified
Projects
None yet
Development

No branches or pull requests

1 participant