http://bugs.winehq.org/show_bug.cgi?id=4315
------- Additional Comments From wijn(a)wanadoo.nl 2006-16-01 10:48 -------
I do not understand what you mean 'creating a lot of symlinks'.
Just do
patch -p1 < diff-file
from the top of the source tree.
The script I use to generate patches is almost 7 years old, nobody complained.
Rein.
--
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=4009
------- Additional Comments From alex(a)thehandofagony.com 2006-16-01 10:45 -------
Created an attachment (id=1694)
--> (http://bugs.winehq.org/attachment.cgi?id=1694&action=view)
Output from Wine 0.9.5
I get the same results with the full game as with the demo (bug 4255) in Wine
0.9.5: I can hear the sound from the intro and when I move around on the menu,
but nothing is drawn on the screen; it resizes to a smaller resolution, and
displays a part of my desktop or a window if I have anyting open.
--
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=4296
------- Additional Comments From junkmail(a)eighteyes.com 2006-16-01 10:01 -------
The program I'm running is a custom coded email program. The printing used to
work in WINE. I haven't upgraded the program since then (there are no newer
versions), only WINE.
This is what I get as output. It starts with these few lines:
The instruction at 00000000 referenced memory at 00000000
The memory could not be read fromThe instruction at 7fc6baa8 referenced memory
at 00000001
The memory could not be read fromThe instruction at 7ffc0d2b referenced memory
at 00000004
The memory could not be read fromThe instruction at 7ffc0d2b referenced memory
at 00000090
The memory could not be read fromThe instruction at 7ffc0d2b referenced memory
at 00000090
The memory could not be read fromThe instruction at 7ffc0d2b referenced memory
at 00000090
The memory could not be read fromThe instruction at 7ffc0d2b referenced memory
at 00000090
(...repeat the same line a lot of times, then...)
The memory could not be read fromThe instruction at 7ffc0d2b referenced memory
at 00000090
The memory could not be read fromerr:seh:setup_exception stack overflow 760
bytes in thread 0009 eip b7dd289e esp 7fb20d08 stack 0x7fb20000-0x7fc20000
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-16-01 09:23 -------
I sent a patch that fetches the "fixed" version from sourceforge mirrors.
FYI the file is never directly fetched from WineHQ but from one of the mirrors
you'll find here: http://source.winehq.org/mozactivex?action=showlist
--
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 tuharsky(a)misbb.sk 2006-16-01 08:50 -------
Created an attachment (id=1693)
--> (http://bugs.winehq.org/attachment.cgi?id=1693&action=view)
Screenshot of entire app window
To answer Your last question, I post the whole app window as I see it.
I don't see any warnings, either graphical or console..
How do You mean that the font can be missing in my installation? How do I get
it? I compile Wine from source and there is no mention about such need in Wine
User's Guide in the compilation chapter. By the way, I realise that many things
might be missing there in documentation..
--
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=4324
Summary: MAPPING_FixIsotropic behaves wrong with negativ
viewport/window extension
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
If one uses also negativ viewport/window extension, then MAPPING_FixIsotropic
may behave wrong. A solution would be changing line 40 in mapping.c from
if (xdim > ydim)
to
if (fabs(xdim) > fabs(ydim))
--
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
----------------------------------------------------------------------------
Component|wine-gui |wine-gdi-(printing)
--
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
----------------------------------------------------------------------------
Component|wine-gdi-(printing) |wine-gui
--
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=4323
Summary: dnsapi.dll not implemented
Product: Wine
Version: 0.9.4.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lionel(a)mamane.lu
Some programs try to use a DLL called "dnsapi.dll", presumably to do DNS
lookups. It is not present in Wine and thus these programs can't access the
Internet. Example: Download from http://www.sipdiscount.com/getfrommirror.php
--
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 tuharsky(a)misbb.sk 2006-16-01 08:20 -------
And Detlef, I have mailed the Codeweavers to ask them about conditions of our
possible contract..
--
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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-16-01 08:20 -------
Hi, Detlef
inform8, CVS Wine 060109, network printer Xerox_230 by LPD
So I compiled by Your advice, with libcupsys2-dev installed.
Now, there IS printer in notepad, and it is fully functional. I can say, that
this way Your advice works (There should be mention about this in Wine User's
Guide, because if You wouldn't tell, I'd never know)
However, in the ISS there is still NO printer. Blank space.
--
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=4311
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-16-01 06:03 -------
It's a zip file and inside this zipfile there's a file called START.EXE. Instead
of running this file , wine runs it' s own start.exe.so. I've seen this problem
before with files called START.EXE, but i dunno how to fix it. Anyone an idea?
--
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=4314
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-16-01 05:55 -------
So what is the bug: does the app not start (because of these messages) or does
it crash or what.Please provide as much info as you can
--
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
------- Additional Comments From roli8200(a)yahoo.de 2006-16-01 05:37 -------
I tried apply the patch against the wine-0.9.5. Patch seems to work clean.
The exception did not happend again. As far tested by me You can add the patch
to the cvs version.
Sorry for this but I have one other suit. Can You please create patches which
are applyable without correcting the patchfile and creating a lot of symlinks?
-- see the following lines.
--- wine/dlls/user/sysparams.c 2005-12-17 09:44:49.000000000 +0100
+++ mywine/dlls/user/sysparams.c 2006-01-16 09:20:07.000000000 +0100
--
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 superandrzej(a)epf.pl 2006-16-01 05:12 -------
> In that case, why are reporting it here and not with the maintainer
> of the Slackware package?
I thought that this is right place as link to slackware package is published on
winehq.org.
Additionally there is a chance that someone will have similar problem in the
future and searching through bugzilla will give him some clues.
Anyway I will send an email do slackware package maintainer.
--
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-16-01 04:31 -------
I suggested to set Wine to emulate Windows 98 because I saw
GetCharABCWidthsFloatA being called just before your trace
ends. Because this call is not present on Windows 98 your
app may decide not to call it.
Your app is probably based on QT because I have seen this
problem with QT based apps before. In fact, I just sent a
patch to improve GetCharABCWidthsFloat that may also help
with your application. Maybe you could try it? Find it here:
http://www.winehq.org/pipermail/wine-patches/2006-January/023458.html
> I believe that this is a problem of slackware binaries.
> When I compile from the source the is no problem.
In that case, why are reporting it here and not with the maintainer
of the Slackware package?
--
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 superandrzej(a)epf.pl 2006-16-01 03:40 -------
I don’t think that this problem is related to the emulated version I choose.
With wine compiled from sources I use Windows 2000 emulation and everything is ok.
I believe that this is a problem of slackware binaries.
When I compile from the source the is no problem.
Another visible difference apart from error messages is that during first start
of the program under wine complied from sources there is something called “font
metric generation” while in slackware binaries there is no such thing.
--
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 giulian2003(a)hotmail.com 2006-16-01 02:53 -------
This "bug" is not specific to only Heroes, but every application that uses the
GDI functions may experience this problem!
I tried to solve it and i obtained good results with the modifications i made
but unfortunately my lack of experience with wine and the lack of time didn't
allow me to finish it! ;(
I would really appreciate if someone with a bit more experience would continue
my work, moustly because this "small" modification would greatly improve wine
overall.
--
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=3573
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-16-01 02:39 -------
>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.
You could also use 7-zip (www.7-zip.org) until xorg fix their code or until Wine
gets fixed another way.
--
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 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.