McJtyMods / DeepResonance

Deep Resonance: a powergen mod for Minecraft involving crystals
47 stars 23 forks source link

Crash on Deep Resonance 1.5.0 #243

Closed Divineaspect closed 6 years ago

Divineaspect commented 6 years ago

https://pastebin.com/vDAZTYKe

Looks like the same crash as https://github.com/McJty/DeepResonance/issues/242 But I have the 1.12 version

McJty commented 6 years ago

Very strange.. Do you have Open Computers? If so which version?

Divineaspect commented 6 years ago

Nope, no Open Computers

McJty commented 6 years ago

@josephcsible Just a long shot but could there be a problem in case OC is not there? There are several complaints, both in 1.10 as in 1.12 with this but I have no clue what is happening

josephcsible commented 6 years ago

@McJty It doesn't look like it. I don't see any way it could be related, though I suppose it couldn't hurt to try adding it. Note that I can load the game fine on 1.12.2 and Forge 2578 with only deepresonance-1.12-1.5.0.jar, ElecCore-1.12.2-1.8.434.jar, and mcjtylib-1.12-2.5.0.jar in the mods folder. (Though I did notice an unrelated issue with OC as I was digging through code: #245)

@Divineaspect What version of McJtyLib are you using? (The full file name)

josephcsible commented 6 years ago

Side note: it may be worth giving McJtyLib a class with @Mod, even though it's not actually a mod, just so its exact version will show up in these sorts of crash logs.

Also, can you link to a crash log from 1.10? The only two issues I saw about this were for 1.12.

Divineaspect commented 6 years ago

1.1x-2.5.1 which in in it's mod info says it's for 1.11

josephcsible commented 6 years ago

Okay, that's the exact same problem as in #242. 1.1x is 1.10/1.11 only. Replace it with the 1.12 one and it will work fine.

Divineaspect commented 6 years ago

It amazes me that I read #242 and still managed to not apply it correctly.

Divineaspect commented 6 years ago

Thank you all