-
Notifications
You must be signed in to change notification settings - Fork 24
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
[BUG] Unable to launch any games #339
Comments
Please verify if it is happening using one of the packages or try it with pip and the development version directly from git. The underlying issue should be fixed in the development version. Why did you select that method though? Is is convenient somehow? I am asking beacuse I am thinking of removing it from Readme. |
It tested the |
I had downloaded the main repo and ran |
Okay so, 1.10.6 (pip latest release) works fine. The version that was causing me problems was 1.10.7. I do notice that there is an update for Rare for 1.10.9, but that is not on pip yet. Log:
|
Ok, I tested 1.10.9 and it is as broken as 1.10.7. Same issue is occurring.
|
I do notice something peculiar however: Also in 1.10.7+, there is no longer any output when launching from the console. It just launches like it was run with the start command. |
The name hiding is my doing. I was considering anonymizing the logs but that's most likely in vain, python will happily dump everything in the case of an exception anyways. There is no output because the entry point in setup.py was changed from a console script to a gui script, which on windows makes python assume that there is no console to output to. |
Fixes launching the game launcher when Rare is installed through `pip` on Windows. Fixes: RareDevs#339
The problem was related to the change from You could easily install with PyPI |
It works, thank you! Rare still doesn't have a terminal output, but at least games launch now. |
Describe the bug
Rare is unable to launch any games. It can install them no problem, just cannot launch the process.
To Reproduce
Screenshots
System information
Please complete the following information
Log displaying error
The text was updated successfully, but these errors were encountered: