TerminatorNL / LagGoggles

A minecraft forge mod which visualises lag in the world
GNU General Public License v3.0
54 stars 20 forks source link

Not all required Mixins have been applied, 4.9 #87

Closed nathanaelisola closed 5 years ago

nathanaelisola commented 5 years ago

[18:21:06] [Client thread/INFO] [laggoggles]: Loading mixin target class: net.minecraft.entity.Entity [18:21:06] [Client thread/FATAL] [laggoggles]: Not all required mixins have been applied! [18:21:06] [Client thread/FATAL] [laggoggles]: To prevent you from wasting your time, the process has ended. [18:21:06] [Client thread/FATAL] [laggoggles]: [18:21:06] [Client thread/FATAL] [laggoggles]: Required mixins that have not been applied: [18:21:06] [Client thread/FATAL] [laggoggles]: - cf.terminator.laggoggles.mixin.MixinEntity targeting: net.minecraft.entity.Entity [18:21:06] [Client thread/FATAL] [laggoggles]: [18:21:06] [Client thread/FATAL] [laggoggles]: This means that LagGoggles will not function properly. [18:21:06] [Client thread/FATAL] [laggoggles]: Make sure your versions are correct for Forge as well as SpongeForge. [18:21:06] [Client thread/FATAL] [laggoggles]: [18:21:06] [Client thread/WARN] [FML]: Java has been asked to exit (code 1) [18:21:06] [Client thread/WARN] [FML]: Exit trace:

[18:21:06] [Client thread/WARN] [FML]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: java.lang.reflect.Method.invoke(Unknown Source)

[18:21:06] [Client thread/WARN] [FML]: sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: java.lang.reflect.Method.invoke(Unknown Source)

[18:21:06] [Client thread/WARN] [FML]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: java.lang.reflect.Method.invoke(Unknown Source)

[18:21:06] [Client thread/WARN] [FML]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [18:21:06] [Client thread/WARN] [FML]: java.lang.reflect.Method.invoke(Unknown Source)

see modlist below: modlist.txt

nathanaelisola commented 5 years ago

Worth noting that a similar issue was opened that mentioned /dank/null and p455word lib as possible culprits but I had this working with no changes locally until today, and I have a server running with this same modlist that still does not crash on load.

TerminatorNL commented 5 years ago

Can you supply the latest.log and debug.log? This error cannot be solved without it

TorinnTheDragon commented 5 years ago

I know I didn't post on this issue but here is my latest.log for lag goggles talking about the mixins. 2019-11-18-4.log

TerminatorNL commented 5 years ago

Thank you for your log. Here's my findings:

[18:50:27] [main/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:77]: OTG-Core transforming: net.minecraft.entity.Entity : vg

is followed by:

[18:50:28] [main/ERROR]: Critical problem: mixins.laggoggles.json:MixinEntity target net.minecraft.entity.Entity was already transformed.

I suspect that OTG-Core introduced this, another candidate would be Astral Sorcery

OTGCorePlugin (OTG-Core.jar)
                                        com.pg85.otg.forge.asm.excluded.OTGClassTransformer

For more information, see: #71

Hope this helps!