Advertisement
Guest User

wakfu error.log

a guest
Jun 28th, 2011
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. java.lang.UnsatisfiedLinkError: /opt/wakfu/jre/lib/i386/motif21/libmawt.so: libXp.so.6: cannot open shared object file: No such file or directory
  2. at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  3. at java.lang.ClassLoader.loadLibrary0(Unknown Source)
  4. at java.lang.ClassLoader.loadLibrary(Unknown Source)
  5. at java.lang.Runtime.load0(Unknown Source)
  6. at java.lang.System.load(Unknown Source)
  7. at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  8. at java.lang.ClassLoader.loadLibrary0(Unknown Source)
  9. at java.lang.ClassLoader.loadLibrary(Unknown Source)
  10. at java.lang.Runtime.loadLibrary0(Unknown Source)
  11. at java.lang.System.loadLibrary(Unknown Source)
  12. at sun.security.action.LoadLibraryAction.run(Unknown Source)
  13. at java.security.AccessController.doPrivileged(Native Method)
  14. at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
  15. at sun.awt.DebugHelper.<clinit>(Unknown Source)
  16. at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
  17. at java.lang.Class.forName0(Native Method)
  18. at java.lang.Class.forName(Unknown Source)
  19. at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
  20. at bhQ.<clinit>(SourceFile:50)
  21. at com.ankamagames.wakfu.client.WakfuClient.main(SourceFile:53)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
  27. at com.install4j.runtime.Launcher.main(Unknown Source)
  28. java.lang.NoClassDefFoundError: Could not initialize class sun.awt.DebugHelper
  29. at java.awt.Component.<clinit>(Unknown Source)
  30. at com.exe4j.runtime.LauncherEngine.handleFailure(Unknown Source)
  31. at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
  32. at com.install4j.runtime.Launcher.main(Unknown Source)
  33. Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.exe4j.runtime.util.InternalErrorFrame
  34. at com.exe4j.runtime.LauncherEngine.handleFailure(Unknown Source)
  35. at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
  36. at com.install4j.runtime.Launcher.main(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement