BiomeTweaker

BiomeTweaker

13M Downloads

Crash with QuiverBow & QuiverMob

Amaxter opened this issue ยท 6 comments

commented

http://hastebin.com/ucuyimesuy.profile
Let me know if you need any more details.

commented

This issue was inadvertently fixed with something else I added. There is a new config option 'force modded colors' that you can disable on the server to fix this crash.

commented

Looks like ASM-Helper is unable to resolve ModelBase. Can you provide me with a method to reproduce this error myself?

commented

Install QuiverBow (http://wildwestscifi.net/coding/9889) as well with your mod and run it server side with Forge 1307.

commented

This is the fault of QuiverBows. The mod loads classes that should only be loaded on the client side, causing BiomeTweaker's ASM to be unable to resolve the super classes. This is a very bad thing to do, and you should go yell at the author for it.

I will add an error catch in BiomeTweaker's ASM transformer. BiomeTweaker will complain, but not crash.

commented

On second thought, I'm going to tell the author to load his models properly, rather than wrapping entire sections of code in try-catch blocks. If he doesn't fix it, well that sucks. Stay tuned.

As of now, BiomeTweaker is not compatible with QuiverBows.

commented

Awesome, hope he's able to.
On Tue, Apr 14, 2015 at 10:33 PM Chris [email protected] wrote:

On second though, I'm going to tell the author to load his models
properly, rather than wrapping entire sections of code in try-catch blocks.
If he doesn't fix it, well that sucks. Stay tuned.

As of now, BiomeTweaker is not compatible with QuiverBows.

Reply to this email directly or view it on GitHub
#5 (comment).