Actions
Emulator Issues #13404
closedCrash on emulation start with "unrecognized selector -[MTLIGAccelDevice setShouldMaximizeConcurrentCompilation:]"
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
OS X
Issue type:
Bug
Milestone:
Regression:
Yes
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
5.0-19601
Fixed in:
5.0-20364
Description
When starting any game, Dolphin crashes immediately with the following error:
2023-11-22 16:28:51.725 Dolphin[36049:1724971] -[MTLIGAccelDevice setShouldMaximizeConcurrentCompilation:]: unrecognized selector sent to instance 0x7fdf40597000
- Dolphin version: 19870
- macOS version: 13.6.1
- iGPU: Intel Iris with Metal 2 support
It seems that the issue was introduced in https://github.com/dolphin-emu/dolphin/pull/11911.
Updated by kemenaran 12 months ago
From this MoltenVK snippet, it seems that even on macOS > 13.3 the feature needs to be dynamically tested (which seems fine in this context).
Updated by kemenaran 12 months ago
Fixed by https://github.com/dolphin-emu/dolphin/commit/0ecfaf3b9ee25f2dc110a0ce424ecafb4f2cac25 ; this issue can be closed.
Actions