StreamTorrent problem
StreamTorrent problem
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.
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.
Re: StreamTorrent problem
Post terminal output http://wiki.winehq.org/FAQ#get_logFedFed wrote:When I open ST it shows that this is not able to connect to the network.
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

It's a long known bug. http://bugs.winehq.org/show_bug.cgi?id=9787 You can try some patches listed there.FedFed wrote:fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {b5367df1-cbac-11cf-95ca-00805f48a192}: stub
I think the problem is here Because when I'm trying to load one of the channels he repeats this mistake.
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:I think the problem is hereCode: Select all
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
Comment #411: http://bugs.winehq.org/show_bug.cgi?id=9787#c411 has a link to set of patches.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?
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 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
I installed native comctl32.dll and comctl32.ocx through winetricks. It got rid ofvitamin wrote: Also please try native comctl32, who knows app might be complaining about wrong stuff.
Code: Select all
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
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?
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?