maruohon / itemscroller

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it
GNU Lesser General Public License v3.0
147 stars 69 forks source link

Crash on launch with Forge version 28.1.61 #26

Closed ghost closed 4 years ago

ghost commented 4 years ago

The game crashed whilst initializing game Error: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException


this is with no other mods in the mods folder using file version: itemscroller-forge-1.14.4-0.15.0-dev.20191023.012451

ghost commented 4 years ago

https://pastebin.com/u3VTivnK

@maruohon let me know if you need a renewed paste bin link.

maruohon commented 4 years ago

This version also needs the malilib library mod, like all the other recent versions do.

Edit: However now I realize that I forgot to add that dependency to the mods.toml file so that Forge would also tell you about the missing dependency...

ghost commented 4 years ago

Am I missing the Forge version of that library? All I see is Fabric and Rift

maruohon commented 4 years ago

Yes: https://www.curseforge.com/minecraft/mc-mods/malilib/files/2814629

ghost commented 4 years ago

This snippet from the Twitch mod page may need to be adjusted as well: "The LiteLoader, Rift and Fabric versions require the MaliLib library mod: "

ghost commented 4 years ago

Ah, I see now, It was not showing unless I selected View All. Ty

ghost commented 4 years ago

Launch success, closing issue.