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] Crash when editing pattern with auto-eval enabled #1318

Closed
1 task
speps opened this issue Sep 22, 2023 · 2 comments
Closed
1 task

[Bug] Crash when editing pattern with auto-eval enabled #1318

speps opened this issue Sep 22, 2023 · 2 comments
Labels
bug Something isn't working stale

Comments

@speps
Copy link

speps commented Sep 22, 2023

Operating System

Windows

What's the issue you encountered?

When editing a pattern and auto-eval is enabled, it crashes even though the pattern itself works with auto-eval.

How can the issue be reproduced?

Pattern:

u8 name_len @ 0x4;
char name[name_len] @ 0x5;
u32 num_samples @ (0x5 + name_len);

File: R1BS100.zip

On line 3 if you edit it by pressing Backspace with the cursor after the 5, it will crash.

20230922_095556.log

ImHex Version

1.30.1

ImHex Build Type

  • Nightly or built from sources

Installation type

Portable

Additional context?

No response

@speps speps added the bug Something isn't working label Sep 22, 2023
@sisco0
Copy link

sisco0 commented Oct 23, 2023

@speps, could you check if the PR #1387 solution solves the current inconvenience?
Thank you in advance!

Copy link

This issue is marked stale as it has been open for 11 months without activity.
Please try the latest ImHex version. (Avaiable here: https://imhex.download/ for release and https://imhex.download/#nightly for development version)
If the issue persists on the latest version, please make a comment on this issue again

Without response, this issue will be closed in one month.

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

No branches or pull requests

2 participants