Skip to content
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

Closed
2 tasks done
dharanict opened this issue Feb 7, 2023 · 8 comments
Closed
2 tasks done

Fyne does not run properly on ARM-based MacOS platforms #3639

dharanict opened this issue Feb 7, 2023 · 8 comments
Labels
unverified A bug that has been reported but not verified

Comments

@dharanict
Copy link

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

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

image

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

@dharanict dharanict added the unverified A bug that has been reported but not verified label Feb 7, 2023
@Bluebugs
Copy link
Contributor

Bluebugs commented Feb 7, 2023

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.

@dharanict
Copy link
Author

FWIW, I tried same hello world code with Mac Mini x86 running MacOS Monterey Ver 12.1 and Go 1.20. It runs fine.

@andydotxyz
Copy link
Member

Can you please confirm the hardware that this is failing on @dharanict ?

@dharanict
Copy link
Author

Here are the details: Mac Mini (Apple M1, 2020), 16GB, MacOS Ventura 13.1

@andydotxyz
Copy link
Member

I wonder if it is possible somehow that the Ventura OS has done something to the M1?
Will ask the team if we should upgrade our test device.

@andydotxyz
Copy link
Member

Can you please test against latest develop branch? There was is a fix in that could have resolved this.

@dharanict
Copy link
Author

Yes, it is working fine now. Thanks!
FyneHelloMacOSM1

@andydotxyz
Copy link
Member

Perfect thanks, will get v2.3.2 started in the coming days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unverified A bug that has been reported but not verified
Projects
None yet
Development

No branches or pull requests

3 participants