WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
44.8k stars 1.95k forks source link

[Bug] v1.33.2 fails to launch on windows - Failed to create GLFW window: [65542] WGL: The driver does not appear to support OpenGL. #1613

Open Trimatix opened 7 months ago

Trimatix commented 7 months ago

Operating System

Windows

What's the issue you encountered?

When launching v1.33.2, I'm seeing this error: image

The package I installed was: imhex-1.33.2-Windows-x86_64.msi

As recommended in the error, this package works without issue: imhex-1.33.2-Windows-Portable-NoGPU-x86_64.zip

imhex-1.33.1-Windows-x86_64.msi also works as expected, this issue appeared in 1.33.2.

Thank you for creating this incredible software! Love from the galaxy on fire modding community.

How can the issue be reproduced?

Install and launch imhex-1.33.2-Windows-x86_64.msi under windows 10. Other windows versions untested as of writing.

ImHex Version

1.33.2

ImHex Build Type

Installation type

MSI

Additional context?

WerWolv commented 7 months ago

Hey! That's weird, it works just fine for me on Windows 11. If the NoGPU version works, then there must be something wrong with either your GPU or your graphics drivers since it looks like it doesn't support the OpenGL version we're using. Could it be that it's trying to run ImHex using your integrated graphics card instead of a dedicated one? Or are you working in a VM?