-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fyne does not run properly on ARM-based MacOS platforms #3639
Comments
I just tried this on Fyne Mac Stadium instance. It does still work there, but it is to be noted that the Mac Stadium is running on an older version of MacOS: Big Sur 11.3.1. |
FWIW, I tried same hello world code with Mac Mini x86 running MacOS Monterey Ver 12.1 and Go 1.20. It runs fine. |
Can you please confirm the hardware that this is failing on @dharanict ? |
Here are the details: Mac Mini (Apple M1, 2020), 16GB, MacOS Ventura 13.1 |
I wonder if it is possible somehow that the Ventura OS has done something to the M1? |
Can you please test against latest |
Perfect thanks, will get v2.3.2 started in the coming days |
Checklist
Describe the bug
The basic hello world program displays black/blank screen and displays the following errors:
macbook-bro:hello dharani$ ./hello
FALLBACK (log once): Fallback to SW vertex processing because buildPipelineState failed
FALLBACK (log once): Fallback to SW fragment processing because buildPipelineState failed
UNSUPPORTED (log once): UNEXPECTED/FATAL?: buildPipelineState failed to build fragment-fallback PSO, m_disable_code: 1001000
FALLBACK (log once): Fallback to SW vertex processing, m_disable_code: 1000
FALLBACK (log once): Fallback to SW fragment processing, m_disable_code: 1000000
UNSUPPORTED (log once): Fallback to SW fragment processing with incorrect !(m_currentPrimitiveGroup(0x00000001) & (1U << mode(7))(0x00000080))
UNSUPPORTED (log once): Fallback to SW fragment processing with incorrect !(mode(7) == GL_POINTS)
2023-02-07 14:49:20.353 hello[84614:18156514] +[NSXPCSharedListener endpointForReply:withListenerName:replyErrorCode:]: an error occurred while attempting to obtain endpoint for listener 'ClientCallsAuxiliary': Connection invalid
2023-02-07 14:49:20.360 hello[84614:18156565] Connection Invalid error for service com.apple.hiservices-xpcservice.
2023-02-07 14:49:20.360 hello[84614:18156514] Error received in message reply handler: Connection invalid
How to reproduce
Run hello world program given here: https://developer.fyne.io/started/hello
Screenshots
Example code
https://developer.fyne.io/started/hello
Fyne version
fyne.io/fyne/v2 v2.3.0
Go compiler version
go version go1.20rc3 linux/amd64
Operating system
Android
Operating system version
MacOS Ventura 13.1 (22C65)
Additional Information
No response
The text was updated successfully, but these errors were encountered: