http://bugs.winehq.org/show_bug.cgi?id=21769
Summary: SlingPlayer does not connect to Slingbox on network Product: Wine Version: 1.1.39 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: currter@gmail.com CC: currter@gmail.com
Created an attachment (id=26318) --> (http://bugs.winehq.org/attachment.cgi?id=26318) Log from running SlingPlayer from under the .wine directory. I will attach screen shots as well
I am just having issues with SlingPlayer, when run via Wine, does not connect for viewing media to the slingbox on the internal network even though I can see the slingbox and its data on the network. The port 5001 is open on the router and firestarter does indicate there is a connection, but it is not successful or it does not last long.
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #1 from Terrance currter@gmail.com 2010-02-19 23:22:56 --- Created an attachment (id=26319) --> (http://bugs.winehq.org/attachment.cgi?id=26319) Proof there is a connection to the slingboxes on the network
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #2 from Terrance currter@gmail.com 2010-02-19 23:24:39 --- Created an attachment (id=26320) --> (http://bugs.winehq.org/attachment.cgi?id=26320) Proof: can see internal data within slingbox on network including open port, ip address, gateway
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #3 from Terrance currter@gmail.com 2010-02-19 23:25:50 --- Created an attachment (id=26321) --> (http://bugs.winehq.org/attachment.cgi?id=26321) Error message, problem communicating with slingbox after connection attempt
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #4 from Terrance currter@gmail.com 2010-02-19 23:26:59 --- Created an attachment (id=26322) --> (http://bugs.winehq.org/attachment.cgi?id=26322) Firestarter: Proof there is connection to slingbox IP address and open port
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #5 from Terrance currter@gmail.com 2010-02-19 23:39:29 --- Created an attachment (id=26323) --> (http://bugs.winehq.org/attachment.cgi?id=26323) Firefox run in Wine with SlingPlayer plugin: Can see slingbox on network
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #6 from Terrance currter@gmail.com 2010-02-19 23:41:11 --- Created an attachment (id=26324) --> (http://bugs.winehq.org/attachment.cgi?id=26324) Firefox via wine and SlingPlayer plugin: Error connecting to slingbox, check router settings--- Firestarter indicates connection between computer and slingbox and open port
http://bugs.winehq.org/show_bug.cgi?id=21769
Terrance currter@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26318|0 |1 is obsolete| |
--- Comment #7 from Terrance currter@gmail.com 2010-02-19 23:44:35 --- Created an attachment (id=26325) --> (http://bugs.winehq.org/attachment.cgi?id=26325) Sorry: This is the log from running SlingPlayer under the .wine directory
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #8 from Hans Leidekker hans@meelstraat.net 2010-02-20 03:30:48 --- Created an attachment (id=26326) --> (http://bugs.winehq.org/attachment.cgi?id=26326) iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #9 from Terrance currter@gmail.com 2010-02-20 07:17:02 --- (In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
I just woke up... I guess ... what patch? That looked like a log message to me. Also, there is quartz.dll under .wine directory: ./.wine/drive_c/windows/system32/quartz.dll
-rw-r--r-- 1 currter currter 2496 2010-02-19 20:50 quartz.dll
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #10 from Terrance currter@gmail.com 2010-02-20 07:21:07 --- (In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
and there is the iphlpapi.dll
-rw-r--r-- 1 currter currter 2480 2010-02-19 20:50 iphlpapi.dll
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #11 from Terrance currter@gmail.com 2010-02-20 07:31:06 --- (In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
Oh, I see. It is a patch in the .c file a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
So I have to download the source and make the change and rebuild.... Oh brother We will see. :)
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #12 from Terrance currter@gmail.com 2010-02-20 07:57:11 --- I have attempted to make the change to that .c file changing the ERROR return to NO ERROR. We will see if I can get further here. Anyway, what was this about native quartz? Where do I get this and can that help me from changing this .c file and recompiling and reloading the package: updated compile of wine 1.1.39
I just woke up... I guess ... what patch? That looked like a log message to me. Also, there is quartz.dll under .wine directory: ./.wine/drive_c/windows/system32/quartz.dll
-rw-r--r-- 1 currter currter 2496 2010-02-19 20:50 quartz.dll (In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
and there is the iphlpapi.dll
-rw-r--r-- 1 currter currter 2480 2010-02-19 20:50 iphlpapi.dll (In reply to comment #10)
(In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details] [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
and there is the iphlpapi.dll
-rw-r--r-- 1 currter currter 2480 2010-02-19 20:50 iphlpapi.dll
(In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
(In reply to comment #8)
Created an attachment (id=26326)
--> (http://bugs.winehq.org/attachment.cgi?id=26326) [details]
iphlpapi: Return success from SendARP stub.
Try this patch. You should also try native quartz.dll and see if that makes a difference.
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #13 from Ken Sharp kennybobs@o2.co.uk 2010-02-20 09:26:57 --- Try to make sure your comments at make sense.
What version of SlingPlayer?
This whole bug needs a tidy up, I will do it later and confirm this bug one way or another.
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #14 from Terrance currter@gmail.com 2010-02-20 09:54:24 --- (In reply to comment #13)
Try to make sure your comments at make sense.
What version of SlingPlayer?
This whole bug needs a tidy up, I will do it later and confirm this bug one way or another.
Of course it is latest version of SlingPlayer 2.0.4 , what else?
anyway, I recompiled wine and now I get another error with SlingPlayer: Application requires MSXML3 or later MSXML and get it from Microsoft. I am taking a break. This is frustrating.
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #15 from Terrance currter@gmail.com 2010-02-20 09:57:56 --- Maybe you were not paying attention to the earlier bug that was fixed in Wine 1.1.39 Bug 21567 - Slingbox 2.0.4 crashes (edit)
This should have been a continuation of that.
(In reply to comment #13)
Try to make sure your comments at make sense.
What version of SlingPlayer?
This whole bug needs a tidy up, I will do it later and confirm this bug one way or another.
Of course it is latest version of SlingPlayer 2.0.4 , what else?
anyway, I recompiled wine and now I get another error with SlingPlayer: Application requires MSXML3 or later MSXML and get it from Microsoft. I am taking a break. This is frustrating.(In reply to comment #13)
Try to make sure your comments at make sense.
What version of SlingPlayer?
This whole bug needs a tidy up, I will do it later and confirm this bug one way or another.
http://bugs.winehq.org/show_bug.cgi?id=21769
--- Comment #16 from Terrance currter@gmail.com 2010-02-20 22:32:05 --- I do not care about this case any longer. I got SageTV to run on both Windows and Ubuntu Linux with no problem. I am going to switch to SageTV and just use my desktop PC as a TV server and my notebook running Linux as a client. I can even record with this software and most importantly, it ran the first time I installed. I did not have to go through hoops, installing , reinstalling packages, modified source code, etc..
I am done with wine and Slingbox for Linux.
Thank you for your efforts. Let me know if you get this crap fixed.
Good luck.
Terrance
http://bugs.winehq.org/show_bug.cgi?id=21769
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #17 from Ken Sharp kennybobs@o2.co.uk 2010-02-22 11:17:59 --- I'm closing this bug. It's nothing but waffle and no bug exists. If one is found I will open one that makes sense.
I also do not appreciate stupid remarks sent to my private email.
http://bugs.winehq.org/show_bug.cgi?id=21769
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Ken Sharp kennybobs@o2.co.uk 2010-02-22 11:18:18 --- Closing.