Bug: Can't launch 1.5
itsdinkd opened this issue ยท 9 comments
What happened?
when launching game, it crashes. error in log
something to do with mixins
Version
1.5.0
Fabric API Version
No response
Trinkets Version
No response
Relevant log output
No response
Other mods
No response
Additional Information
No response
The release of 1.5.0 used an older version of CPA, and an older method of fluid portal ignition. This older method was reworked and is no longer present in never CPA, such as beta-45 which is installed here from another source. The dev versions have been updated to reflect this change and it's no longer an issue.
Another crash log https://pastebin.com/EmFWQd47
The first issue is a known conflict with ExpandAbility, which will get resolved.
The second issue is unrelated, and seems to be due to CustomPortalAPI. I'll ping @kyrptonaught so he can see this
Had a similar crash with 1.6.0 and I am not using ExpandAbility, not sure if its the similar issues you mentioned.
https://pastebin.com/Tq9da7BE
Edit: the crash happens on 1.5.0 as well and is identical.
@frikinjay The crash report you sent shows that you are indeed using ExpandAbility
I see, could be one of the mod's including it in the jar, man do I hate that. Any way to check what mod might be using it as a dependency instead of manually checking it?
Well that didnt take as long as I thought it would. Artifacts includes expandability. Thanks for the help.