macOS running crash due to Qt exception
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Symptom:
building the openage on macOS, found out that it failed during running.
Environment:
OS: macOS Tahoe 26.3
CPU: Apple Silicon M3 Pro
Compiler:
NAME: NSInternalInconsistencyException
REASON: API misuse: setting the main menu on a non-main thread.
Main menu contents should only be modified from the main thread.
LOG:*** Assertion failure in -[NSMenu _setMenuName:], NSMenu.m:833
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the build-and-run failure on macOS and trace where the application's main menu is initialized or modified. Use the reported NSInternalInconsistencyException as the failure point; done means the application launches on macOS without the main-menu thread exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- desktop, game-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100