geode-sdk / geode

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

Geode won't run through my Python launcher (v2) #1115

Closed aofrue closed 2 weeks ago

aofrue commented 1 month ago

Geode Issue

Platform

Windows

Geode Version

v3.8.1

Mods Installed

No mods downloaded

Steps to Reproduce

  1. Run the game through the Launcher, not directly through “.exe”

Crash Report

The file is not being created.

Additional Information

Hello! I encountered an interesting error: I'm creating my own private server, made a Python launcher for it. Launching “.exe” game file in the launcher is done through Subprocess or OS library. (Like this: subprocess.run([“GDPS.exe”]). If I run the game through the launcher itself - Geode launch error pops up: “Could not load Geode! This is likely due to an outdated redist package. Do you want to update Microsoft Visual C++ Redistributable 2022 to try to fix this issue?”. After I agree and update Microsoft Visual C++ Redistributable nothing changes. And if I run the .exe file of the game directly - Geode starts. How can this be fixed? I apologize if I sent the request to the wrong place. image