-
Notifications
You must be signed in to change notification settings - Fork 0
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
Windows 10: panic during OpenGL initialization #1
Comments
Hi, could you give a few more details about your setup?
The only such issue I know of is trying to run this on Ubuntu under WSL, with the exact same error. |
I'm not on a WSL system and on a small server. I want to use a graphical interface tool to access the graphical interface of the remote server.
CPU information
graphics information
|
Thanks, though am I correct in assuming that these are the remote machine's specs and that you are sitting in front of a second machine connected to that remote server, and using something like X11 forwarding? If so, please post the specs of your local machine. |
Yes, I use tools like Xshell, SFTP, and X11 to access the remote server. This server is rack servers and does not have GPU computing capabilities. I checked both the compute nodes and the login node of this server using
Win 10 |
Ah! So you are indeed on a Windows computer, even though you are not using WSL on it? If that is the case, it would seem that strangepg is broken on Windows as a whole. I don't have access to a Windows computer to debug this right now, but I'll get one soon. |
I ran strangepg on a remote server, but it returned an error In a few seconds. After checking the GPU, We found that it is too poor or outdated, I believe that error with strangepg should not be related to my personal computer (win 10). My computer is just used to connect to the server. I apologize for my poor English; I may have caused you some trouble. |
No worries, I think I understand. strangepg uses hardware acceleration and requires at least OpenGL 4.1, ideally 4.3, which date back from 2011-2012, so it makes sense that it wouldn't work on the server if it only has the Matrox card. On Windows, the problem is indeed not the machine, but some assumption that isn't met. I'm not sure anyone has really tried to run something built with that particular graphics framework in that way since it's mostly used for rendering in 3D games, there's no reason to do anything like X forwarding there. I'll investigate once I have some time with a Windows machine on hand. |
I look forward to your good news ! |
I got access to two Windows 10 machines to test on, and unfortunately I don't believe this is solvable.
For Windows, the best solution would be just to port it natively, which wouldn't require that much code, but I currently have other tasks with much higher priority. A port might take me a few days or a few weeks, I don't know. Unfortunately, for the time being WSL2 or X11 forwarding to a different machine are the only possibilities for Windows. I know at least Bandage/BandageNG work reliably both with WSL and with X forwarding, so if it doesn't work with WSL, they remain the only option for now. |
What a pity. I will try WSL2 on my machine in my spare time. |
Hi, dear sir.
I am looking forward to trying this tool. However, when I use strangepg, I encounter an error:
I installed strangepg using conda.
strangepg version
Linux system info
I am not familiar with C language. Could you please give me some advice on how to resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: