SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Thaumcraft 5 Error with Sponge #540

Closed seanamor closed 8 years ago

seanamor commented 8 years ago

Minecraft Forge: 11.15.1.1732 SpongeForge: DEV SpongeAPI: 3.1.0-SNAPSHOT-4c0d27c Minecraft: 1.8.9 SpongeForge

A couple errors listed below first of which: http://hastebin.com/mexokuqabe.m Secondly I am not sure if this one is because im in creative, without the proper research to be doing this. But I get an autocaster from creative, then try adding a focus to it, I have tried pech and lightning so far and both add the focus, but crash the server: http://hastebin.com/okumobehes.avrasm

Azanar Commented on this on his git page with this: "Azanor commented 7 hours ago Those are both sponge related errors - nothing directly TC related in either of them."

gabizou commented 8 years ago

The first paste isn't actually an error, it's just a notification of fallback. It's to be expected when certain corner cases have to be resolved manually. The system otherwise will work fine regardless.

The second, I'm not quite sure how it's SpongeForge's fault since that error is only partially included, if you can provide a more complete log, that'd help a lot.

seanamor commented 8 years ago

Thanks I will do so asap

seanamor commented 8 years ago

http://hastebin.com/uyuvewinaf.avrasm Crash Report : http://hastebin.com/wapeyijece.vhdl

gabizou commented 8 years ago

@Mumfrey from the last stack trace, MinecraftFabric is throwing the exception due to a null check, not sure where it's getting the null from, but likely because the inventory slot isn't officially supported yet.

seanamor commented 8 years ago

Ill report any other bugs I find, I am testing SpongeForge Beta in a server setting. Thanks for accepting this report.

ghost commented 8 years ago

I have similar crashreport:

http://pastebin.com/7rLqimQV

Mumfrey commented 8 years ago

I don't have an easy way of testing this since I've not used thaum craft, can one of you guys test whether the changes in SpongePowered/SpongeCommon@83cab0dfb2f7bb90242c051b809acceeb0f6d52e have addressed the issue.

ghost commented 8 years ago

Tested, looks like problem solved, thanks.

seanamor commented 8 years ago

Does this mean there is an updated spongeforge build with the bug fixed? If so where might we find this? I can test it out as well. Edit: I see an update nvm I will test this evening.

Mumfrey commented 8 years ago

Ok I'm considering this resolved for now then.

seanamor commented 8 years ago

This is indeed resolved, thanks!