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.
http://bugs.winehq.org/show_bug.cgi?id=32682
Bug #: 32682
Summary: Failure setting the cursor to Cursors.Pen (IDC_PEN,
32631)
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joel.snape(a)yahoo.com
Classification: Unclassified
Created attachment 43116
--> http://bugs.winehq.org/attachment.cgi?id=43116
Terminal messages running the application
I was testing a .Net 4 application (OCTGN) and noticed it fails when the
application tries to change the cursor (in C#, tbStatus.Cursor = Cursors.Pen).
I searched around and didn't find a solution to this problem and only found a
reference to some cursors in winuser.h (at least IDC_PEN with id 32631,
IDC_WAITCD with id 32663 and IDC_HELP with id 32651).
You can replicate the error testing OCTGN (although I needed a lot of tinkering
before being able to login, the place where the error occurs) but it probably
is easier to create a simple application and testing the cursor change there.
Attached are the console log (with the .Net error message) and the wine crash
log.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37997
Bug ID: 37997
Summary: Jeskola Buzz Build 1499 (.NET 4.0 app) crashes on
unimplemented function
msvcp100.dll.??0_Concurrent_queue_base_v4@details@Conc
urrency@@IAE@I@Z
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says ...
Prerequisite: 'winetricks -q dotnet40'
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Jeskola/Buzz
$ wine ./buzz.exe
...
wine: Call from 0x7b83b487 to unimplemented function
msvcp100.dll.??0_Concurrent_queue_base_v4@details@Concurrency@@IAE@I@Z,
aborting
--- snip ---
'winetricks -q vcrun2010' obviously works around.
It will run later into more already known issues:
bug 32323 ("Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF
apps require either Arial or Verdana to be installed") -> 'winetricks -q
corefonts'
bug 32682 ("Failure setting the cursor to Cursors.Pen (IDC_PEN, 32631)")
bug 37842 ("PTC Mathcad Prime 3.0 (.NET 4.0 app) crashes when using copy paste
or trying to calculate a result (OLE clipboard must take MTA into account)"
and a few others, though not as critical as aforementioned ones.
$ sha1sum BuzzSetup1499.exe
c533732c37c67b40096035338934c3413347cb41 BuzzSetup1499.exe
$ du -sh BuzzSetup1499.exe
7.9M BuzzSetup1499.exe
$ wine --version
wine-1.7.35-24-g3873c93
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=25886
Summary: Paint.NET 3.5.6: Installer fails
(System.IO.FileNotFoundException)
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Using "winetricks dotnet20" the installer still fails. This seems closely
related to the 3.5.4 mono bug, but perhaps not?
Attached is image of the error.
And this is all that is said in terminal:
~$ wine Paint.NET.3.5.6.Install.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wuapi:automatic_updates_Pause
fixme:sync:CreateMemoryResourceNotification (0) stub
fixme:shell:URL_ParseUrl failed to parse L"PaintDotNet.Core"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"PaintDotNet.Base"
fixme:shell:URL_ParseUrl failed to parse L"PaintDotNet.SystemLayer"
fixme:shell:URL_ParseUrl failed to parse L"System.Core"
fixme:wuapi:automatic_updates_Resume
--
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.