K9 web protection installation fails with wine under ubuntu

Questions about Wine on Linux
Locked
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

K9 web protection installation fails with wine under ubuntu

Post by Nx-01 »

Hi all,

I tried to install k9web protection with wine under ubuntu 11.10 desktop i386 edition but the installation fails at the end.

Any advice?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: K9 web protection installation fails with wine under ubu

Post by dimesio »

Nx-01 wrote: I tried to install k9web protection with wine under ubuntu 11.10 desktop i386 edition but the installation fails at the end.
You mean this app? http://www1.k9webprotection.com/

Do you realize that even if you manage to install it, it won't affect native browsers, or even Windows browsers installed in other wineprefixes, and your kids could easily uninstall it just by deleting the whole wineprefix?

But if you still want to try to install it, we need more information: what version of Wine (if it's not 1.4-rc3, upgrade), and terminal output.
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

Hi,

Now I check the version.

This is the console report

andrea@computer:~/Documenti$ wine k9-webprotection.exe
wine: created the configuration directory '/home/andrea/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:iphlpapi:NotifyAddrChange (Handle 0x23de91c, overlapped 0x23de900): stub
wine: configuration in '/home/andrea/.wine' has been updated.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
andrea@computer:~/Documenti$ wine k9-webprotection.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
andrea@computer:~/Documenti$
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

the wine version is 1.3.28

Yes it is http://www1.k9webprotection.com/

Yes it is a vulnerability ..

I was thinking tha I could make a restricted user account.. like in windows.

Now I look if I find the wine log
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

I have update wine to 1.4 rc2

The same problem

this is the terminal report

andrea@computer:~/Documenti$ wine k9-webprotection.exe
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x4a00001
Serial number of failed request: 39
Current serial number in output stream: 39
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
wine: Unhandled page fault on read access to 0x5d6ae550 at address
0x3abd085a (thread 002c), starting debugger...
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/andrea/.wine' has been updated.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
andrea@computer:~/Documenti$
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Nx-01 wrote:I was thinking tha I could make a restricted user account..
You do that in your OS, not in Wine.
andrea@computer:~/Documenti$ wine k9-webprotection.exe
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Reinstall your graphics driver. Make sure you have the necessary 32 bit parts installed.
Could not load wine-gecko. HTML rendering will be disabled.
Install wine-gecko.
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

I have:

1) uninstalled wine

2) Installed vmware tools

3) reboot

4) installed Recommended Packages with sudo sh ./install-wine-deps.sh

5 ) sudo apt-get build-dep wine1.3

6 ) sudo add-apt-repository ppa:ubuntu-wine/ppa

7) sudo apt-get update

8 ) sudo apt-get install wine1.3

Then I run wine and the k9 installation fails: this is the report

andrea@computer:~/Documenti$ wine k9-webprotection.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
andrea@computer:~/Documenti$
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

I read that if I find "FIXME" messages during the installation, I could try to usenative (non-Wine) DLL files in place of Wine's builtin ones

But, How can I do this?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Don't know why you installed vmware tools; it has nothing to do with Wine.

The one thing you didn't do is delete ~/.wine and start over.
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

I have installed the vmware tools because you told me to reinstall video card driver.

OK I wil try to do as you told me
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

I have:

andrea@computer:~/Documenti$ lspci | grep VGA
00:0f.0 VGA compatible controller: VMware SVGA II Adapter
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Nx-01 wrote:I have:

andrea@computer:~/Documenti$ lspci | grep VGA
00:0f.0 VGA compatible controller: VMware SVGA II Adapter
You're running Ubuntu in a VM? What is the host system?
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

Yes, it is an old amd k8 cpu socket 754 without virtualization accelaration.

Now I'll change the host with a core2duo


Ah, do you know if an application installed with wine becomes portable?

Can I bring the installed application to another computer like a clone?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Nx-01 wrote:Yes, it is an old amd k8 cpu socket 754 without virtualization accelaration.

Now I'll change the host with a core2duo
That doesn't answer my question. What is the host operating system, and why aren't you installing in that?
Ah, do you know if an application installed with wine becomes portable?

Can I bring the installed application to another computer like a clone?
You can copy the wineprefix to another computer, but may have to change some things in the registry.

FYI, I downloaded the app. It tries to install a driver and fails. I suspect it's something that requires access to the Windows kernel, and hence will never work in Wine, because there is no Windows kernel.
Nx-01
Level 2
Level 2
Posts: 10
Joined: Sun Feb 12, 2012 3:40 pm

Post by Nx-01 »

azzzzzzzzzzzzz


thanks anyway for the help
Locked