I am trying to set up an IPTV client on Ubuntu 14.04 LTS (x64).
My IPS provides a diaglostic utility which is VerimatrixWindowsDiagnostics.exe to check the possibility of watching TV channels on PC.
I installed PlayOnLinux 4.2.2
Then I created a new virtual drive. That drive has settings listed below:
- wine version 1.7.16 (x86);
- wine Windows version XP (default);
- debug flags +all.
After that I installed msvcr80 on that virtual drive (because Dependency Walker said me that MSVCP80.DLL is missed for VerimatrixWindowsDiagnostics.exe).
Every time I start debugging VerimatrixWindowsDiagnostics.exe from the PlayOnLinux menu I get this error:
Gathering system information...
...
6460.811
0026: create_event( access=001f0003, attributes=00000002, manual_reset=1, initial_state=0, objattr={rootdir=0000,sd={},name=L""} )
0026: create_event() = 0 { handle=0064 }
wine: Unhandled page fault on read access to 0xa3621df0 at address 0x404f81 (thread 0026), starting debugger...
6460.811
Not sure I faced this bag (https://bugs.winehq.org/show_bug.cgi?id=20466) but anyway how to manage this? VerimatrixWindowsDiagnostics.exe is not in the AppDB. Dependency Walker shows a lot of missing export functions in implicitly dependent modules such as KERNEL32.DLL, VERSION.DLL, ADVAPI32.DLL an so on. I have no idea what else to install on the virtual drive.
Help me please.
Thank you in advance (and excuse my english please)