im a bit confused i tried updating my mod from 1.19 to 1.19.2 and it gave me an error, so i reverted it and it works fine, but now im trying to just run the plain mdk of 1.19.2 yet im getting the same error, i didnt change a single thing in the mdk all i did was run genintellijruns and runclient,
Exception in thread "main" java.lang.module.ResolutionException: Module accesstransformers reads more than one module named cpw.mods.securejarhandler
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:722)
at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
at java.base/java.lang.module.Configuration.<init>(Configuration.java:140)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:298)
at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:129)
this is the error
note: the error is the exact same for both
i have tried this fix but it didnt work
https://github.com/MinecraftForge/MinecraftForge/issues/7893