http://bugs.winehq.org/show_bug.cgi?id=17006
Summary: setlocale to "en_us.UTF8" succeeds under wine, fails
with native, causes knock-on failures
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
here's a python program which, when run under wine, succeeds
when using native msvcrt, and fails using native, but for very
odd reasons (attached).
note the setting of locale (equivalent in c to setlocale(LC_TYPE,
"en_US.UTF-8")?
well, with native msvcrt.dll, that fails - the locale doesn't exist.
so, the test is skipped.
but under wine, it proceeds... and then wine fails to do the right things!
in other words, it _does_ identify 0xa0 as a space (true), it _does_
identify 0xc0 as alpha, and a number, and upper.
the next tests, which depend on 0xa0 being _not_ identified as space,
then obviously fail as well.
so the question is: strictly speaking, setlocale("en_US.UTF-8") shouldn't
be going ahead in the first place, but if it does, should these tests
work as expected?
wossgoinon? :)
--
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=29426
Bug #: 29426
Summary: UDF support: VOLUME_GetSuperblockSerial invalid for
some volume types
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.org(a)mcfang.com
Classification: Unclassified
VOLUME_GetSuperblockSerial returns an incorrect serial for certain UDF volumes.
Volume types affected:
* ISO9660+UDF for all revisions: Serial displays as '0104-0001'
* UDF revision 2.50/2.60: Serial displays as '0000-0000'
Serial is correct for standalone UDF revisions 1.02/1.50/2.00/2.01
Test Case: Run 'wine cmd' to open the command line and observe the output of
the `vol` command. Output differs from `vol` run on a native windows system for
the above volume types.
History: UDF support was introduced as a patch for bug #26273
http://bugs.winehq.org/show_bug.cgi?id=26273 and is hardcoded to use the 257th
sector (Address 526336) for serial calculation.
The actual sector used for serial calculations depends on the UDF revision and
volume type. I suspect the sector may be coded somewhere in the UDF
Specifications, and if that is the case then it should be a better solution
than hardcoding.
Serial calculations:
* Sector 257 for UDF revisions 1.02/1.50/2.00/2.01
* Sector 260 for ISO9660+UDF revisions 1.02/1.50/2.00/2.01
* Sector 320 for UDF revisions 2.50/2.60 with or without ISO9660
--
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=32466
Bug #: 32466
Summary: KwMusic's config program needs unimplemented function
msvcrt.dll._atodbl
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42829
--> http://bugs.winehq.org/attachment.cgi?id=42829
The log
You can reproduce it follow:
0. download it ;
1. take this "dirty hack" to make the installer work normally and intall it;
2. cd to the path where you install it just like 'cd .wine/drive_c/Program\
Files/kuwo/KWMUSIC/bin/'
3. 'wine KwConfig.exe' to run it
And I found there was a workaround 'winetricks -q vcrun2008'
---- snip ----
wine: Unimplemented function msvcrt.dll._atodbl called at address 0x7b83a2a2
(thread 0009), starting debugger...
---- snip ----
my test environment:
- Ubuntu 12.10 32bit
- Wine wine-1.5.19-152-g7f88250 with a patch: attachment 42799
--
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=32425
Bug #: 32425
Summary: installer of PPTV needs unimplemented
atl100.dll.AtlWinModuleAddCreateWndData
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42777
--> http://bugs.winehq.org/attachment.cgi?id=42777
The Log
This is a follow up of Bug 32399 .
reproduce it follow this:
0. download it;
1. 'winetricks -q mfc42' to get a workaround
2. 'wine pptvsetup_3.2.1.0076.exe'
It will crashes after the UI disappear.
my test environment:
- Ubuntu 12.10 32 bit
- wine-1.5.19-40-gcd804da
- PPTV 3.2.1.0076
sha1sum pptvsetup_3.2.1.0076.exe
f517331a4410a4135390ba72cc8aea6b0ed93974 pptvsetup_3.2.1.0076.exe
--- snip ---
wine: Unimplemented function atl100.dll.AtlModuleAddTermFunc called at address
0x7b83a2a2 (thread 0009), starting debugger...
--- snip ---
--
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=30444
Bug #: 30444
Summary: Microsoft SQL Server Management Studio Express
(SSMSE): opening new query window fails due to atl80
insufficiency
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://go.microsoft.com/fwlink/?linkid=65212
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 39803
--> http://bugs.winehq.org/attachment.cgi?id=39803
log of ssmsee.exe - steps as described.
To reproduce:
- run application
- connection window appears. Cancel this window.
- click New query button in the top toolbar. Another connection window
appeaers. Connect to a running instance of MS SQL Server.
A message box informing about an unhandled exception appears. It is possible to
click Continue, however the window that appears is unusable.
It used to work fine in wine-1.5.1. The commit that broke was "atl80: new dll".
There exists an easy workaround - start winecfg and in libraries tab set atl80
to native - the native dll is installed by application installer, so no further
steps are required.
winetricks dotnet20 and a recent version of windows in winecfg is needed to
start the application. Running instance of SQL Server is needed to reproduce
this bug.
--
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=22856
Summary: Runes of Magic 3.0.x: crashes at startup
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florianmattner(a)online.de
Wine crashes when I open the Client.exe
Wine says that the ClientUpdater.exe has been crashed.
--
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=32399
Bug #: 32399
Summary: PPTV: crashes when installing (atl100.dll)
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42750
--> http://bugs.winehq.org/attachment.cgi?id=42750
The Log
reproduce it follow this:
0. download it;
1. 'winetricks -q mfc42' to get a workaround
2. 'wine pptvsetup_3.2.1.0076.exe'
It will crashes after the UI disappear.
my test environment:
- Ubuntu 12.10 32bit
- Wine 1.5.19
- PPTV 3.2.1.0076
sha1sum pptvsetup_3.2.1.0076.exe
f517331a4410a4135390ba72cc8aea6b0ed93974 pptvsetup_3.2.1.0076.exe
That is a workaround: 'WINEDLLOVERRIDES=atl100=n wine pptvsetup_3.2.1.0076.exe'
This is a follow up of Bug 32160 .
--
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=32422
Bug #: 32422
Summary: comctl32: Bold text in treeview redrawn as plain
underlined when mouse hovers over
Product: Wine
Version: 1.5.19
Platform: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2500.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42770
--> http://bugs.winehq.org/attachment.cgi?id=42770
Under Wine with built-in comctl32
I noticed a small issue when testing WinUAE. The WinUAE settings window has a
treeview at the left side. There are two expandable entries in the treeview
which are shown in bold. With native comctl32 and in Windows, hovering the
mouse pointer over the bold text causes it to be underlined. However with
Wine's built-in comctl32 the text is rendered as plain underlined in that case.
Attached screenshots for hovering over Hardware text with built-in comctl32 and
with native comctl32. (The mouse pointer is not visible in the screen
captures.)
To reproduce, download and run the WinUAE installer. Using built-in comctl32,
run WinUAE and when the settings window opens hover mouse over one of the bold
entries in the treeview. Repeat using native comctl32.
--
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=25717
Summary: Japanese fonts sometimes shifted to the left
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
Created an attachment (id=32764)
--> (http://bugs.winehq.org/attachment.cgi?id=32764)
output with WINEDEBUG=+font
After I set up new set of font overrides (first app I encountered, that was
looking up MSPGothic by its Japanese name), I ran into a strange effect.
While fonts in menus were rendered correctly (well, AFAICT), glyphs in other
places were shifted a bit to the left, as shown on the screenshot.
Attaching log from WINEDEBUG=+font first.
--
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.