Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client crash on forge 1448 #38

Closed
pabluuz opened this issue Jul 7, 2015 · 2 comments
Closed

Client crash on forge 1448 #38

pabluuz opened this issue Jul 7, 2015 · 2 comments
Labels

Comments

@pabluuz
Copy link

pabluuz commented Jul 7, 2015

Hey, it looks like fluid registry problem is back again

Reproduce: Use your mod with newest thaumcraft on forge 1448 or newer.

[17:41:03] [Client thread/ERROR] [FML/]: FluidIdRegistryMessageHandler exception
java.lang.IllegalArgumentException: value already present: gaseousdreadiaessentia
at com.google.common.collect.HashBiMap.put(HashBiMap.java:238) ~[guava-17.0.jar:?]
at com.google.common.collect.HashBiMap.put(HashBiMap.java:215) ~[guava-17.0.jar:?]
at net.minecraftforge.fluids.FluidRegistry.loadFluidDefaults(FluidRegistry.java:117) ~
...

Do You need full crashlog, or forgelog?

@Shinoow
Copy link
Owner

Shinoow commented Jul 7, 2015

That should be reported to Azanor, as I haven't added any fluid for any of the Aspects added through my Thaumcraft integration.
The fluid registry problem people had earlier was due to the rapid removal of a method in the registry that I used, resulting in crashes related to the specific method missing (since it had been removed).

@Shinoow Shinoow closed this as completed Jul 7, 2015
@pabluuz
Copy link
Author

pabluuz commented Jul 8, 2015

Sure, I'll forward this to Azanor. I've made issue submission here first because when I disabled AbyssalCraft, the problem was gone.

@Shinoow Shinoow added the bug label Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants