Skip to content
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] Received signal 'SIGSEGV' during initial setup #2089

Open
1 task
cuervolu opened this issue Jan 26, 2025 · 5 comments
Open
1 task

[Bug] Received signal 'SIGSEGV' during initial setup #2089

cuervolu opened this issue Jan 26, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@cuervolu
Copy link

Operating System

Linux

What's the issue you encountered?

ImHex crashes during startup with a SIGSEGV (signal 11). The crash happens every time the AppImage is executed, regardless of whether it's the first run or not. The issue appears on Arch Linux using version 1.36.2.

How can the issue be reproduced?

  1. Download the ImHex AppImage (v1.36.2).
  2. Grant the file execution permissions using chmod +x or use Gearlever.
  3. Run the AppImage.
  4. Observe the application crashing during the initial setup with SIGSEGV.

ImHex Version

1.36.2

ImHex Build Type

  • Nightly or built from sources

Installation type

AppImage

Additional context?

Log file:

20250126_162538.log

@cuervolu cuervolu added the bug Something isn't working label Jan 26, 2025
@WerWolv
Copy link
Owner

WerWolv commented Jan 28, 2025

Hey, could you please try using the latest nightly build? I fixed some issues yesterday that could have caused this

@cuervolu
Copy link
Author

Hey, could you please try using the latest nightly build? I fixed some issues yesterday that could have caused this

Just tried, same error :/

@WerWolv
Copy link
Owner

WerWolv commented Jan 29, 2025

Weird. Could you try running the application using XDG_SESSION_TYPE=x11 ./imhex-*.AppImage?

The crash happens somewhere deep inside of glfw and libwayland so maybe there's something up with your system configuration. Hard to say though

@cuervolu
Copy link
Author

That fixes it. Does that mean the application doesn't work on Wayland?

@WerWolv
Copy link
Owner

WerWolv commented Jan 29, 2025

ImHex works great on Wayland on my machine but yours apparently seems to have issues with it in some way. I can't seem to reproduce the same issue you're experiencing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants