Skip to content

Window unresponsive after opening map with npcs missing outfits #185

Description

@un000000

Hey. After opening a map that would produce "Missing NPCs" warning, while app is at large enough resolution (e.g. fullscreen), the application window becomes permanently unresponsive. By unresponsive i mean that keyboard input has no effect and mouse clicks just produce the error sound that happens when one tries to click main window while some modal window is open.

With some experimentation i manged to fix this error by just commenting out wxSafeYield() in the files below. This fix might lead to some unknown side effects, so input, especially from the 557d911 author would be appreciated.

wxSafeYield();

wxSafeYield();

I'm using "windows-release" cmake preset with Visual Studio toolchain for building. I'm running the built app on win10 x64. Didn't test on other setups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: I/OChanges to map file I/O (OTBM, minimap export, etc.).Area: UIChanges to the wxWidgets GUI (palettes, dialogs, menus, toolbar).Priority: CriticalRepresents a risk to stable releases.Status: Pending TestThis PR or Issue requires more testing.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions