-
Notifications
You must be signed in to change notification settings - Fork 70
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
v0.8 GUI doesn't load #56
Comments
Hi. Version 0.8 used some features that were added in Java 9. Upgrading to Java 9 or newer should fix the problems. If you still have problems, please run the program from the command line (with "java --illegal-access=permit -jar TelemetryViewer_v0.8.jar") and share all of the text that gets printed out to the console. |
It looks like your graphics driver does not support a modern version of OpenGL, or maybe this is a bug in the OpenGL library that I use. What graphics card do you have? Are you able to run any other software that uses OpenGL (3D games, etc.) ? |
I have an Intel (R) UHD graphics and an NVIDIA Quadro T1000. It works perfectly on Windows, but when I run it on wsl I had this issue. I don't have any software that uses OpenGL on my system. |
It looks like WSL does not officially support OpenGL: Why are you trying to run it on WSL? Telemetry Viewer works fine directly on Windows. |
Okay I see, didn't knew about that. Thank you. I want to create a docker image of the Telemetry Viewer, so if it works on wsl it will certanly work fine on docker. |
That's not an error. It's just information printed out because it can be helpful in figuring out problems if they occur later on. |
Perfect ! Thank you so much. |
I had some problems loading v0.8 on OSX I had to comment out some JFrame lines in main.java to get it to work
|
@SteamLearningLabs Are you still having problems with the software? I'd like to close this issue if it has been resolved. |
v7 works, but I could never get v8 to work. I tried on several computers
and laptops with no luck.
…On Tue, Jun 7, 2022, 6:38 PM farrellf ***@***.***> wrote:
@SteamLearningLabs <https://github.com/SteamLearningLabs> Are you still
having problems with the software? I'd like to close this issue if it has
been resolved.
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTBFIJLE7DPPZ6LXAC3MP3VN7MOZANCNFSM5GTW56XA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can you run the program from the command line (with "java --illegal-access=permit -jar TelemetryViewer_v0.8.jar") and share all of the text that gets printed out to the console? |
TelemetryViewer v0.8 is completely blank with no gridlines. I can add a connection, but nothing displays (No Grids). |
Had the same issue with TelemetryViewer v0.8 being blank with no gridlines. The jdk-11.0.18_Windows-x64_bin.exe also resolved it for me. |
v0.7 GUI will load and I can create graphs by clicking and dragging, but v0.8 is completely blank with not gridlines. I can add a connection, but nothing displays. I updated my graphics drivers, Java, and JRE.
Any advice?
The text was updated successfully, but these errors were encountered: