Prunoideae / ProbeJS

Supercharging your modpack experience.
GNU General Public License v3.0
46 stars 14 forks source link

[1.18.2][ProbeJS 4.0.0-fix1-forge]Crash when running /probejs dump #9

Closed Anoyomouse closed 1 year ago

Anoyomouse commented 1 year ago

Hi

I'm trying to generate mapping data for FTB Stoneblock (latest version 1.3.0). default modpack.

Comes up with Uncaught exception happened in wrapper, please report to the Github issue with complete latest.log

Latest log: latest.log

Prunoideae commented 1 year ago

This is weird, why there's no printed stack trace when it throws an error? Can you check in stdout (like the console output in MMC)?

Anoyomouse commented 1 year ago

Found it

It looks like it's crashing because Stoneblock 3 is using REI, and not JEI for it's item list, which is causing your probejs to collapse

console.log

ghost commented 1 year ago

I'm getting same Uncaught exception error. REI is definitely the issue. Tested with just KubeJS, ProbeJS, and then added REI to reproduce issue. Is there any plan for a fix? Any workaround?

Prunoideae commented 1 year ago

I think I understand how to fix it, but first I need to find some time to start working on it.

ghost commented 1 year ago

@Prunoideae Still getting same thing with only Architectury API, Cloth config, KubeJS, ProbeJS, REI, REI Plufin Compat, and Rhino. Not sure what you need but attached is latest.log. Not sure what you need is it just the latest.log?

Prunoideae commented 1 year ago

@Prunoideae Still getting same thing with only Architectury API, Cloth config, KubeJS, ProbeJS, REI, REI Plufin Compat, and Rhino. Not sure what you need but attached is latest.log. Not sure what you need is it just the latest.log?

This is weird, I tried to catch error there to fallback to a default value when it's errored, but it didn't work for some reason if the error persists. Please send the console output with the fix2 installed.

Prunoideae commented 1 year ago

I know where the problem is, will push a fix later, multiple problems are occurring at once

Prunoideae commented 1 year ago

Fix pushed as fix2 on CurseForge.