Fastfood Plugin Problem.

Issue #544 invalid
NextGenHabbo created an issue

java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:171) at com.eu.habbo.Emulator.main(Emulator.java:168) Caused by: java.lang.NoSuchMethodError: com.eu.habbo.threading.ThreadPooling.run(Ljava/lang/Runnable;J)V at tk.suklaavene.FastFoodGamePlugin.FastFoodGamePlugin.onEmulatorLoadedEvent(FastFoodGamePlugin.java:155) ... 6 more java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:171) at com.eu.habbo.Emulator.main(Emulator.java:168) Caused by: java.lang.NoSuchMethodError: com.eu.habbo.threading.ThreadPooling.run(Ljava/lang/Runnable;J)V at tk.suklaavene.FastFoodGamePlugin.FastFoodGamePlugin.onEmulatorLoadedEvent(FastFoodGamePlugin.java:155)

This error happens ever since updating to 1.7.0, it uses the fastfood plugin released on ragezone.

Comments (3)

  1. Log in to comment