Modbder / EssentialCraft3

The update of EC2 for newer version of MC
18 stars 16 forks source link

Crash with dragonapi #47

Open MrAmazoni opened 8 years ago

MrAmazoni commented 8 years ago

http://pastebin.com/cCeRTpvr Can somebody help me?

ghost commented 8 years ago

Its something about smokefx and wind rune

MrAmazoni commented 8 years ago

Can author of the mod fix this bug?

wizard1399 commented 8 years ago

Have you posted about this on Reikka's github? Are you up to date with the most current version of both dragonAPI and whatever mod uses it? What did you do exactly to cause the crash? What actions, blocks, items were involved? Can you reproduce the crash?

When reporting what you think is a bug, the answers to the questions above are usually useful. The more information you can give about the situation, the easier it is for the mod author to isolate the piece of code that is causing the problem.

ghost commented 8 years ago

It seems that you cant read crash logs! Its Wind Rune block that crashes with Expanded Redstone for some reason.

wizard1399 commented 8 years ago

Expanded redstone is a mod by Reikka. Since you gave us no information about how you caused the crash and only gave us a crash report, some interaction between the mods could have caused the crash, therefore you should report the crash to both mod authors.

wizard1399 commented 8 years ago

After looking at your crash log:

DragonAPI is not up to date. Update this! Current version is 15a. Expanded Redstone is not up to date. Update this! Current version is 15a.

It seems you don't know how to modpack or post bug reports. If you did, you would have made sure that you were up to date with all the fixes that mod authors put so much time and effort into making before posting. Update all of Reikka's mods that use DragonApi, then retest. If you still crash, then post back here with a fresh crash report.

MrAmazoni commented 8 years ago

http://pastebin.com/WUw7g2uw fresh crash report

wizard1399 commented 8 years ago

Can you provide a screenshot of your setup in world? The crash seems to be caused by the heat generator block being ticked by something.

I am not a part of Dummy Thinking group who wrote this mod so I don't know how their code is written, but I may be able to help you find a workaround so that you can get back into your world if the crash keeps you from getting back in. Do you have access to the configs for your world or are you playing on a multiplayer server? There is a config option in the forge config file that will remove blocks that are throwing errors like this instead of crashing, but it could have other effects in your world that I would not be aware of. Make a backup of the world and then try the config option if you want to risk it.

I think this should also be referenced in Reika's forum so that Reika can help us figure out how these 2 mods are interacting. I am unsure what the instantiable data the crash report mentions is.

ReikaKalseki commented 8 years ago

Something is adding null to the effectRenderer. This is invalid.

wizard1399 commented 8 years ago

Any suggestions as to how to fix?

ReikaKalseki commented 8 years ago

....Stop calling addEffect with a null argument?

wizard1399 commented 8 years ago

So the error is definetly on the EC3 side? I'll guess @MrAmazoni will have to wait for someone from Dummy Thinking group to look into this.

MrAmazoni commented 8 years ago

OK.Thanks guys!

ghost commented 8 years ago

I heard that Modbder is working on EC5 for 1.10.x