Results 1 to 8 of 8

Thread: error starting smart. ensure the target page has an applet declaration

  1. #1
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default error starting smart. ensure the target page has an applet declaration

    i have fixed my sps mxi and everything it worked for half a day then i get the same problem again!!!






    Code:
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=324, tid=4732
    #
    # JRE version: 6.0_25-b06
    # Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C  0x00000000
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x0894a800):  JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=4732, stack(0x1b040000,0x1c040000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    
    Registers:
    EAX=0x00000000, EBX=0x3922c300, ECX=0x00000000, EDX=0x1c03f148
    ESP=0x1c03f0fc, EBP=0x1c03f114, ESI=0x1c03f100, EDI=0x3922c300
    EIP=0x00000000, EFLAGS=0x00010246
    
    Top of Stack: (sp=0x1c03f0fc)
    0x1c03f0fc:   0ad80364 6d8ea5de 00001f80 0ad802ff
    0x1c03f10c:   0894a800 3922c300 1c03f18c 6d8ead0b
    0x1c03f11c:   1c03f148 1c03f254 0000000a 3922c300
    0x1c03f12c:   00000000 1c03f20c 00000000 0894a800
    0x1c03f13c:   00000004 0894a800 0894a800 0894a800
    0x1c03f14c:   0883ad90 3922c300 00000000 1c03f4e4
    0x1c03f15c:   00000000 1c03f510 1c03f24c 0894a800
    0x1c03f16c:   07c3bf20 07bcb298 07bcb3bc 07bcb68c 
    
    Instructions: (pc=0x00000000)
    0xffffffe0:   
    
    
    Register to memory mapping:
    
    EAX=0x00000000 is an unknown value
    EBX=0x3922c300 is an oop
    {method} 
     - klass: {other class}
    ECX=0x00000000 is an unknown value
    EDX=0x1c03f148 is pointing into the stack for thread: 0x0894a800
    ESP=0x1c03f0fc is pointing into the stack for thread: 0x0894a800
    EBP=0x1c03f114 is pointing into the stack for thread: 0x0894a800
    ESI=0x1c03f100 is pointing into the stack for thread: 0x0894a800
    EDI=0x3922c300 is an oop
    {method} 
     - klass: {other class}
    
    
    Stack: [0x1b040000,0x1c040000],  sp=0x1c03f0fc,  free space=16380k
    
    ---------------  P R O C E S S  ---------------
    
    Java Threads: ( => current thread )
    =>0x0894a800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=4732, stack(0x1b040000,0x1c040000)]
      0x08912000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4784, stack(0x19040000,0x1a040000)]
      0x0883cc00 JavaThread "AWT-Shutdown" [_thread_blocked, id=1848, stack(0x18040000,0x19040000)]
      0x08839c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4592, stack(0x17040000,0x18040000)]
      0x07bc7000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4868, stack(0x13040000,0x14040000)]
      0x07bbac00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5108, stack(0x12040000,0x13040000)]
      0x07bb9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=360, stack(0x11040000,0x12040000)]
      0x07bb6800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2920, stack(0x10040000,0x11040000)]
      0x07bad000 JavaThread "Finalizer" daemon [_thread_blocked, id=1072, stack(0x0ed80000,0x0fd80000)]
      0x07bab000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2676, stack(0x0dd80000,0x0ed80000)]
      0x01bb9000 JavaThread "main" [_thread_blocked, id=3284, stack(0x05140000,0x06140000)]
    
    Other Threads:
      0x07b6f400 VMThread [stack: 0x0cd80000,0x0dd80000] [id=4072]
      0x07be0400 WatcherThread [stack: 0x14040000,0x15040000] [id=4684]
    
    VM state:not at safepoint (normal execution)
    
    VM Mutex/Monitor currently owned by a thread: None
    
    Heap
     def new generation   total 4992K, used 4448K [0x244f0000, 0x24a50000, 0x29a40000)
      eden space 4480K,  87% used [0x244f0000, 0x248c8348, 0x24950000)
      from space 512K, 100% used [0x249d0000, 0x24a50000, 0x24a50000)
      to   space 512K,   0% used [0x24950000, 0x24950000, 0x249d0000)
     tenured generation   total 10944K, used 351K [0x29a40000, 0x2a4f0000, 0x344f0000)
       the space 10944K,   3% used [0x29a40000, 0x29a97ca8, 0x29a97e00, 0x2a4f0000)
     compacting perm gen  total 12288K, used 2517K [0x344f0000, 0x350f0000, 0x384f0000)
       the space 12288K,  20% used [0x344f0000, 0x34765740, 0x34765800, 0x350f0000)
        ro space 10240K,  51% used [0x384f0000, 0x38a1dc00, 0x38a1dc00, 0x38ef0000)
        rw space 12288K,  55% used [0x38ef0000, 0x3958c300, 0x3958c400, 0x39af0000)
    
    Code Cache  [0x0ad80000, 0x0ae50000, 0x0cd80000)
     total_blobs=428 nmethods=224 adapters=148 free_code_cache=32732864 largest_free_block=0
    
    Dynamic libraries:
    0x00400000 - 0x007f5000 	C:\Simba\Simba.exe
    0x77570000 - 0x776d0000 	C:\Windows\SysWOW64\ntdll.dll
    0x764a0000 - 0x765b0000 	C:\Windows\syswow64\kernel32.dll
    0x76df0000 - 0x76eb6000 	C:\Windows\syswow64\advapi32.dll
    0x76b10000 - 0x76c00000 	C:\Windows\syswow64\RPCRT4.dll
    0x75710000 - 0x75770000 	C:\Windows\syswow64\Secur32.dll
    0x75110000 - 0x752ae000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll
    0x767e0000 - 0x7688a000 	C:\Windows\syswow64\msvcrt.dll
    0x76700000 - 0x76790000 	C:\Windows\syswow64\GDI32.dll
    0x77020000 - 0x770f0000 	C:\Windows\syswow64\USER32.dll
    0x768f0000 - 0x76948000 	C:\Windows\syswow64\SHLWAPI.dll
    0x76ec0000 - 0x76f33000 	C:\Windows\syswow64\comdlg32.dll
    0x75990000 - 0x764a0000 	C:\Windows\syswow64\SHELL32.dll
    0x765b0000 - 0x766f4000 	C:\Windows\syswow64\ole32.dll
    0x76c10000 - 0x76c9d000 	C:\Windows\syswow64\oleaut32.dll
    0x742c0000 - 0x742c8000 	C:\Windows\system32\version.dll
    0x75560000 - 0x75592000 	C:\Windows\system32\winmm.dll
    0x75520000 - 0x75559000 	C:\Windows\system32\OLEACC.dll
    0x768c0000 - 0x768ed000 	C:\Windows\syswow64\ws2_32.dll
    0x76de0000 - 0x76de6000 	C:\Windows\syswow64\NSI.dll
    0x76ca0000 - 0x76d00000 	C:\Windows\system32\IMM32.DLL
    0x770f0000 - 0x771b8000 	C:\Windows\syswow64\MSCTF.dll
    0x76950000 - 0x76959000 	C:\Windows\syswow64\LPK.DLL
    0x76960000 - 0x769dd000 	C:\Windows\syswow64\USP10.dll
    0x73a10000 - 0x73a90000 	C:\Windows\system32\uxtheme.dll
    0x75640000 - 0x75645000 	C:\Windows\system32\msimg32.dll
    0x73a90000 - 0x73abc000 	C:\Windows\system32\apphelp.dll
    0x76f40000 - 0x76fc4000 	C:\Windows\syswow64\CLBCatQ.DLL
    0x75400000 - 0x7540f000 	C:\Windows\system32\NLAapi.dll
    0x75500000 - 0x75519000 	C:\Windows\system32\IPHLPAPI.DLL
    0x754c0000 - 0x754f5000 	C:\Windows\system32\dhcpcsvc.DLL
    0x75490000 - 0x754bc000 	C:\Windows\system32\DNSAPI.dll
    0x75480000 - 0x75487000 	C:\Windows\system32\WINNSI.DLL
    0x75450000 - 0x75471000 	C:\Windows\system32\dhcpcsvc6.DLL
    0x753f0000 - 0x753ff000 	C:\Windows\system32\napinsp.dll
    0x75370000 - 0x75382000 	C:\Windows\system32\pnrpnsp.dll
    0x753b0000 - 0x753eb000 	C:\Windows\System32\mswsock.dll
    0x753a0000 - 0x753a8000 	C:\Windows\System32\winrnr.dll
    0x76790000 - 0x767da000 	C:\Windows\syswow64\WLDAP32.dll
    0x76c00000 - 0x76c07000 	C:\Windows\syswow64\PSAPI.DLL
    0x75390000 - 0x7539c000 	C:\Windows\system32\wshbth.dll
    0x75770000 - 0x758fa000 	C:\Windows\syswow64\SETUPAPI.dll
    0x74f80000 - 0x74f86000 	C:\Windows\system32\rasadhlp.dll
    0x6e860000 - 0x6e865000 	C:\Windows\System32\wship6.dll
    0x75410000 - 0x75415000 	C:\Windows\System32\wshtcpip.dll
    0x72f80000 - 0x72fb0000 	C:\Windows\system32\DUser.dll
    0x703c0000 - 0x7046c000 	C:\Simba\Plugins\libsmart.dll
    0x10000000 - 0x1003b000 	C:\Simba\Plugins\irokiplugin.dll
    0x04ca0000 - 0x04e26000 	C:\Simba\Plugins\sps.dll
    0x6d7f0000 - 0x6da9f000 	C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
    0x7c340000 - 0x7c396000 	C:\Windows\system32\MSVCR71.dll
    0x6d7a0000 - 0x6d7ac000 	C:\Program Files (x86)\Java\jre6\bin\verify.dll
    0x6d320000 - 0x6d33f000 	C:\Program Files (x86)\Java\jre6\bin\java.dll
    0x6d7e0000 - 0x6d7ef000 	C:\Program Files (x86)\Java\jre6\bin\zip.dll
    0x6d600000 - 0x6d613000 	C:\Program Files (x86)\Java\jre6\bin\net.dll
    0x752e0000 - 0x7531b000 	C:\Windows\system32\rsaenh.dll
    0x75430000 - 0x7544e000 	C:\Windows\system32\USERENV.dll
    0x6d000000 - 0x6d14b000 	C:\Program Files (x86)\Java\jre6\bin\awt.dll
    0x75030000 - 0x75072000 	C:\Windows\system32\WINSPOOL.DRV
    0x740e0000 - 0x740ec000 	C:\Windows\system32\DWMAPI.DLL
    0x6d230000 - 0x6d27f000 	C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll
    0x6d620000 - 0x6d629000 	C:\Program Files (x86)\Java\jre6\bin\nio.dll
    
    VM Arguments:
    jvm_args: -Dsun.java2d.noddraw -Xcheck:jni 
    java_command: <unknown>
    Launcher Type: generic
    
    Environment Variables:
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files (x86)\Common Files\Intuit\QBPOSSDKRuntime;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files (x86)\Java\jre1.6.0\bin
    USERNAME=admin
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel
    
    
    
    ---------------  S Y S T E M  ---------------
    
    OS: Windows Vista Build 6001 Service Pack 1
    
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    
    Memory: 4k page, physical 4058228k(2709548k free), swap 8341012k(6757128k free)
    
    vm_info: Java HotSpot(TM) Client VM (20.0-b11) for windows-x86 JRE (1.6.0_25-b06), built on Apr 14 2011 01:04:32 by "java_re" with MS VC++ 7.1 (VS2003)
    
    time: Sun Oct 30 05:26:48 2011
    elapsed time: 91 seconds

  2. #2
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    Go to www.runescape.com in your browser and open the game client

    When you get to the login screen you can close runescape and try to run the script again and tell me if that fixed the problem
    Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |

  3. #3
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by cycrosism View Post
    Go to www.runescape.com in your browser and open the game client

    When you get to the login screen you can close runescape and try to run the script again and tell me if that fixed the problem
    still same problem... :S

    should I update my java maybe???

  4. #4
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    Yes try updating your java.

    What operating system are you on at the moment?
    Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |

  5. #5
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by cycrosism View Post
    Yes try updating your java.

    What operating system are you on at the moment?
    here is my operating system



    and i don't get the orange icon on the right of the screen which means my java doesn't need updating i guess

  6. #6
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    updated my java

    and one file in the plugin folder
    small.dll or osmething like that it worked now

    thnx for the help

  7. #7
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    I am glad to help No worries
    Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |

  8. #8
    Join Date
    Jul 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hi, I am having the same problem, and I've updated my Java, opened runescape in the browser multiple times, and have been google-ing different solutions for hours. I am trying to run Smart8 with oldschool runescape, and i had it working flawlessly yesterday. If it helps, it says that I'm throwing a null pointer exception in the "Client" class and the "Main" class. Any help on this would be greatly appreciated, thanks.

    EDIT - I tried changing my ip address to dynamic rather than static, still no help.
    Last edited by DaneTuso; 07-16-2013 at 05:21 PM.

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
  •