http://bugs.winehq.org/show_bug.cgi?id=3573
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-01 18:49 -------
I use WinRar 3.50 on Fedora Core 4 all the time and do not see this issue at
all. (CVS Updated regularly.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4292
crbarron_48125(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From crbarron_48125(a)yahoo.com 2006-15-01 18:34 -------
I have done as recommended. I set the library calls for builtin, then native. I
then ran it again with WINEDEBUG=+loaddll. All DLLs evidently loaded properly;
then the wine attempt bombed again with the following message:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4311
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3573
------- Additional Comments From hallo(a)michael-kaufmann.ch 2006-15-01 16:46 -------
UnRAR 3.51 can extract multipart rar archives without any problems; probably
you use an outdated version. The unrar program is available as source code.
Download it at www.rarsoft.com -> RAR -> Extras -> UnRAR source.
The linux version of RAR (Shareware) hasn't got a nice GUI but works fine.
According to the order form, the licence key of the Windows version is also
valid for the Linux version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4322
Summary: winecfg crashes
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: szymon(a)janc.int.pl
when there is no user's home directory mapped(with / at end i.e. /home/janc/ )
as drive z: winecfg crashes.
Go to appications tab, then 'add application...'.
Showed dialog will be corrupted and clicking open or cancel button crashes
winecfg.
It's 100% reproductible on my machine. I've tested this on friends box and
result was the same: winecfg crashed.
Adding drive z: as mentioned earlier solves problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4319
------- Additional Comments From hans(a)it.vu.nl 2006-15-01 15:58 -------
Try setting the windows version to Windows 98 with winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2159
------- Additional Comments From phc.cai(a)wanadoo.fr 2006-15-01 15:27 -------
The solution to solve temporary this bug is simple, you have to replace the data
with single quote by a double quote into the file :
setup.qrk :
Building:config =
{
AutoSave = "20"
}
default.qrk : for all the values
Building:config =
{
DefPoly = "128x128x128"
WallWidth = "-8"
mpOffset = "0 0 64"
mpZoom = "2"
mpRotate = "15"
ForceAngleStep = "15"
AutoSave = "10"
AutoSaveRun = "1"
LinearWarning = "1"
//BezierCenterX = "-32"
//BezierCenterY = "-32"
Form = "MapBuilding"
}
But the issue is that each time that you save your configuration (map/building
=> autosave ). The value of autosave in setup.qrk is set to '20' and when you
restart quark you will have the same issue because of single quote.
Also if you want to solve definitevely this issue you can update the file
mapeditor.py like that :
def autosavetime():
#minutes = int(quarkx.setupsubset(SS_MAP, "Building")["AutoSave"])
#return minutes * 60000
return 10 * 60000
It is not very elegant but it efficient => wine quark.exe (create new map) WORKS !
This means also that wine don't handle the quote and double quote as windows do
it .... But I don't know how to solve it ...
hereafter a Python print of the value received from delphi workspace with single
quote :
SS_MAP ForceAngleStep= (15.0,)
SS_MAP AutoSave= A
SS_MAP AutoSaveRun= 1
hereafter a Python print of the value received from delphi workspace with double
quote :
SS_MAP ForceAngleStep= 15
SS_MAP AutoSave= 10
SS_MAP AutoSaveRun= 1
this the original code where the erros occurs :
def autosavetime():
minutes = int(quarkx.setupsubset(SS_MAP, "Building")["AutoSave"])
return minutes * 60000
We try to find solution but we don't arrive , the issue is really in wine the
single quote has not "undertsand" in the same way in wine/delphi and in
windows/delphi.
>From our point of view it is blocking bug because all the WINE/DELPHI/python
application which used text file with values in single or double quote are impacted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4321
Summary: Font rendering
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bduchaj(a)gmail.com
When using wine 0.9.5 with PC Translator, and Flash Player 8 fo windows. There
is an unplesent bug. Font are not shown at all. Menu and window fonts are
rendered correctly, but in comboboxex or richedit boxes are no fonts visisle.
The same problem is also when using text boxes in flash no visible fonts.
The message written from wine in this apllications follows
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
err:clipboard:ChangeClipboardChain hWndViewer is lost
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4157
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-15-01 14:30 -------
This is a duplicate.
*** This bug has been marked as a duplicate of 4263 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4263
------- Additional Comments From alex(a)thehandofagony.com 2006-15-01 14:30 -------
*** Bug 4157 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3902
------- Additional Comments From martyspamtrap(a)comcast.net 2006-15-01 14:08 -------
I don't know if this is the same problem or not, but during a battle scene, I
get the opposite behavior. It runs unbearably slow when I'm doing nothing.
When I'm moving the mouse it runs at the correct speed. The same is true for
the video that is played after the battle is over. As long as the mouse is
moving, it looks good.
The original problem looks like the opposite behavior (mouse movement causes it
to slow down immensely).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4320
Summary: simcity 4 installer fails
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.s.gilbert(a)gmail.com
The simcity 4 installer (from the simcity 4 deluxe edition disc) fails after
entering the cdkey with the error:
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
Thanks for the hard work. Let me know if I can provide more info.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3573
------- Additional Comments From dR0PS(a)gmx.de 2006-15-01 13:54 -------
I think this thingy isn't solved, so whats's the actual status of this ?
I get the known X_CreatePixmap - Error on starting WinRar Vx.xx
I'm using xorg 6.8.2-r6 and wine 0.9.5-r1 on gentoo.
This Bug is pending over months now and i can't really await a solution to this.
I really need WinRar because unrar on *Nix can't handle multipart Rars.
Thank you for your answer
dR0PS
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4319
Summary: probem with fonts in slackware packages
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superandrzej(a)epf.pl
Hi,
I downloaded wine-0.9.5-i486-S10.2-nodebug.tgz and when I try to run one of my
programs I have a following error message:
A Fatal Error has occured. Click OK to Quit
console output:
root@~\394#wine C:\\Program\ files\\The\ Princeton\ Review\\GMAT\
Diagnostic\\tester.exe
fixme:font:CreateScalableFontResourceA
(0,"c:\\windows\\system32\\tmpB4500.FOT","Z:\\root\\AAX544.tmp",(null)): stub
fixme:font:CreateScalableFontResourceA
(0,"c:\\windows\\system32\\tmpFA500.FOT","Z:\\root\\AAX5a7.tmp",(null)): stub
fixme:wininet:InternetGetConnectedState always returning LAN connection.
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0xbc8,0,(nil)): almost empty stub!
fixme:gdi:GetCharABCWidthsFloatA GetCharABCWidthsFloatA, stub
fixme:font:GetKerningPairsW (0x1170,0,(nil)): almost empty stub!
I compiled wine 0.9.5 from source with following options and I had no problem.
./configure CFLAGS="-O2 -march=i486 -mcpu=i686" CXXFLAGS="-O2 -march=i486
-mcpu=i686" --prefix=/usr --disable-debug --disable-trace
Andrzej
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4310
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-01 11:36 -------
This bug is a duplicate of bug 3663
*** This bug has been marked as a duplicate of 3663 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3663
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mamoreno(a)gmail.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-01 11:36 -------
*** Bug 4310 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4316
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-01 11:30 -------
This is bug in flex. Please downgrade/wait for them to fix it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4248
------- Additional Comments From pedro.lixo(a)netcabo.pt 2006-15-01 11:18 -------
To make this bug more clear.
First i suposed that those warnings had anything to do with black letter in
ingame, but it hadn't nothing to do with it, the richedit warning errors, has to
do with the EULA contract that MS games have in first run, and that we have to
accept to play the game.
So this messages has to do with the EULA contract.
The black letters, and the letters that appear in blue background ingame are
other issue that probaly are DDraw inplementation issue.
Sorry for the confusion, point made.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3902
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martyspamtrap(a)comcast.net
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-01 11:05 -------
*** Bug 4308 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4308
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-01 11:05 -------
Resolving as duplicate
*** This bug has been marked as a duplicate of 3902 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4248
------- Additional Comments From lionel.ulmer(a)free.fr 2006-15-01 10:54 -------
When you mean 'black letters' is it in-game ? For example, is it the letters
used in the menu screen over the various 'shields' for the game options
(tutorial / options / ...) ?
If that is the case, there is no link between this and the richedit errors as
the problem is in DDraw or in the Wine DIB engine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4318
------- Additional Comments From roli8200(a)yahoo.de 2006-15-01 10:53 -------
The same error appears in 0.9.4 and 0.9.5. Wine 0.9.3 wasn't tested yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4318
Summary: No german umlauts in Corel Draw 9
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
Corel Draw don't allows german umlauts (äöü) in text and filenames when newly
saving a file. German umlauts in filenames of existing files are been properly
processed. Also existing documents containing text with german umlauts are
processed normaly.
There are no debug output related to this issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4306
------- Additional Comments From super-greg(a)gmx.de 2006-15-01 10:45 -------
Wow that was fast!
Indeed the patch fixes the problem, bug can be closed as soon as the patch is in
cvs.
thank you!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4036
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|4317 |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-01 10:40 -------
With latest CVS the only problem now is NtQuerySystemInformation. That's not
including d3d crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4317
Summary: NtSetSecurityObject no implemented.
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
OtherBugsDependingO 4036
nThis:
More and more copy-protection systems use object security to make some calls
fail. As an example:
1. Parent process creates the child process.
2. Sets the child process permissions with NtSetSecurityObject.
3. Child tries to open it's process with specific access mask.
This call should fail because set permissions do not allow such access.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4036
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |4317
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4316
Summary: Compilation failed
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wayjd(a)yahoo.com
make[2]: Entering directory `/home/john/Install/wine-0.9.5/tools/widl'
gcc -g -O2 -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o
utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port
-lfl
../../libs/libwpp.a(lex.yy.o)(.text+0x5e8): In function
`_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_':
/home/john/Install/wine-0.9.5/libs/wpp/lex.yy.c:3359: multiple definition of
`_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_'
lex.yy.o(.text+0x550):/home/john/Install/wine-0.9.5/tools/widl/lex.yy.c:1800:
first defined here
collect2: ld returned 1 exit status
make[2]: *** [widl] Error 1
make[2]: Leaving directory `/home/john/Install/wine-0.9.5/tools/widl'
make[1]: *** [widl] Error 2
make[1]: Leaving directory `/home/john/Install/wine-0.9.5/tools'
make: *** [tools] Error 2
Compilation failed, aborting install.
~~~
Asked about this on #winehq, got no response. Just a question of what GCC I
used, then nothing further. No problems compiling previous versions, I compile
using ./tools/wineinstall, using all defaults - I add nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4315
Summary: Corel Draw 9 crashes when trying to select a font for a
text object
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
In Corel Draw 9, after typing text and try to select a font for the generated
text object, Corel Draw crashes by a exception in sysparams.c in user.dll. This
appears (as known) since wine 0.9.5 (self compiled from the sources).
The crash dump is: -------------------------------
wine: Unhandled page fault on read access to 0x69622068 at address 0x69622068
(thread 0019), starting debugger...
WineDbg starting on pid 0xd
Unhandled exception: page fault on read access to 0x69622068 in 32-bit code
(0x69622068).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:69622068 ESP:406be150 EBP:406be3a8 EFLAGS:00210202( - 00 - -RI1)
EAX:407f9f54 EBX:407e0000 ECX:00000000 EDX:00000001
ESI:00000001 EDI:0000004b
Stack dump:
0x406be150: 407af54e 00000003 407f9f54 407d7ee0
0x406be160: 407d8a76 0000004b ffffffff 00000000
0x406be170: 00000000 00000001 401858a0 7c1fe7b0
0x406be180: 7c2095b0 00000010 0001b000 0001b000
0x406be190: 7c013388 000068c8 00000039 406be388
0x406be1a0: 40fb7914 7c165080 0001b000 0001b000
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x69622068 (0x69622068)
2 0x407b339f SystemParametersInfoA+0x4f(uiAction=0x4b, uiParam=0xffffffff,
pvParam=0x0, fuWinIni=0x0) [/install/wine-0.9.5/dlls/user/sysparams.c:2441] in
user32 (0x407b339f)
3 0x0096d47f in coreldrw (+0x56d47f) (0x0096d47f)
4 0x00000000 (0x00000000)
0x69622068: -- no code accessible --
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4313
Summary: Several Keyboard Startup Error messages when starting
Corel Draw 9
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
When Corel Draw 9 starts, several keyboard/unicode startup error messages are
generated This messages are apearing sinces testing for Corel Draw 9.
Messages output: ------------------------
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name)
:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name)
:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FEF9 (Pointer_
EnableKeys) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=90,scanCode=45,keycode=4D,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name)
:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=0)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name)
:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=1)
err:x11drv:X11DRV_CreateWindow invalid window height -25
err:x11drv:X11DRV_CreateWindow invalid window width -6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4248
------- Additional Comments From pedro.lixo(a)netcabo.pt 2006-15-01 08:31 -------
It's from 06-01-05 cvs version.
I already understood, what is the meaning of that warnings, it has to be with,
the EULA contract that we need to accept, it only happens at first run.
Still don't know what is trigerring that black letters, for now i'm doing some
thing to ReactOS (Keyboard layout, some translations) then i'll try to
understand better what is happening.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4310
------- Additional Comments From mamoreno(a)gmail.com 2006-15-01 08:30 -------
That's right. I worked really fine some versions ago (before Debian Sarge was
released) but i'm not sure which version it was.
Currently i can't try that regression test. I'll try debian stable package built
for debian unstable, if i can find a bit of time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4312
Summary: No Man's Land crashes when entering main menu
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When starting the game "No Man's Land", you can hear the sound from the films,
but not view them. When they are finished, the game crashes, where it should
display the main menu.
It requires a crack to work. MegaGames has only one for the German version, but
it worked fine for my non-German version.
http://www.megagames.com/cracks/html/c910670_0.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4310
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.teamavalaunch.com
| |/qwix/Qwix101.rar
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-15-01 07:29 -------
Confirming+adding download link. I was able to start the app with (very) old
wine version Wine 20041019 , so looks like a regression.If you have (a lot :) of
time left you might want to do a regression test:
http://www.winehq.org/site/docs/winedev-guide/x1344
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4311
Summary: No Man's Land demo installer does not start
Product: Wine
Version: 0.9.5.
Platform: Other
URL: http://www.nomans-land.de/english/index1.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The installer for the demo version of No Man's Land does not start; the only
console output is this line
fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF11f1.tmp") : returns fake
SECURITY_DESCRIPTOR
along with the normal output of 'start'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4306
------- Additional Comments From lionel.ulmer(a)free.fr 2006-15-01 06:58 -------
Note also that this patch has nothing to do at all with the WineX patch linked
to your comment (from what I can tell, Wine does not suffer at all from the
problem fixed by this patch).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4306
------- Additional Comments From lionel.ulmer(a)free.fr 2006-15-01 06:55 -------
Patch just sent to wine-patches (verified as working on the XWA demo).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4248
------- Additional Comments From alex(a)thehandofagony.com 2006-15-01 05:57 -------
I have the same problem as you in Wine 0.9.5, but there are no richedit errors
on the console. How old is your CVS checkout?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4249
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-15-01 05:23 -------
Installer works fine indeed with current cvs so resolving as fixed. (The app
itsself crashes unless you use native msxml3 but that's a different bug)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4263
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-15-01 04:28 -------
And GoogleEarth has the same bug: http://earth.google.com/tour/thanks-win.html
Raising severity to major.
Here are the last lines in the console:
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc712a4,0x7fc712a8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc7117c,0x7fc71180), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc71228,0x7fc7122c), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc712a4,0x7fc712a8), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc7117c,0x7fc71180), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc71228,0x7fc7122c), stub!
err:ole:ITypeInfo_fnInvoke failed to convert param 1 to vt 24588
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4309
giannis(a)stoilis.gr changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Directory chooser is |Directory-chooser GUI
|confused by directories |component is confused by
|named "..." |directories named "..."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4309
giannis(a)stoilis.gr changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Directory is confused by |Directory chooser is
|directories named "..." |confused by directories
| |named "..."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4309
Summary: Directory is confused by directories named "..."
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giannis(a)stoilis.gr
If you have a directory named "..." (three dots), any directory-chooser window
invoked by any program, will be confused by it. When clicking on the cross at
the left of ther directory-chooser window, to expand it and show its contents,
the contents of the second upper dir will be shown instead. If for example you
expand the directory "/tmp/a/..." the contents of /tmp will be shown inside it
instead.
This happens only with a three-dot directory name. Any other combination of dots
doesn't seem confuse it.
This is the default wine distributed by Ubuntu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4307
martyspamtrap(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From martyspamtrap(a)comcast.net 2006-15-01 01:05 -------
Oops... somewhere along the line my registry changed and the OSS audio driver
was being used instead of ALSA. This has never worked for me, but it is not a
problem since I can use ALSA perfectly. Please disregard this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4308
Summary: Heroes of Might & Magic 4 - battle scene is slow unless
mouse is moving constantly
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martyspamtrap(a)comcast.net
In a battle scene in HOMM4, animation is very slow, and CPU use is very *low*
unless the user moves the mouse around in continuous motion. While the user is
moving the mouse, animation occurs at full normal speed and CPU use is normal.
I suspect that since the mouse is a software drawn mouse cursor, it forces a
screen update when the mouse is moved. The normal code responsible for
maintaining the frame rate seems to be in error, throttling the frame rate back
way further than necessary, and moving the mouse overrides this because it
forces the update.
The same effect is noticed when on the video when the battle is over, where the
battle's stats are shown.
Please let me know if I can do anything to provide more useful information on
the subject.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4307
Summary: Heroes of Might & Magic 3 fails load, worked perfectly
in 0.9.3
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martyspamtrap(a)comcast.net
On attempting to start up Heroes of Might and Magic 3, Wine will change to full
screen mode, draw the software mouse cursor once, access the CDROM (looking for
a valid HOMM3 CD for copy protection), and then freeze up completely.
Reverting back to Wine 0.9.3, HOMM3 works flawlessly. Something broke between
now and then. I don't know my way around Wine to debug, but I am an experienced
code and would be glad to follow someone's instructions to provide more
information. Please let me know if there's anything I can do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4306
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.download.com/X- |http://www.swgamer.com/demo_
|Wing-Alliance-demo/3000- |al.shtml
|7557_4-10246460.html |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-01 00:22 -------
Sorry about the previous link (did not work for me) this one does and shows the
same symptoms
http://www.swgamer.com/demo_al.shtml
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3987
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2006-14-01 23:53 -------
Marking as duplicate...
*** This bug has been marked as a duplicate of 4064 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4064
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael.s.gilbert(a)gmail.com
------- Additional Comments From dank(a)kegel.com 2006-14-01 23:53 -------
*** Bug 3987 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3987
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From dank(a)kegel.com 2006-14-01 23:52 -------
Gilbert has opened bug 3994 for problem 1.
Problem number 2 is bug 4064; we should repackage
the activex control to include msvcp60.dll.
Problem number 3 isn't really a problem, it's
a feature; we don't want to force a modem user to do
a huge download.
Both problems 1 and 2 are valid, so I'm reopening this
bug and marking it as a dup of the most serious one,
bug 4064.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1385
------- Additional Comments From mikebeaudry(a)hotmail.com 2006-14-01 23:45 -------
I had the same keyboard problem (not responding). I have Heroes3 complete cds,
running the wine version found in Ubuntu's synaptic package manager:
Wine 20050725
While experimenting, I found if you select the Emulate Virtual Desktop option in
winecfg Graphics tab, the games stays in a window and the keyboard input is
correctly picked up.
Now if only I can find a solution for the dsound underruns...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4306
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.download.com/X-
| |Wing-Alliance-demo/3000-
| |7557_4-10246460.html
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-01 23:03 -------
Demo Availabe here
http://www.download.com/X-Wing-Alliance-demo/3000-7557_4-10246460.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |magnus(a)hacka.net
------- Additional Comments From magnus(a)hacka.net 2006-14-01 21:02 -------
Update about the trouble ticket I opened up with Valve. Hopefully they can give
us the information and we will be able to pin point the problem and resolve the
issue.
-------snipp-------
Discussion Thread
Customer (Magnus) 01/14/2006 06:59 PM
Hello again!
Please Sir, we're not requesting you to support Wine. We're wondering if you can
tell us what you did in the Steam platform update between the 22th and 23rd of
December 2005.
Telling us that will allow us to resolve the problem ourselfs.
Very best regards,
Magnus Glantz
----------------------------
Response (JeffH) 01/13/2006 01:29 PM
Hello,
We do not support the use of wine, Steam is a windows application. Using wine is
completely acceptable, however we cannot provide support for this application.
----------------------------
Customer (Magnus Glantz) 01/07/2006 09:16 AM
Hello,
After an update of Steam and the Steam platform between the 22-23th of Decmeber
a very nasty bug appeared with Steam and Wine. Wine is an Open Source
implementation of the Windows API on top of X and Unix. With Wine it has before
been possible to run Steam and Steam based games flawlessly in many diffrent
Linux platforms, until recently.
Between the 22 and 23th of December Valve made some kind of update that makes
Steam and all Steam based games to frequently freeze, making Steam and it's
games unusable and unplayable. Alot of people are using Wine or Wine based
solutions to be able to play you're games on Unix based platforms, but right
now, alot of them can not any longer.
The Wine Open Source community are trying to solve this problem. You would help
us and many of you're customers if you are able to tell us exactly what was done
in the update between the 22th and 23th December 2005.
A Wine Bug tracking ticket has been opened for this at:
http://bugs.winehq.org/show_bug.cgi?id=4131 there you can read more information
about this problem. This bug has been verified by the community. Some useful
information that has arisen is that the problem does not seem to appear in
off-line mode.
Best regards,
Magnus
-------snipp-------
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4306
Summary: X-Wing Alliance gives black screen
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
CC: super-greg(a)gmx.de
X wing makes it into the menu but entering game results in black screen.
It dont crash but nothing happens...
There was a patch that solved the prob for cedega-cvs.
http://lists.transgaming.org/pipermail/winex-cvs-logs/2006-January/002125.h…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4302
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-01 16:58 -------
Looks like something is crashing there (blocked by 0000):
What you need to try is this:
1. Disable sound/set sound to OSS (make sure there are no programs using sound).
2. cd to the game's directory (cd /mnt/win_d/Spiele/Ultima Online). Then run it
: wine ow_client_4011c.exe.
3. Copy game to your ~/.wine/drive_c and run it from there.
4. Install while game under Wine (you might need to install dcom98).
If all fails:
Run game and attache /tmp/relay.txt to to this bug report :
WINEDEBUG=+tid,+seh,+relay wine ow_client_4011c.exe &> /tmp/relay.log && grep -A
20 -B 300 "seh:" /tmp/relay.log > /tmp/relay.txt && rm -f /tmp/relay.log
You might need to kill it from the other terminal.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4305
Summary: EM_GETLINE is sorely missing
Product: Wine
Version: 0.9.5.
Platform: All
URL: http://www.dragonlancetc.com/forums/attachments/dltcep67
.zip
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
I've got a win32 program which i would like to run under wine.
It is more or less working, but i get these warnings :(
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:richedit:RichEditANSIWndProc EM_SETOPTIONS: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_GETLINE: stub
Of all the missing features, EM_GETLINE is the real showstopper.
Any chance for me?
URL is for the win32 program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3355
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-01 14:51 -------
I would say fixed. Audio page has been re-designed and there is no "Configure"
button.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3716
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-01 14:48 -------
I would say fixed - "Autodetect" is no more.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4303
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-01 14:42 -------
Same exact thing
*** This bug has been marked as a duplicate of 4184 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4184
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |me(a)benmassey.ca
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-01 14:42 -------
*** Bug 4303 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4303
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-01 14:39 -------
you need to make sure that your WM' screen depth and wine's agree.
If you set the screen depth in winecfg to 16 then you need to log out and
restart your X session as 16 before you can use wine or winecfg.
It is not nessesary to wipe out your registry files.
With all that said. I'm pretty sure that this should work better than it does so
IMO it's not Invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4302
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-01 14:27 -------
Could you submit an entry for this Application Version into the AppDB
http://appdb.winehq.org/appview.php?appId=228
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4304
marc(a)indivisibilities.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4304
Summary: Double clicking to change table values doesn't work
Product: Wine
Version: CVS
Platform: Other
URL: http://www.metaquotes.net/files/mt4setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)indivisibilities.com
With Metatrader 4, there are many places (e.g. in View->Strategy Tester and then
the 'Expert properties' button in the new section at the bottom of the window)
where you should be able to doubleclick on a value in a table, allowing you to
change its value. Unfortunately, wine's inbuilt dlls don't let this work, i.e.
doubleclicking has no effect. Changing this for the Win2k comctl32.dll allows it
to work as expected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4229
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-14-01 14:13 -------
Did wine running this program prints any warnings in the output?
The patch you mention starts wine using its internal Marlett font (marlett.sfd).
Maybe your installation just misses it...
Are main window icons drawn correctly if you go to the "Graphics" page in the
winecfg, uncheck an option "Allow the window manager to control the windows" and
just run "wine notepad"?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-14-01 13:52 -------
Peto wrote:
| Do You think that by subscribing licenses for our, say, 30 machines now (and if
| successfull, more in the future as we will buy new machines), we can get the
| problem fixed in reasonably short time?
I guess this q. should go directly to Codeweavers, but you can always try a
trial version of the product - maybe it already has some fix in:
[3] http://www.codeweavers.com/products/download_trial/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3963
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-14-01 13:33 -------
It seems to be related to DLL load order again. Can you provide two +loaddll
trace logs so we can compare them and see the difference?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4301
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-01 13:14 -------
It was because it had no vendor assigned to it not because its name was too long.
Changed it vendor to [Freeware] and now you can find it using just TresEd or
trespasser.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3083
------- Additional Comments From cppcreater(a)yahoo.com 2006-14-01 13:09 -------
This is a duplicate of what I posted in the main comments thing.
Open up Program Files/Google/Google Earth/kvw/default_lt.kvw
In <name>Render Window</name> instead of the usual
<location>RenderFrame</location> just completely delete RenderFrame so it looks
like <location> </location> Do the same thing in <name>Navigation Panel</name>.
When you're through it should look like this:
<?xml version="1.0" encoding="iso-8859-1"?
<workspace>
<application>
<revision>1</revision>
<modules>
<module>xml/app.module.xml</module>
<module>xml/auth.module.xml</module>
<module>xml/render.module.xml</module>
<module>xml/navigate.module.xml</module>
<module>xml/layer.module.xml</module>
<module>xml/measure.module.xml</module>
<module>xml/web.module.xml</module>
<module>xml/gps.module.xml</module>
<module>xml/basicingest.module.xml</module>
<module>xml/google.module.xml</module>
</modules>
</application>
<gui>
<revision>1</revision>
<mainWindow>
<geometry>
<x>0</x>
<y>0</y>
<width>990</width>
<height>650</height>
</geometry>
</mainWindow>
<preferences>
<panels>
<RenderPrefs/>
<CachePrefs/>
<LayerPrefs/>
<NavigatePrefs/>
<ApplicationPrefs/>
</panels>
</preferences>
<windowStack>
<name>Render Window</name>
<type>singleton</type>
<location>
</location>
<geometry>
<width>800</width>
<height>600</height>
</geometry>
<moduleWindow>
<id>RenderWindow</id>
</moduleWindow>
<visibility>true</visibility>
<disablehide>true</disablehide>
</windowStack>
<windowStack>
<name>Navigation Panel</name>
<type>singleton</type>
<location>
</location>
<geometry>
<width>800</width>
<height>150</height>
</geometry>
<moduleWindow>
<id>NavigateWindow</id>
</moduleWindow>
<visibility>true</visibility>
</windowStack>
<windowStack>
<name>Places</name>
<type>singleton</type>
<location>MyPlacesFrame</location>
<moduleWindow>
<tabtext>My Keyhole</tabtext>
<id>LayerWindow</id>
</moduleWindow>
<visibility>true</visibility>
</windowStack>
<windowStack>
<name>Layers</name>
<type>singleton</type>
<location>LayersFrame</location>
<moduleWindow>
<id>ServerWindow</id>
</moduleWindow>
<visibility>true</visibility>
</windowStack>
<windowStack>
<name>Search</name>
<type>singleton</type>
<location>SearchFrame</location>
<moduleWindow>
<tabtext>Search</tabtext>
<id>GoogleSearchWindow</id>
</moduleWindow>
<visibility>true</visibility>
</windowStack>
<windowStack>
<name>Measure</name>
<type>singleton</type>
<location>float</location>
<moduleWindow>
<tabtext>Measure</tabtext>
<id>MeasureWindow</id>
</moduleWindow>
<visibility>false</visibility>
<noresize>1</noresize>
</windowStack>
<windowStack>
<name>GPS Device</name>
<type>singleton</type>
<location>float</location>
<moduleWindow>
<tabtext>Gps Device</tabtext>
<id>GpsWindow</id>
</moduleWindow>
<visibility>false</visibility>
<noresize>1</noresize>
</windowStack>
<windowStack>
<name>Web</name>
<type>singleton</type>
<webpage>http://www.google.com</webpage>
<location>WebWindowFrame</location>
<moduleWindow>
<id>WebWindow</id>
</moduleWindow>
<visibility>false</visibility>
</windowStack>
</gui>
<more>
<revision>1</revision>
</more>
</workspace>
Just resize the earth window and the bottom navigation thing. I have wincfg set
to Enable a Vertual Desktop at 1024 X 768. You can change this and the tools ->
options to make it bigger/smaller.
One more thing: let it do it's loading thing w/o clicking on anything. IE, the
activeX thing comes up, leave it alone until the "initializing" thing is throug
hand then click no.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4086
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.emule-
| |project.net/home/perl/genera
| |l.cgi?l=1&rm=download
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4299
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.emule-
| |project.net/home/perl/genera
| |l.cgi?l=1&rm=download
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4297
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-01 12:39 -------
that would be another bug then. I did not encounter that drawing bug though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4303
Summary: wine and all fellow programs break after setting to
anything other than 24-bit
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)benmassey.ca
When I enter winecfg, disable 'desktop double buffering' on the Graphics tab,
and set colour depth to 32-bit, 16-bit, or 8-bit, it becomes impossible to open
any Windows program with wine or even winecfg itself. The only remedy is to wipe
out all the registry files and start anew.
After I do this, the following error message results on the console when I try
to open winecfg or any Windows program with wine:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 13
Current serial number in output stream: 14
This message is constant regardless of the colour depth chosen.
I am running Slackware Linux 10.1 with KDE 3.4.2 on a Celeron 1.0GhZ with 256
megabytes of RAM and an ATI Radeon video card that's fairly old, but
unfortunately I can't remember the number.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4298
------- Additional Comments From tony.lambregts(a)gmail.com 2006-14-01 11:47 -------
Patches Submitted here tend to bit rot. Please submit patches to
wine-patches(a)winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4225
------- Additional Comments From andrea.gabellini(a)telecomitalia.sm 2006-14-01 11:39 -------
I tried to use native COMCTL32.DLL and COMMCTRL.DLL from www.dll-files.com. Now
SecureFX works! The only problem that remains it's icons that aren't display
correctly.
This information can be useful for debugging builtin dll?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4302
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |critical
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-01 10:32 -------
Please stick with the last wine-0.9.5. Please include the whole (from wine
uo.exe...) output in the terminal.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4302
Summary: Ultima Online: Mondains Legacy freezes
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chain_shinra(a)gmx.at
After a while the screen just freezes.
As a help I have started wine from Konsole to get some output.
Well, this is generated:
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000b, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000b, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000b, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000b, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000b, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7fe36c1c "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
and it just continues, but the game is dead. This means if you switch to
another app and back, the screen does not get refreshed anymore.
Also, upgrading to 0.9.1 thru 0.9.5 did not help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4301
Summary: The title of TresED is too long to search for...
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yochenhsieh(a)xuite.net
In http://appdb.winehq.org/appview.php?appId=2746
the title of TresED is "TresEd: The Trespasser Level Editor".
That's really annoying if an user wants to search for Tresed,
he cannot find it by just using "tresed", instead, he/she have to enter
the entire title so that the result will show it.
Sorry for bothering all of you about this app these days.
Please help fix it,
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4300
tobi(a)die-loews.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4086
------- Additional Comments From alex(a)thehandofagony.com 2006-14-01 06:56 -------
I think the OpenMG module must be installed seperately since I did not run the
main setup program, but the one for SonicStage alone, as the main setup program
does not work. However, the OpenMG setup program does not start (bug 4257).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3321
------- Additional Comments From aigle5(a)wanadoo.fr 2006-14-01 06:47 -------
with wine 9.5
install works with :
unzip MP721_full.zip in ~/mp721
cd ~/mp721
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine setup.exe
program run with :
cd ~/.wine/drive_c/Program Files/Microchip/MPLAB IDE/Core
WINEDLLOVERRIDES="ole32=n" wine MPLAB.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4300
Summary: viewportExt changed after call to StrokePath
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobi(a)die-loews.de
After a call to StrokePath the ViewPortExt is changed.
The reason is the call
"SetViewportExtEx(dc->hSelf, szViewportExt.cx, szViewportExt.cy, NULL);" in
line 1784 in "path.c", as it calls implicitely "MAPPING_FixIsotropic" which
changes (at least in my case) dc->vportExtX. (There is also the hint in MSDN to
call SetWindowExtEx before SetViewportExtEx).
A solution could to set the viewport and windowport explicit (without a call to
SetViewport/WindowExtEx).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4093
------- Additional Comments From alex(a)thehandofagony.com 2006-14-01 05:59 -------
Have you tried switching sound driver? I experienced this in some games, but
switching Wine's sound driver from ALSA to OSS fixed it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4299
Summary: Text field malfunction in eMule.exe's search tab
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kimmo.sundqvist(a)mbnet.fi
In eMule 0.46c the text field that is used for entering keywords for a search
will frequently come to a state where a blinking cursor is displayed, but
keyboard input has no effect on the contents of the field.
Clicking with the mouse cursor on the text field has no effect. Keyboard input
still does nothing. Clicking on the button at the righthand end of the field,
having the label "6" will clear the field and allow keyboard input.
Sometimes the blinking cursor won't appear until the button marked "6" is clicked.
Switching to another tab on the eMule window and coming back to the "Search" tab
will return the input field into a usable state.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4295
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |critical
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
------- Additional Comments From tuharsky(a)misbb.sk 2006-14-01 04:40 -------
In CVS Wine 2005-08, bitmap is OK.
I'll finish the regression testing and report the results.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.