#1184 closed defect (fixed)
0.17 Windows Shadow Server Broken
Reported by: | J. Max Mena | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | critical | Milestone: | 0.17 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
As the title suggest, I am unable to create Windows Shadow Servers. I get the following traceback:
C:\Program Files (x86)\Xpra>Xpra_cmd.exe shadow :0 --bind-tcp=0.0.0.0:2200 2016-04-21 10:36:06,043 created named pipe: \\.\pipe\Xpra\Main xpra main error: Traceback (most recent call last): File "xpra\scripts\main.pyc", line 126, in main File "xpra\scripts\main.pyc", line 1003, in run_mode File "xpra\scripts\server.pyc", line 1232, in run_server File "xpra\scripts\server.pyc", line 267, in mdns_publish File "xpra\net\pybonjour_publisher.pyc", line 14, in <module> File "xpra\net\pybonjour.pyc", line 86, in <module> File "ctypes\__init__.pyc", line 435, in __getattr__ File "ctypes\__init__.pyc", line 365, in __init__ WindowsError: [Error 126] The specified module could not be found 2016-04-21 10:36:06,918 closing tcp socket 0.0.0.0:2200
The client still works, however.
I meant to post this on Tuesday, but apparently I didn't hit submit.
Change History (5)
comment:1 Changed 5 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|
comment:2 Changed 5 years ago by
Should this happen again, you can bypass this issue by turning off mdns with --mdns=no
.
comment:3 Changed 5 years ago by
(No build posted of that revision, but the --mdns=no
workaround is fine for #1099)
waiting on Smo to see if he can get a build, otherwise I can wait until I get one of yours.
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Got the newer r12491 build, and shadow servers start fine.
Closing.
comment:5 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1184
Note: See
TracTickets for help on using
tickets.
Got it, my boxes all have apple's bonjour installed for testing - so I never hit this. r12457 should convert this error into a warning.