Kasax007 / Modpack-Development

This is the development page of my Modpack called "Dreamcraft" on Curseforge.
0 stars 3 forks source link

Fabric Language Scala Issue for Apple Silicon computers #88

Open sleepy-evelyn opened 1 year ago

sleepy-evelyn commented 1 year ago

Describe the bug Most packs have conflicts with Apple Silicon stuff but usually you can fix this by disabling some client mods. In this case you are very nearly able to run the pack if you disable the FancyMenu and FancyVideo stuff. Unfortunately one of the mods Fluid Tank which provides a single infinite fluid tank uses Fabric Language Scala which just doesn't work on ARM processors at all yet. It's also nearly impossible to debug this, it took me about 3 hours to figure out what was causing it.

Basically you can make the pack compatible with all Apple Silicon computers by removing the Fluid Tank mod and the fancy video api dependency and all the mods that use it. Make use of this information as u wish πŸ‘πŸ».

Fancy Video API crash https://gist.github.com/lunathelemon/b7e913260dc02ed5c93b13250a1f85ed

Fabric Language Scala issue https://gist.github.com/lunathelemon/14c2d40636fb624e4c14db021dd22faa

To Reproduce Load the pack using any M1 or M2 computer.

Expected behavior The pack loads

Version of the modpack 1.19.2 v6

Additional context Using Java 17

sleepy-evelyn commented 1 year ago

The associated Fabric Language Scala bug https://github.com/FabricMC/fabric-language-scala/issues/17

Kasax007 commented 1 year ago

I appreciate you taking the time to figure this out. Additionally, some people have to remove the voice chat mod since that also seems to be causing problems.

Fuhuang commented 1 year ago

Thank you very much.He solved my problem.If it is informed on the Description, it can save a lot of time For Apple Silicon users.