Skip to content

[BUG] IR Loading Fails When File Path Contains Emoji Characters #641

@mmdspotify78-bot

Description

@mmdspotify78-bot

Hello,

I found an issue in the latest NAM A2 release on Windows.

The plugin fails to load IR files when the file path contains emoji characters (and possibly other non-ASCII Unicode characters).

Steps to reproduce

  1. Place a valid IR file in a folder whose path contains an emoji.
    Example:
    "C:\Users\User\Desktop\🎸\Mesa_OS_4x12_57_m160.wav"
  2. Open NAM A2.
  3. Try to load the IR.

Result

The plugin displays:

"Failed to load IR ... ???"

The path shown in the error dialog appears to have corrupted characters, suggesting an encoding issue.

Expected behavior

The IR should load normally regardless of Unicode characters in the path, or the plugin should provide a clear error message explaining the problem.

Additional information

  • Windows 11
  • The same IR loads successfully when moved to a path containing only ASCII characters (for example: "C:\IR\mesa.wav").
  • The IR file itself is valid; only the file path changes.

This looks like a Unicode/UTF-8/UTF-16 path handling issue.

Thanks for your work on NAM A2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:lowLow priority issuesunreadThis issue is new and hasn't been seen by the maintainers yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions