Results 1 to 22 of 22

Thread: Simba in Wine

  1. #1
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default Simba in Wine

    I've gotten as far as running the Simba application and enabling the extension menu. When I try to check for updates in the extensions menu Simba says "Didn't receive anything from the update URL" and quits right away. How can I debug this?

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    What distribution and version of Wine are you running?
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  3. #3
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt7-1~bpo70+1 (2015-04-07) x86_64 GNU/Linux
    wine-1.4.1

  4. #4
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt7-1~bpo70+1 (2015-04-07) x86_64 GNU/Linux
    wine-1.4.1
    Interesting. I run Simba under Wine 1.4 all the time.

    Can you run Simba.exe manually (from the terminal), like so:

    Code:
    wine Simba.exe
    And post the output, the point at which it fails being the most important bit. Paste it if it's too long.

    Just out of curiosity, is this a VPS or a dedicated server, or is it a personal machine you've installed Debian onto?
    Last edited by KeepBotting; 04-15-2015 at 10:56 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  5. #5
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    I've never not had problems with debian+wine+simba
    I do not know why
    ubuntu, lubuntu, xubuntu, fedora, centos, etc never have had the issues I did on debian
    (debian is also my most used gnu)
    and centos always have had more java problems than all of the above (lol)
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  6. #6
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by grats View Post
    I've never not had problems with debian+wine+simba
    I do not know why
    ubuntu, lubuntu, xubuntu, fedora, centos, etc never have had the issues I did on debian
    (debian is also my most used gnu)
    and centos always have had more java problems than all of the above (lol)
    I agree with this. Debian is big and old and kind of clunky imo.

    Their whole "let's use really old versions of software because it's more stable" mantra really doesn't hold up when you actually try to do something on a machine running Debian.

    Case in point, Wine 1.4 is in the Debian repos but the current version is 1.6. And if you know Wine's update cycle than you'll know that is several years behind the current release.

    Doesn't help that Debian and CentOS are usually the only distros offered by VPS providers, which I assume is what OP is using.
    Last edited by KeepBotting; 04-15-2015 at 11:06 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  7. #7
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    That command just opens a black terminal window (no text) and a debugger prompt.
    screenshot: 1b6d7e5a08.png

  8. #8
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    I agree with this. Debian is big and old and kind of clunky imo.

    Their whole "let's use really old versions of software because it's more stable" mantra really doesn't hold up when you actually try to do something on a machine running Debian.

    Doesn't help that Debian and CentOS are usually the only distros offered by VPS providers, which I assume is what OP is using.
    Wat
    debian is great for everything, except wine+simba lol

    They both have older packages because you want stability for serving data, not latest && greatest. Rarely do they require anything even near new... when they do it's often use ubuntu/fedora repo or compile yourself.

    Quote Originally Posted by kryogenic View Post
    That command just opens a black terminal window (no text) and a debugger prompt.
    screenshot: 1b6d7e5a08.png
    Does your VPS have other OS? If not you might have to compile wine yourself.
    I guarantee you use lubuntu (which will use about the same ram as debian) and everything you've done there is going to instantly be working for simba.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  9. #9
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    That command just opens a black terminal window (no text) and a debugger prompt.
    screenshot: 1b6d7e5a08.png
    Can you run it with simply "wine Simba.exe" instead of "winedbg Simba.exe" ? Sorry, I typed the wrong command in my earlier post and had to edit it out, guess I wasn't quick enough

    Quote Originally Posted by grats View Post
    Wat
    debian is great for everything, except wine+simba lol

    They both have older packages because you want stability for serving data, not latest && greatest. Rarely do they require anything even near new... when they do it's often use ubuntu/fedora repo or compile yourself.



    Does your VPS have other OS? If not you might have to compile wine yourself.
    I guarantee you use lubuntu (which will use about the same ram as debian) and everything you've done there is going to instantly be working for simba.
    Guess I've been using Debian wrong. I tried it as my main distro for months and quickly became frustrated by the lack of bleeding-edge software packages.

    I was confused by their release cycle (the whole Wheezy - Sid - Jessie thing) and installed Wheezy which apparently has the bulk of the older software.

    Couldn't use any applications that required libc6, because libc6 is in Sid. A lot of applications require libc6.
    Last edited by KeepBotting; 04-15-2015 at 11:13 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  10. #10
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Hmm, looks like a stackoverflow.
    830cce4579.png

  11. #11
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    Hmm, looks like a stackoverflow.
    830cce4579.png
    Err ... honestly at a bit of a loss, never seen that error before. Typical Debian.

    You can try installing the 32-bit library, I've known it to solve problems with Wine on 64-bit systems.

    Code:
    sudo apt-get install ia32-libs
    Other than that, I don't know what to tell you besides to not use Debian
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  12. #12
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Can you run it with simply "wine Simba.exe" instead of "winedbg Simba.exe" ? Sorry, I typed the wrong command in my earlier post and had to edit it out, guess I wasn't quick enough

    Guess I've been using Debian wrong. I tried it as my main distro for months and quickly became frustrated by the lack of bleeding-edge software packages.

    I was confused by their release cycle (the whole Wheezy - Sid - Jessie thing) and installed Wheezy which apparently has the bulk of the older software.

    Couldn't use any applications that required libc6, because libc6 is in Sid. A lot of applications require libc6.
    Oh lol, yea I wouldn't use it with a GUI unless you're running test versions

    Quote Originally Posted by kryogenic View Post
    Hmm, looks like a stackoverflow.
    830cce4579.png
    dist upgrade so you're getting version 1.6 or install it manually

    I've used debian for 12 years, I'll say it again
    it does not work well with simba in wine
    I do not know why.

    Randomly I've gotten it to work
    randomly it does work
    it is a headache. It is extremely easy on anything debian based or fedora... or probably any other 'latest && greatest gnu/linux'
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  13. #13
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Damn, I was hoping it would be as simple as increasing the heap space.
    Installing ia32-libs doesn't seem to have helped. I guess I'll fallback to winblows :P

    edit:
    Code:
    $ apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  14. #14
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    Damn, I was hoping it would be as simple as increasing the heap space.
    Installing ia32-libs doesn't seem to have helped. I guess I'll fallback to winblows :P

    edit:
    Code:
    $ apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    No reason to kick GNU/Linux entirely, just use something that isn't Debian. I can vouch for Ubuntu (+ most derivatives)
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  15. #15
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Honestly the thought of using Wine is a bit off-putting for me. This is just going to be a temporary VPS so I just want it to be as simple as possible.

  16. #16
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    Honestly the thought of using Wine is a bit off-putting for me. This is just going to be a temporary VPS so I just want it to be as simple as possible.
    It's the Wine way or no way when you're trying to run Windows applications on a POSIX-compliant system. If you feel like trying to build from source, you can check out the Simba Buildbot: http://l0.lt/

    If you still want to use Wine, any version of Ubuntu will have it in the repos and it'll work more or less out of the box.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  17. #17
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    As it turns out, windows servers don't really work for botting with Simba. Remote desktop seems to "lock" the screen when RDP is minimized or disconnected, so Simba is still running but it cannot read any data from the Runescape window.

    I installed java and wine and simba on Ubuntu 12.04 and I got the same error when trying to update extensions... :P
    Here's another screenshot: e0e067ea6f.png

  18. #18
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    As it turns out, windows servers don't really work for botting with Simba. Remote desktop seems to "lock" the screen when RDP is minimized or disconnected, so Simba is still running but it cannot read any data from the Runescape window.

    I installed java and wine and simba on Ubuntu 12.04 and I got the same error when trying to update extensions... :P
    Here's another screenshot: e0e067ea6f.png
    That's very strange. Clean 12.04 install, did you modify anything prior to installing Java and Wine?

    How did you get Wine?
    Code:
    sudo apt-get install wine
    or somewhere else? What is the output of running
    Code:
    wine --version
    in a terminal?

    Last question, are you running x86 or x86_64?

    E: I lied. That's not the last question. The last one is: where did you get Simba? From the official page (wizzup.org/simba) or somewhere else?
    Last edited by KeepBotting; 04-17-2015 at 10:45 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  19. #19
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    I think it's a clean install. The disk image is from google's cloud platform so I'm not entirely sure if it's vanilla.
    I installed gnome, tightvncserver, openjdk-7-jre (forgot that I need the windows version) and wine, all though apt-get.

    Wine version is 1.4, x86_64, and I got simba from here http://wizzup.org/simba/#downloading-simba

  20. #20
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Turns out whatever google's been putting in their ISOs was causing the issue above. I had to upload a "custom" image (i.e. vanilla ubuntu 14.04) for the extensions to update properly.

    However, I still have an issue. When I run a script the client launches in safe mode, and Simba never seems to detect that the window has opened. Switching to DirectX results in the window crashing, while switching to OpenGL results in the following message:
    61a3b39898.png

    Any ideas?

  21. #21
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by kryogenic View Post
    Turns out whatever google's been putting in their ISOs was causing the issue above. I had to upload a "custom" image (i.e. vanilla ubuntu 14.04) for the extensions to update properly.

    However, I still have an issue. When I run a script the client launches in safe mode, and Simba never seems to detect that the window has opened. Switching to DirectX results in the window crashing, while switching to OpenGL results in the following message:
    61a3b39898.png

    Any ideas?
    Does your computer have a graphics card?
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  22. #22
    Join Date
    Apr 2015
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Nah I'm trying to set this up on a Virtual Machine. CPU only.
    I found some variety of core dump in the Simba directory:
    Code:
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x19631740, pid=75, tid=80
    #
    # JRE version: 7.0_25-b16
    # Java VM: Java HotSpot(TM) Client VM (23.25-b01 mixed mode windows-x86 )
    # Problematic frame:
    # C  [jagdx.dll+0x1740]
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x17de0400):  JavaThread "Thread-4" daemon [_thread_in_native, id=80, stack(0x18d00000,0x18e00000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    
    Registers:
    EAX=0x00000000, EBX=0x13ace210, ECX=0x00000000, EDX=0x00000000
    ESP=0x18dfdb24, EBP=0x18dfdc78, ESI=0x13ace210, EDI=0x17de0400
    EIP=0x19631740, EFLAGS=0x00010206
    
    Top of Stack: (sp=0x18dfdb24)
    0x18dfdb24:   0089cd49 00544608 008a3340 00000000
    0x18dfdb34:   18dfdc50 18dfdc50 6e8e6976 00000000
    0x18dfdb44:   6e812cab 17dc8d64 13ace210 17de0400
    0x18dfdb54:   6ea28e98 00000000 00000000 00000000
    0x18dfdb64:   00000000 00000000 00000000 00000000
    0x18dfdb74:   00000000 00000000 18dfdb54 008a2f40
    0x18dfdb84:   00000000 008a2f7a 008a3340 00000000
    0x18dfdb94:   00000000 00000000 008a2f40 6e010000
    
    Instructions: (pc=0x19631740)
    0x19631720:   55 8b ec 83 e4 f8 81 ec 54 01 00 00 a1 38 20 64
    0x19631730:   19 33 c4 89 84 24 50 01 00 00 8b 4d 14 8b 45 10
    0x19631740:   8b 10 8b 52 38 53 56 8b 75 08 57 8b 7d 20 89 4c
    0x19631750:   24 24 8d 4c 24 28 51 8b 4d 1c 51 8b 4d 18 51 50
    
    
    Register to memory mapping:
    
    EAX=0x00000000 is an unknown value
    EBX=0x13ace210 is an oop
    {method}
     - klass: {other class}
    ECX=0x00000000 is an unknown value
    EDX=0x00000000 is an unknown value
    ESP=0x18dfdb24 is pointing into the stack for thread: 0x17de0400
    EBP=0x18dfdc78 is pointing into the stack for thread: 0x17de0400
    ESI=0x13ace210 is an oop
    {method}
     - klass: {other class}
    EDI=0x17de0400 is a thread
    
    
    Stack: [0x18d00000,0x18e00000],  sp=0x18dfdb24,  free space=1014k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [jagdx.dll+0x1740]
    j  jagdx.IDirect3D.GetDeviceCaps(JIILjagdx/D3DCAPS;)I+0
    j  anl.agw(Ljava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;Ljava/lang/Integer;)Lde;+31
    j  nf.j(Ljava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;I)Lde;+32
    j  de.g(ILjava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;IIII)Lde;+84
    j  jv.j(ILjava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;II)Lde;+50
    j  abw.fb(ILjava/lang/String;ZI)V+300
    j  d.fn(ILjava/lang/String;ZB)V+20
    j  bi.fs(IZI)V+15
    j  qq.aop(Lxn;B)V+41
    j  ajj.r(Lrg;Lxn;I)V+13502
    J  gp.a(Lapd;ILxn;I)V
    j  rb.run()V+4
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x124afa]
    V  [jvm.dll+0x1d224e]
    V  [jvm.dll+0x124caf]
    V  [jvm.dll+0x124d17]
    V  [jvm.dll+0xcf06f]
    V  [jvm.dll+0x144447]
    V  [jvm.dll+0x1445b0]
    V  [jvm.dll+0x177bb9]
    C  [msvcr100.dll+0x5c6de]
    C  [msvcr100.dll+0x5c788]
    C  [ntdll.dll+0x699b0]  call_thread_func_wrapper+0xc
    C  [ntdll.dll+0x6c93d]  call_thread_func+0x7d
    C  [ntdll.dll+0x6998e]  RtlRaiseException+0x22
    C  [ntdll.dll+0x72dce]
    C  0xf75cdf70
    
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  jagdx.IDirect3D.GetDeviceCaps(JIILjagdx/D3DCAPS;)I+0
    j  anl.agw(Ljava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;Ljava/lang/Integer;)Lde;+31
    j  nf.j(Ljava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;I)Lde;+32
    j  de.g(ILjava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;IIII)Lde;+84
    j  jv.j(ILjava/awt/Canvas;Ldw;Ldj;Lml;Lmy;Lmh;Lon;II)Lde;+50
    j  abw.fb(ILjava/lang/String;ZI)V+300
    j  d.fn(ILjava/lang/String;ZB)V+20
    j  bi.fs(IZI)V+15
    j  qq.aop(Lxn;B)V+41
    j  ajj.r(Lrg;Lxn;I)V+13502
    J  gp.a(Lapd;ILxn;I)V
    J  wt.u(Laiy;II)V
    J  client.gm(B)V
    J  client.az(I)V
    J  rb.x(B)V
    j  rb.f(I)V+379
    j  rb.run()V+4
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    
    ---------------  P R O C E S S  ---------------
    
    Java Threads: ( => current thread )
      0x187f1000 JavaThread "Smart_Image_Transfer" daemon [_thread_blocked, id=95, stack(0x19300000,0x19400000)]
      0x17e6cc00 JavaThread "Thread-13" daemon [_thread_in_native, id=74, stack(0x1a440000,0x1a540000)]
      0x180c1400 JavaThread "Thread-12" daemon [_thread_blocked, id=69, stack(0x1a100000,0x1a200000)]
      0x180c0400 JavaThread "Thread-11" daemon [_thread_blocked, id=78, stack(0x1a000000,0x1a100000)]
      0x17f52800 JavaThread "pool-1-thread-1" [_thread_blocked, id=62, stack(0x19400000,0x19500000)]
      0x17f3a400 JavaThread "Thread-8" daemon [_thread_blocked, id=48, stack(0x19200000,0x19300000)]
      0x17f38800 JavaThread "Thread-7" daemon [_thread_blocked, id=59, stack(0x19100000,0x19200000)]
      0x17efcc00 JavaThread "Thread-6" daemon [_thread_blocked, id=81, stack(0x19000000,0x19100000)]
      0x17e96c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=63, stack(0x18f00000,0x19000000)]
      0x17de2000 JavaThread "AWT-Shutdown" [_thread_blocked, id=52, stack(0x18e00000,0x18f00000)]
    =>0x17de0400 JavaThread "Thread-4" daemon [_thread_in_native, id=80, stack(0x18d00000,0x18e00000)]
      0x17dab000 JavaThread "Thread-3" daemon [_thread_blocked, id=96, stack(0x18c00000,0x18d00000)]
      0x17da9000 JavaThread "Thread-2" daemon [_thread_blocked, id=73, stack(0x18b00000,0x18c00000)]
      0x17da8800 JavaThread "Thread-1" daemon [_thread_blocked, id=89, stack(0x18a00000,0x18b00000)]
      0x1782a800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=50, stack(0x17b90000,0x17c90000)]
      0x17827c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=60, stack(0x17990000,0x17a90000)]
      0x16cc4000 JavaThread "Service Thread" daemon [_thread_blocked, id=70, stack(0x170b0000,0x171b0000)]
      0x16cc2000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=87, stack(0x16fb0000,0x170b0000)]
      0x16cc0800 JavaThread "Attach Listener" daemon [_thread_blocked, id=13, stack(0x16eb0000,0x16fb0000)]
      0x16cbf000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51, stack(0x16db0000,0x16eb0000)]
      0x00630800 JavaThread "Finalizer" daemon [_thread_blocked, id=11, stack(0x16ba0000,0x16ca0000)]
      0x0062ec00 JavaThread "Reference Handler" daemon [_thread_blocked, id=68, stack(0x16aa0000,0x16ba0000)]
      0x00545c00 JavaThread "main" [_thread_in_native, id=67, stack(0x00760000,0x00860000)]
    
    Other Threads:
      0x00629400 VMThread [stack: 0x169a0000,0x16aa0000] [id=76]
      0x16cc6400 WatcherThread [stack: 0x171b0000,0x172b0000] [id=93]
    
    VM state:not at safepoint (normal execution)
    
    VM Mutex/Monitor currently owned by a thread: None
    
    Heap
     def new generation   total 58880K, used 2204K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,   4% used [0x02860000, 0x02a873e0, 0x05b80000)
      from space 6528K,   0% used [0x061e0000, 0x061e0000, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 75080K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  57% used [0x07db0000, 0x0c702060, 0x0c702200, 0x0fd5a000)
     compacting perm gen  total 18944K, used 18879K [0x12860000, 0x13ae0000, 0x16860000)
       the space 18944K,  99% used [0x12860000, 0x13acfe80, 0x13ad0000, 0x13ae0000)
    No shared spaces configured.
    
    Card table byte_map: [0x16860000,0x16910000] byte_map_base: 0x1684bd00
    
    Polling page: 0x00340000
    
    Code Cache  [0x00860000, 0x00d00000, 0x02860000)
     total_blobs=1511 nmethods=1192 adapters=253 free_code_cache=28040Kb largest_free_block=28713088
    
    Compilation events (10 events):
    Event: 58.560 Thread 0x16cc2000 1155   !         tj::l (49 bytes)
    Event: 58.564 Thread 0x16cc2000 nmethod 1155 0x00cfa748 code [0x00cfa840, 0x00cfa8f0]
    Event: 58.603 Thread 0x16cc2000 1156  s          sun.java2d.ScreenUpdateManager::createGraphics (14 bytes)
    Event: 58.603 Thread 0x16cc2000 nmethod 1156 0x00cfa948 code [0x00cfaa50, 0x00cfac8c]
    Event: 58.706 Thread 0x16cc2000 1157             sun.java2d.pipe.Region::<init> (26 bytes)
    Event: 58.707 Thread 0x16cc2000 nmethod 1157 0x00cfad48 code [0x00cfae40, 0x00cfaed0]
    Event: 58.816 Thread 0x16cc2000 1158   !         smart.Client$3::run (432 bytes)
    Event: 58.821 Thread 0x16cc2000 nmethod 1158 0x00cfaf08 code [0x00cfb170, 0x00cfb900]
    Event: 58.821 Thread 0x16cc2000 1159             sun.awt.AWTAccessor::getAWTEventAccessor (19 bytes)
    Event: 58.821 Thread 0x16cc2000 nmethod 1159 0x00cfcdc8 code [0x00cfced0, 0x00cfcf7c]
    
    GC Heap History (10 events):
    Event: 23.621 GC heap before
    {Heap before GC invocations=31 (full 10):
     def new generation   total 58880K, used 52353K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K, 100% used [0x02860000, 0x05b80000, 0x05b80000)
      from space 6528K,   0% used [0x061e0000, 0x061e0560, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    Event: 23.622 GC heap after
    Heap after GC invocations=32 (full 10):
     def new generation   total 58880K, used 1K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,   0% used [0x02860000, 0x02860000, 0x05b80000)
      from space 6528K,   0% used [0x05b80000, 0x05b80560, 0x061e0000)
      to   space 6528K,   0% used [0x061e0000, 0x061e0000, 0x06840000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    }
    Event: 23.936 GC heap before
    {Heap before GC invocations=32 (full 10):
     def new generation   total 58880K, used 53837K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,  99% used [0x02860000, 0x05b7f1e8, 0x05b80000)
      from space 6528K,  22% used [0x05b80000, 0x05cf4518, 0x061e0000)
      to   space 6528K,   0% used [0x061e0000, 0x061e0000, 0x06840000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    Event: 23.937 GC heap after
    Heap after GC invocations=33 (full 10):
     def new generation   total 58880K, used 1847K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,   0% used [0x02860000, 0x02860000, 0x05b80000)
      from space 6528K,  28% used [0x061e0000, 0x063adf48, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    }
    Event: 25.119 GC heap before
    {Heap before GC invocations=33 (full 10):
     def new generation   total 58880K, used 54199K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K, 100% used [0x02860000, 0x05b80000, 0x05b80000)
      from space 6528K,  28% used [0x061e0000, 0x063adf48, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    Event: 25.120 GC heap after
    Heap after GC invocations=34 (full 10):
     def new generation   total 58880K, used 914K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,   0% used [0x02860000, 0x02860000, 0x05b80000)
      from space 6528K,  14% used [0x05b80000, 0x05c648b8, 0x061e0000)
      to   space 6528K,   0% used [0x061e0000, 0x061e0000, 0x06840000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    }
    Event: 25.388 GC heap before
    {Heap before GC invocations=34 (full 10):
     def new generation   total 58880K, used 53266K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K, 100% used [0x02860000, 0x05b80000, 0x05b80000)
      from space 6528K,  14% used [0x05b80000, 0x05c648b8, 0x061e0000)
      to   space 6528K,   0% used [0x061e0000, 0x061e0000, 0x06840000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    Event: 25.391 GC heap after
    Heap after GC invocations=35 (full 10):
     def new generation   total 58880K, used 4932K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,   0% used [0x02860000, 0x02860000, 0x05b80000)
      from space 6528K,  75% used [0x061e0000, 0x066b1200, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18688K, used 18668K [0x12860000, 0x13aa0000, 0x16860000)
       the space 18688K,  99% used [0x12860000, 0x13a9b2b0, 0x13a9b400, 0x13aa0000)
    No shared spaces configured.
    }
    Event: 58.727 GC heap before
    {Heap before GC invocations=35 (full 10):
     def new generation   total 58880K, used 54329K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,  94% used [0x02860000, 0x0589d510, 0x05b80000)
      from space 6528K,  75% used [0x061e0000, 0x066b1200, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 77837K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  59% used [0x07db0000, 0x0c9b3570, 0x0c9b3600, 0x0fd5a000)
     compacting perm gen  total 18944K, used 18696K [0x12860000, 0x13ae0000, 0x16860000)
       the space 18944K,  98% used [0x12860000, 0x13aa20c8, 0x13aa2200, 0x13ae0000)
    No shared spaces configured.
    Event: 58.816 GC heap after
    Heap after GC invocations=36 (full 11):
     def new generation   total 58880K, used 0K [0x02860000, 0x06840000, 0x07db0000)
      eden space 52352K,   0% used [0x02860000, 0x02860000, 0x05b80000)
      from space 6528K,   0% used [0x061e0000, 0x061e0000, 0x06840000)
      to   space 6528K,   0% used [0x05b80000, 0x05b80000, 0x061e0000)
     tenured generation   total 130728K, used 75080K [0x07db0000, 0x0fd5a000, 0x12860000)
       the space 130728K,  57% used [0x07db0000, 0x0c702060, 0x0c702200, 0x0fd5a000)
     compacting perm gen  total 18944K, used 18696K [0x12860000, 0x13ae0000, 0x16860000)
       the space 18944K,  98% used [0x12860000, 0x13aa20c8, 0x13aa2200, 0x13ae0000)
    No shared spaces configured.
    }
    
    Deoptimization events (0 events):
    No events
    
    Internal exceptions (10 events):
    Event: 58.834 Thread 0x17de0400 Threw 0x02a75648 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.834 Thread 0x17de0400 Threw 0x02a75d58 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.834 Thread 0x17de0400 Threw 0x02a762d0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.834 Thread 0x17de0400 Threw 0x02a769d0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.834 Thread 0x17de0400 Threw 0x02a76fd0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.834 Thread 0x17de0400 Threw 0x02a776c8 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.835 Thread 0x17de0400 Threw 0x02a77dd0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.835 Thread 0x17de0400 Threw 0x02a78590 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.835 Thread 0x17de0400 Threw 0x02a78b50 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 58.835 Thread 0x17de0400 Threw 0x02a79310 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    
    Events (10 events):
    Event: 58.834 loading class 0x1a653948
    Event: 58.834 loading class 0x1a653948 done
    Event: 58.834 loading class 0x1a653a00
    Event: 58.834 loading class 0x1a653a00 done
    Event: 58.834 loading class 0x1a6538a0
    Event: 58.834 loading class 0x1a6538a0 done
    Event: 58.835 loading class 0x187f74b8
    Event: 58.835 loading class 0x187f74b8 done
    Event: 58.835 loading class 0x187f7488
    Event: 58.835 loading class 0x187f7488 done
    
    
    Dynamic libraries:
    0x00400000 - 0x0042f000         C:\Program Files (x86)\Java\jre7\bin\java.exe
    0x7bc10000 - 0x7bcdb000         C:\windows\system32\ntdll.dll
    0x7b810000 - 0x7ba5b000         C:\windows\system32\KERNEL32.dll
    0x7ed20000 - 0x7ed7f000         C:\windows\system32\advapi32.dll
    0x7ebd0000 - 0x7ed0d000         C:\windows\system32\user32.dll
    0x7eaa0000 - 0x7ebb3000         C:\windows\system32\gdi32.dll
    0xf75f0000 - 0xf75fd000         C:\windows\system32\version.dll
    0x7e9a0000 - 0x7ea96000         C:\windows\system32\comctl32.dll
    0x7e770000 - 0x7e7f2000         C:\windows\system32\winex11.drv
    0x7e560000 - 0x7e591000         C:\windows\system32\uxtheme.dll
    0x78aa0000 - 0x78b5e000         C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
    0x6e7c0000 - 0x6eb02000         C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
    0x7e540000 - 0x7e55a000         C:\windows\system32\wsock32.dll
    0x7e510000 - 0x7e53e000         C:\windows\system32\ws2_32.dll
    0x7e4f0000 - 0x7e508000         C:\windows\system32\iphlpapi.dll
    0x7e430000 - 0x7e4e2000         C:\windows\system32\winmm.dll
    0x7e300000 - 0x7e428000         C:\windows\system32\ole32.dll
    0x7e280000 - 0x7e2ec000         C:\windows\system32\rpcrt4.dll
    0x7e250000 - 0x7e26b000         C:\windows\system32\msacm32.dll
    0x7e750000 - 0x7e75e000         C:\windows\system32\psapi.dll
    0x6e710000 - 0x6e71c000         C:\Program Files (x86)\Java\jre7\bin\verify.dll
    0x6d4d0000 - 0x6d4f0000         C:\Program Files (x86)\Java\jre7\bin\java.dll
    0x6e7a0000 - 0x6e7b3000         C:\Program Files (x86)\Java\jre7\bin\zip.dll
    0x6e600000 - 0x6e690000         C:\Simba\Plugins\libsmartjni32.dll
    0x7e070000 - 0x7e100000         C:\windows\system32\msvcrt.dll
    0x6e4f0000 - 0x6e504000         C:\Program Files (x86)\Java\jre7\bin\net.dll
    0x6e510000 - 0x6e51f000         C:\Program Files (x86)\Java\jre7\bin\nio.dll
    0x7df70000 - 0x7e058000         C:\windows\system32\opengl32.dll
    0x6d000000 - 0x6d144000         C:\Program Files (x86)\Java\jre7\bin\awt.dll
    0x7dcb0000 - 0x7ddd0000         C:\windows\system32\oleaut32.dll
    0x7dc80000 - 0x7dc9a000         C:\windows\system32\imm32.dll
    0x7d7e0000 - 0x7da00000         C:\windows\system32\shell32.dll
    0x7dee0000 - 0x7df49000         C:\windows\system32\shlwapi.dll
    0x6e690000 - 0x6e6b0000         C:\Program Files (x86)\Java\jre7\bin\sunec.dll
    0x6e6f0000 - 0x6e701000         C:\Program Files (x86)\Java\jre7\bin\unpack.dll
    0x6d270000 - 0x6d2a1000         C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
    0x6e6c0000 - 0x6e6f0000         C:\Program Files (x86)\Java\jre7\bin\t2k.dll
    0x6e260000 - 0x6e285000         C:\Program Files (x86)\Java\jre7\bin\jpeg.dll
    0x6e360000 - 0x6e36a000         C:\Program Files (x86)\Java\jre7\bin\jsound.dll
    0x6e370000 - 0x6e379000         C:\Program Files (x86)\Java\jre7\bin\jsoundds.dll
    0x7de00000 - 0x7de41000         C:\windows\system32\dsound.dll
    0x7db10000 - 0x7db28000         C:\windows\system32\mmdevapi.dll
    0x7d200000 - 0x7d223000         C:\windows\system32\winealsa.drv
    0x1a200000 - 0x1a226000         C:\users\root\jagexcache\runescape\LIVE\jaclib.dll
    0x6d5b0000 - 0x6d5b6000         C:\Program Files (x86)\Java\jre7\bin\jawt.dll
    0x7cf90000 - 0x7d0c0000         C:\windows\system32\wined3d.dll
    0x7cf10000 - 0x7cf80000         C:\windows\system32\ddraw.dll
    0x7cee0000 - 0x7cf0b000         C:\windows\system32\wbemprox.dll
    0x7cec0000 - 0x7ced9000         C:\windows\system32\dxgi.dll
    0x7ce90000 - 0x7ceb2000         C:\windows\system32\devenum.dll
    0x7ce80000 - 0x7ce8b000         C:\windows\system32\avicap32.dll
    0x7cd50000 - 0x7cd59000         C:\windows\system32\msacm32.drv
    0x7cd30000 - 0x7cd40000         C:\windows\system32\midimap.dll
    0x19500000 - 0x1951a000         C:\users\root\jagexcache\runescape\LIVE\jaggl.dll
    0x19630000 - 0x19646000         C:\users\root\jagexcache\runescape\LIVE\jagdx.dll
    0x7d0d0000 - 0x7d0fd000         C:\windows\system32\d3d9.dll
    0x7ce20000 - 0x7ce76000         C:\windows\system32\dbghelp.dll
    
    VM Arguments:
    jvm_args: -Xbootclasspath/p:C:/Simba/Plugins//smart.jar
    java_command: smart.Main C:/Simba/Plugins//libsmartjni32.dll http://world1.runescape.com/ ,f2315779791438064101 800 600   C:/Simba/Plugins/ OpenGL32.dll,d3d9.dll
    Launcher Type: SUN_STANDARD
    
    Environment Variables:
    PATH=C:\windows\system32;C:\windows;C:\windows\system32\wbem
    USERNAME=root
    SHELL=/bin/bash
    DISPLAY=:1.0
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=AMD64 Family 6 Model 63 Stepping 0, GenuineIntel
    
    
    
    ---------------  S Y S T E M  ---------------
    
    OS: Windows XP Build 2600 Service Pack 3
    
    CPU:total 1 (16 cores per cpu, 2 threads per core) family 6 model 63 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, ht, tsc
    
    Memory: 4k page, physical 3790087k(2859503k free), swap 3790088k(2859504k free)
    
    vm_info: Java HotSpot(TM) Client VM (23.25-b01) for windows-x86 JRE (1.7.0_25-b16), built on Jun 12 2013 20:29:09 by "java_re" with unknown MS VC++:1600
    
    time: Sun Apr 19 03:05:59 2015
    elapsed time: 59 seconds

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •