Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default Couple of Keyclone bugs

    1) I set up my maximizer when I had the NVidia control panel set to "Dual View". Once I realized, I hit the reset button, changed my control panel to "Horizontal Span". Keyclone kept putting client #2 (which should have been at the second windows boundary 1280,0) at 0,0. I finally realized old values were still stored in the .ini file. After deleting the entries in the .ini, it worked fine.

    2) When dragging a sub-window after the "big" window is setup, it will sometimes grab the "big" window and move it instead of the sub-window if the sub-window is on top of the "big" window.

    3) After _restarting_ keyclone, it realized I only had one display, but, the coordinates didn't exactly match what my resolution was 2560x1024. So, I had to create the 2 right-most windows and drag them off to the absolute right edge in keyclone's maximizer.
    pic:


    Thanks!

    Loving the maximizer and command functions in Keyclone!
    Whisperwind - US - Alliance
    5x Human Death Knights - all level 120
    1x Human Paladin for LFD: 120
    Bleeding Hollow - US - Horde - [On the Bench currently]

    5x Orc Death Knights - 1 x 90 + 4 x 60s
    1x Blood Elf Paladin: Level 67 - Healer for 5 man LFD

  2. #2

    Default

    ya I had this same problem when I set this up. currently keyclone has a problem with really high resolutions and I had to write the ini file manualy to make it work since not even one monitor seemed to fit in the screen. Hes working on fixing this though IIRC the last time I mentioned it to him.
    http://pewpewsquad.blogspot.com/ http://www.stage6.com/user/pewpewss/videos/
    Team 1- 5 shamans <The PewPew Squad> Team2 - <Y o u Lo se> 70 druid, 70 shaman, 1 paladin, 24 mage, 1 mage
    Team 1 -> <1--10--20--30--40--44--50--60--70>

  3. #3

    Default

    First time I use keyclone, after reboot, it doesn't start up correctly:
    • Start keyclone and move it down to lower left of screen.
    • Hit connect, and then wait for ages (normally pretty fast).
    • It then starts my 2nd client and puts it into the right spot.
    • It then starts the 2nd client again (I can tell as it has the user name for the 2nd client. But this one it leaves in the middle of the screen.
    • I exit both clients, and re-connect. Now it starts quickly one client goes to top left, as it should. 2nd client goes bottom-right as it should.

    [code:1]
    [general]
    version=1721
    port=1320
    name=max-xii
    auto_add=1,1,'World of Warcraft'
    auto_connect=0,''
    pass_mouse_clicks=0
    distinguish_lr=0
    maximizer_enabled=1
    always_on_top=0
    proxy_enabled=0
    proxy=
    proxy_uname=
    has_startup_cmd=0
    startup_cmd=
    startup_cmd_delay=2
    hotkey_bringtofront=0.0
    mousefocus=0

    [donotpass]
    whitelist=0
    count=1
    key_00=27.0

    [roundrobin]
    count=1
    key_00=48.0

    [commands]
    count=2
    command_00=wow1
    action_00=D:\WoW\1\WoW.exe
    keymap_00=
    region_00=region1
    uname_00=1.'account1'
    cpu_00=00000001
    maxfps_00=30.15
    excludeRR_00=0
    command_01=wow2
    action_01=D:\WoW\1\Wow.exe
    keymap_01=
    region_01=region2
    uname_01=1.'account2'
    cpu_01=00000002
    maxfps_01=30.15
    excludeRR_01=0

    [mousemap]
    count=0

    [regions]
    count=2
    region_name_00='region1'
    region_00=1,0,0,1152,864,0,0
    region_pip_00=0,(0.0.0)
    region_name_01='region2'
    region_01=1,128,160,1280,1024,0,0
    region_pip_01=0,(0.0.0)

    [cmd_history]
    count=6
    cmd_00=wow1
    cmd_01=wow2
    cmd_02=wow3
    cmd_03=wow1;wow2;wow3
    cmd_04=wow1;wow2
    cmd_05=WoWa;WoWb
    last=wow1;wow2

    [override]
    hotkey=19.0
    enable_overlays=0
    enable_audio_reminder=1
    reminder_delay=30
    message=mute
    font_name=tahoma
    font_sz=30
    font_color=0.200.0

    [sounds]
    count=6
    sound_00=1001,0,'D:\Files\Programs\keyclone\sounds \open.wav'
    sound_01=1002,0,'D:\Files\Programs\keyclone\sounds \close.wav'
    sound_02=1003,1,'D:\Files\Programs\keyclone\sounds \override_on.wav'
    sound_03=1004,1,'D:\Files\Programs\keyclone\sounds \override_off.wav'
    sound_04=1005,1,'D:\Files\Programs\keyclone\sounds \override_reminder.wav'
    sound_05=1006,1,'D:\Files\Programs\keyclone\sounds \roundrobin.wav'
    [/code:1]
    account1/account2 are not the real names for some reason

    Screen is set to 1280x1024 and each client runs at 1152x864. They are set by choice to overlap. I use the winXP setting to bring to foreground whichever window I have the cursor over.
    Currently running 3x City of Heroes under Octopus

  4. #4

    Default

    you seem to be launching the same copy of WoW with both commands, did you do that on purpose?

    [commands]
    count=2
    command_00=wow1
    action_00=D:\WoW\1\WoW.exe
    keymap_00=
    region_00=region1
    uname_00=1.'account1'
    cpu_00=00000001
    maxfps_00=30.15
    excludeRR_00=0
    command_01=wow2
    action_01=D:\WoW\1\Wow.exe
    keymap_01=
    region_01=region2
    uname_01=1.'account2'
    cpu_01=00000002
    maxfps_01=30.15
    excludeRR_01=0
    http://pewpewsquad.blogspot.com/ http://www.stage6.com/user/pewpewss/videos/
    Team 1- 5 shamans <The PewPew Squad> Team2 - <Y o u Lo se> 70 druid, 70 shaman, 1 paladin, 24 mage, 1 mage
    Team 1 -> <1--10--20--30--40--44--50--60--70>

  5. #5

    Default

    hmm... very large dimensions? i hadn't tested that... i will once i get home

  6. #6

    Default

    Quote Originally Posted by keyclone
    hmm... very large dimensions? i hadn't tested that... i will once i get home
    large dimensions work for me, my main wow window is around 1280x768. other than the issue I mentioned above Ive never had a problem with any client.
    http://pewpewsquad.blogspot.com/ http://www.stage6.com/user/pewpewss/videos/
    Team 1- 5 shamans <The PewPew Squad> Team2 - <Y o u Lo se> 70 druid, 70 shaman, 1 paladin, 24 mage, 1 mage
    Team 1 -> <1--10--20--30--40--44--50--60--70>

  7. #7

    Default

    Same copy of WoW yes, I was running from two separate directories (and drives) but recently playing on PTR (only one install) I didn't notice a performance cut so I stopped load from different directories. Makes keeping macros, settings and addons working just right even easier.

    edit:

    And before I was using different directories I still had this issue, but I though it was my own fault as I hadn't upgraded Keyclone (eg Old Bug). Running 1.7u (or whatever it is).
    Currently running 3x City of Heroes under Octopus

Similar Threads

  1. Couple of questions about keyclone
    By Akeldema in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 10-28-2008, 06:07 PM
  2. Some Keyclone Bugs I am Experiencing on Vista 64 SP1
    By krinkle in forum Software Tools
    Replies: 2
    Last Post: 08-14-2008, 08:30 PM
  3. 2 Bugs with Keyclone 1.8e on Windows Vista.
    By Temor in forum Software Tools
    Replies: 15
    Last Post: 06-11-2008, 09:55 PM
  4. Couple of quick keyclone ?s
    By Knobley in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 06-07-2008, 07:40 PM
  5. Keyclone, couple of questions. Please help
    By grievouz in forum Software Tools
    Replies: 4
    Last Post: 10-01-2007, 07:37 AM

Posting Rules

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