-
-
Notifications
You must be signed in to change notification settings - Fork 480
File Explorer opening on launch, game not opening #2832
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
Comments
can confirm this is a problem that happens to me as well, here's the command that gets run by heroic:
dont mention whisky i've tried not using whisky |
Found the problem, it's becuase of the --wrapper argument. instead of referencing the "gameportingtoolkit" script in /usr/local/bin, heroic references gameportingtoolkit's wine64 (wine 7.7) here's what heroic tries to execute according to logs (game launched is pikuniku.) this wont work becuase its trying to reference a folder to wine, which will just open the folder in file explorer what does work is becuase the game poprting toolkit script executes it instead of feeding it directly to wine |
can anyone in this thread confirm if this got fixed in 2.9.1? |
Closing this since I understand #2880 fixes this issue |
Describe the bug
Hey everyone, I'm trying to launch a game through heroic and its just launching a file explorer of my prefix folder, any ideas what could I do to fix this?
(Some games have worked on windows version steam)
Add logs
Steps to reproduce
Expected behavior
The game should launch
Screenshots
No response
Heroic Version
main branch from GitHub
System Information
Additional information
Trying to use Game porting toolkit
The text was updated successfully, but these errors were encountered: