Has anyone got running a functioning onlineTV in Wine?

Questions about Wine on Linux
Locked
WineUserHelp
Newbie
Newbie
Posts: 1
Joined: Thu Dec 26, 2024 7:49 am

Has anyone got running a functioning onlineTV in Wine?

Post by WineUserHelp »

Dear forum members,

I would like to get working onlineTV 18 (onlineTV 19) with Wine.

The installation of the software is running through. Afterwards I can't start onlineTV.exe directy, but I if I use a workaround with explorer.exe, it opens the the GUI. (This is fine for me)
But when I try to open a channel, I always end up with a white screen (without showing the TV).
My assumption is, that I have a problem with rendering the html, since I get the following error:

0168:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0168:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0168:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0168:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0

0168:err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005

I thought about that wine gecko is the problem, but 2.27.4 32-bit is installed and should be appropriate for my wine.

How I can I solve this?

Operating System: Lubuntu 24.10
Wine: wine-9.0 (Ubuntu 9.0~repack-4build3)
Architecture: Win32 (I thought, that Win-32 applications have better support with Win32 environment, with Win64 I have the same behaviour)

If you have any further questions, don't hesitate do ask.

Thanks and merry Christmas
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Has anyone got running a functioning onlineTV in Wine?

Post by desessarts »

I tried

Code: Select all

export WINEARCH=win32
export WINEPREFIX=~/.wine_tv/
wineboot -u
WINEDEBUG=fixme-all+loaddll wine Téléchargements/otv19setup.exe >> /tmp/output.txt 2>&1 
it installs fine, but I see various messages

Code: Select all

grep err: /tmp/output.txt 
0130:err:menubuilder:InvokeShellLinker failed to extract icon from L"C:\\Program Files\\concept design\\onlineTV 19\\onlineTVAndroid.url"
0138:err:menubuilder:InvokeShellLinker failed to extract icon from L"C:\\Program Files\\concept design\\onlineTV 19\\onlineTVRes.url"
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0150:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0160:err:winediag:addrinfo_err_from_unix getaddrinfo() returned EBUSY. You may be missing a libnss plugin
0160:err:winediag:addrinfo_err_from_unix getaddrinfo() returned EBUSY. You may be missing a libnss plugin

and

Code: Select all

grep Unloaded /tmp/output.txt 
01a0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winealsa.drv" : builtin
0120:trace:loaddll:free_modref Unloaded module L"C:\\users\\gg\\AppData\\Local\\Temp\\is-D5PLS.tmp\\_isetup\\_isdecmp.dll" : native
0120:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\shfolder.dll" : builtin
0120:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\Rstrtmgr.dll" : builtin
0120:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\Msctf.dll" : builtin
0120:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\wtsapi32.dll" : builtin
0150:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msrle32.dll" : builtin
0150:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msvidc32.dll" : builtin
0150:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\iccvid.dll" : builtin
0150:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\ir50_32.dll" : builtin
02d0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\cryptnet.dll" : builtin
02d0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\cryptnet.dll" : builtin
02d0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\cryptnet.dll" : builtin
02d0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\cryptnet.dll" : builtin
02d0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\cryptnet.dll" : builtin
02d0:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\cryptnet.dll" : builtin
0288:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\security.dll" : builtin
Watching a live TV under Linux is no problem, as Captvty does it, for example Arte france, see the installation procedure at


http://neo-net.fr/forum/viewtopic.php?f=31&t=244667
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Has anyone got running a functioning onlineTV in Wine?

Post by desessarts »

I think the real problem is

Code: Select all

err:winediag:addrinfo_err_from_unix getaddrinfo() returned EBUSY. You may be missing a libnss plugin
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Has anyone got running a functioning onlineTV in Wine?

Post by desessarts »

even on Windows it does not work for me, I get an error, meaning VPN or Firewall problem or anti malware problem

Errorcode #C_666
Locked