Draconic Evolution

Draconic Evolution

77M Downloads

Severe Error?

O13SC3N3 opened this issue ยท 12 comments

commented

MC 1.7.10
Draconic-Evolution-1.7.10-v1.0.1-snapshot_5
Forget 1307

[00:37:00] [Client thread/INFO] [Draconic Evolution]: Expanding Potion array size to 256
[00:37:00] [Client thread/ERROR] [Draconic Evolution]: Severe error, please report this to the mod author:
[00:37:00] [Client thread/ERROR] [Draconic Evolution]: java.lang.ArrayIndexOutOfBoundsException
[00:37:00] [Client thread/INFO] [Draconic Evolution]: Finished PreInitialization

commented

Ok I literally went through all my mods 1 by 1 with Draconic Evolution, Sometimes the error popped up when I didn't see why, even if that damn mod didn't add potions. However I am using Brewcraft (it extends disabled/enabled same deal either way). Random Things does it as well No config to disable or enable, so I removed it entirely. Same thing. Im triple checking all my configs, and mod infos, to see if there is another that does it as well.

commented

Biomes O Plenty seems to be the cause. Not Sure how.

commented

I just decided to remove that piece of code for now since i dont actually need it.

commented

current update

[04/4/2015 19:27:14 PM] Exception in thread "Thread-12" [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: scala/actors/threadpool/Arrays
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.brandon3055.draconicevolution.client.handler.ResourceHandler$DownloadThread.checkExistence(ResourceHandler.java:154)
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.brandon3055.draconicevolution.client.handler.ResourceHandler$DownloadThread.run(ResourceHandler.java:92)
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: scala.actors.threadpool.Arrays
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 2 more
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[04/4/2015 19:27:14 PM] [19:27:14] [Thread-12/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 4 more
[04/4/2015 19:27:14 PM] [Client thread/INFO] [LiteLoader]: Injecting ons12packetentityvelocity[x1] in func_148833_a in S12PacketEntityVelocity

commented

That has already been reported. It is due to a bug in the code that downloads the images for the new manual. Will be fixed in the next release.

commented

Thanks i will look into that. What mod pack/other mods are you using? And have you noticed any issues with potions as a result?

commented

Ahh i believe it may be a problem with the pack configuration. You are using potion id's all the way up to 250. But the maximum potion id you are allowed to use is 128. This is because on the way minecraft saves effects on mobs. Using higher values will result in some weird and unpredictable results.
Please correct this error then let me know if you still get the error from DE.

commented

Ok ill try, I know I can set a lot of the potions in some of the mods, just brewcraft doesn't really give me the option to do so. Unless I go in manually and find all the ids. Ill do this with witchery first and see what happens.

commented

Issue sometimes says 358 available or 128 its a little funky on loadups only one that pops out on client side atm is http://pastebin.com/1JjTdNpT

And the mudpack/pack is a custom pack. http://pastebin.com/tJMWNAAf

commented

Well that error just indicates that DE failed to extend the vanilla potion array. Probably because another mod has already done it. Its likely it wont actually cause any problems. Unfortunately i kinda derped up a bit on that error report so it dosnt actually tell me exactly what the problem is. Let me know if you encounter any problems that could be related to the error.

commented

will do thanks for the quick replys, great mod btw!

commented

unfortuantly the error still shows, and all potions are under 128 even tho some overwriting a few atm (Any way to extend this limit?) I know RR3 Excessive didn't seem to have this issue. But it doesn't have Draconic Evolution tho. Im a bit lost