Advertisement
Gamebuster

Untitled

Aug 6th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. [main/ERROR] [LegacyDesktop] VM ARGS: -server
  2. [main/ERROR] [LegacyDesktop] OS: Linux
  3. [main/ERROR] [LegacyDesktop] Wildermyth Version 1.16+543 Omenroad Hotfix from patchline wilderforge 0.0.0.0 - [WilderWorkspace {$workspaceVersion}]
  4. [main/ERROR] [LegacyDesktop] max memory is 8388608000
  5. [main/ERROR] [LegacyDesktop] gl version 3.2.0 NVIDIA 535.183.01, GLSL version 1.50 NVIDIA via Cg compiler
  6. [main/INFO] [ServerDataContext] setting locale to null
  7. [main/WARN] [LegacyDesktop] current user locale is en_AU, known locale is en_GB
  8. Aug 06, 2024 9:57:52 PM io.netty.util.internal.PlatformDependent <clinit>
  9. INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
  10. [21:57:52] [ERROR] [FabricLoader/]: Wildermyth has crashed!
  11. net.fabricmc.loader.impl.FormattedException: java.util.MissingResourceException: Can't find bundle for base name interface.interface, locale en_GB
  12. at com.wildermods.provider.services.WildermythGameProvider.launch(WildermythGameProvider.java:368)
  13. at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  14. at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  15. Caused by: java.util.MissingResourceException: Can't find bundle for base name interface.interface, locale en_GB
  16. at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045)
  17. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1683)
  18. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1586)
  19. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1549)
  20. at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:1063)
  21. at com.worldwalkergames.legacy.server.context.ServerDataContext.createStringLookup(ServerDataContext.java:1040)
  22. at com.worldwalkergames.legacy.server.context.ServerDataContext.getResourceBundle(ServerDataContext.java:404)
  23. at com.worldwalkergames.legacy.LegacyDesktop.create(LegacyDesktop.java:265)
  24. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:416)
  25. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:366)
  26. at com.badlogic.gdx.backends.lwjgl3.NiceLwjgl3Application.loop(NiceLwjgl3Application.java:104)
  27. at com.badlogic.gdx.backends.lwjgl3.NiceLwjgl3Application.<init>(NiceLwjgl3Application.java:80)
  28. at com.worldwalkergames.legacy.LegacyDesktop.main(LegacyDesktop.java:151)
  29. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  31. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.base/java.lang.reflect.Method.invoke(Method.java:569)
  33. at com.wildermods.provider.services.WildermythGameProvider.launch(WildermythGameProvider.java:365)
  34. ... 2 more
  35. Caused by: java.lang.ExceptionInInitializerError
  36. at net.fabricmc.loader.api.FabricLoader.getInstance(FabricLoader.java:42)
  37. at com.wildermods.wilderforge.launch.coremods.Coremods.getAllCoremods(Coremods.java:14)
  38. at com.worldwalkergames.legacy.server.context.ServerDataContext$ModAwareResourceBundle.handler$zzh000$wilderforge$constructor(ServerDataContext.java:1104)
  39. at com.worldwalkergames.legacy.server.context.ServerDataContext$ModAwareResourceBundle.<init>(ServerDataContext.java:969)
  40. at com.worldwalkergames.legacy.server.context.ServerDataContext$PropertiesLoader.newBundle(ServerDataContext.java:880)
  41. at java.base/java.util.ResourceBundle.loadBundle(ResourceBundle.java:1984)
  42. at java.base/java.util.ResourceBundle.findBundle(ResourceBundle.java:1770)
  43. at java.base/java.util.ResourceBundle.findBundle(ResourceBundle.java:1722)
  44. at java.base/java.util.ResourceBundle.findBundle(ResourceBundle.java:1722)
  45. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1656)
  46. ... 18 more
  47. Caused by: java.lang.IllegalStateException: trying to load net.fabricmc.loader.impl.FabricLoaderImpl from target class loader
  48. at net.fabricmc.loader.impl.util.LoaderUtil.verifyNotInTargetCl(LoaderUtil.java:55)
  49. at net.fabricmc.loader.impl.FabricLoaderImpl.<clinit>(FabricLoaderImpl.java:634)
  50. ... 28 more
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement