thedarkcolour / KotlinForForge

Makes Kotlin forge-friendly.
GNU Lesser General Public License v2.1
187 stars 26 forks source link

Error crash #71

Closed LeonMazzoli closed 1 year ago

LeonMazzoli commented 1 year ago

Exception in thread "main" java.lang.module.ResolutionException: Modules kotlin.stdlib and thedarkcolour.kotlinforforge export package kotlin.sequences to module usefulmachinery at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901) at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815) at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:755) at java.base/java.lang.module.Resolver.finish(Resolver.java:380) at java.base/java.lang.module.Configuration.(Configuration.java:140) at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:104) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)

I have this error for many different mods like JEI, YungsBetterDesert... Unable to launch my game :sob:, it's with new forge versions.

Please solve the problem :sob:

thedarkcolour commented 1 year ago

Can you please be more specific with your setup? What is your entire modlist? Your Minecraft version? Forge version? Kotlin for Forge version?

LeonMazzoli commented 1 year ago

error.txt Here is a file that contains all the info

thedarkcolour commented 1 year ago

Are you able to reproduce this outside of TLauncher?

LeonMazzoli commented 1 year ago

Here it is with the official launcher: error

thedarkcolour commented 1 year ago

Can you send the crash error from there?

LeonMazzoli commented 1 year ago

I have no crash reports

thedarkcolour commented 1 year ago

Check the .minecraft/logs folder for a file called "latest.log" or "debug.log"

LeonMazzoli commented 1 year ago

I changed my hard drive recently, without keeping the data from the old one. So I can't see if I had those files. But the error created no crash reports.

thedarkcolour commented 1 year ago

I can't really help without a debug.log, the error you sent from TLauncher didn't contain enough information (not to mention it's a pirated launcher)

LeonMazzoli commented 1 year ago

I now don't have the problem anymore, I'm sorry I couldn't give you more details and thanks anyway for your help