Vermoegensbilanz with Wine: Internet Access partly working

Questions about Wine on Linux
Locked
wine_r
Newbie
Newbie
Posts: 4
Joined: Sun Nov 09, 2014 10:43 am

Vermoegensbilanz with Wine: Internet Access partly working

Post by wine_r »

Hello, I have installed Vermoegensbilanz (to check the shares) as a 32bit application on my 64bit system.
You can get it here as a test application: http://wokal.de/download-demo-personal-edition.html
According http://www.pc-freak.net/blog/install-ne ... gnu-linux/ .net has to be installed.
I changed to cd /~/.wine32/drive_c/Program Files/wokal/Vermoegensbilanz .
Installed with winetricks the missing ole... and jet4...: WINEPREFIX=~/.wine32 winetricks
Then startet WINEPREFIX=~/.wine32 wine Vermoegensbilanz.exe
When you have installed a share you can test the price request for the single share. That works fine for me.
But if I try to update the complete list of share the program told me that I have no internet access. The same when I go to settings (Einstellungen) and try the internet request.
How can I solve this?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Vermoegensbilanz with Wine: Internet Access partly worki

Post by dimesio »

Wine version? If it's not the latest development release, upgrade. If the problem persists, post terminal output.
wine_r
Newbie
Newbie
Posts: 4
Joined: Sun Nov 09, 2014 10:43 am

Re: Vermoegensbilanz with Wine: Internet Access partly worki

Post by wine_r »

These are the last rows in the terminal:

Code: Select all

~/.wine32/drive_c/Program Files/wokal/Vermoegensbilanz $ wine --version
wine-1.7.30

Code: Select all

fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x32e578 stub
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Vermoegensbilanz with Wine: Internet Access partly worki

Post by dimesio »

wine_r wrote:

Code: Select all

err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
http://wiki.winehq.org/FAQ#head-acdec64 ... 02576e6a63
wine_r
Newbie
Newbie
Posts: 4
Joined: Sun Nov 09, 2014 10:43 am

Re: Vermoegensbilanz with Wine: Internet Access partly worki

Post by wine_r »

Thanks.
Super. It works.
Locked