http://bugs.winehq.org/show_bug.cgi?id=15991
Summary: Road Wage demo crashes when starting a mission
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.download.com/Road-Wage-2000-demo/3000-7519_4-
10243518.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17190)
--> (http://bugs.winehq.org/attachment.cgi?id=17190)
Road Wage backtrace
After starting the game and selecting the various requested game choices, when
trying to start a mission, the game ends up crashing. I possess:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7800 GT/PCI/SSE2/3DNOW!
OpenGL version string: 2.1.2 NVIDIA 177.80
for my particular configuration.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23510
Summary: Google Talk error dialog when opening
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://dl.google.com/googletalk/googletalk-setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
Created an attachment (id=29351)
--> (http://bugs.winehq.org/attachment.cgi?id=29351)
Console output from opening google talk
When google talk is started after it is installed, a regression causes a dialog
box to be shown with the following message:
"Google Talk encountered an internal error, and must now close. Ok to report
this error to Google?"
Closing the dialog causes the application to exit.
I did a regression test and found the following commit caused the regression.
Reverting the commit fixes the issue.
8c06ed96aeb737e5596e190efe785a2c2c97237e is the first bad commit
commit 8c06ed96aeb737e5596e190efe785a2c2c97237e
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Dec 7 14:54:33 2009 +0100
mshtml: Improved OleDocumentView_UIActivate implementation.
Google talk should at least open without an error, although bug 3254 prevents
it from keeping a stable connection after logging in, and bug 5162 prevents a
lot of text from being shown.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16629
Summary: Win32 console doesnt display graphic chars properly
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)gknw.de
Win32 console apps dont display graphic chars properly;
here are some screenshots to show what I mean:
app on Win32:
http://www.gknw.net/test/wine/rdb_grafic_win32.png
app on Wine:
http://www.gknw.net/test/wine/rdb_grafic_wine.png
Another Win32 console app which shows up same font issue is rconip;
for testing self you can download it from here:
http://rconip.sourceforge.net/
if you launch it with 'wine rconip.exe' the first screen already shows this
same issue ...
I checked also wine registry settings and found there some probably strange
things which at least dont comply with Wine docu; f.e.:
localhost\HKEY_CURRENT_USER\Console\FontSize is set to 0x00f008 although docu
at:
http://www.winehq.org/docs/winedev-guide/x3500 - Table 8-5. Console registry
settings
says its default is 0x0c08; also from this docu the FaceName should have no
default while my registry has it set to 'Fixedsys'.
Manually changing FaceName or FontSize doesnt make any difference, and afer
wine or wineconsole has run the original values are automatically restored.
It somehow seems to me that perhaps signed chars (7-bit) are used instead of
unsigned chars (8-bit) which kills all graphic chars ...??
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12286
Summary: regression: sound: first fragmented, now the ends are
chopped off
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wkresse.de
CC: m.b.lankhorst(a)gmail.com
Since 0.9.40 I am having problems with sound playback. The application is the
Arindal MMORPG-Client (http://www.arindal.com/), but it uses standard QuickTime
to play sound (installed QuickTime 7.2.0.240).
The first regression was introduced in 0.9.40. Before that, sound was playing
fine. With 0.9.40, sound would no longer be played continuously, but all the
sounds (in my case the sound effects of the game) were played fragmented and
choppy.
A git bisect shows that this is the problematic commit:
a7d6ed8ea65260f62f1762b05c496bee0944e6a1 is first bad commit
commit a7d6ed8ea65260f62f1762b05c496bee0944e6a1
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed Jun 13 17:05:49 2007 +0200
dsound: Simplify mixing by removing remixing support, and fix its waveout
breakage.
Based on a patch by Peter Dons Tychsen.
:040000 040000 736eca236d0ebae24b5688d44afdce594884fc8a
86bc67d2716bb82bb35154daa77411f4240d3705 M dlls
The second regression (or partial fix of the first regression?) was introduced
in 0.9.41. Since then, sounds will play continuously again, but very often (not
always) the ends of the sound are chopped off (the last 0.2 seconds or
something like that), so that very short sounds are no longer played at all,
especially if many or multiple sounds are played in short succession. In
addition, sometimes fragments of the "missing" sound bits are played at a later
point, for example, when another sound starts playing.
Git bisect where this occured:
976f56d6c0f7bb6c2248412a3b66935d87924e60 is first bad commit
commit 976f56d6c0f7bb6c2248412a3b66935d87924e60
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sun Jul 8 16:36:46 2007 +0200
dsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.
:040000 040000 b01d7c5c953beee04fe3761828a380f96b4e0b8a
4d7ea3068c00fed65cffcaed24aa95e980ae5dd8 M dlls
Unfortunately, I cannot test whether this has been fixed after 0.9.50, since
Arindal will no longer run in current wine versions due to bug #11989.
If you want to test this with Arindal, you can get a free demo account here:
http://www.arindal.com/cms/content/view/69/121/lang,de/
Ubuntu 7.10 on AMD Athlon(tm) XP 1600+
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27666
Summary: The game can't start probably by an wine error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dibujosgraffiti(a)gmail.com
The executable has encountered an problem, an it can not start (it is closed by
wine), and the message says that if the error does not occur in Windows,
report this bug here.And I have attempted many things, but neither is the
solution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26364
Summary: All Airborne Assault series games are unbearably slow.
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xaron77(a)fastmail.fm
The bug has appeared recently. Game is extremely slow (while it's possible to
move mouse normally, the time passes in game tens of time slower). There are
short sounds of working HDD while the game plays.
There are no error messages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19640
Summary: Anno1503 intro mission: can't move the ship, though
selected
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gorgonz(a)web.de
this is a dividing of bug #19632 into different errors
AMD 9750 Quad, ATI HD 4850, OpenSUSE 11.1, KDE4.3
Game is Anno 1503, not yet a patch
- Installation of game ok
- winecfg:mount cd, set audio:alsa ok
- start game ok
- select intro mission ok
Now are several problems
- while mouse movements towards the screen border will move the view,
it was not possible to move the ship, though being selected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15920
Summary: Switching to an interlaced video mode (in some games)
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sandburg(a)netcourrier.com
I'm (still) using a CRT screen.
The only one resolution set in my config file (/etc/X11/xorg.conf) is 1024x768
85Hz non interlaced - 24 bits color
In some games (list below), I set the resolution to the one of my settings
(1027x768) and I obtain this resolution BUT interlaced. (And I don't want that)
I guess to obtain a non-interlaced refresh, but in place of that... it is
interlaced.
This appends in 2 games :
Wakfu
World of Goo
What really surprises me, is that I know the source code of Wakfu (I am
developper by Ankama) and I know the resolution asked to the interface tier is
not interlaced.
So I think it comes from Wine...
Extract of xorg.conf :
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768 +0+0; nvidia-auto-select +0+0"
EndSection
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24693
Summary: Installing AutoCAD R14
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dasmith(a)electronicaidesdesign.com
I have a question. What causes a "write: Bad file descriptor" error 423? I have
been trying to install AutoCAD R14 with wine-1.3.2-1mdv2008.1.i586.rpm with
this "write: Bad file descriptor" error. I have ran winetricks corefonts tahoma
before trying to install AutoCAD R14. The following text is displayed during
the AutoCAD R14 install setup.exe execution:
TMP=/home/davids/tmp
G_FILENAME_ENCODING=@locale
PYTHONPATH=/usr/lib/ooo-2.4/program:/usr/lib/ooo-2.4/program
QTLIB=/usr/lib/qt3/lib
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ApXglrrekP,guid=4dad5d9a99a163fdac7a9cf34cb093cb
LC_CTYPE=en_US.UTF-8
LESSOPEN=|/usr/bin/lesspipe.sh %s
PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig:/opt/kde4/lib/pkgconfig:/usr/lib/qt4/lib/pkgconfig:/opt/kde4/lib/pkgconfig
DESKTOP=kde
BROWSER=/usr/bin/www-browser
DISPLAY=:0
META_CLASS=powerpack
LADSPA_PATH=/usr/lib/ladspa/
LC_TIME=en_US.UTF-8
MDV_MENU_STYLE=mandriva
LC_NAME=en_US.UTF-8
COLORTERM=
_=/bin/env
WINEPREFIX=/home/davids/.wine-acadr14
wine client error:1e: write: Bad file descriptor
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7e1b76d9
wine client error:1e: write: Bad file descriptor
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7e1b76d9
wine client error:1e: write: Bad file descriptor
[davids@dasmith ~]#
WINEPREFIX=/home/davids/.wine-acadr14 is a copy of
.wine/drive_c/windows/system32
I just tried removing wine-1.3.2-1mdv2008.1.i586.rpm and reinstalled
wine-1.1.32-1mdv2008.1.i586.rpm and tried again to install AutoCAD R14 but the
same "write: Bad file descriptor" error 423 occurred again. I had successfully
installed AutoCAD R14 a few months ago through wine and now I can't seem to do
it.
Any ideas or suggestions to try?
Thank you,
David A. Smith
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15867
Summary: Warhammer D3D Screen Flip.
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zirous(a)gmail.com
In Warhammer Online the frame will flip upside down for about a second, and
goes back to normal. This bug happens every x frames, or around once a minute.
Cloud Warhammer Online # uname -a
Linux Cloud 2.6.25-gentoo-r7 #1 SMP Tue Sep 9 12:56:42 Local time zone must be
set--see zic m x86_64 Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GenuineIntel
GNU/Linux
Graphics Card: 280 GTX, 177.80 DV.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.