-
Notifications
You must be signed in to change notification settings - Fork 435
Forge b1344 breaks OpenComputers #975
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
Comments
From what I can tell you're using two copies of the OC jar... |
Oddly, the same jar file "OpenComputers-MC1.8-1.5.4.9-universal.jar" gets listed twice in the mod list |
Ah, that's odd. |
Ugh, I'm pretty sure this is due to the... fix, that now makes FML also check inner classes. Because when Scala compiles singletons it applies annotations on the |
Cool. I've also reported it there. Hopefully they will give it more concern when you open your ticket there. Btw, b1341 behaves properly with your mod. -----Original Message----- Ugh, I'm pretty sure this is due to the... fix, that now makes FML also check inner classes. Because when Scala compiles singletons it applies annotations on the object to both the static proxy and the actual class. So now any mod using Scala for it's main @mod class will probably have that issue. I'll see how I can work around it, and probably open an issue on FML to ask if there's a chance they'll fix the fix / add a special check to avoid this. |
Reported my findings, looks like someone's on it! |
I just got word from diesenb07 at Minecraft forge that it is a bug in fml and they'll push a pr to fix the issue. -----Original Message----- Ugh, I'm pretty sure this is due to the... fix, that now makes FML also check inner classes. Because when Scala compiles singletons it applies annotations on the object to both the static proxy and the actual class. So now any mod using Scala for it's main @mod class will probably have that issue. I'll see how I can work around it, and probably open an issue on FML to ask if there's a chance they'll fix the fix / add a special check to avoid this. |
👍 |
Fix has been merged into FML, so this should resolve itself once Forge updates FML. |
OpenComputers-MC1.8-1.5.4.9-universal.jar
and prior exhibit the following under the new Forge b1344
Multiple entries with same key:
Crash Report: http://pastebin.com/6iYAAmeT
FML Server Latest: http://pastebin.com/aA3EAfpD
The text was updated successfully, but these errors were encountered: