Inventory Crash with AE2WTLib installed
RichardNMAL opened this issue ยท 3 comments
crash-2025-04-10_14.58.10-client.txt
Crash report above.
Hi, looking for help with a crashing issue.
Opening inventory crashes the game on a new world (no items in inventory).
Works when I remove AE2 Wireless Terminal Library from the mods folder.
The crash screen doesn't report that AE2WTLib is the issue, but I found it from the crash report by the mod creators' library p455w0rd being mentioned.
Since Had Enough Items is a fork of JEI for 1.12.2, I would have thought using HEI instead of JEI was the issue if not for the fact the modpack is just Technic's Official Tekkit 2 Modpack with a few other mods tacked on at the end by me from Curseforge.
Heres another crash report with the "draw" debug option enabled.
Thanks for the report, it seems to be a missing mod check when adding AE2WTLib support, please download this snapshot version and see if it works:
Or alternatively, you can clone the repo, run ./gradlew downloadLocalLibs then ./gradlew build. The file ./build/libs will have the same snapshot version mod as the file here
Sorry for the wait. I was away, so I just tried it out now. I replaced the area fixer with the snapshot and re-pasted it in AE2WTLib. Inventory now opens without crashing, and AE2WTLib is active and working. Thank you for the fast response!