"handle_appbarmessage" error

Questions about Wine on Linux
Locked
JCBrisset
Newbie
Newbie
Posts: 2
Joined: Tue Jun 04, 2013 1:29 pm

"handle_appbarmessage" error

Post by JCBrisset »

Hi everybody,
first, thanks for your support ;)
Here my pb: I have an app running on windows environment on a USB keys (with all Dll's) and I want to use it on wine.
I have already a working wine (1.4.1) in my ubuntu 12.10
When I run the application, i have a window popup and gone in a second with the following errors displayed:

fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=2): stub
fixme:console:AttachConsole stub ffffffff
fixme:console:AttachConsole stub ffffffff
Invalid folder pathfixme:msvcr90:__clean_type_info_names_internal (0x35d05c) stub
fixme:msvcr90:__clean_type_info_names_internal (0x10134b4c) stub
fixme:msvcr90:__clean_type_info_names_internal (0x788411b0) stub

any guess to fix that?
JC
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: "handle_appbarmessage" error

Post by dimesio »

Start by upgrading to the latest development release; 1.4 is old.
JCBrisset
Newbie
Newbie
Posts: 2
Joined: Tue Jun 04, 2013 1:29 pm

Re: "handle_appbarmessage" error

Post by JCBrisset »

ok I ve update the wine version and try to reinstall the software (not the stand alone version) through wine:
any help?
JC

R@JC-Precision-T5600:~/Desktop/.wine/drive_c/windows/system32$ wine --version
wine-1.5.31

R@JC-Precision-T5600:~/Desktop/.wine/drive_c/windows/system32$ ls .exe
ls: cannot access .exe: No such file or directory

R@JC-Precision-T5600:~/Desktop/.wine/drive_c/windows/system32$ ls *pin.exe
Spin.exe

R@JC-Precision-T5600:~/Desktop/.wine/drive_c/windows/system32$ wine spin.exe
fixme:process:SetProcessDEPPolicy (1): stub
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:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilter c045 00000001
fixme:msg:ChangeWindowMessageFilter c045 00000001
fixme:msg:ChangeWindowMessageFilter c045 00000001
fixme:shell:SHAutoComplete stub
fixme:ieframe:taskbar_list_SetProgressValue iface 0x1e52e8, hwnd 0x10098, ullCompleted 0, ullTotal 385 stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files (x86)\\Spin\\unins000.exe") stub
fixme:ieframe:taskbar_list_SetProgressState iface 0x1e52e8, hwnd 0x10098, flags 0 stub!
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA ("h:\\bb9d81dba0467d0061d6e7e6\\", 00000000): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
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:advapi:LsaOpenPolicy ((null),0x33f2e4,0x00000001,0x33f2fc) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=2): stub
research@research-Precision-T5600:~/Desktop/.wine/drive_c/windows/system32$ fixme:console:AttachConsole stub ffffffff
fixme:console:AttachConsole stub ffffffff
Invalid folder pathfixme:msvcrt:__clean_type_info_names_internal (0x36d05c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x10134b4c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x788411b0) stub
Locked