-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating System
Windows
What's the issue you encountered?
After a crash ImHex show a popup with a link to the last InHex's log. But this link is broken. It only open explorer.exe
even if the used command have the args to open explorer to a path and preselect a file.
Why does it happen?
Windows native path separator is \
but most WinAPIs also accept the /
used in UNIX world. However this command required the use of the Windows path separator (\
).
How can the issue be reproduced?
- Makes ImHex crashes (can follow [Bug / Crash] Modified STL pattern makes ImHex freeze and crash #2368 steps to reproduce for that).
- Restart ImHex
- Click on the link
ImHex Version
1.37.4
ImHex Build Type
- Nightly or built from sources
Installation type
MSI
Additional context?
Windows 10 x64. Found it with #2368.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working