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

Nightmare Edge Case: x86 installed on an ARM Mac will crash the game at launch #26

Closed
LemmaEOF opened this issue Jul 6, 2024 · 6 comments

Comments

@LemmaEOF
Copy link

LemmaEOF commented Jul 6, 2024

Log: https://mclo.gs/UXB22Gg

From what I can tell this is because the backend grabbing libvlc will assume that it's the ARM version and not check whether it's x86 or ARM; I'm not sure if there's a good way to deal with this lol

@LemmaEOF
Copy link
Author

LemmaEOF commented Jul 6, 2024

This has also been posted as a watermedia issue (#89) but it might be good to check for that crash on the picturesign side if possible

@SrRapero720
Copy link

i always suggest install universal version of VLC when you have no idea
https://get.videolan.org/vlc/3.0.21/macosx/vlc-3.0.21-universal.dmg

whoever, those crashes should not be a throwed crash (referencing WaterMediaTeam/watermedia@366ccae), so i need to do some research of what happens (or what is not happening)

@SrRapero720
Copy link

ah yes... the special vlccore load, i forgot was a thing on mac :/

@LemmaEOF
Copy link
Author

LemmaEOF commented Jul 7, 2024

i always suggest install universal version of VLC when you have no idea https://get.videolan.org/vlc/3.0.21/macosx/vlc-3.0.21-universal.dmg

oh yeah, to be clear I'd installed VLC on an old x86 mac then forgot to update it when I transferred everything to my new ARM one

@Motschen
Copy link
Member

Motschen commented Jul 7, 2024

It seems like SrRapero released an updated version of WATERMeDIA to address this.
This is not something I can fix from the PictureSign side, as I only interface with WATERMeDIA and don't interfere in the VLC initialization.

@Motschen Motschen closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2024
@Motschen
Copy link
Member

Motschen commented Jul 7, 2024

Btw, @LemmaEOF have a look at #23 and PictureSignTheora.
I turned una's native Java codec implementation into a version-agnostic addon in the hope to relieve some stress from the Modfest organisors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants