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

Drag and drop is crashing the hex editor #20

Closed
Wdestroier opened this issue Dec 4, 2020 · 5 comments
Closed

Drag and drop is crashing the hex editor #20

Wdestroier opened this issue Dec 4, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@Wdestroier
Copy link

csdpuXGkuV

The GIF explains the issue

OS: Windows 10 (2004)

@roblabla
Copy link
Contributor

roblabla commented Dec 4, 2020

I'm having the same issue. Linux does not exhibit the same behavior. Somewhat frustratingly, I tried and failed to reproduce the issue while running ImHex in a debugger. When running ImHex under WinDBG Preview, it works correctly 😕

Also using Win10 2004.

@aziascreations
Copy link

I'm also having the same issue recently.
It happens regardless of which executable I drop into it and I can't try to see if the same thing happens since the "Open File" menu item does not appear to work.

I'm using the latest release (1.4.0) on Windows 10 20H2

@WerWolv
Copy link
Owner

WerWolv commented Dec 5, 2020

Weird I cannot reproduce this issue at all. Does it work if you first open the Hex editor view under the View menu item?

@WerWolv WerWolv added the bug Something isn't working label Dec 5, 2020
@4B4DB4B3
Copy link

4B4DB4B3 commented Dec 5, 2020

This is error in code - ImGui::OpenPopup("Accept pattern"); in (view_pattern.cpp)
I debugged it. After call it function an error appears EXCEPTION_ACCESS_VIOLATION

@WerWolv WerWolv closed this as completed in 68f93c5 Dec 5, 2020
@WerWolv
Copy link
Owner

WerWolv commented Dec 5, 2020

Thanks @4B4DB4B3, this was a great hint! Found it within minutes :)

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

5 participants