Philips Mediaconnect can't install on elementary OS

Questions about Wine on Linux
Locked
Larckov
Newbie
Newbie
Posts: 2
Joined: Sat Oct 03, 2015 10:13 pm

Philips Mediaconnect can't install on elementary OS

Post by Larckov »

Hi everyone,

I am new on wine, it is my first time trying to use it and I did start not so well. I have used Linux for a time now, with several distros (Debian, Mandriva, Arch, Elementary, Ubuntu) but right now I am using Elementary OS Freya, which I like for the good looking part. I have a Philips smart tv (not so smart actually) and they (Phillips) say I can share my desktop with the TV but only on Windows. I have the app for Windows but no Windows in my machine (and I don't want it).

The problem is that, when I try to install the .exe with wine, start well but then the installer calls for InstallShield and the window freezes and never pass to anything else. If I try to click the windows a bell sounds and also the pointer shows a spinning wheel or something.

When I do the same with the terminal, the behavior is also the same, and the terminal shows this:

Code: Select all

user@computer:~/Downloads$ wine wi-fi_mediaconnect_setup_v1.06.43.exe 
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fce0 4 stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f093c,0x33e8c0): stub
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f0966,0x33e7a4): stub
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f096a,0x33e7c4): stub
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f098e,0x33e8c0): stub
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f093c,0x33e8c0): stub
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f0966,0x33e7a4): stub
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f096a,0x33e7c4): stub
fixme:ole:NdrClearOutParameters (0x33e590,0x7e2f098e,0x33e8c0): stub
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x33e380,0x7e2f093c,0x33e6bc): stub
fixme:ole:NdrClearOutParameters (0x33e380,0x7e2f0966,0x33e5a0): stub
fixme:ole:NdrClearOutParameters (0x33e380,0x7e2f096a,0x33e5c0): stub
fixme:ole:NdrClearOutParameters (0x33e380,0x7e2f098e,0x33e6bc): stub
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33f39c L"C:\\users\\user\\Temp\\{6395DCAE-CA2D-45EF-BC99-365732DE9868}\\Disk1\\data1.hdr"
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f093c,0x33e990): stub
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f0966,0x33e874): stub
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f096a,0x33e894): stub
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f098e,0x33e990): stub
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f093c,0x33e990): stub
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f0966,0x33e874): stub
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f096a,0x33e894): stub
fixme:ole:NdrClearOutParameters (0x33e660,0x7e2f098e,0x33e990): stub
wine: Unhandled page fault on write access to 0x00000007 at address 0x7f02f6cec70c (thread 002b), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x100a8 "heap.c: main process heap section" wait timed out in thread 0040, blocked by 002b, retrying (60 sec)
If I stop the process with ctrl +c shows:

Code: Select all

^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:ole:CoRevokeClassObject COM was not initialized
err:ole:CoRevokeClassObject COM was not initialized
err:ole:CoRevokeClassObject COM was not initialized
err:ole:CoRevokeClassObject COM was not initialized
err:ole:CoRevokeClassObject COM was not initialized
err:ole:CoRevokeClassObject COM was not initialized
Any Ideas how can I install this program?
Thank you very much in advance.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Philips Mediaconnect can't install on elementary OS

Post by dimesio »

You didn't mention what Wine version you're using. If it's not the latest development release, try upgrading.
Larckov
Newbie
Newbie
Posts: 2
Joined: Sat Oct 03, 2015 10:13 pm

Re: Philips Mediaconnect can't install on elementary OS

Post by Larckov »

dimesio wrote:You didn't mention what Wine version you're using. If it's not the latest development release, try upgrading.
Sorry, I forgot. I am using wine-1.7.50.
Locked