Jump to content

Karvinen

Members
  • Posts

    432
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • Gender
    Male
  • Location
    Finland

RuneScape Information

  • RuneScape Status
    P2P
  1. Are massive pouches worth it in nature runecrafting at level 91, considering the time used in Runespan?
  2. How to use the remote view ability? I'm trying to do Mahjarrat Memories. The interact option only appears inside banks. The interact option in the action bar only says there are no items.
  3. And C++ can be compiled into a HTML5 (JavaScript) application. See BananaBread for an example (https://developer.mo...ail/bananabread).
  4. I'd like to note that Java 6 is no longer supported by Oracle (http://www.oracle.co...eol-135779.html). If security issues are found, they will not be fixed.
  5. This is the bug that blocks HTML5 RS on Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=504553 (WebSocket in Workers).
  6. Do you know the Bugzilla id of the bug? I thought Firefox was blocked because Google paid Jagex.
  7. 0: kd> !analyze -v -f ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) An attempt was made to access a pageable (or completely invalid) address at an interrupt request level (IRQL) that is too high. This is usually caused by drivers using improper addresses. If kernel debugger is available get stack backtrace. Arguments: Arg1: 0000000000000000, memory referenced Arg2: 0000000000000002, IRQL Arg3: 0000000000000000, value 0 = read operation, 1 = write operation Arg4: fffff880058d2c8b, address which referenced memory Debugging Details: ------------------ READ_ADDRESS: 0000000000000000 Nonpaged pool CURRENT_IRQL: 2 FAULTING_IP: NETw5s64+fc8b fffff880`058d2c8b 48833b00 cmp qword ptr [rbx],0 CUSTOMER_CRASH_COUNT: 1 DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT BUGCHECK_STR: 0xD1 PROCESS_NAME: System TRAP_FRAME: fffff8800da72090 -- (.trap 0xfffff8800da72090) NOTE: The trap frame does not contain all registers. Some register values may be zeroed or incorrect. rax=0000000000000002 rbx=0000000000000000 rcx=fffffa8004ff92b0 rdx=0000000000000002 rsi=0000000000000000 rdi=0000000000000000 rip=fffff880058d2c8b rsp=fffff8800da72220 rbp=fffffa8004c34700 r8=fffffa800a5a8c00 r9=0000000000000000 r10=fffff8000324f760 r11=0000000000000002 r12=0000000000000000 r13=0000000000000000 r14=0000000000000000 r15=0000000000000000 iopl=0 nv up ei ng nz na po nc NETw5s64+0xfc8b: fffff880`058d2c8b 48833b00 cmp qword ptr [rbx],0 ds:00000000`00000000=???????????????? Resetting default scope LAST_CONTROL_TRANSFER: from fffff800030d3da9 to fffff800030d4840 STACK_TEXT: fffff880`0da71f48 fffff800`030d3da9 : 00000000`0000000a 00000000`00000000 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx fffff880`0da71f50 fffff800`030d2a20 : fffffa80`03ce5788 00000000`00000000 00000000`00000000 fffff800`030dc24a : nt!KiBugCheckDispatch+0x69 fffff880`0da72090 fffff880`058d2c8b : 00000000`00000004 00000000`00000000 fffffa80`00000002 00000000`00000115 : nt!KiPageFault+0x260 fffff880`0da72220 00000000`00000004 : 00000000`00000000 fffffa80`00000002 00000000`00000115 00000000`000000f7 : NETw5s64+0xfc8b fffff880`0da72228 00000000`00000000 : fffffa80`00000002 00000000`00000115 00000000`000000f7 fffffa80`0bea6fb0 : 0x4 STACK_COMMAND: kb FOLLOWUP_IP: NETw5s64+fc8b fffff880`058d2c8b 48833b00 cmp qword ptr [rbx],0 SYMBOL_STACK_INDEX: 3 SYMBOL_NAME: NETw5s64+fc8b FOLLOWUP_NAME: MachineOwner MODULE_NAME: NETw5s64 IMAGE_NAME: NETw5s64.sys DEBUG_FLR_IMAGE_TIMESTAMP: 4b13ae9c FAILURE_BUCKET_ID: X64_0xD1_NETw5s64+fc8b BUCKET_ID: X64_0xD1_NETw5s64+fc8b Followup: MachineOwner --------- 0: kd> lmvm NETw5s64 start end module name fffff880`058c3000 fffff880`05f70000 NETw5s64 T (no symbols) Loaded symbol image file: NETw5s64.sys Image path: \SystemRoot\system32\DRIVERS\NETw5s64.sys Image name: NETw5s64.sys Timestamp: Mon Nov 30 13:38:04 2009 (4B13AE9C) CheckSum: 006A1C3F ImageSize: 006AD000 Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4 NETw5s64 looks like a network driver. It's from 2009, so there is probably a new version available. The crash is a null pointer dereference, a typical program bug and one of the most common crash reasons.
  8. Are you using 32 bit or 64 bit Java? For 32 bit, reserving 2GB of the process virtual address space is invalid, since 2GB is the whole user mode address space. Java should not even start with that setting. If you run RS in a browser, it will work simply because the parameters specified in the HTML page (which includes -Xmx256m) will be honoured over the user set parameters.
  9. The new control panel (AMD Vision Engine Control Center) allows per-application settings. You need to select advanced view in the preferences menu.
  10. The software mode is the problem. Switch to DirectX or OpenGL, and FPS will improve and there'll be no more crashes*. The vast majority of the crashes are due to a bug in the software mode (sw3d.dll). * There's also a less common crash bug when starting DirectX mode on some systems with Intel graphics chipset.
  11. Switch to full screen. You can switch back to resizable after that, if you want.
  12. Internet connection doesn't affect the frame rate.
  13. Loyalty items are bought for real money (the membership fee). No, loyalty items are a bonus for purchasing membership. You cannot directly buy loyalty points, and just those. You buy membership, and happen to receive loyalty points with your membership. There's no such thing as free gifts that you get for purchasing something. You're actually purchasing both the main thing you're purchasing and the "gift".
  14. Loyalty items are bought for real money (the membership fee).
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.