Advertisement
Guest User

crash

a guest
Jan 23rd, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. java.io.FileNotFoundException: PML\PML-OUTERR_log.txt (Le chemin d’accès spécifié est introuvable)
  2. at java.io.FileOutputStream.open0(Native Method)
  3. at java.io.FileOutputStream.open(Unknown Source)
  4. at java.io.FileOutputStream.<init>(Unknown Source)
  5. at java.io.FileOutputStream.<init>(Unknown Source)
  6. at weatherpony.pml.premain.PreMain.attemptLoggingStart(PreMain.java:133)
  7. at weatherpony.pml.premain.PreMain.start(PreMain.java:69)
  8. at weatherpony.pml.premain.PreMain.premain(PreMain.java:60)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  12. at java.lang.reflect.Method.invoke(Unknown Source)
  13. at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Unknown Source)
  14. at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Unknown Source)
  15. natives/64/windows/attach.dll
  16. PML Agent loaded!
  17. "sun.java.command" found to be a class
  18. PML: normal main class found - fr.minecraftforgefrance.updater.Updater
  19. saving generated replacement class bytes for sun/misc/Launcher$ExtClassLoaderloaded from null
  20. saving generated replacement class bytes for sun/misc/Launcher$AppClassLoaderloaded from null
  21. saving generated replacement class bytes for java/net/URLClassLoaderloaded from null
  22. saving generated replacement class bytes for sun/reflect/DelegatingClassLoaderloaded from null
  23. altered bytecode of java/lang/Thread for modified setContextClassLoader method
  24. saving generated replacement class bytes for java/lang/Thread
  25. saving generated replacement class bytes for java/security/SecureClassLoaderloaded from null
  26. about to alter java/lang/ClassLoader
  27. PML-ClassLoaderTransformer: successfully altered ClassLoader's defineClass
  28. saving generated replacement class bytes for java/lang/ClassLoaderloaded from null
  29. saving generated replacement class bytes for weatherpony/util/classloading/ParentLastClassLoaderloaded from sun.misc.Launcher$AppClassLoader@14dad5dc
  30. PML: normal main class loading
  31. PML: main class finished transformation
  32. PML: replacementMainThread being created
  33. PML: replacementMainThread created
  34. PML: replacementMainThread replacing ClassLoader
  35. PML: replacementMainThread replaced ClassLoader
  36. Exception in thread "Thread-0" java.lang.RuntimeException: java.lang.NullPointerException
  37. at weatherpony.pml.launch.PMLInitialization.preloadSequence(PMLInitialization.java:122)
  38. at weatherpony.pml.launch.PMLRoot.preload(PMLRoot.java:73)
  39. at weatherpony.pml.premain.ReplacementMainThread.run(ReplacementMainThread.java:84)
  40. Caused by: java.lang.NullPointerException
  41. at java.net.URLClassLoader$1.run(Unknown Source)
  42. at java.net.URLClassLoader$1.run(Unknown Source)
  43. at java.security.AccessController.doPrivileged(Native Method)
  44. at java.net.URLClassLoader.findClass(Unknown Source)
  45. at weatherpony.util.classloading.ParentLastClassLoader.loadClass(ParentLastClassLoader.java:42)
  46. at java.lang.ClassLoader.loadClass(Unknown Source)
  47. at weatherpony.pml.launch.PMLInitialization.preloadSequence(PMLInitialization.java:119)
  48. ... 2 more
  49. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement