https://bugs.winehq.org/show_bug.cgi?id=40950
Bug ID: 40950
Summary: ProgramFiles(x86) environment variable is not created
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: programmerjake(a)gmail.com
Distribution: ---
the ProgramFiles(x86) environment variable is not created.
it should probably be set in
https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/process.c#L571
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37163
Bug ID: 37163
Summary: WiX Toolset installer doesn't open
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Created attachment 49394
--> https://bugs.winehq.org/attachment.cgi?id=49394
wix38-stderr
The WiX Toolset installer (version 3.8) hangs without opening any windows. The
console output is attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37251
Bug ID: 37251
Summary: WiX Toolset v3.8 installer doesn't open with Wine-Mono
Product: Wine
Version: 1.7.26
Hardware: x86
URL: https://wix.codeplex.com/releases/view/115492
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49539
--> https://bugs.winehq.org/attachment.cgi?id=49539
installer's log
With bug 37163 fixed, the installer still pops up a dialog complaining that it
needs Microsoft .Net.
I'll attach a screenshot/log.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39254
Bug ID: 39254
Summary: Microsoft 365 Installer: Crashes on startup
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jamesmfox(a)live.com
Distribution: ---
Created attachment 52321
--> https://bugs.winehq.org/attachment.cgi?id=52321
backtrace of wine
Microsoft 365 office installer crashers on startup (Before anything kind of gui
is shown)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35390
Bug ID: 35390
Summary: Samsung_Magician_Setup_v4.0.exe fails to install
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: vinschen(a)redhat.com
Classification: Unclassified
Created attachment 47217
--> https://bugs.winehq.org/attachment.cgi?id=47217
debug output of Samsung_Magician_Setup_v4.0.exe
Trying to install the Samsung Magician (an SSD tool)
fails to install. The first dialog asks for the installation
language, which I keep on the default "English", the next dialog
contains the following error message:
INSTALLATION CANNOT CONTINUE: "Windows Management Instrumentation"
service is disabled. Please enable and try again.
I attached a file with a log created like this:
WINEDEBUG=+msi,+wbemprox,+wmiutils,+service,+seh,+tid wine
Samsung_Magician_Setup_v4.0.exe >> foo.log 2>&1
If you need more input, I'm willing to provide it.
Thanks,
Corinna
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35778
Bug ID: 35778
Summary: Samsung Magician v4.0 fails to install (widl emits
incorrect var type for IDispatch* defaultvalue)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
I split this off from bug 35390 because this looks like widl issue.
https://bugs.winehq.org/show_bug.cgi?id=35390#c7
--- quote ---
So next thing to check is vartype of default value for this parameter in native
typelib. If it's VT_DISPATCH|VT_BYREF, unlikely I think cause only NULL value
makes sense as a default, then widl is to blame, if it's stored at VT_PTR type
we need ITypeInfo code to deal with that. It's also possible that both parts
are broken.
--- quote ---
I downloaded native wbemdisp and registered it (regsvr32)
http://www.dlldump.com/download-dll-files_new.php/dllfiles/W/wbemdisp.dll/5…http://filemare.com/browse/62.99.77.70/WBEMDISP.TLB
With that part the installer goes further (succeeds) and trace log reveals the
defaultvalue type for IDispatch* is VT_DISPATCH (Wine's widl generates VT_PTR)
--- snip ---
$ WINEDEBUG=+tid,+seh,+tlb,+wbemprox,+wbemdisp,+ole,+variant wine
./Samsung_Magician_Setup_v4.0.exe >>log.txt 2>&1
...
002c:trace:ole:ITypeInfo_fnInvoke changing args
002c:trace:ole:dump_Variant 0x681db8->{VT_BSTR,(null)}
002c:trace:ole:dump_Variant 0x681da8->{VT_BSTR,L"root\\CIMV2"}
002c:trace:ole:dump_Variant 0x681d98->{VT_BSTR,(null)}
002c:trace:ole:dump_Variant 0x681d88->{VT_BSTR,(null)}
002c:trace:variant:VariantCopy (0x1684c8->(VT_EMPTY),0x15dce0->(VT_BSTR))
002c:trace:variant:VariantClear (0x1684c8->(VT_EMPTY))
002c:trace:variant:VariantCopy (0x1684d8->(VT_EMPTY),0x15dcf8->(VT_BSTR))
002c:trace:variant:VariantClear (0x1684d8->(VT_EMPTY))
002c:trace:variant:VariantCopy (0x1684e8->(VT_EMPTY),0x15dd10->(VT_I4))
002c:trace:variant:VariantClear (0x1684e8->(VT_EMPTY))
002c:trace:variant:VariantCopy (0x1684f8->(VT_EMPTY),0x15dd28->(VT_DISPATCH))
002c:trace:variant:VariantClear (0x1684f8->(VT_EMPTY))
002c:trace:ole:DispCallFunc (0x13f358, 28, 4, 10, 9, 0x1685cc, 0x1685a8,
0x33f610 (vt=10))
002c:trace:ole:DispCallFunc arg 0: type 8
002c:trace:ole:dump_Variant 0x681db8->{VT_BSTR,(null)}
002c:trace:ole:DispCallFunc arg 1: type 8
002c:trace:ole:dump_Variant 0x681da8->{VT_BSTR,L"root\\CIMV2"}
002c:trace:ole:DispCallFunc arg 2: type 8
002c:trace:ole:dump_Variant 0x681d98->{VT_BSTR,(null)}
002c:trace:ole:DispCallFunc arg 3: type 8
002c:trace:ole:dump_Variant 0x681d88->{VT_BSTR,(null)}
002c:trace:ole:DispCallFunc arg 4: type 8
002c:trace:ole:dump_Variant 0x1684c8->{VT_BSTR,L""}
002c:trace:ole:DispCallFunc arg 5: type 8
002c:trace:ole:dump_Variant 0x1684d8->{VT_BSTR,L""}
002c:trace:ole:DispCallFunc arg 6: type 3
002c:trace:ole:dump_Variant 0x1684e8->{VT_I4,0}
002c:trace:ole:DispCallFunc arg 7: type 9
002c:trace:ole:dump_Variant 0x1684f8->{VT_DISPATCH,(nil)}
002c:trace:ole:DispCallFunc arg 8: type 16393
002c:trace:ole:dump_Variant 0x168508->{VT_DISPATCH|VT_BYREF,0x33f600}
--- snip ---
Regards
--
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=35391
Bug ID: 35391
Summary: xcopy doesn't support /v (Samsung Magician Software)
Product: Wine
Version: 1.7.10
Hardware: x86
URL: http://www.samsung.com/us/support/owners/product/MZ-7P
C064D/AM
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Classification: Unclassified
There's a fixme for it in the source code, but no bug for it. Finally found an
application that uses it, Samsung Magician Software.
[austin@localhost ~]$ sha1sum Samsung_Magician_ML_Setup_v4.2.1_20130819.exe
51480a2e80157a07894fbd494f53c73fc98dced1
Samsung_Magician_ML_Setup_v4.2.1_20130819.exe
[austin@localhost ~]$ du -h Samsung_Magician_ML_Setup_v4.2.1_20130819.exe
15M Samsung_Magician_ML_Setup_v4.2.1_20130819.exe
[austin@localhost ~]$ wine --version
wine-1.7.10-274-g0c77f89
--
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=35076
Bug #: 35076
Summary: PSPad installer has a non-fatal crash
Product: Wine
Version: 1.7.8
Platform: x86
URL: http://www.pspad.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 46783
--> http://bugs.winehq.org/attachment.cgi?id=46783
terminal output/backtrace
Noticed while checking on bug 12995.
(@Focht, this is on my Fedora machine, not the broken gentoo one :))
[austin@localhost ~]$ wine --version
wine-1.7.8
[austin@localhost ~]$ sha1sum pspad457inst_en.exe
e0ed70b5788e2f2d7b13428b042755c44c5112bf pspad457inst_en.exe
[austin@localhost ~]$ du -h pspad457inst_en.exe
4.5M pspad457inst_en.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.