iopleke / Minechem

Chemical decomposition and synthesis in Minecraft
http://iopleke.github.io/Minechem/
Other
81 stars 95 forks source link

java.lang.ClassCastException at minechem.utils.Recipe.init(Recipe.java:142) ~[Recipe.class:?] #813

Open s1mples opened 8 years ago

s1mples commented 8 years ago

MC 1.7.10 forge-1.7.10-10.13.4.1448-1.7.10.jar

3 mods: BetterBuildersWands-0.4.1-1.7.10r62+87fcd65.jar CoFHLib-[1.7.10]1.0.3-175.jar Minechem-1.7.10-5.0.5.406.jar

Crash at start_new/load world.

Client full log at http://rghost.ru/6BQwnstSs.

ThexXTURBOXx commented 8 years ago

Still exists :/ I will try to create a Pull Request, if I manage to fix this.

Blue64 commented 7 years ago

File is deleted

I was going to look into it for ideas, but I guess I can't.

ThexXTURBOXx commented 7 years ago

Well, yeah :D Just try it yourself, maybe it crashes for you, too

Blue64 commented 7 years ago

I don't have Better Builders Wands Mod lol I do however ironically have the other two

ThexXTURBOXx commented 7 years ago

And for you it works? :D

ThexXTURBOXx commented 7 years ago

https://github.com/iopleke/Minechem/blob/master/src/main/java/minechem/utils/Recipe.java When we look there in line 142, there is a cast from an array to a list (I think so, don't remember the methods fully right now). We should be better using Arrays.asList() then :D

Blue64 commented 7 years ago

yeah, it works for me, the bug is between MineChem and Better Builders Wands.

Blue64 commented 7 years ago

I believe they changed it from something similar specifically for Line 142 for that section of that chunk

ThexXTURBOXx commented 7 years ago

Hmm... Yeah, looks like they did, but they didn't release the new version on curseforge. :(

Blue64 commented 7 years ago

well, perhaps when they do a major bug-fix (such as my "potion." crash during PostInit), they'll do a Push for a release :D (Fingers crossed)

ThexXTURBOXx commented 7 years ago

Would be awesome :D But it pretty looks like, that they discontinued the mod :(

Blue64 commented 7 years ago

got a response from the old Project Lead @jakimfett stating that he plans to still provide Jenkins Builds once he gets his Server up and running, so if we can fix the Bug in the Source Code, he might release it as an Update.