Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
1,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. rileyball2@TheImperialLibrary:~/Games/Minecraft$ java -jar Minecraft.jar
  2. Bootstrap (v5)
  3. Current time is Nov 21, 2017, 8:29:15 PM
  4. System.getProperty('os.name') == 'Linux'
  5. System.getProperty('os.version') == '4.9.0-4-amd64'
  6. System.getProperty('os.arch') == 'amd64'
  7. System.getProperty('java.version') == '9.0.1'
  8. System.getProperty('java.vendor') == 'Oracle Corporation'
  9. System.getProperty('sun.arch.data.model') == '64'
  10.  
  11. Looking for update
  12. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
  13. Got reply in: 239ms
  14. No update found.
  15. Reversing LZMA on /home/rileyball2/.minecraft/launcher.pack.lzma to /home/rileyball2/.minecraft/launcher.pack
  16. Unpacking /home/rileyball2/.minecraft/launcher.pack to /home/rileyball2/.minecraft/launcher.jar
  17. Cleaning up /home/rileyball2/.minecraft/launcher.pack
  18. Starting launcher.
  19. [20:29:20 INFO]: Minecraft Launcher unknown (through bootstrap 5) started on linux...
  20. [20:29:20 INFO]: Current time is Nov 21, 2017, 8:29:20 PM
  21. [20:29:20 INFO]: System.getProperty('os.name') == 'Linux'
  22. [20:29:20 INFO]: System.getProperty('os.version') == '4.9.0-4-amd64'
  23. [20:29:20 INFO]: System.getProperty('os.arch') == 'amd64'
  24. [20:29:20 INFO]: System.getProperty('java.version') == '9.0.1'
  25. [20:29:20 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
  26. [20:29:20 INFO]: System.getProperty('sun.arch.data.model') == '64'
  27. [20:29:20 INFO]: proxy == DIRECT
  28. [20:29:20 INFO]: JFX is already initialized
  29. The program 'java' received an X Window System error.
  30. This probably reflects a bug in the program.
  31. The error was 'RenderBadPicture (invalid Picture parameter)'.
  32. (Details: serial 603 error_code 143 request_code 139 minor_code 7)
  33. (Note to programmers: normally, X errors are reported asynchronously;
  34. that is, you will receive the error a while after causing it.
  35. To debug your program, run it with the --sync command line
  36. option to change this behavior. You can then get a meaningful
  37. backtrace from your debugger if you break on the gdk_x_error() function.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement