You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per subject, Attract crashes when switching to fullscreen mode on macOS 13.0 on Apple Silicon. This happens on the v2.6.1 binary release downloaded from the website. Since this is an x86 executable I'm not sure if it's the emulation layer's fault, but I couldn't find any pre-built Arm versions. I'll see if I can build my own version to see if this still happens.
Steps to reproduce:
Delete any existing configuration directory or pick a new, empty configuration path.
Launch attract.
Pick any language (I chose English).
Go to "General" > "Window Mode"
Set the preference to "Fullscreen Mode"
Choose "Back" twice to start Attract.
Application crashes.
Launching attract from the command line with --loglevel debug says it cannot find a valid video mode ("The requested video mode is not available, switching to a valid mode") before crashing, with no further output.
The relevant bits of the stack trace are as follows:
As per subject, Attract crashes when switching to fullscreen mode on macOS 13.0 on Apple Silicon. This happens on the v2.6.1 binary release downloaded from the website. Since this is an x86 executable I'm not sure if it's the emulation layer's fault, but I couldn't find any pre-built Arm versions. I'll see if I can build my own version to see if this still happens.
Steps to reproduce:
Launching attract from the command line with
--loglevel debug
says it cannot find a valid video mode ("The requested video mode is not available, switching to a valid mode") before crashing, with no further output.The relevant bits of the stack trace are as follows:
The text was updated successfully, but these errors were encountered: