-
Notifications
You must be signed in to change notification settings - Fork 19
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
Gupax won't launch #78
Comments
What is your CPU & GPU? |
Intel Celeron B830 CPU @ 1.80GHz |
Can you see if using |
Yes, v1.3.3 works. V1.3.4 and 1.3.5 don't. Thank you. |
@Cyrix126 I tried both the version 1.0.0 and 0.1.10, but none of them works, demonstrating the same behavior - the program does not launch at all, returning the exit status 0. |
@kurpav00 , matrix id
session id:
|
After having the log file, here is the relevant part.
|
It seems that the cpu is limited to OpenGL 3.1. Maybe glow/glutin is trying to create a context with a newer version. I'll investigate this further. |
using wgpu instead of glow output this warning:
|
@Cyrix126 thanks for investigating this, does this mean CPUs pre-2010 are not supported? Is there a simple fix or is there a tradeoff in supporting OpenGL <3.3? |
@hinto-janai you can see a simple fix here Cyrix126@bf74131 |
OS & Version:
Windows 10 Home, Gupax v1.3.5
Bug
When I try running Gupax.exe, nothing happens. It does not matter if I try launching it by double clicking or in a command prompt. In command prompt, the program simply terminates after a few seconds returning the %errorlevel% 0, but no GUI is opened.
Steps
Steps to reproduce the behavior:
Screenshots
no GUI opened
Crash report
No crash.txt file is generated.
The text was updated successfully, but these errors were encountered: