http://bugs.winehq.org/show_bug.cgi?id=22785
Summary: 'Candytron' exhibits geometry corruption on certain 3D
objects
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://pouet.net/prod.php?which=9424
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
When running the 'Candytron' final version demo (now in full screen), some 3D
objects are rendered garbled with vertices going all over the place. The
program otherwise works to completion and closes properly.
Test configuration: WineHQ-made Wine 1.1.44 on Mandriva 2010.0, using clean
profile and fglrx from Catalyst 10.4.
When running from console, the only d3d error seems unrelated:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Download the 'final' version from this page:
http://pouet.net/prod.php?which=9424
Also provided at that address, a video of the rendered version.
--
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=31952
Bug #: 31952
Summary: Graphical bug causing horizontal lines on world
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan-vola(a)hotmail.com
Classification: Unclassified
Presumably due to a texture being projected horizontally, several areas in game
have horizontal "Slices" in them.
This was to my knowledge added by an update to the game not to wine, so there
is (probably) no regression.
Some areas where this bug is blindingly obvious are north Diessa Plateau and
west Rata Sum.
--
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=28464
Summary: winmm causes DSOUND_callback Wave queue corrupted
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
WHDR_DONE should only be set immediately before invoking the DriverCallback,
because some apps poll for that flag and don't depend on notifications or
callbacks.
WOD_MarkDoneHeaders must find another way to isolate done headers.
Because the queue of done headers is not isolated properly,
attachment #36494 to bug #28056
exhibits a log (around line 4250) where 2 threads, namely the app calling
waveOutWrite and the winmm feeder thread both grab the same list and send the
same notifications.
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3A90,
00000000)
0036:trace:winmm:WINMM_BeginPlaying ...
0036:trace:oss:AudioRenderClient_ReleaseBuffer (0x17d34f0)->(512, 0)
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AB0,
00000000)
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AD0,
00000000)
0034:trace:winmm:WOD_PushData (0xc000)
0036:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AB0,
00000000)
0036:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AD0,
00000000)
What happens is that the first thread removes the first header from
device>first. At the time the second thread kicks in, apparently more headers
are marked done. But since they are all part of the same linked queue, the
later ones trigger 2 notifications each.
err:dsound:DSOUND_callback Wave queue corrupted!
is the result of getting notifications twice.
Nice race condition!
BTW, but that's another issue, the code says "NotifyClient should never be
called while holding the device lock". However that's exactly what can happen
via waveOutWrite -> WINMM_ValidateAndLock -> WINMM_BeginPlaying -> WOD_PushData
-> NotifyClient.
I suggest a per device slot updated via InterlockedExchangePointer holding the
queue of pending notifications. The top-level wave* commands (and the winmm
feeder thread too) would then drain that queue. (The feeder thread could even
delegate that to another (timer?) thread.) Alternatively, Push/PullData return
that queue.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40185
Bug ID: 40185
Summary: Farming Simulator 15 under steam with arch linux not
playable
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marijnvantricht(a)gmail.com
Distribution: ---
Created attachment 53695
--> https://bugs.winehq.org/attachment.cgi?id=53695
Backtrace (Bug)
This happens in Farming Simulator when the game is loaded and play is pressed.
Please this is my first bug report forgive me when I am doing something wrong.
--
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=36475
Bug ID: 36475
Summary: Civilization 2 Gold
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gregory.bartram(a)gmail.com
Created attachment 48535
--> http://bugs.winehq.org/attachment.cgi?id=48535
wine crash report
I realize this is an old game and bug and there are probably other alternatives
to play, but Civ 2 Gold crashes on start.
wine: Unhandled exception 0x80000003 in thread 27 at address 0x7bc6b4a0 (thread
0027), starting debugger...
Also fails using WineBottler. However, it works perfectly in CrossOver.
Using Wine 1.7.9 (Fink on OS X 10.9.2) as Win95.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39916
Bug ID: 39916
Summary: Path of Exile: Crash during combat
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dd31879(a)yahoo.com
Distribution: ---
Created attachment 53308
--> https://bugs.winehq.org/attachment.cgi?id=53308
game crash backtrace
During combat with one specific affix of monster in the game WINE crashes.
Monster type during talisman league is "clutching". It spawns purple colored
totems that shoot purple projectiles everywhere.
--
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=33119
Bug #: 33119
Summary: Free Download Manager freezes randomly
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Tons of "err:treeview:TREEVIEW_HandleTimer got unknown timer" in terminal after
freeze. GUI of FDM partially works when freeze occurs.
To reproduce the bug:
1. Run FDM
2. Check "View / Groups of downloads" if unchecked (probably it triggers the
bug)
3. Download files until FDM will freeze
--
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=18213
Summary: Video in WebSlingPlayer Firefox is blank/black
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://beta.sling.com/sling_player
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
WebSlingPlayer, a Firefox plugin which acts in the same way as Slingplayer,
connects (with workarounds) but doesn't show any video. Audio plays fine.
"winetricks firefox3 flash wmp9" and native qcap.dll are needed to get this far
as there is no native Linux client as of yet. WebSlingPlayer is currently in
beta.
Workaround is using native quartz.dll.
Severity set low as workaround is use the Slingplayer. WebSlingPlayer is
intended for Windows users who do not have admin access, but this isn't
applicable to Wine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38567
Bug ID: 38567
Summary: Life Fortress Volcabamba runs slowly
Product: Wine
Version: 1.7.38
Hardware: x86
URL: http://www.alles.or.jp/~gyonin/game.htm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: ---
Doesn't work in full screen (the default) - only displays blank screen with
mouse cursor.
To run windowed, execute v_config.exe and uncheck top checkbox and then click
first button below the controls to save.
The intro then runs at good speed but gameplay is very sluggish. Sound effects
are OK. No obvious problems listed in terminal output.
System: Nvidia GTX 660 with binary driver 340.76
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37995
Bug ID: 37995
Summary: Mouse jittering when steam overlay is enabled
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonas.jelten(a)gmail.com
Distribution: ---
When the steam-overlay is enabled, the mouse in Skyrim, Fallout New Vegas, and
Fallout 3 jitters in the 3d view. The visible cursor movement in menus is
totally smooth and normal.
When moving the head, the view center jumps around slightly, but only when
moving the mouse. The game is playable, these micro-jumps are really annoying.
It feels as if the mouse does not provide consistent but rather noisy and jumpy
data about the coordinates or the mouse underground is bad (dirt, reflections).
This was my guess for a long time, but I just figured out the problem does not
occur when the overlay is disabled.
Maybe this is related to #32913.
wine 1.7.33
kernel 3.18.3-JJ
xorg-server 1.16.2.901-r1
nvidia-drivers 346.35
AMD Phenom II X4 955
GeForce GTX 560
--
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.