Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I am running Synergy on Windows 7 64bit Ultimate on both client and server. I have followed the tourial on the site and have set up the client and server sides. When I do the client, it starts. However, when I try to start the server, it won't Start. It just keeps the message Synergy is not running going.

I have configured everything so I am not sure what I am doing wrong.

Please help.

Here is what my configs have enclosed. Mai is the server computer while Sakura the client.

section: screens
Sakura:
    halfDuplexCapsLock = false
    halfDuplexNumLock = false
    halfDuplexScrollLock = false
    xtestIsXineramaUnaware = false
    switchCorners = none +top-left +bottom-left 
    switchCornerSize = 0
Mai:
    halfDuplexCapsLock = false
    halfDuplexNumLock = false
    halfDuplexScrollLock = false
    xtestIsXineramaUnaware = false
    switchCorners = none +top-right +bottom-right 
    switchCornerSize = 0

end section: aliases Sakura: SAKURA Mai: MAI end section: links Sakura: right = Mai Mai: left = Sakura end section: options heartbeat = 5000 relativeMouseMoves = false screenSaverSync = false win32KeepForeground = false switchDelay = 250 switchCorners = none +top-right +bottom-right switchCornerSize = 0 end

Here is a log after installing the Host and pressing start.

Running synergy: ./synergys.exe -f --debug NOTE --name Mai -c C:/Program Files/Synergy/synergy.sgc --address 192.168.1.65:24800

2011-04-26T11:45:23 ERROR: cannot read configuration "C:/Program Files/Synergy/synergy.sgc": read error: line 20: alias "SAKURA" is already used ..libsynergyCServerApp.cpp,284 synergys.exe: no configuration available

asked 25 Apr '11, 01:39

falconm11's gravatar image

falconm11
1515
accept rate: 0%

edited 02 May '11, 13:10

nbolton's gravatar image

nbolton ♦♦
1.8k128

Please post config and logs.

(25 Apr '11, 11:46) nbolton ♦♦

That only looks like half a config. Is that the whole thing?

(02 May '11, 13:08) nbolton ♦♦

Yes, that is the entire thing. I did all the configuration with the Windows Gui program. I am not good with codes so I used the gui.

(02 May '11, 14:12) falconm11

Try to edit the config by hand, following this guide: http://synergy2.sourceforge.net/configuration.html

(02 May '11, 14:47) nbolton ♦♦

It looks like you are creating aliases that are the same as the machine names. Since they are the same, you do not need to create aliases. Try this:

section: screens
Sakura:
    halfDuplexCapsLock = false
    halfDuplexNumLock = false
    halfDuplexScrollLock = false
    xtestIsXineramaUnaware = false
    switchCorners = none +top-left +bottom-left 
    switchCornerSize = 0
Mai:
    halfDuplexCapsLock = false
    halfDuplexNumLock = false
    halfDuplexScrollLock = false
    xtestIsXineramaUnaware = false
    switchCorners = none +top-right +bottom-right 
    switchCornerSize = 0
end

section: aliases
end

section: links
    Sakura: 
    right = Mai
    Mai: 
    left = Sakura
end

section: options 
    heartbeat = 5000 
    relativeMouseMoves = false 
    screenSaverSync = false 
    win32KeepForeground = false 
    switchDelay = 250 
    switchCorners = none +top-right +bottom-right 
    switchCornerSize = 0 
end
link

answered 02 May '11, 17:36

willichan's gravatar image

willichan ♦
1.7k111
accept rate: 69%

Wow! Thank you. It worked perfectly. I can use my keyboard and mouse on my tablet.

(03 May '11, 04:54) falconm11
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×265
×125
×94

Asked: 25 Apr '11, 01:39

Seen: 3,293 times

Last updated: 03 May '11, 05:05

powered by OSQA