Closed Sorinstratu closed 1 year ago
Can you include the Exception/Error ProbeJS is throwing out?
From line 33 of JsonObject
, it is:
private final LinkedTreeMap<String, JsonElement> members =
new LinkedTreeMap<String, JsonElement>();
Which is not likely to throw any error. And this error is not occurring inside ProbeJS's code.
Also, can you tell me how much RAM you gave to the Minecraft instance? ProbeJS requires a lot of RAM to run as it will scan almost every class available in the JVM. It is possible that the dump exhaust the RAM, then the error is thrown.
lastest.txt error
[14:29:38] [Thread-25/ERROR]: TRANSFORMER/probejs@4.4.0/com.probejs.jdoc.Serde$$Lambda$38274/0x0000000803f8fcc0.accept(Unknown Source)
[14:29:38] [Thread-25/ERROR]: TRANSFORMER/probejs@4.4.0/com.probejs.jdoc.Serde$$Lambda$38274/0x0000000803f8fcc0.accept(Unknown Source)
[14:29:38] [Thread-25/ERROR]: TRANSFORMER/probejs@4.4.0/com.probejs.compiler.DocCompiler$$Lambda$38273/0x0000000803f8fa90.accept(Unknown Source)
[14:29:38] [Thread-25/ERROR]: TRANSFORMER/probejs@4.4.0/com.probejs.ProbeCommands$$Lambda$37961/0x0000000803ea2af8.run(Unknown Source)