Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta24 of forge does not run in 1.18.2 #330

Open
2 tasks done
Giro798 opened this issue Feb 26, 2025 · 0 comments
Open
2 tasks done

beta24 of forge does not run in 1.18.2 #330

Giro798 opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Giro798
Copy link

Giro798 commented Feb 26, 2025

Bug description

I am trying to use the mod, but when I use it in version 1.18.2 - Forge 20.2.21 it just won't start, I found something that might help in the Latest.log, but I didn't find much else. Is there any specific version of forge, until beta 22 it started, with errors, but it started, but now it doesn't start anymore.

Steps to reproduce

initiate

Expected behavior

to initiate

Actual behavior

it won't start and I found this in the latest.log

[24feb.2025 23:15:20.763] [main/ERROR] [AutoModpack/BootStrap/]: Error sorting FML dependency locators
java.lang.NoSuchFieldException: dependencyLocatorList
at java.lang.Class.getDeclaredField(Class.java:2610) ~[?:?]
at pl.skidam.automodpack_loader_core.EarlyModLocator.scanCandidates(EarlyModLocator.java:69) ~[?:?]
at net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator.scanMods(AbstractJarFileModLocator.java:22) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:?]
at net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:59) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:?]
at net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:166) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:1.0]
at net.minecraftforge.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:86) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:1.0]
at cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:112) ~[modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:100) ~[modlauncher-9.1.3.jar%235!/:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) [?:?]
at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) [?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) [?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) [?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) [?:?]
at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) [?:?]
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) [?:?]
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) [?:?]
at java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) [?:?]
at cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:102) [modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:55) [modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:87) [modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?]
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?]

Relevant logs

No response

Minecraft & Mod Loader versions

1.18.2 Forge 40.2.21

Minecraft launcher

Minecraft Launcher

Operating system

Windows 11

AutoModpack version

1.18.2 - 4.0.0-beta24 - Forge

Other information

It creates the AutoModpack folder, and the client and server files, but no more than that.

Thank you very much for your work my friend :D. I hope you can solve this problem

Check list

  • I have verified that the issue persists in the latest version of the mod.
  • I have searched the existing issues and confirmed that this is not a duplicate.
@Skidamek Skidamek added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants