Advertisement
Guest User

PML-ERR_log

a guest
May 28th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. PML: started logging err stream
  2. "sun.java.command" found to be a class
  3. PML-ClassLoaderTransformer: successfully altered ClassLoader's defineClass
  4. Exception in thread "Thread-0" java.lang.RuntimeException: java.lang.RuntimeException: No side named 'CSID­E', only [Lweatherpony.pml_minecraft.MCSide;@31006a64
  5. at weatherpony.pml.launch.PMLInitialization.preloadSequence(PMLInitialization.java:122)
  6. at weatherpony.pml.launch.PMLRoot.preload(PMLRoot.java:77)
  7. at weatherpony.pml.premain.ReplacementMainThread.run(ReplacementMainThread.java:84)
  8. Caused by: java.lang.RuntimeException: No side named 'CSID­E', only [Lweatherpony.pml_minecraft.MCSide;@31006a64
  9. at weatherpony.pml_minecraft.detail.DetailedMinecraftProgramInformation.<init>(DetailedMinecraftProgramInformation.java:65)
  10. at weatherpony.pml_minecraft.detail.DetailedMinecraftPML.<init>(DetailedMinecraftPML.java:33)
  11. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  12. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  13. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  14. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  15. at java.lang.Class.newInstance(Unknown Source)
  16. at weatherpony.pml.launch.PMLInitialization.preloadSequence(PMLInitialization.java:120)
  17. ... 2 more
  18. Caused by: java.lang.IllegalArgumentException: No enum constant weatherpony.pml_minecraft.MCSide.CSID­E
  19. at java.lang.Enum.valueOf(Unknown Source)
  20. at weatherpony.pml_minecraft.MCSide.valueOf(MCSide.java:1)
  21. at weatherpony.pml_minecraft.detail.DetailedMinecraftProgramInformation.<init>(DetailedMinecraftProgramInformation.java:63)
  22. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement