mshta.exe is a stub?

Questions about Wine on Linux
Locked
IgorV
Newbie
Newbie
Posts: 4
Joined: Wed Jul 04, 2012 3:26 pm

mshta.exe is a stub?

Post by IgorV »

Hello all :).

I am decided to migrate from Windows to Ubuntu. That's why I am installed it on VirtualBox (to try it first). All is fine, all needed progs (except .hta files) for my work can be launched on wine without problems.

But on trying to open ".hta" applications (Microsoft HTML Application), I am received - "mshta.exe is a stub!" line :?:

I have Wine 1.5.7 installed on my Ubuntu 12.04. I am already tried to install IE7 and WindowsScripts 5.6 via Winetricks (mshta is part of IE), but result message still the same...

I also tried to test mshta without hta files - for executing some simple javascript code (JRE for Windows also installed on Wine), for example:

Code: Select all

wine start mshta "javascript:alert('hi');"
And received some weird result instead of "hi" message:

Code: Select all

igor@igor-VirtualBox:~/.wine/drive_c/windows$ wine start mshta "javascript:alert('hi');"
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x73e97c,0x73e980): stub
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e694,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x111390, filter=0x93e5d8,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:exec:SHELL_execute flags ignored: 0x00000100
Maybe someone know how to make it work?

Thanks in advance :D
Locked