http://bugs.winehq.org/show_bug.cgi?id=9786
Summary: gpuViewer fails to start, trying to change HDC
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.gpuviewer.com/index.php/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
gpuViewer Tech Preview does not start. Wine displays errors about the app
doing an invalid operation on the root window, then one about changing the
device context which OpenGL does not allow. An X error follows.
fixme:win:EnumDisplayDevicesW ((null),0,0x34bde0,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x135c18) : stub,
simulating 64MB for now, returning 64MB left
err:wgl:X11DRV_SetPixelFormat Invalid operation on root_window
err:d3d:CreateContext HDC=0x320 is already set to iPixelFormat=1 and OpenGL
doesn't allow changes!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 473
Current serial number in output stream: 473
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12044
Summary: Garry's mod crashes upon player death caused by prop.
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blacksash(a)badako.nl
Created an attachment (id=11395)
--> (http://bugs.winehq.org/attachment.cgi?id=11395)
Crashlog from garry's mod
In the game garry's mod (available for $10 on Steam), the game crashes when the
player is killed by crushing or ramming with any kind of prop. Any collision
that would normally kill a player will crash the game with an unhandled
exception.
Death by guns or falling works normally, as do things like killing a player
inside a pod.
Attached is a +trace log made by running steam and calling Gmod as it's startup
app.
The lines:
1970: fixme:d3d:handleStreams Tweening is only valid with vertex shaders
1971: fixme:d3d:handleStreams Tangent and binormal bump mapping is only valid
with vertex shaders
Are caused by me spawning a car to test the crushing crash (I held it over my
head and let it go.)
The lines:
2121: fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const
value srgb_cmp (a)
And similar are displayed at the exact moment the crash occurs.
Since, upon death, the FOV is supposed to turn red, and this doesn't happen,
perhaps there is some rendering bug causing the game to crash because it cannot
change the colour?
--
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=12294
Summary: Warhammer 40K: dark crusade - Lag when not playing
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterofnebulahfrost(a)hotmail.com
In the game, whenever there is a non-playing scene, the graphics lag terribly,
while the sound is ok. This can be seen almost everywhere, for example:
1) the intro
2) the intro to the single player campaign (which is done using the game
engine)
--
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=11342
Summary: NFS3 demo version does not uninstall
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
NFS3 demo version reports error when trying to uninstall. Possibly related to
bug http://bugs.winehq.org/show_bug.cgi?id=11266.
Download NFS3 demo version: http://www.gamershell.com/download_4364.shtml
--
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=9548
Summary: pxtone: Can't save new project files (*.ptcop), or
*.pttune
Product: Wine
Version: 0.9.44.
Platform: Other
URL: http://hp.vector.co.jp/authors/VA022293/pxtone.html
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
Using pxtone (v 0.8.3.3), everything seems to work perfectly, *except* for
saving a new .ptcop project file (also some d3d warnings in the terminal, but
those seem harmless). Exporting to .pttune also doesn't work. Attempting to
save either of these results in a dialog box titled "error" containing the text
"open file". Interestingly, exporting to new .wav files works fine. (Wild
shot in the dark, but could this be related to the filename extension of both
.ptcop and .pttune being more than 3 chars?) Ran with freshly generated
~/.wine, and changing the emulated Windows version has no effect.
Loading existing .ptcop files work fine. Saving to existing .ptcop files also
work fine. Thus, the problem is only saving to new .ptcop files (and .pttune
files) that doesn't already exist in the file system. (This also works fine in
real Windows.)
Using pxtone v 0.8.3.3, available from this page:
<http://hp.vector.co.jp/authors/VA022293/pxtone.html>
Steps to reproduce (works every time):
1. Download pxtone: <http://homepage2.nifty.com/rochet/storage/pxtone_0833.zip>
2. Delete japanese.ico to enable english mode
3. Run the program, go to File->Save project or File->Save project as
4. Enter a new filename, click save
5. Watch error dialog pop up
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10795
Summary: UI-view32.exe does not show maps on screen
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
URL: http://www.ui-view.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: jpgrohn(a)gmail.com
Created an attachment (id=9654)
--> (http://bugs.winehq.org/attachment.cgi?id=9654)
Console texts
When starting UI-view32.exe, program starts ok, but map view is black. Map can
see very short time and then view goes black.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11043
Summary: Black screen after laucnhing domo
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feydreva(a)lsu.fr
Created an attachment (id=10046)
--> (http://bugs.winehq.org/attachment.cgi?id=10046)
Logs from the winterm
When I launch DOMO, Wine crashe jsut after the Splash screen.
I hear the sound, but have a black screen.
Last driver fomr nvidia are installed
and DirectX9 is installed, DXDiag reports no errors
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10303
Summary: WMA playing
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Created an attachment (id=8952)
--> (http://bugs.winehq.org/attachment.cgi?id=8952)
wma log from test-drive 6
It seems to be impossible to load WMA files with wine. All game using these
won't get music and/or sound effect.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.