Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. 2019-05-23 21:05:27 [main] ERROR net.runelite.client.RuneLite - Uncaught exception:
  2. java.lang.ExceptionInInitializerError: null
  3. at net.runelite.client.RuneLiteModule.configure(RuneLiteModule.java:76)
  4. at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
  5. at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
  6. at com.google.inject.spi.Elements.getElements(Elements.java:110)
  7. at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
  8. at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
  9. at com.google.inject.Guice.createInjector(Guice.java:99)
  10. at com.google.inject.Guice.createInjector(Guice.java:73)
  11. at com.google.inject.Guice.createInjector(Guice.java:62)
  12. at net.runelite.client.RuneLite.main(RuneLite.java:217)
  13. Caused by: java.lang.RuntimeException: Version string has not been substituted; Re-run maven
  14. at net.runelite.http.api.RuneLiteAPI.<clinit>(RuneLiteAPI.java:73)
  15. ... 10 common frames omitted
  16.  
  17. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement