Posted December 1, 201212 yr I wrote a coremod, which works perfectly, except for one *minor* problem - it seems to be breaking FML's access transformer. The error I get can be found here: http://pastebin.com/rQEVETcw, the extra output is what FML is calling in the coremod's LoadingPlugin. The source code of interest can be found here: https://github.com/keepcalm/Bukkit4Vanilla/tree/master/src/keepcalm/mods/bukkit/asm Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
December 1, 201212 yr All I can say is start by disabeling section of code, specifically ones that to do with loading the classes. See where it screws it up. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
December 1, 201212 yr From the error log, it looks like it is more a runtime error caused by the ASM loader in main, and not the main method itself. Are you sure the ASM is error free?
December 2, 201212 yr Author As it happened, it was a runaway @TransformerExclusions. Whoops. Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.