Advertisement
saamman0

another less common error

Jul 3rd, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. root@localhost:/# export DISPLAY=:0
  2. root@localhost:/# openbox & runescape --prmfile=oldschool.prm &
  3. [1] 7272
  4. [2] 7273
  5. root@localhost:/# WARNING: Running in fallback mode!
  6. rsu-queries will use the system perl so some API calls
  7. may not work until you install certain modules
  8. root@localhost:/# Obt-Message: Xinerama extension is not present on the server
  9. Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"
  10. WARNING: Wx::WebView module not found, API calls using Wx::WebView will not work
  11.  
  12. WARNING: LWP::Simple module not found, API calls using LWP::Simple will either use alternative methods
  13.  
  14. RuneScape Unix Client script version 4.3.3
  15.  
  16. The script is running from a system path!
  17. /home/.config/runescape will be used as client folder instead!
  18.  
  19. Symlinking icon and updating examples
  20. cp: "/opt/runescape/share/configs/settings.conf.example" -> "/home/.config/runescape/share/configs/settings.conf.example"
  21. cp: "/opt/runescape/share/prms/runescape.prm.example" -> "/home/.config/runescape/share/prms/runescape.prm.example"
  22. Checking if any known files are still using the old folder structure
  23.  
  24. Checking if any default configurations are missing
  25.  
  26. Trying to read /home/.config/runescape/share/configs/settings.conf
  27. Error reading settings.conf, using default value: 0
  28. Error reading settings.conf, using default value: default-java
  29. Error reading settings.conf, using default value: 0
  30. Error reading settings.conf, using default value: 0
  31. Error reading settings.conf, using default value: false
  32. Error reading settings.conf, using default value: true
  33. Error reading settings.conf, using default value: default
  34.  
  35. Checking if any --verbose parameters were passed to the script
  36. The --verbose parameter was not passed to the script.
  37. Java will be executed without extra output.
  38.  
  39. Locating the binary that /usr/bin/java is symlinked to.
  40. /usr/bin/java -> /etc/alternatives/java
  41. /etc/alternatives/java -> /opt/jdk1.7.0_60/jre/bin/java
  42. Java binary located: /opt/jdk1.7.0_60/jre/bin/java
  43.  
  44. Reading .prm file /home/.config/runescape/share/prms/oldschool.prm
  45. This is the info I gathered from the oldschool.prm file
  46. ######## File Start ########
  47. -Djava.class.path=jagexappletviewer.jar
  48. -Dcom.jagex.config=http://oldschool.runescape.com/jav_config.ws
  49. -Xmx128m
  50. -Xss2m
  51. -Dsun.java2d.noddraw=true
  52. jagexappletviewer
  53.  
  54. ######## File End ########
  55.  
  56. I will now parse the parameters!
  57. Error reading settings.conf, using default value: undef
  58. Checking your client language setting(if any)
  59. Trying to read file
  60. /home/.config/runescape/share/cache/jagexappletviewer.preferences
  61.  
  62. File read and this is the content I found!
  63. ######## File Start ########
  64.  
  65. Language=0
  66. Member=no
  67.  
  68. ######## File End ########
  69.  
  70. I will now parse the contents from the
  71. jagexappletviewer.preferences file so it can be used.
  72. Stitching the language setting to the final parameters.
  73.  
  74. Final parameter string is:
  75. jagexappletviewer.jar -Dcom.jagex.config=http://oldschool.runescape.com/jav_config.ws -Xmx128m -Xss2m -Dsun.java2d.noddraw=true jagexappletviewer
  76.  
  77. Launching client using this java version:
  78. java version "1.7.0_60"
  79. Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
  80. Java HotSpot(TM) Client VM (build 24.60-b09, mixed mode)
  81.  
  82. Fixing possible OpenGL issues by adding the environment variable
  83. LD_LIBRARY_PATH=/opt/runescape/rsu/3rdParty/linux/cairo-nogl/i386/:/opt/runescape/rsu/3rdParty/linux/cairo-nogl/x86_64/:/opt/jdk1.7.0_60/jre/bin/../lib/arm/:/opt/jdk1.7.0_60/jre/bin/../lib/arm/jli/:$LD_LIBRARY_PATH
  84.  
  85. Adding optimization parameters to Java.
  86. Parameters that will be added are:
  87. -XX:+AggressiveOpts -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m -XX:+UseAdaptiveGCBoundary -XX:SurvivorRatio=16 -XX:+UseParallelGC
  88. NOTE: If any of these are added to the prm file the parameter from the prm file will be used instead!
  89.  
  90. Launching the RuneScape Client using this command:
  91. cd /home/.config/runescape/bin && LD_LIBRARY_PATH=/opt/runescape/rsu/3rdParty/linux/cairo-nogl/i386/:/opt/runescape/rsu/3rdParty/linux/cairo-nogl/x86_64/:/opt/jdk1.7.0_60/jre/bin/../lib/arm/:/opt/jdk1.7.0_60/jre/bin/../lib/arm/jli/:$LD_LIBRARY_PATH /opt/jdk1.7.0_60/jre/bin/java -client -XX:+AggressiveOpts -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m -XX:+UseAdaptiveGCBoundary -XX:SurvivorRatio=16 -XX:+UseParallelGC -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -Duser.home="/home/.config/runescape/share/cache" -cp jagexappletviewer.jar -Dcom.jagex.config=http://oldschool.runescape.com/jav_config.ws -Xmx128m -Xss2m -Dsun.java2d.noddraw=true jagexappletviewer /share/img/OldSchool
  92.  
  93. Executing the RuneScape Client!
  94. You are now in the hands of Jagex.
  95.  
  96. ######## End Of Script ########
  97. ######## Jagex client output will appear below here ########
  98.  
  99. Trying to load icon file: /home/.config/runescape/share/img/OldSchool/jagexappletviewer.png
  100. Loader init
  101. Init 1
  102. Init 2
  103. Init 3
  104. Init 4
  105. Init 5
  106. Init 6
  107. Init 7
  108. Init 8
  109. Loader show
  110. Loader set message
  111. Config url:http://oldschool.runescape.com/jav_config.ws
  112. Config URL is http://oldschool.runescape.com/jav_config.ws
  113. root@localhost:/# #
  114. # A fatal error has been detected by the Java Runtime Environment:
  115. #
  116. # SIGSEGV (0xb) at pc=0x40d50e54, pid=7369, tid=1626338416
  117. #
  118. # JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
  119. # Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode linux-arm )
  120. # Problematic frame:
  121. # V [libjvm.so+0x39ce54] ObjectMonitor::exit(bool, Thread*)+0x2c0
  122. #
  123. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  124. #
  125. # An error report file with more information is saved as:
  126. # /home/.config/runescape/bin/hs_err_pid7369.log
  127. #
  128. # If you would like to submit a bug report, please visit:
  129. # http://bugreport.sun.com/bugreport/crash.jsp
  130. #
  131. Aborted
  132. root@localhost:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement