https://bugs.winehq.org/show_bug.cgi?id=41241
Bug ID: 41241
Summary: League of Legends: HLSL shader parsing failed.
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: krzysztofmachura1(a)gmail.com
Distribution: ---
Created attachment 55535
--> https://bugs.winehq.org/attachment.cgi?id=55535
log +hlsl_parser
On 1.9.13 game works perfectly on the clean prefix.
On 1.9.14 game crashes during the loading screen.
Can be "fixed" by setting d3dcompiler_43 to native.
--
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=42726
Bug ID: 42726
Summary: Windows areempty and very small: null_driver instead
of X11
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: pkrizek(a)tes.cz
Distribution: ---
Created attachment 57707
--> https://bugs.winehq.org/attachment.cgi?id=57707
screenshot: totalCmd. winecfg behaves the same way
Building Wine from source.
target: National Instruments RT Linux, 64bit
4.1.15-rt17-4.0.0f0
config:
--disable-tests --with-x --without-xrender --without-freetype --enable-win64
Result:
X-windows apps show empty and/or very small windows.
They react to keyboard but there isn't anything rendered inside the windows.
Text applications (e.g. wine64 cmd.exe) run OK.
I tried to add debug prints into the code.
Found out that gdi32/driver.c detects the X11 and looks up the X11
gdi_dc_funcs*
but gdi32/bitblt.c/StretchBlt calls nulldrv_StretchBlt ignoring that there is
X11 already detected.
Same behavior when emulating a virtual desktop (copied ~/.wine/*.reg from a
working install because even winecfg doesn't render).
--
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=42158
Bug ID: 42158
Summary: --check-libs option not available
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
The wiki https://wiki.winehq.org/Wine-Staging_Winecheck mentions the option:
wine --check-libs
However, when executed it reports:
$ wine --check-libs
fixme:service:scmdatabase_autostart_services Auto-start service L"Bonjour
Service" failed to start: 2
wine: cannot find L"C:\\windows\\system32\\--check-libs.exe
--
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=42548
Bug ID: 42548
Summary: Find_Orb: Crash at startup.
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giacomo.succi(a)gmail.com
Distribution: ---
Created attachment 57452
--> https://bugs.winehq.org/attachment.cgi?id=57452
Crash backtrace.
Hi,
Find_Orb it's a tool asteroid's orbits determination that works on Windows.
When I try to lunch it on my Fedora 25 (Astronomy Spin) I got the attached
error.
I had the same problem with 32 and the 64 bit (attached).
You can download the utility from here:
https://www.projectpluto.com/find_orb.htm
There is also the source code there (for Windows) just in case.
The wine installation I have it's done via Fedora's packages.
--
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=42683
Bug ID: 42683
Summary: Hearthstone
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vicenteamigolopez(a)gmail.com
Distribution: ---
Created attachment 57644
--> https://bugs.winehq.org/attachment.cgi?id=57644
I just want to Play Hearthstone
I just want to play Hearthstone
--
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=42693
Bug ID: 42693
Summary: asdasd
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: akamichiteguh(a)gmail.com
Distribution: ---
Created attachment 57661
--> https://bugs.winehq.org/attachment.cgi?id=57661
asdasdasd
asdasdsadasdasdasdasdasdasdasdasdasdasd
--
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=42661
Bug ID: 42661
Summary: Notes and warnings while building Wine 64-bit
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
GCC 6.3.1 20161221
../../../wine/dlls/setupapi/devinst.c: In function
‘SETUPDI_AllocateDeviceInfo’:
../../../wine/dlls/setupapi/devinst.c:471:26: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
devInfo->devId = (DWORD)devInst;
^
../../../wine/dlls/setupapi/devinst.c: In function ‘SETUPDI_FreeDeviceInfo’:
../../../wine/dlls/setupapi/devinst.c:528:16: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalFree((HANDLE)devInfo->devId);
^
In file included from ../../../wine/dlls/setupapi/devinst.c:35:0:
../../../wine/dlls/setupapi/devinst.c: In function
‘SetupDiGetDeviceRegistryPropertyA’:
../../../wine/dlls/setupapi/devinst.c:3095:39: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^
../../../wine/include/wine/debug.h:91:49: note: in definition of macro
‘__WINE_DBG_LOG’
wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
^~~~
../../../wine/include/wine/debug.h:337:36: note: in expansion of macro
‘__WINE_DPRINTF’
#define WINE_TRACE
__WINE_DPRINTF(_TRACE,__wine_dbch___default)
^~~~~~~~~~~~~~
../../../wine/include/wine/debug.h:381:36: note: in expansion of macro
‘WINE_TRACE’
#define TRACE WINE_TRACE
^~~~~~~~~~
../../../wine/dlls/setupapi/devinst.c:3095:5: note: in expansion of macro
‘TRACE’
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^~~~~
../../../wine/dlls/setupapi/devinst.c: In function
‘SetupDiGetDeviceRegistryPropertyW’:
../../../wine/dlls/setupapi/devinst.c:3156:39: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^
../../../wine/include/wine/debug.h:91:49: note: in definition of macro
‘__WINE_DBG_LOG’
wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
^~~~
../../../wine/include/wine/debug.h:337:36: note: in expansion of macro
‘__WINE_DPRINTF’
#define WINE_TRACE
__WINE_DPRINTF(_TRACE,__wine_dbch___default)
^~~~~~~~~~~~~~
../../../wine/include/wine/debug.h:381:36: note: in expansion of macro
‘WINE_TRACE’
#define TRACE WINE_TRACE
^~~~~~~~~~
../../../wine/dlls/setupapi/devinst.c:3156:5: note: in expansion of macro
‘TRACE’
TRACE("%04x %p %d %p %p %d %p\n", (DWORD)DeviceInfoSet, DeviceInfoData,
^~~~~
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDA’:
../../../wine/dlls/setupapi/devinst.c:3981:45: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *devInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_IDW’:
../../../wine/dlls/setupapi/devinst.c:3999:45: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *devInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c:4011:18: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalUnlock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c: In function ‘CM_Get_Device_ID_Size’:
../../../wine/dlls/setupapi/devinst.c:4023:47: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
struct DeviceInfo *ppdevInfo = GlobalLock((HANDLE)dnDevInst);
^
../../../wine/dlls/setupapi/devinst.c:4034:18: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
GlobalUnlock((HANDLE)dnDevInst);
^
../../../wine/dlls/winmm/winmm.c: In function ‘MMSYSTEM_GetMidiStream’:
../../../wine/dlls/winmm/winmm.c:944:19: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
*lpMidiStrm = (WINE_MIDIStream*)lpwm->mod.rgIds.dwStreamID;
^
../../../wine/dlls/winmm/winmm.c: In function
‘MMSYSTEM_MidiStream_MessageHandler’:
../../../wine/dlls/winmm/winmm.c:1068:54: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
((LPMIDIEVENT)lpData)->dwStreamID != (DWORD)lpMidiStrm) {
^
../../../wine/dlls/winmm/winmm.c: In function ‘midiStreamOpen’:
../../../wine/dlls/winmm/winmm.c:1276:23: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
mosm.dwStreamID = (DWORD)lpMidiStrm;
^
--
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=42619
Bug ID: 42619
Summary: Starting Witcher 3 gives instant black screen and high
load
Product: Wine-staging
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine-devel(a)hurrikhan.eu
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
If I try Witcher 3 with Wine 2.3 and previous Wine-staging (at least up to 2.1)
I get to the menu and I can start the game (wrongly rendered).
If I try Witcher 3 with Wine-staging 2.3 I get a black screen and the computer
becomes unresponsive until I ssh and kill it.
Linux 4.8.17 / current Manjaro-openrc
i7 2600K
32GB ram
1060 GTX 6GB
--
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=37283
Bug ID: 37283
Summary: ANNO 2070: Shader Problem? no textures?
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arieleoar(a)gmail.com
Created attachment 49585
--> https://bugs.winehq.org/attachment.cgi?id=49585
Image, shows neither water or the ark
Hello, i'm having trouble to play, the game starts normally but ingame only
shows the "grid" of non discovered territory and some shadows of smoke; water,
ark, terrain, buildings, etc, textures aren't been showed, seems black.
msvcr100 is set to builtin-native; d3dx9 d3dx11_43 d3dx11_42 vc2008 vc2010
winhttp are installed from winetricks
I assume there is a problem with the shaders, when i set glsl disabled from
winetricks the situation inverts, the "grid" is missing, and everithing else is
white, with some shadows of smoke.
the rest (ark messages, panel, info, etc.) is working well.
The version is 2.0 with deep sea addon. the console output don't shows errors
of d3d, the version of wine is 1.7.62, i tried on 1.6.4 version but it was
worst, only showed the cursor icons and nothing else (posted in other bugs).
thanks!
--
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=39225
Bug ID: 39225
Summary: eClipse Writer Pro failure
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jlsmi3th(a)gmail.com
Distribution: ---
Attempting to install eClipse Writer Pro evaluation copy, failed as noted in
backtrace.txt
--
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=41931
Bug ID: 41931
Summary: Cities Skylines game crash on start
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: amir62.kh(a)gmail.com
Distribution: ---
Created attachment 56312
--> https://bugs.winehq.org/attachment.cgi?id=56312
backtrace
hi
I tried to run Cities Skylines on my laptop (Lenovo Y580) using wine-1.9.23
(Staging) but wine crashed. backtrace is available in attachment and my Os is
Maui Linux version 1
thanks
--
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=38839
Bug ID: 38839
Summary: wine psiphon3 failed
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: widon1104(a)qq.com
Distribution: ---
psiphon3 is a software help china people over the gfw,it's easy to use and
speed is ok
but it is only support windows and android, so i tried wine, but seems not work
you can download psiphon3 below link:
http://www.psiphon3.net/zh/download.html
I use ubuntu15.04 mate
widon@widon-X401A:~$ uname -a
Linux widon-X401A 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
error msg below
widon@widon-X401A:~/Desktop$ wine psiphon3.exe
err:svchost:AddServiceElem failed to load library L"C:\\Program
Files\\Tencent\\QQMusic\\QQMusic1152.17.6.38\\QQMusicService.dll", err=126
err:svchost:wmain Failed to load requested group: L"QQMusicService"
err:service:service_send_start_message service L"QQMusicService" failed to
start
fixme:service:scmdatabase_autostart_services Auto-start service
L"QQMusicService" failed to start: 1053
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ras:RasEnumEntriesW ((nil),(null),0x18da68,0x33fb8c,0x33fb94),stub!
fixme:ras:RasEnumEntriesW ((nil),(null),0x198108,0x33f6d0,0x18e86c),stub!
fixme:ras:RasEnumConnectionsW (0x159f98,0x33ef94,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:win:FlashWindowEx 0x33f968
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
--
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=42306
Bug ID: 42306
Summary: One Note Free Retail installer crashes in xmllite
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xmllite
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Created attachment 57030
--> https://bugs.winehq.org/attachment.cgi?id=57030
crashlog
A user reported troubles with this in AppdB.
Attached is +xmllite debugcrash
I was able to get a bit further using hack below *, then it ran into
unimplmeneted function
Call from 0x7b43f417 to unimplemented function
api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv
there is already bugreport for that one
*hack:
diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c
index de61d13..6d961cc 100644
--- a/dlls/xmllite/reader.c
+++ b/dlls/xmllite/reader.c
@@ -2777,7 +2777,8 @@ static HRESULT WINAPI xmlreader_Read(IXmlReader* iface,
XmlNodeType *nodetype)
if (hr == S_OK)
{
TRACE("node type %s\n", debugstr_nodetype(This->nodetype));
- *nodetype = This->nodetype;
+ if (nodetype)
+ *nodetype = This->nodetype;
}
return hr;
--
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=41926
Bug ID: 41926
Summary: Zafehouse demo crashes with Call from 0x7b43c14c to
unimplemented function ddraw.dll.GetSurfaceFromDC,
aborting
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Hi, This is a followup up of bug 41921
I tried the demo, but then with dotnet20 installed ( instead of using mono like
in bug 41921)
There appear to be several bugs, but after using native xaudio2_7,
d3dcompiler_43 and d3dx9_43 a window comes up with music playing, but
unfortunately itks black. This could however very well be due to my crappy GPU.
Anyway, if you click in the middle-right (i guess there`s a button to start the
game) the app crashes with Call from 0x7b43c14c to unimplemented function
ddraw.dll.GetSurfaceFromDC, aborting
I know this bugreport is a bit vague because you have to click somewhere in a
black screen, but i asked on wine irc chat and they said it would be worth a
bugreport anway.
BTW apart from the game there`s a an executable called Zafediag installed. Make
sure to uncheck both options this program offers, otherwise the bug won`t be
triggered
--
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=41623
Bug ID: 41623
Summary: Odallus The Dark call crashes when starting when an
Xbox 360 controller is plugged in
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55980
--> https://bugs.winehq.org/attachment.cgi?id=55980
Terminal output Wine 1.9.22
I am using the GOG.com version of Odallus the Dark Call (Unity game) in a clean
32-bit Windows XP prefix and when I try starting the game it crashes after the
initial loading screen if I have my wired XBOX 360 controller plugged in.
--
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=42245
Bug ID: 42245
Summary: QQ 2013 needs ntoskrnl.exe.KeClearEvent
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ2013/QQ2013SP5/9050/Q
Q2013SP5.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com
Distribution: Gentoo
Created attachment 56913
--> https://bugs.winehq.org/attachment.cgi?id=56913
stub for KeClearEvent
Follow up to bug 42244
wine: Call from 0x7b43c4bc to unimplemented function ntoskrnl.exe.KeClearEvent,
aborting
wine: Unimplemented function ntoskrnl.exe.KeClearEvent called at address
0x7b43c4bc (thread 0030), starting debugger...
--
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=42022
Bug ID: 42022
Summary: msvideo.dll16.DRAWDIBPROFILEDISPLAY unimplemented
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 56482
--> https://bugs.winehq.org/attachment.cgi?id=56482
debug log with WINEDEBUG=+msgbox
The Magic School Bus Explores The Solar System crashes on install with this
error; log attached.
--
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=17495
Summary: Open dialog crashes
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amorozov(a)etersoft.ru
Created an attachment (id=19594)
--> (http://bugs.winehq.org/attachment.cgi?id=19594)
Crash log
To reproduce:
1. $ LANG=C wine cmdlgtst
2. Commdlg -> Open
Here file list is not being shown, only grey background.
3. Cancel
If I do not use LANG=C dialog does not crashes. $WINEPREFIX directory was
created with LANG=ru_RU.KOI8-R
--
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.