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.
https://bugs.winehq.org/show_bug.cgi?id=51306
Bug ID: 51306
Summary: Wine-Mono doesn't show Japanese text (DllImport
issue?).
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 70171
--> https://bugs.winehq.org/attachment.cgi?id=70171
source and executable.
I wrote and ran a short program attached with Wine 6.11 and Wine Mono 6.20.
But, it didn't work as expected.
The code calls kernel32's GetDateFormatA by DllImport feature.
I guess Wine-Mono's DllImport doesn't handle Japanese ANSI code page well.
Steps to reproduce:
1. If your 'locale -a' doesn't show ja_JP.utf8, add Japanese locale support to
your environment.
2. Run today.exe on Japanese locale with wine,
i.e. LANG=ja_JP.UTF-8 wine today.exe
Expected result:
Message window shows today's date text in Japanese, e.g. 2021年6月21日.
Actual result:
Message window appears, but shows no message text.
Remarks:
If we use CharSet.Unicode instead, it works properly.
--
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=32316
Bug #: 32316
Summary: 3dsmax 9 32bit
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith(a)ukscifi.net
Classification: Unclassified
Created attachment 42656
--> http://bugs.winehq.org/attachment.cgi?id=42656
console output for wine, running 3dsmax9-32bit.txt
3dsmax Installs fine except the metal-ray satellite service however this is
unimportant and unneeded unless you want to start up a server rendering farm.
Running max itself;
Program starts to run checking all the plugins to the point where the main
window appears then dies.
Logs attached!
--
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=51439
Bug ID: 51439
Summary: GTA V progress save on exit game broken with
58694d1f757c7a902b3f71baadb3a0036f15cdae
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: GloriousEggroll(a)gmail.com
Regression SHA1: 58694d1f757c7a902b3f71baadb3a0036f15cdae
Distribution: ---
Created attachment 70291
--> https://bugs.winehq.org/attachment.cgi?id=70291
screenshot of gta v save failure.
GTA V fails to save progress when exiting the game.
A bisect resulted in the following being the cause:
https://github.com/wine-mirror/wine/commit/58694d1f757c7a902b3f71baadb3a003…
Can easily be reproduced by connecting to online mode them attempting to exit
the game.
--
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=48996
Bug ID: 48996
Summary: GRID Autosport hangs while loading
Product: Wine
Version: 5.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0202:err:d3d:wined3d_debug_callback 0x243fa38: "GL_INVALID_VALUE error
generated. Size and/or offset out of range.".
0202:fixme:d3d:wined3d_unordered_access_view_gl_clear_uint Not implemented for
WINED3D_RTYPE_TEXTURE_2D resources.
wine-5.6-299-gf65cfbfe9b
--
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.