Game Crash Occurs Due to API
PorcelainRose opened this issue ยท 1 comments
I've been using 3 different mods that depend on the Let's Do API for a while now and something occurred within the past day or two when updating said mods or dependencies that now refuses to launch the game while the API is present within the mod pack
Exception in thread "main" java.lang.module.ResolutionException: Modules doapi and _do.api.fabric export package de.cristelknight.doapi.client.terraform to module l2library
That line is specified to be the problem (or at least that's what I was told when trouble shooting through cursedforge)
Whenever booting up the mod pack it gets to scanning mod candidates and immediately crashes. When the API is removed the game will indeed load but remind user that it can't run those mods as they depend on it.
I don't know if this is a local issue or not but at the very least I would like some help either trouble shooting or seeing what the actual problem is as I was using this mod pack fairly recently only to encounter this issue. (I was able to use it just fine Saturday)
Update) For some reason its not the actual API doing it but that's what's showing up as an error for an issue with a mod Herbal Brews
I've reverted back to a previous version and ill make a post in the proper space for it. If at nothing else maybe there is something worthwhile in the error message received if not disregard I'm sorry for the wall of text.