I just removed unique enchantments base and utils but it still doesnt work
new crash log:
https://mclo.gs/TVlEscX
Posts by ppgamer907
The Aternos forums are now deprecated
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
-
-
-
the rest of the crash:
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2685/1808794751@2f5ed5ce
java.lang.ArrayIndexOutOfBoundsException: -1
at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.insert(Object2ObjectLinkedOpenHashMap.java:333)
at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.put(Object2ObjectLinkedOpenHashMap.java:346)
at uniquebase.UEBase.reloadConfig(UEBase.java:196)
at uniquebase.UEBase.onLoad(UEBase.java:215)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152)
at java.util.Optional.ifPresent(Optional.java:159)
at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152)
at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90)
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106)
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
at java.lang.Iterable.forEach(Iterable.java:75)
at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2064)
at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83)
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:209)
at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:45)
at net.minecraft.server.Main.main(Main.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[05Apr2023 14:19:18.274] [main/FATAL] [net.minecraft.server.Main/]: Failed to start the minecraft server
java.lang.ArrayIndexOutOfBoundsException: -1
at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.insert(Object2ObjectLinkedOpenHashMap.java:333) ~[?:?]
at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.put(Object2ObjectLinkedOpenHashMap.java:346) ~[?:?]
at uniquebase.UEBase.reloadConfig(UEBase.java:196) ~[uniquebase:?]
at uniquebase.UEBase.onLoad(UEBase.java:215) ~[uniquebase:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152) ~[forge:?]
at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_362]
at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152) ~[forge:?]
at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90) ~[forge:?]
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106) ~[forge:?]
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[forge:?]
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_362]
at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2064) ~[?:1.8.0_362]
at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[forge:?]
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:209) ~[forge:?]
at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:45) ~[forge:?]
at net.minecraft.server.Main.main(Main.java:95) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_362]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_362]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_362]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_362]
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge.jar:?]
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge.jar:?]
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge.jar:?] -
Ok so...
I created a modpack with curseforge and put every mod in aternos but when I start the server it crashes and I dont why.
Crash:[05Apr2023 14:19:18.258] [Thread-4/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: -1
Index: 1
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2685/1808794751@75128c5e
java.lang.ArrayIndexOutOfBoundsException: -1
at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.insert(Object2ObjectLinkedOpenHashMap.java:333)
at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.put(Object2ObjectLinkedOpenHashMap.java:346)
at uniquebase.UEBase.reloadConfig(UEBase.java:196)
at uniquebase.UEBase.onFileChange(UEBase.java:220)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152)
at java.util.Optional.ifPresent(Optional.java:159)
at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152)
at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90)
at net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigWatcher.run(ConfigFileTypeHandler.java:161)
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:181)
[05Apr2023 14:19:18.259] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: java.lang.ArrayIndexOutOfBoundsException: -1
[05Apr2023 14:19:18.259] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.insert(Object2ObjectLinkedOpenHashMap.java:333)
[05Apr2023 14:19:18.259] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap.put(Object2ObjectLinkedOpenHashMap.java:346)
[05Apr2023 14:19:18.259] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at uniquebase.UEBase.reloadConfig(UEBase.java:196)
[05Apr2023 14:19:18.259] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at uniquebase.UEBase.onFileChange(UEBase.java:220)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at java.util.Optional.ifPresent(Optional.java:159)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigWatcher.run(ConfigFileTypeHandler.java:161)
[05Apr2023 14:19:18.260] [Thread-4/INFO] [STDERR/]: [com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread:run:183]: at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:181)
[05Apr2023 14:19:18.258] [main/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: -1
Index: 1