Closed asirko closed 3 years ago
Sorry, i gave the wrong version number It seems that in the mod pack, the version is 1.1.9
I continue to dig for more info
From what I understand/found:
PumpjackHandler
line 141 has no division (based on the commit 669f66e990516b52e3bc388beb62ad07cd1a80c2
done the Mon Mar 19 22:50:40 2018 -0500)I was not able to edit with MCEdit my map to delete the PumpJack (MCEdit is crashing on sevtech map). I do not know any other solution.
I hope someone will be able to help Anyway, thanks in advance
I just read that modulo operator also generate a divide by 0 exception
Meaning that the line line 141 int weight = Math.abs(query % getTotalWeight(dim, biome));
might be at the origin of my crashes.
What would happen if I replace the return statement of getTotalWeight by return totalWeight > 0 ? totalWeight : 1
.
Just to be safe?
If I do this, is there any documentation to explain how to generate the JAR?
That was fixed in 3ccb11d54bda7d8ee3bb1b70b8cb1cd3f144a62d
As for when or if there will be a version released with it im still thinking about it, but if i do it'll be a final 1.12.2 release and after that i'll ignore anything 1.12.2
Thank you a lot for your help !
I would like to build the JAR myself and stop bothering you with this old version but I am not really experienced in Java and I never used Gradle. Can I ask for some help a last time and just point me to any documentation?
Is there any thing I can do to thank you?
I sorry to spam you, but I have no one else able to help me...
I tried to build the JAR myself
gradlew
and gradlew setupDevWorkspace
gradlew jar
build/libs
and tried to replace it in my modePack instanceNow my instance crash while lauching it. And my error is:
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Immersive Petroleum (immersivepetroleum)
Caused by: java.lang.NoSuchFieldError: WATER
at flaxbeard.immersivepetroleum.common.IPContent.preInit(IPContent.java:129)
The corresponding line is
blockFluidCrudeOil = new BlockIPFluid("fluid_crude_oil", fluidCrudeOil, Material.WATER).setFlammability(60, 200);
And Material.WATER
seems to directly come from MC dependencies.
I must have missed something in order to build the JAR but I have no idea what. If you could help me, I would really appreciate!
Anyway sorry to spam you and thank you for all the work you did with this great mode !
Support dropped with release 1.1.10
Closing this for that reason.
Description of the issue
I have a sevTech server in version 3.1.7 using ImmersivePetroleum 1.16.5-3.2.0-3. Last time that i connected to and tried to come close to my pumpjack, my server crashed and i never were able to make it work again. Each time, while my avatar is loading, the server crash right away. A friend tried and has the exact same result when he approached the pumpjack
Versions and Modlist
sevTech version 3.1.7 ImmersivePetroleum 1.16.5-3.2.0-3
Crash Log