http://bugs.winehq.org/show_bug.cgi?id=14465
Summary: NdrClientCall2 is unaware of comm_status and
fault_status variables
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winesku(a)googlemail.com
Created an attachment (id=14783)
--> (http://bugs.winehq.org/attachment.cgi?id=14783)
Test project (VS2005) of a simple RPC client/server to repro the problem
Rpc clients that specify variables or the return value as a comm_status or
fault_status variable normally do not guard their RPC call with a SEH
try-except clause. After all, using comm_status or fault_status variables is
usually done, because with these variables, SEH try-except can be omitted, as
any exception from the client side or server side part of the call is
transformed into an error value that is assigned to the comm or fault status
variable. However, the current implementation of NdrClientCall2 unconditionally
raises exceptions, which an RPC client using comm_status and fault_status
variables is not prepared or expected to handle. As a result, such RPC clients
crash immediately if any error occurs during the course of an RPC call. Find
attached a VS2005 project of a simple RPC client and server that can call a
variety of RPCs with different comm and fault status behaviour on client and
server side, that can be used to reproduce the problem. Start the server using
rpcsrv.exe portnumber
Start the client interactively and choose the RPC variant of choice.
--
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=14378
Summary: Issues with maps and character portrait in Morrowind
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattemod(a)gmail.com
The patch attached to bug 9775 fixed some issues with Morrowind: the character
portrait (in inventory) is now shown and maps work correctly... but not always.
___With OffscreenRenderingMode="pbuffers"___
Maps work correctly but the character in inventory in upside-down and there's a
red line above it.
It also prints some FIXMEs on the shell when you load a game from a different
location or when you load games saved in outside areas. Also, it doesn't print
those FIXMEs when you load for the first time (in main menu). Here they are:
fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glGenTextures @ surface.c / 513
fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glBindTexture @ surface.c / 517
fixme:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glTexImage2D @ surface.c / 340
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glCopyTexSubImage2D @ surface.c / 936
Adding
checkGLcall("glEnable");
in 'dlls/wined3d/surface.c' at line 509 (after the glEnable() call) the first
FIXME changes with this:
fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM
(0x500) from glEnable @ surface.c / 510
___With OffscreenRenderingMode="fbo"___
The FIXMEs aren't printed at all, the character in inventory is not upside-down
and there's no red line: it works correctly :)
BUT the local map doesn't work at all for me: it's all dark, apart some very
little parts which fade from clear to dark. I'm referring to the local map that
appears right-clicking the mouse, not the one in the bottom-right corner of the
screen.
If I'm not wrong, there's only one "faded part" for each area (you can better
see it going outside and scrolling the local map).
--
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=13393
Summary: closing one virtual desktop closes other(s)
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pfortin(a)pfortin.com
I setup an application to use a different sized virtual desktop. With two
desktops open, if I close either one, the other gets closed too.
default: 1000x700
rfwin95.exe: 800x600
--
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=12418
Summary: parent window getting closed instead of a tool window
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
This is a follow up to bug 11026.
With the test case in attachment 10126, in KDE, if I press alt+F4, the parent
window gets closed instead of the tool window.
To reproduce:
1. start the test program from attachment 10126.
2. click on the button to bring up the tool window.
3. press alt+F4.
expected result: the tool window gets closed.
actual result: the parent window gets closed.
--
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=12014
Summary: Ability installer crashes in crypt32
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.ability.com/download4/ability4_16/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Wanted to retest bug #5908, but looks like they have a new installer, or this
is a regression. Anyway, the installer crashes right away
--
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=10950
Summary: Colin McRae Rally 04: picture shifted down by ~1/4 of
height
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://www.download.com/Colin-McRae-Rally-04-single-
player-demo/3000-7531_4-10265607.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ondra_novak(a)seznam.cz
Created an attachment (id=9879)
--> (http://bugs.winehq.org/attachment.cgi?id=9879)
screenshot
See attached image, screen should be all white with text. It appear to be
shifted down by 1/4 of window height, affect whole game, intro screen, menus,
actual game. Everything else seems to work.
Using wine 0.9.52 on gentoo (also tried 0.9.49-51)
kernel 2.6.23-gentoo-r3
nvidia-drivers 100.14.19
game doesn't work in full screen, so I executed it as
wine explorer /desktop=game cmr4.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10113
Summary: sample .msi file from The Definitive Guide to Windows
Installer Chapter 12 fails
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apress.com/book/downloadfile/1645
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When trying to run the ModifiedNotepad.msi file in the Base Project Folder of
Chapter 12, after running the TryNotepad.msi file and selecting repair the
installer is interrupted before it can complete. The installation succeeds
under Windows.
err:msi:load_media_info Failed to extract cabinet stream
err:msi:ready_media Unable to load media info
err:msi:ACTION_InstallFiles Failed to ready media
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12135
Summary: Editplus syntax highlighting wrong at newline
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.editplus.com
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, install Editplus 3, edit a file hello.c,
and type the canonical hello world app:
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello, world!\n");
return 0;
}
Note how the string constant is a different color.
Now move the cursor between Hello and World,
and hit the Enter key. The word world moves
to the next line and loses its color.
According to http://winehq.org/pipermail/wine-users/2008-March/030579.html
it should stay highlighted, and does on Windows.
Doing 'winetricks riched20' or 'winetricks riched30' doesn't help.
--
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=19235
Summary: original Mines of Moria launcher problem
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cd(a)hiller-mg.de
Created an attachment (id=22255)
--> (http://bugs.winehq.org/attachment.cgi?id=22255)
MoM Start
hi,
the original launcher of Mines of Moria still doesn't start.
i am running ubuntu 9.04 32-bit with current wine-git ( 1.1.25 .. )
i installed nvidia driver version 185.18.14
with WINEDEBUG=+fixme+all i get the attached messages.
--
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=10067
Summary: Steam Failed to set file attrbutes
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yellow_onion(a)orcon.net.nz
Created an attachment (id=8625)
--> (http://bugs.winehq.org/attachment.cgi?id=8625)
Screen capture
upon trying to update steam i get an `ERROR: Failed to set file attributes,
Win32 Error 5 "Access...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15276
Summary: Cannot delete gnome menu entries created by wine
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
My OS is Ubuntu 8.04.
I cannot delete some gnome menu entries which were created by wine.
I already opened a bug report for alacarte (the menu editor of gnome).
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/268279
But I thought it could also be a wine bug because other menu entries can be
deleted.
(In my case deletion of the universal combat [URL:
http://www.worthdownloading.com/download.php?gid=490&id=13639] menu entries
fails.)
--
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=15512
Summary: World of Warcraft: Sound disappears after minimizing the
game.
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: TS91(a)gmx.net
When I'm minimizing the game and then open it again the sound is away... I have
to restart the game if I want the sound
--
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=18772
Summary: Missing User32.PrintWindow implementation
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: namjos(a)gmail.com
There's a missing function in user32.dll : PrintWindow. It cause crash for an
application:
wine: Call from 0x7bc486d0 to unimplemented function USER32.dll.PrintWindow,
aborting
The specification of the function could be found here:
http://msdn.microsoft.com/en-us/library/dd162869.aspx
BOOL PrintWindow(
HWND hwnd,
HDC hdcBlt,
UINT nFlags
);
It appears that a simple redirection to WM_PRINT SendMessage could work, i.e.
(not tested):
BOOL WINAPI PrintWindow( HWND sourceHandle, HDC destinationHandle, UINT nFlags)
{
return (SendMessageA(sourceHandle, WM_PRINT, (WPARAM)destinationHandle,
PRF_CHILDREN | PRF_CLIENT | PRF_ERASEBKGND | PRF_NONCLIENT | PRF_OWNED));
}
I've tried to test this function by adding it to painting.c, but the program
keeps complain about missing function, don't understand why
Regards
--
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=18343
Summary: Instalation Fails for freely availabel Solidworks 2009
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.solidworks.com/sw/esp/ESP_download.htm#
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardjewell1(a)yahoo.ca
Created an attachment (id=20892)
--> (http://bugs.winehq.org/attachment.cgi?id=20892)
Error messeges on Instal
Installation fails to complete. Stops with error related to browser
requirements.
A large number of Fixme notes also encountered.
Critical error kills process with error textbox:
The installation Manager encountered a problem with Microsoft Web Browser
control and must shut down.
Notify your local support rep.
if running XP, check that you have the latest Service Pack installed.
The latest version of I E is also recommended.
OK
--
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=13247
Summary: Emperor - Rise of the middle kingdom does not work w/o
virtual desktop
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maci(a)satgnu.net
see summary
console output:
[maci@notebob EmperorRotMK]$ wine Emperor.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7c8,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
also its extremly slow in fullscreen mode
and does change resolution everytime i click something to my native one the
program goes into a small window and instantly everything is changed back
again.
--
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=17208
Summary: The mikroC IDE doesn't run - an exception is outputed.
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.mikroe.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dexterlb(a)yandex.ru
When trying to start the Mikroelektronika mikroC IDE (either the demo or the
full version) it doesn't start. In the terminal, I get "Unhandled exception".
The terminal output is attached. Tested on ubuntu 8.10.
--
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=19413
Summary: WinZip 12.1 fails to install
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frail.knight(a)gmail.com
Created an attachment (id=22527)
--> (http://bugs.winehq.org/attachment.cgi?id=22527)
Error Report Log created by WinZip
Installation of WinZip 12.1 begins. The user is able to make the various
installation selections, but when the actual installation commences it errors
out gracefully and creates a WinZip error report 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.
http://bugs.winehq.org/show_bug.cgi?id=19270
Summary: Dragon NaturallySpeaking 10 Standard freezes after
selecting alsa in winecfg
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Direction to reproduce:
winecfg - set mixer to alsa
start program
DNS 10 has a training module near the beginning that analyzes first the
loudness of the input and then the quality. This module runs for just long
enough to analyze loudness (which it does well) and then it freezes during the
quality assessment.
I believe that this is not a regression, even though alsa used to work a few
months ago.
Workaround: in winecfg, set mixer to OSS. The sound quality isn't as good, but
it works.
--
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=19015
Summary: quik say: general protection fault
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://quik.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ac(a)yournet.ru
Created an attachment (id=21915)
--> (http://bugs.winehq.org/attachment.cgi?id=21915)
screenshot of error message
I try run QUIK broker client. When I select in menu "Settings" -> "General" it
say: "General protection Fault: Internal exception happend. Please send
"info.rpt" file to support at quik ru Sorry for inconvenience." and program is
crashed.
Program can be downloaded here:
http://broker.kf.ru/doc/distrib/Front_eng.zip
How to reproduce:
Install and run info.exe. In window "User Identification" click "Cancel" then
select "Settings" -> "General".
wine-1.1.18
Linux 2.6.29.4-167.fc11.x86_64 x86_64 GNU/Linux
Sorry for my bad English.
--
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=18902
Summary: S.T.A.L.K.E.R. (part 1 and 2) red lines in 1.1.21,
1.1.22, and craches in 1.1.23
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
In 1.1.20 it works fine (only helicopter's bug), in 1.1.21 grass became red, in
1.1.22 red lines all the screen (if don't watch up), in 1.1.23 crash.
--
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=18478
Summary: Wine (snapshot and stable version) crash when running
Nikon's ViewNX application
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ym12de(a)yahoo.de
Created an attachment (id=21103)
--> (http://bugs.winehq.org/attachment.cgi?id=21103)
output of wine when running Nikon ViewNX.exe
Application ViewNX (Nikon) crashes when trying to work on raw pictures (.nef)
Probably this has also to do with a missing plugin for the .nef files
attached is the wine output
--
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=18473
Summary: Mafia game losses sound
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: retrry(a)gmail.com
Created an attachment (id=21091)
--> (http://bugs.winehq.org/attachment.cgi?id=21091)
errors thrown in terminal
When playing the game, sometimes the sound of dialogs disappears, then you need
to read subtitles. In Terminal i get Dsound relater errors.
--
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=18466
Summary: Wine does not support genitive forms of month names
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
MSDN: "Some languages, such as Finnish, German, Polish, and Russian, have
several noun forms. If you plan to use localized names provided by the system,
have a linguist check to make sure you are using them in the right context.
Windows carries both the nominative and genitive forms of Polish and Russian
month names; the form changes depending on the month name's position in the
string relative to the day name. Windows returns both forms in a single string
separated by a null value. The system carries only one form of each month name
or day name for all other languages."
http://msdn.microsoft.com/en-us/library/cc194815.aspx
Wine ships only nominative forms for these languages. So, applications that
rely on this, render dates not as "14 мая 2009", but as "14 Май 2009".
Side note: first letter in genitive form is lower-case, as opposed to to
upper-case for nominative form.
--
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.