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

Crash with Logistics Pipes in FTB Interactions Remastered 1.3.0 #208

Open
5 tasks done
JuiceyBeans opened this issue Sep 23, 2024 · 11 comments
Open
5 tasks done

Crash with Logistics Pipes in FTB Interactions Remastered 1.3.0 #208

JuiceyBeans opened this issue Sep 23, 2024 · 11 comments

Comments

@JuiceyBeans
Copy link

Your CleanroomMC Discord Username

juiceybeans

Cleanroom Version

0.2.3-alpha

Java Version

Java 21

Graphics Card Vendor

AMD iGPU

Bug Report

---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Why did you do that?

Time: 2024-09-23 13:37:52 BST
Description: Initializing game

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Logistics Pipes (logisticspipes)
Caused by: java.lang.ClassNotFoundException: logisticspipes.network.guis.module.inhand.SneakyModuleInHandGuiProvider
at top.outlands.foundation.boot.ActualClassLoader.findClass(ActualClassLoader.java:259)
at top.outlands.foundation.boot.ActualClassLoader.loadClass(ActualClassLoader.java:266)
at logisticspipes.utils.StaticResolverUtil.lambda$null$0(StaticResolverUtil.java:35)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1715)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:960)
at java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:934)
at java.util.stream.AbstractTask.compute(AbstractTask.java:327)
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.lang.IllegalArgumentException: logisticspipes.network.guis.module.inhand
at java.lang.ClassLoader.definePackage(ClassLoader.java:2239)
at java.net.URLClassLoader.definePackage(URLClassLoader.java:589)
at top.outlands.foundation.boot.ActualClassLoader.findClass(ActualClassLoader.java:206)
... 15 more

Mod List

FTB Interactions Remastered 1.3.0

MMC Instance Notes

N/A

Final Checklist

  • I have searched the issues and haven't found a similar issue.
  • I have read the known incompatibilities and this is not related to one of those.
  • I have installed Fugue and it does not fix this issue.
  • I am using experimental branch and have installed Scalar and it does not fix this issue.
  • I am running a test build from Cleanroom Github Actions. (Or, if I've compiled it myself I plan to fix the issue)
@JuiceyBeans JuiceyBeans changed the title Crash with FTB Interactions Remastered 1.3.0 Crash with Logistics Pipes in FTB Interactions Remastered 1.3.0 Sep 23, 2024
@kappa-maintainer
Copy link
Collaborator

Try latest Fugue from action

@PinkDisorder
Copy link

The issue persists despite latest fugue from action. Same modpack, same error.
java 21.0.4 Eclipse Adoptium, win 11, rtx 4070 ti super,

@kappa-maintainer
Copy link
Collaborator

I need the exact not found class name

@PinkDisorder
Copy link

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Logistics Pipes (logisticspipes)
9 | Caused by: java.lang.ClassNotFoundException: logisticspipes.network.packets.debuggui.DebugPanelOpen
10 | at top.outlands.foundation.boot.ActualClassLoader.findClass(ActualClassLoader.java:259)
11 | at top.outlands.foundation.boot.ActualClassLoader.loadClass(ActualClassLoader.java:266)
12 | at logisticspipes.utils.StaticResolverUtil.lambda$null$0(StaticResolverUtil.java:35)
13 | at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
14 | at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1715)
15 | at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
16 | at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
17 | at java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:960)
18 | at java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:934)
19 | at java.util.stream.AbstractTask.compute(AbstractTask.java:327)
20 | at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
21 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
22 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
23 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
24 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
25 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
26 | Caused by: java.lang.IllegalArgumentException: logisticspipes.network.packets.debuggui
27 | at java.lang.ClassLoader.definePackage(ClassLoader.java:2239)
28 | at java.net.URLClassLoader.definePackage(URLClassLoader.java:589)
29 | at top.outlands.foundation.boot.ActualClassLoader.findClass(ActualClassLoader.java:206)
30 | ... 15 more

unfortunately the error cuts off at the 15 more

@MrLuxALot
Copy link

Have the same issue on latest Cleanroom and Fugue with the same pack. The crash seems to be related to LibrarianLib, bc my crash changed after the first logistics crash log, even though i changed nothing.
crash-2024-11-25_20.16.52-client.txt

@kappa-maintainer
Copy link
Collaborator

@MrLuxALot
Use latest Cleanroom & latest Fugue (0.17.x)
Use LibrarianLib-Continuous

@MrLuxALot
Copy link

Well, it fixed it for me ty

@MrLuxALot
Copy link

Modded minecraft never disappoints when it comes to crashing hehe. Basically it works to load up but sometimes it just doesnt and crashes.
crash-2024-11-26_21.44.39-client.txt

@kappa-maintainer
Copy link
Collaborator

Try new Fugue build from action
https://github.com/CleanroomMC/Fugue/actions/runs/12041146708

@MrLuxALot
Copy link

It worked for now, maybe it will crash it feels like it

@kappa-maintainer
Copy link
Collaborator

In theory we could pre-define every packages under network, but I believe this cursed custom loading has its limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants