Skip to content

[Bug] Windows: The link to Imhex's Log File desn’t works. #2369

@Naheulf

Description

@Naheulf

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?

  1. Makes ImHex crashes (can follow [Bug / Crash] Modified STL pattern makes ImHex freeze and crash #2368 steps to reproduce for that).
  2. Restart ImHex
  3. 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions