StreamTorrent problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
FedFed
Level 1
Level 1
Posts: 5
Joined: Wed Feb 24, 2010 5:54 pm

StreamTorrent problem

Post by FedFed »

I use Wine 1.1.38 and Kubuntu 9.10.
I have a problem with one specific app named StreamTorrent. This app used for streaming P2P media coverage (this is NOT BitTorrent-client).
When I open ST it shows that this is not able to connect to the network. What it seems to be? I use working version of that app.
I opened ports it use. I also searched through the Internet and see some message with the same problem, but no correct answer there.
Please help. Every answer is appreciated.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: StreamTorrent problem

Post by vitamin »

FedFed wrote:When I open ST it shows that this is not able to connect to the network.
Post terminal output http://wiki.winehq.org/FAQ#get_log
FedFed
Level 1
Level 1
Posts: 5
Joined: Wed Feb 24, 2010 5:54 pm

Post by FedFed »

Code: Select all

fixme:shell:PathUnExpandEnvStringsW (L"C:\\Program Files\\StreamTorrent 1.0\\StreamTorrent.exe",L"\f8502mTor\9ff4\7bc9\9ff4\7bc9\035c",0x00000104)                                
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses                        
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses                        
fixme:bitmap:CreateBitmapIndirect planes = 0                                             
fixme:bitmap:CreateBitmapIndirect planes = 0                                             
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!                         
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!                         
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!                         
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!                         
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!                         
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0                                                               
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0                                                               
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0                                                               
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0                                                               
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0                                                               
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub                                                                            
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
Thank you :)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

FedFed wrote:fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
It's a long known bug. http://bugs.winehq.org/show_bug.cgi?id=9787 You can try some patches listed there.
FedFed
Level 1
Level 1
Posts: 5
Joined: Wed Feb 24, 2010 5:54 pm

Post by FedFed »

THX U!
FedFed
Level 1
Level 1
Posts: 5
Joined: Wed Feb 24, 2010 5:54 pm

Post by FedFed »

The problem is that everything posted there is for games... and i just dunno what to do :roll: sorry, i'm stupid. Can you post a manual or give me a link, please?
FedFed
Level 1
Level 1
Posts: 5
Joined: Wed Feb 24, 2010 5:54 pm

Post by FedFed »

I think the problem is here

Code: Select all

err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 
Because when I'm trying to load one of the channels he repeats this mistake.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

FedFed wrote:I think the problem is here

Code: Select all

err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 
Toolbar has nothing to do with network connection. You can install native comctl32 to get rid of this problem.
FedFed wrote:The problem is that everything posted there is for games... and i just dunno what to do Rolling Eyes sorry, i'm stupid. Can you post a manual or give me a link, please?
Comment #411: http://bugs.winehq.org/show_bug.cgi?id=9787#c411 has a link to set of patches.
How to use those patches: http://wiki.winehq.org/Patching
Hawkeye34
Newbie
Newbie
Posts: 3
Joined: Sat Mar 13, 2010 9:14 pm

Post by Hawkeye34 »

vitamin wrote: Comment #411: http://bugs.winehq.org/show_bug.cgi?id=9787#c411 has a link to set of patches.
How to use those patches: http://wiki.winehq.org/Patching
Thank you vitamin for being so helpful. I, unfortunately, have the same problem and applying the patches you mention does not appear to have fixed the problem. Here (in a pastebin) is the output of my terminal. I think the error messages have changed a bit from fedfed's...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Hawkeye34 wrote:I, unfortunately, have the same problem and applying the patches you mention does not appear to have fixed the problem.
Those are experimental patches and might not work properly. Also please try native comctl32, who knows app might be complaining about wrong stuff.
Hawkeye34
Newbie
Newbie
Posts: 3
Joined: Sat Mar 13, 2010 9:14 pm

Post by Hawkeye34 »

vitamin wrote: Also please try native comctl32, who knows app might be complaining about wrong stuff.
I installed native comctl32.dll and comctl32.ocx through winetricks. It got rid of

Code: Select all

err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
as you said it would but appears not to have touched the network problem. Do you think there is anything else that can be done or is it just flogging a dead horse now?
Hawkeye34
Newbie
Newbie
Posts: 3
Joined: Sat Mar 13, 2010 9:14 pm

Post by Hawkeye34 »

I think I'm making progress...

I realized it had not occurred to me to replace the rest of the dll's that were giving errors. So I reapplied the patches, recompiled and replaced winsock.dll with a native dll. Winsock fixme's gone.

Same with iphlpapi.dll. iphlpapi fixme's gone. Finally I replaced comctl32.dll. err:toolbar's gone. So this left me with no terminal output at all when running StreamTorrent -- but it still wasn't connected to the internet. So I take a WINEDEBUG=+winsock log. Here it is: http://pastebin.com/5R6aBehs. It looks very similar to this: http://wiki.jswindle.com/index.php/Read ... ion_Denied which (I think) says the problem would be fixed by running wine as root (which I know I should never do).

Is it worth trying?
Locked