Jump to content

Juzz

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Juzz

  1. Hey there,

     

    I would like to request that the "New Item" requester for adding items to the LCD resizable - mainly so I can make it taller so there can be more items visible in the item selector list.

    Right now I feel that it is "cramped" to only be able to see six items (and just catch a glimpse of the seventh item).

    And it would probably make the scrollbar more usable.

     

    Best regards

    Juzz

  2. 1) Yes, under the condition that Razer Synapse didn't take ownership of the LCD.

    2) The Nzxt CAM software is running in the background, should I disable that?

    3) None other that polls the Kraken (and the Nzxt CAM software has a tendency to crash).

  3. Hey there,

     

    I've developed a script to make sure that Razer Synapse is running before Aida64 is started, this way Aida64 isn't killed when Razer Synapse starts up.

     

    You could generally use it if you have a program that needs to be started before Aida64 should be started.

    $StrRz = "rzsynapse"
    $StrWD = "C:\Program Files (x86)\FinalWire\AIDA64 Extreme\"
    $StrAida = "C:\Program Files (x86)\FinalWire\AIDA64 Extreme\aida64.exe"
    
    Start-Sleep 10
    # Is Razer Synapse Running?
    #$bResult = Get-Process -name $StrRz -erroraction silentlycontinue
    #echo $bResult
    
    while (!(Get-Process -name $StrRz -erroraction silentlycontinue))
    {
      Start-Sleep 3
      
    }
    
    # Enable Razer Synapse time to start up
    Start-Sleep 5
    
    # Start Aida64
    Start-Process -FilePath $StrAida -WorkingDirectory $StrWD
    
  4. I am using a Razer Deathstalker Ultimate, I do not personally disconnect the device since it's part of my keyboard.

     

    I am not sure if it is because of the Razer Synapse that intermittantly claims ownership of the device.

    I am using the latest beta (see my other post).

     

    The latest beta does indeed supprt the Kraken X40 and X60 (which I have), but it seems to lose the connection to my Razer Deathstalker Ultimate after a short while.

    The version I am using is: 5.30.3521 Beta

     

    Previously when that happened Aida64 would crash and the process would no longer be present in Windows task manager, but now it stays on and even when I choose "Exit" in the menus then the process lingers and I can't kill it from Windows task manager.

    When I try to start Aida64 again then nothing happens, however the zombie process is still there.

     

    I am running Windows 7 Ultimate SP1 on an Asus Rampage IV Black Edition, and I have as previously stated two Kraken, one X40 and one X60.

     

    Best regards

    Juzz

  5. Hey there,

     

    The latest beta does indeed supprt the Kraken X40 and X60 (which I have), but it seems to lose the connection to my Razer Deathstalker Ultimate after a short while.

    The version I am using is: 5.30.3521 Beta

     

    Previously when that happened Aida64 would crash and the process would no longer be present in Windows task manager, but now it stays on and even when I choose "Exit" in the menus then the process lingers and I can't kill it from Windows task manager.

    When I try to start Aida64 again then nothing happens, however the zombie process is still there.

     

    I am running Windows 7 Ultimate SP1 on an Asus Rampage IV Black Edition, and I have as previously stated two Kraken, one X40 and one X60.

     

    Best regards

    Juzz

  6. Hey there,

     

    The email you sent out to people to activate their forum accounts claims to be sent from the address:

     

    web.aida64.com

     

    which doesn't exist and thus I think many servers around the world will not allow it to be delivered to the recipient. Please correct that, so that it uses an existing address (for instance forums.aida64.com since that clearly exists).

     

    Best regards

    Juzz

×
×
  • Create New...