Install and run Sippoint errors

Questions about Wine on Linux
Locked
lwa1__X
Level 1
Level 1
Posts: 8
Joined: Fri Jul 25, 2014 10:07 am

Install and run Sippoint errors

Post by lwa1__X »

Trying to run Sippoint application gives me errors.
Visually, the GUI looks white. If I move the window of the application, it shows the GUI but ones I release the mouse button (stop moving it) - it is all white again. (attachment: img.png)

Code: Select all

wine "C:\\program Files\\Sippoint\\Sippoint.exe"
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
fixme:systray:wine_notify_icon unhandled tray message: 4
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:win:WINNLSEnableIME hwnd 0xbf00c0 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0xbf00c0 enable -1: stub!
how can I make it work?
Attachments
img.png
lwa1__X
Level 1
Level 1
Posts: 8
Joined: Fri Jul 25, 2014 10:07 am

Re: Install and run Sippoint errors

Post by lwa1__X »

Now I have changed something in Wine and when I run Sippoint the console says

Code: Select all

fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
How to fix that?
lwa1__X
Level 1
Level 1
Posts: 8
Joined: Fri Jul 25, 2014 10:07 am

Re: Install and run Sippoint errors

Post by lwa1__X »

I have installed (vanilla) Wine 1.7.26.
Still the same problem + the tooltip of the tray icon of the app shows squares instead of words...

Here is what I get in console when I did a clean install of Sippoint:

Code: Select all

$ wine /home/user/downloads/SippointSetup.exe
fixme:process:SetProcessDEPPolicy (1): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilterEx 0x1008c c057 1 (nil)
fixme:msg:ChangeWindowMessageFilterEx 0x2008c c057 1 (nil)
fixme:win:WINNLSEnableIME hwnd 0x1009a enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1009a enable -1: stub!
fixme:msg:ChangeWindowMessageFilterEx 0x3008e c057 1 (nil)
fixme:msg:ChangeWindowMessageFilterEx 0x4008e c057 1 (nil)
fixme:msg:ChangeWindowMessageFilterEx 0x2009a c057 1 (nil)
fixme:msg:ChangeWindowMessageFilterEx 0x3009a c057 1 (nil)
fixme:shell:SHAutoComplete stub
fixme:win:WINNLSEnableIME hwnd 0x100aa enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100a8 enable 0: stub!
fixme:explorerframe:taskbar_list_SetProgressValue iface 0x1ced00, hwnd 0x10082, ullCompleted 0, ullTotal 486 stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Sippoint\\unins000.exe") stub
fixme:explorerframe:taskbar_list_SetProgressState iface 0x1ced00, hwnd 0x10082, flags 0 stub!
fixme:win:WINNLSEnableIME hwnd 0x100a8 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100aa enable -1: stub!
[user@comp-x ~]$ fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d890, (nil) 0x33d8b8
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d890, (nil) 0x33d8b8
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:dwmapi:DwmIsCompositionEnabled 0x33fafc
fixme:systray:wine_notify_icon unhandled tray message: 4
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
fixme:win:WINNLSEnableIME hwnd 0x10282 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x10282 enable -1: stub!
[user@comp-x ~]$ fixme:win:WINNLSEnableIME hwnd 0x10282 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x10282 enable 0: stub!
Do I have to install a framework, library or something else to fix all of that?
Locked