http://bugs.winehq.org/show_bug.cgi?id=30096
Bug #: 30096
Summary: Setting path doesn't work in Shelltreeview
Product: Wine
Version: 1.4-rc6
Platform: x86
URL: http://netikka.net/dev/shelltreeview.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Delphi has TShelltreeview component.
When trying to set path, for example:
shelltreeview1.path:='C:\Windows';
-> It sets empty path. Root is set to rfMyComputer.
Small sample to reproduce: http://netikka.net/dev/shelltreeview.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37058
Bug ID: 37058
Summary: Webbrowser demo needs OleInPlaceActiveObject
TranslateAccelerator
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Simple browser demo + source
http://netikka.net/dev/lazwb.zip
Run and press F5. It should refresh page, but nothing happens except:
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator
(0x1f8ab8)->(0x15df158)
(I also have other applications needing that, this is easiest to reproduce)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21934
Summary: Windows Installer CleanUp Utility does not run
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Downloading the Windows Installer CleanUp Utility for the msizap functionality,
to clean "windows/installer" as per
http://www.theexperienceblog.com/2009/05/16/how-to-clean-out-windowsinstall…
etc.
Running it gives:
Error creating process <wscript StartMsi.vbs>. Reason: File not found
in a pop-up
There is no terminal output when it is run from there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34804
Bug #: 34804
Summary: Installation of Windows Installer Cleanup utility
fails due to wshom:WshShell3_ExpandEnvironmentStrings
being a stub
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
While investigating .NET installer issues I tried to run the installer of
"Windows Installer Cleanup utility" (MSICUU2.exe) mentioned in this blog:
http://blog.armgasys.com/?p=127
It fails:
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+wshom wine ./msicuu2.exe >>log2.txt 2>&1
...
0026:trace:wshom:WshShell3_QueryInterface
({a6ef9860-c720-11d0-9337-00a0c90dcaa9}, 0x33f990)
0026:fixme:wshom:WshShell3_QueryInterface Unknown iface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9}
0026:trace:wshom:WshShell3_Invoke (1006 {00000000-0000-0000-0000-000000000000}
1033 3 0x33fa24 0x33fa70 0x33f970 0x33f96c)
...
0026:fixme:wshom:WshShell3_ExpandEnvironmentStrings (L"%ProgramFiles%"
0x33f000): stub
...
0026:trace:wshom:WshShell3_Release ()
--- snip ---
'winetricks -q wsh57' works around and the installer GUI is shown.
Source:
http://source.winehq.org/git/wine.git/blob/5db4741d0b074ca0080adf36c3fdb440…
--- snip ---
740 static HRESULT WINAPI WshShell3_ExpandEnvironmentStrings(IWshShell3 *iface,
BSTR Src, BSTR* out_Dst)
741 {
742 FIXME("(%s %p): stub\n", debugstr_w(Src), out_Dst);
743 return E_NOTIMPL;
744 }
--- snip ---
The actual application 'msicuu.exe' later needs 'winetricks -q vb6run'.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30558
Bug #: 30558
Summary: Multiple app installers fail on missing
Session.FeatureRequestState property
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
extracted from bug 5928 to be tracked separately.
Several InstallShield based installers using active script engine can't find
Session.FeatureRequestState property:
--- snip ---
0033:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\vbscript.dll" at 0xf71b0000: builtin
0033:trace:vbscript:DllMain (0xf71b0000 1 (nil))
0033:trace:vbscript:DllGetClassObject (CLSID_VBScript
{00000001-0000-0000-c000-000000000046} 0x86e87c)
0033:trace:vbscript:ClassFactory_QueryInterface
(0xf71dd8ac)->(IID_IClassFactory 0x86e87c)
0033:trace:vbscript:ClassFactory_AddRef (0xf71dd8ac)
0033:trace:vbscript:VBScriptFactory_CreateInstance ((nil)
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064} 0x86e934)
0033:trace:vbscript:VBScript_QueryInterface (0x9cd010)->(IID_IActiveScript
0x86e934)
0033:trace:vbscript:VBScript_AddRef (0x9cd010) ref=2
0033:trace:vbscript:VBScript_Release (0x9cd010) ref=1
0033:trace:vbscript:ClassFactory_Release (0xf71dd8ac)
0033:trace:vbscript:VBScript_QueryInterface (0x9cd010)->(IID_IActiveScriptParse
0x86e930)
0033:trace:vbscript:VBScript_AddRef (0x9cd010) ref=2
0033:trace:vbscript:VBScript_SetScriptSite (0x9cd010)->(0x9c5240)
0033:trace:vbscript:VBScriptParse_InitNew (0x9cd010)
0033:trace:vbscript:VBScript_AddNamedItem (0x9cd010)->(L"Session" 2)
0033:trace:vbscript:VBScriptParse_ParseScriptText (0x9cd010)->(L"Dim
installTimeless, installMSDE, upgradeMSDE\nDim netVersion \n\ninstallTimeless =
FeatureRequestState(\"Timeless\")\ninstallMSDE =
FeatureRequestState(\"TimelessMSDE\")\nupgradeMSDE =
FeatureRequestState(\"UpgradeMSDE\")\nnetVersion =
Property(\"MsiNetAssemblySupport\") \n\nProperty(\"TTE_Features"... (null)
(nil) (null) 0 0 0 (nil) (nil))
0033:trace:vbscript:VBScript_SetScriptState (0x9cd010)->(2)
0033:trace:vbscript:DispatchEx_AddRef (0x9cd138) ref=2
0033:trace:vbscript:interp_string
0033:trace:vbscript:interp_icall
0033:fixme:vbscript:do_icall L"FeatureRequestState" not found
0033:warn:vbscript:exec_script Failed 80020006
0033:trace:vbscript:DispatchEx_Release (0x9cd138) ref=1
0033:trace:vbscript:VBScript_Release (0x9cd010) ref=1
--- snip ---
The script snippet (extracted from .msi):
--- snip ---
Dim installTimeless, installMSDE, upgradeMSDE
Dim netVersion
installTimeless = FeatureRequestState("Timeless")
installMSDE = FeatureRequestState("TimelessMSDE")
upgradeMSDE = FeatureRequestState("UpgradeMSDE")
netVersion = Property("MsiNetAssemblySupport")
Property("TTE_FeaturesValid") = "1"
if installTimeless = "3" OR installMSDE = "3" OR upgradeMSDE = "3" then
'MsgBox netVersion, 48, "netVersion"
if netVersion < "2.0.50727" then
MsgBox "Some of the selected components require .Net Framework 2.0.
Please use Windows Update or restart the installation to install it.", 48,
Property("ProductName")
Property("TTE_FeaturesValid") = "X"
' rval = MsgBox("The selected components require .Net Framework 2.0.
Would you like to download and install it?", 36, Property("ProductName") )
' if rval <> 6 then
' Property("TTE_FeaturesValid") = "0"
' end if
end if
End if
Dim installTimeless
Dim createDatabase, upgradeDatabase, createAccessDatabase,
upgradeAccessDatabase
Dim selectedCount
Dim rval
installTimeless = FeatureRequestState("Timeless")
createDatabase = FeatureRequestState("CreateDatabase")
upgradeDatabase = FeatureRequestState("UpgradeDatabase")
createAccessDatabase = FeatureRequestState("CreateAccessDatabase")
upgradeAccessDatabase = FeatureRequestState("UpgradeAccessDatabase")
'MsgBox installTimelessWeb, 48, "TimelessWeb"
'MsgBox createDatabase, 48, "CreateDatabase"
'MsgBox upgradeDatabase, 48,"UpgradeDatabase"
Property("TTE_FeaturesValid") = "1"
if Property("TTE_FeaturesValid") = "1" then
selectedCount = 0
if createDatabase = "3" then
selectedCount = selectedCount + 1
end if
if upgradeDatabase = "3" then
selectedCount = selectedCount + 1
end if
if createAccessDatabase = "3" then
selectedCount = selectedCount + 1
end if
if upgradeAccessDatabase = "3" then
selectedCount = selectedCount + 1
end if
if selectedCount > 1 then
Property("TTE_FeaturesValid") = "0"
MsgBox "Only one of Create SQL Server Database, Create Access Database,
Upgrade SQL Server Database or Upgrade Access Database may be selected.", 48,
Property("ProductName")
end if
end if
'MsgBox Property("TTE_FeaturesValid"), 48,"TTE_FeaturesValid"
BrowseForFolderdim filesys, newdatabase
dim exists
Property("TTE_FeaturesValid") = "1"
newdatabase = Property("CREATEACCESSPATH") & "\Timeless.tmd3"
Set filesys = CreateObject("Scripting.FileSystemObject")
exists = filesys.FileExists(newdatabase)
'MsgBox exists, 48, "exists"
If exists Then
MsgBox "There is already a database at " & newdatabase & ". Select a new
location.", 48, Property("ProductName")
Property("TTE_FeaturesValid") = "0"
End If
Set filesys = nothing
--- snip ---
$ sha1sum TimelessTimeAndExpenseWindowsSetup.exe
860dacc4eb48494e5870a4b32eab8bc5e087f307
TimelessTimeAndExpenseWindowsSetup.exe
$ wine --version
wine-1.5.3
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30524
Bug #: 30524
Summary: Weather bug fails to detect vbscript (Property flag 1
not implemented)
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
See bug 28999
fixme:msi:AutomationObject_Invoke Method 2, L"Property" wflags 1 not
implemented, clsid {000c109e-0000-0000-c000-000000000046}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28999
Bug #: 28999
Summary: Weatherbug fails to detect vbscript
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
fixme:urlmon:IsValidURL ((nil),
L"http://apnmedia.ask.com/media/toolbar/stub/1.0.0.0/ApnIC.dll?tb=WBV5&versio…",
0): stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:qmgr:BITS_IBackgroundCopyJob_AddFile Check for valid filenames and
supported protocols
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x2a3f0,0x00000000) stub
fixme:qmgr:BITS_IBackgroundCopyJob_SetNoProgressTimeout 6
fixme:wininet:InternetLockRequestFile STUB
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (2000):
STUB
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:vbscript:parse_script parser failed on parsing
L"(\"VbScriptRunning\")=\"1\""
err:msi:ITERATE_Actions Execution halted, action
L"VbScriptNotInstalledTermination" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32755
Bug #: 32755
Summary: putty_arm for jailbroken WinRT needs
KERNEL32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.5.21
Platform: arm
URL: http://www.shinysurface.com/downloads/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: focht(a)gmx.net, madewokherd(a)gmail.com, nerv(a)dawncrow.de
Depends on: 31308, 32743
Classification: Unclassified
md5sum:
e42d506b08da7d9038315fba40f6c8dc putty_arm.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32743
Bug #: 32743
Summary: putty_arm for jailbroken WinRT needs
KERNEL32.dll.GetCurrentPackageId
Product: Wine
Version: 1.5.21
Platform: arm
URL: http://www.shinysurface.com/downloads/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: focht(a)gmx.net, nerv(a)dawncrow.de
Classification: Unclassified
md5sum:
e42d506b08da7d9038315fba40f6c8dc putty_arm.exe
Unhandled exception: unimplemented function KERNEL32.dll.GetCurrentPackageId
called in 32-bit code (0xb6c8bf00).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32768
Bug #: 32768
Summary: OpenTTD port to WinRT/WoA needs
KERNEL32.dll.HeapSummary
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
the Open-source clone of Transport Tycoon Deluxe (transportation simulation
game) installer for WinRT/WoA needs this:
--- snip ---
~/wine-apps/openttd$ wine ./OpenTTDInstaller.exe
wine: Call from 0x40434204 to unimplemented function KERNEL32.dll.HeapSummary,
aborting
wine: Unimplemented function KERNEL32.dll.HeapSummary called at address
0x40434204 (thread 0009), starting debugger...
--- snip ---
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.