https://bugs.winehq.org/show_bug.cgi?id=41388
Bug ID: 41388 Summary: Sling TV: Windows 7 app displays a black window and crashes on startup Product: Wine Version: 1.9.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dannydubyav2.0@gmail.com Distribution: ---
Created attachment 55741 --> https://bugs.winehq.org/attachment.cgi?id=55741 Sling TV terminal output
I installed the Windows-7-and-up version of Sling TV's channel-watching app. (there's also the Win10-only app, but I'm not sure if that's even a win32api program)
Upon running it, it just brings up a black window and crashes. Doesn't even get as far as prompting me to login or showing the list of channels.
Download Link: http://webapp.movetv.com/player/win/slingtv.msi Install Location: ~/.wine/drive_c/users/Public/Application Data/Sling
Distro: Gentoo Kernel: 4.7.4
https://bugs.winehq.org/show_bug.cgi?id=41388
Dan Williams dannydubyav2.0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Distribution|--- |Gentoo
https://bugs.winehq.org/show_bug.cgi?id=41388
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@gmail.com --- (In reply to Dan Williams from comment #0)
Created attachment 55741 [details] Sling TV terminal output
I installed the Windows-7-and-up version of Sling TV's channel-watching app. (there's also the Win10-only app, but I'm not sure if that's even a win32api program)
Upon running it, it just brings up a black window and crashes. Doesn't even get as far as prompting me to login or showing the list of channels.
Download Link: http://webapp.movetv.com/player/win/slingtv.msi Install Location: ~/.wine/drive_c/users/Public/Application Data/Sling
Distro: Gentoo Kernel: 4.7.4
I noticed you have Wine set to Windows XP. Can you try setting Wine to Windows 7 and see if the program behaves differently?
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #2 from Dan Williams dannydubyav2.0@gmail.com --- Oh, sorry, I didn't even realize... so, I just switched my default Windows version to 7 and the behavior of Sling.exe is the same. Output is the same as before.
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #3 from fjfrackiewicz@gmail.com --- (In reply to Dan Williams from comment #2)
Oh, sorry, I didn't even realize... so, I just switched my default Windows version to 7 and the behavior of Sling.exe is the same. Output is the same as before.
Hmmmm. One thing for sure is that the program is crashing because of something going on with the msvcrt or msvcrt120 component since it's the first mentioned in the backtrace:
Backtrace: =>0 0x7c09a1c6 MSVCRT_wcslen+0x6() in msvcr120 (0x0033dc28)
Maybe a WINEDEBUG=+msvcrt log would help in this case? Not sure so perhaps someone who works on Wine will see this...
Perhaps the black screen is connected to the application crashing at msvcrt before it can possibly get to the point where it loads the graphic assets that would allow you to see the login or list of channels.
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #4 from Dan Williams dannydubyav2.0@gmail.com --- Created attachment 55742 --> https://bugs.winehq.org/attachment.cgi?id=55742 Sling.exe winedebug +msvcrt log
https://bugs.winehq.org/show_bug.cgi?id=41388
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com URL| |http://webapp.movetv.com/pl | |ayer/win/slingtv.msi
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to fjfrackiewicz from comment #3)
(In reply to Dan Williams from comment #2)
Oh, sorry, I didn't even realize... so, I just switched my default Windows version to 7 and the behavior of Sling.exe is the same. Output is the same as before.
Hmmmm. One thing for sure is that the program is crashing because of something going on with the msvcrt or msvcrt120 component since it's the first mentioned in the backtrace:
Backtrace: =>0 0x7c09a1c6 MSVCRT_wcslen+0x6() in msvcr120 (0x0033dc28)
Does 'winetricks vcrun2013' help?
Maybe a WINEDEBUG=+msvcrt log would help in this case? Not sure so perhaps someone who works on Wine will see this...
Just about every developer is subscribed to wine-bugs, fyi ;)
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #6 from Dan Williams dannydubyav2.0@gmail.com --- Created attachment 55753 --> https://bugs.winehq.org/attachment.cgi?id=55753 Sling TV terminal output (without vcrun2013)
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #7 from Dan Williams dannydubyav2.0@gmail.com --- I already had that runtime installed. I uninstalled it and reran Sling to see if it'd crash any differently. No difference that I'm capable of seeing.
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #8 from Austin English austinenglish@gmail.com --- ELF 7c31d000-7c3fe000 Dwarf msvcr120<elf> -PE 7c340000-7c3fe000 \ msvcr120
shows that you're using builtin msvcr120, not native.
https://bugs.winehq.org/show_bug.cgi?id=41388
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #9 from winetest@luukku.com --- Still same crash location as before.
wine 1.9.24.
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #10 from winetest@luukku.com --- (In reply to winetest from comment #9)
Still same crash location as before.
wine 1.9.24.
Tested only staging this time 2.0 and same crash location and the window content is pretty much all black.
https://bugs.winehq.org/show_bug.cgi?id=41388
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever confirmed|0 |1
--- Comment #11 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Using native msvcr120 doesnt help anything.
it might be a bug related to network issues. just before things go wrong theres a call to GetAdpetersAddresses from iphlpapi; maybe it returns wrong data/sizes/just a wild guess
https://bugs.winehq.org/show_bug.cgi?id=41388
--- Comment #12 from winetest@luukku.com --- Still valid wine 2.6 and staing 2.5.
I tried winetricks -q allfonts since backtrace had libcef word mentioned.
https://bugs.winehq.org/show_bug.cgi?id=41388
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|http://webapp.movetv.com/pl | |ayer/win/slingtv.msi |
--- Comment #13 from Zeb Figura z.figura12@gmail.com --- Download link is dead.