http://bugs.winehq.org/show_bug.cgi?id=25167
Summary: Eraser 6.0 fails to start (with Mono)
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://eraser.heidi.ie/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31924)
--> (http://bugs.winehq.org/attachment.cgi?id=31924)
Terminal output
Attempting to start the program only yields an error message saying "collecting
from unknown thread." I've used winetricks mono26 beforehand. I didn't test
with .NET since it requires .NET 3.5 SP1, which won't work in Wine yet as far
as I know.
--
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=51284
Bug ID: 51284
Summary: shell32:shellpath fails on Windows 8.1 when there is
more than on CD drive
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
shell32:shellpath fails on Windows when there is more than on CD drive:
https://test.winehq.org/data/patterns.html#shell32:shellpath
shellpath.c:380: Test failed: Full path
L"C:\\Users\\winetest\\AppData\\Local\\Microsoft\\Windows\\Burn\\Burn1" does
not end with relative path L"Microsoft\\Windows\\Burn\\Burn"
For now these failures happen on the Windows 8.1 cw-rx460 and cw-gtx560
machines. That's because these machines have both Burn\Burn and Burn\Burn1
folders.
Paradoxically these don't have a CD drive at all. However they are connected to
a KVM which can serve ISOs in the form of a USB CD drive. I suspect that with
ISO changes, connection/disconnections Windows 8.1 ended up thinking there were
two USB CD drives and thus created one folder for each drive.
I have confirmed that adding two drives to a recent Windows 10 VM gives the
same result so this is not something specific to Windows 8.1 or the cw-*
machines.
Incidentally the failing test was introduced by the commit below:
commit 73c08fb638938ac6f903ad91d5ef2c93ae18a971
Author: Andrew Eikum <aeikum(a)codeweavers.com>
AuthorDate: Thu May 27 13:38:16 2021 -0500
shell32/tests: Add tests to show relative known folder paths match
SHGetKnownFolderPath.
Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=51196
Bug ID: 51196
Summary: ntdll:om has a timing-related failure in Wine
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:om randomly fails with an error of the form:
om.c:2307: Test failed: got 88
and/or
om.c:2322: Test failed: got 87
The value is the time spent in RtlWaitOnAddress(..., timeout=100 ms). The test
generously expects at least 90 ms and the failure occurs whenever it is below
that.
Because the failure is intermittent and the duration typically varies between
85 and 89 ms, this failure is prone to generating false positives in the
TestBot.
Furthermore this only happens in Wine which suggests there is some
implementation issue there.
--
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=28605
Bug #: 28605
Summary: BurnPlot fails to start
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://download.imgburn.com/BurnPlot_1.0.1.5.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 36758
--> http://bugs.winehq.org/attachment.cgi?id=36758
Terminal output
It initially fails due to missing msvbvm60.dll, so install that with winetricks
vb6run. Then, it outputs an error on startup and exits:
Run-time error '445':
Object doesn't support this action
(At least, most of the time. I sometimes get "X Error of failed request:
BadWindow (invalid Window parameter)" instead.)
Native wshom.ocx (+dependency scrrun.dll) and oleaut32 works around it. (Using
only native wshom.ocx changes the error to "object doesn't support this
property or method," while native oleaut32 alone has no apparent effect.)
--
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=51450
Bug ID: 51450
Summary: oleaut32:varformat fails in Wine when the currency
sign follows the amount
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
oleaut32:varformat fails in Wine when the currency sign follows the amount. For
instance in French:
https://test.winehq.org/data/patterns.html#oleaut32:varformat
varformat.c:641: str=L"0,000 \20ac"
varformat.c:643: Test failed: Unexpected hr 0x80020005.
There are two reasons for this failure:
* VarParseNumFromStr() expects the currency sign to precede the monetary
amount. This is not how it works in most European languages such as French,
German, Swiss, etc.
* VarParseNumFromStr() normally does not allow spaces between the monetary
amount and the currency sign. However in French the thousands separator is a
non-breaking space and that's a special case that also allows regular spaces.
So, because in this case VarParseNumFromStr() is called with NUMPRS_THOUSANDS,
it should ignore that space and successfully parse the trailing currency sign.
I will send a patch shortly.
--
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=51213
Bug ID: 51213
Summary: GZDoom Builder 2.3 r2787 fails with
IdentityNotMappedException
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Tested using Wine 6.9 and Wine Mono 6.2.0.
GZDoom Builder 2.3 r2787 fails to start with an exception:
[00000024:] EXCEPTION handling:
System.Security.Principal.IdentityNotMappedException: Unable to map SID:
S-1-5-21-0-0-0-1000
at System.Security.Principal.SecurityIdentifier.Translate (System.Type)
[0x0004d] in <db04fe9e4bca4610adf3414d35e3c1a4>:0
at System.Security.AccessControl.ObjectSecurity.InternalAccessRuleFactory
(System.Security.AccessControl.QualifiedAce,System.Type,System.Security.AccessControl.AccessControlType)
[0x00007] in <db04fe9e4bca4610adf3414d35e3c1a4>:0
at System.Security.AccessControl.ObjectSecurity.InternalGetAccessRules
(bool,bool,System.Type) [0x00061] in <db04fe9e4bca4610adf3414d35e3c1a4>:0
at System.Security.AccessControl.CommonObjectSecurity.GetAccessRules
(bool,bool,System.Type) [0x00000] in <db04fe9e4bca4610adf3414d35e3c1a4>:0
at CodeImp.DoomBuilder.General.CheckWritePremissions (string) [0x0000e] in
<1d2596b690724749a5f28b323fe25637>:0
at CodeImp.DoomBuilder.UpdateChecker.PerformCheck (bool) [0x00028] in
<1d2596b690724749a5f28b323fe25637>:0
at CodeImp.DoomBuilder.General.Main (string[]) [0x0060c] in
<1d2596b690724749a5f28b323fe25637>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
(object,intptr,intptr,intptr) [0x00027] in <1d2596b690724749a5f28b323fe25637>:0
It seems like Mono's version of the Translate function can only handle
well-known SIDs, not a user SID.
--
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=51137
Bug ID: 51137
Summary: Construction Set for TES4 Oblivion missing or broken
text in some places
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ArchLinux
As the tile say, the Construction Set (the editor) for TES4 OBlivion is showing
some missing text (the plugin file picker list for example, the entries are
selectable but the text indicating the file name isn't empty), or
missing/garbled (as in the Object Window).
This started after 6.7 and both 6.8 release and current master are affected.
wine 6.7 do works fully instead showing the proper text.
I'm currently doing a regression test. Will write the results of the test
later.
The log is empty except for a bunch of:
00e4:fixme:seh:virtual_unwind calling personality routine in system library not
supported yet
00e4:fixme:seh:execute_cfa_instructions 7fc4918d91e3: unknown CFA opcode 2e
00e4:fixme:seh:valid_reg unsupported reg 6c
--
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=50962
Bug ID: 50962
Summary: reg.exe does not implement '/reg:32' and '/reg:64'
command line switches
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 44755
https://source.winehq.org/git/wine.git/commitdiff/2b900e1c38d9bed0901ea0364…
("reg: Allow /reg:32 and /reg:64 switches to be passed via the command line.")
made 'reg.exe' not fail but it would still import the keys incorrectly
depending on the bitness it was started with.
$ wine --version
wine-6.6
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.
https://bugs.winehq.org/show_bug.cgi?id=51485
Bug ID: 51485
Summary: Dead Rising crashes on launch
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 6a9752bf5e3cff3ceb4249d5a5e59b4d548008d1
Distribution: ---
Reverting to previous commit helps.
--
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.