Error message while intergrating in modpack
YingYangYoooWtfIsThis opened this issue ยท 5 comments
While trying to add the mod on a server modpack, we got a error message saying the following:
The game crashed whilst exception in server tick loop
Error: cpw.mods.fml.common.loaderExeption: java.lang.noclassDefFoundError: [[Lnet/machinemuse/numina/recipe/simpleItemMatcher:
I have looked at the requested file, its there but when i opened it with notepad++ to see if it was something i had to disable but it all came half decoded half rubbish.
Im no programer so I have no idea where to begin...I included the crash file.
crash-2018-06-27_00.24.09-server.txt
Ah pardon let me give you the data:
forge version: 1.7.10 - 10.13.4.1614
Modpack: https://minecraft.curseforge.com/projects/awakening-lite?gameCategorySlug=modpacks&projectID=287306
Added mods:
Age of ascension - AoA-Tslat-1.0.3
The Aether II - aether-1.7.10-1.6
The twilight forest - twilightforest-1.7.10-2.3.7.jar
GalacticraftCore - GalacticraftCore-1.7-3.0.12.504
Galacticraft-Planets - Galacticraft-Planets-1.7-3.0.12.504
MicdoodleCore - MicdoodleCore-1.7-3.0.12.504
movingworld - movingworld-1.7.10-1.8.1.jar
ArchimedesShips - archimedesshipsplus-1.7.10-1.8.1.jar
versions of MachineMuse and numina:
(I tried pretty much any version of 1.7.10 release but it constantly gave the same error message)
Numina - Numina-0.4.1.105-Java-Port (1.7.10-Final-RC2)
ModularPowersuits - ModularPowersuits-1.7.10-0.11.1.114-ABSOLUTE-FINAL
Also when filling out bug reports, it's imperative to give as much information as possible. Your bug report is missing information needed to solve your issue, such as version numbers of installed mods, including MPS and Numina. There's no way I can guess what version of the mod you gave installed.
Unfortunately, this is something that I just cannot put any time into at the moment as I barely have enough time to put into 1.12
Wasn't able to find any MPS/Numina issue with the latest version of the modpack. There is an issue in that modpack where SonarCore is shadowing the IC2 API and triggering a crash with WirelessCraftingTerminal because WirelessCraftingTerminal refers to the optional methods as being "IC2API" rather than "IC2". This means that any time a mod shadows the API it will be detected as if the full mod is there and references that shouldn't be used get used.