https://bugs.winehq.org/show_bug.cgi?id=49945
Bug ID: 49945
Summary: Visio 2010: picture: content of clipboard can not be
paste into Visio
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vedeifun(a)byom.de
Distribution: ---
How to reproduce:
1. Make a screen snapshot of a part of your screen and put it into the
clipboard.
2. Change to your open Visio 2010.
3. Press Ctrl+C
The following message appears:
Quote: "Error (925) during the pasting process. Visio cannot retrieve the
device independent bitmap data from the clipboard."
--
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=55111
Bug ID: 55111
Summary: The 64-bit ntdll:exception crashes silently on Windows
8 & 10 <= 1809
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 64-bit ntdll:exception crashes silently on Windows 8 & 10 <= 1809 :
ntdll:exception start dlls/ntdll/tests/exception.c
exception.c:3684: vect. handler 00012345 addr:0000000000580010
Rip:0000000000580010
ntdll:exception:0404 done (74565) in 0s 85B
See https://test.winehq.org/data/patterns.html#ntdll:exception
Notice the lack of an "unhandled exception" message. This is what I mean by
"crashes silently".
The crashes started on 2023-06-21 and happen on w864 and w1064 1507 to 1809,
only when running the 64-bit tests. But I have been unable to reproduce them
:-(
--
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=54056
Bug ID: 54056
Summary: Launching EA App installer: Wine can't find already
installed gecko 2.47.2
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 73609
--> https://bugs.winehq.org/attachment.cgi?id=73609
EA app installer; wine 7.19 default output
Hello,
I created a new prefix with wine 7.19 (64-bit WoW architecture).
Then I ran winecfg to activate virtual desktop and remove file type
integration.
Then I ran EAappInstaller.exe.
Then a dialog box says that Wine couldn't find gecko needed to display HTML
files.
gecko 2.47.2 (both -x86 and -x86_64) have been installed in
/usr/share/wine/gecko since November 30 2020. This is the first time I see that
message in years but maybe I didn't use application that triggers the use of
gecko?
Regards.
--
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=49961
Bug ID: 49961
Summary: War Wind crashes at start
Product: Wine
Version: 5.18
Hardware: x86
URL: https://www.abandonware-france.org/telechargement/2135
4/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 68352
--> https://bugs.winehq.org/attachment.cgi?id=68352
console output with winedbg
With wine-git 5d5102f8498413f4b7e11f7da0509e7717fb3735, Wind war crashes at
start.
--
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=46570
Bug ID: 46570
Summary: I tried to see how Roblox works on Wine.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emattpoyou(a)gmail.com
Distribution: ---
Created attachment 63443
--> https://bugs.winehq.org/attachment.cgi?id=63443
The error.
I tried to see how Roblox works on Wine, but as soon as I open it, it crashes,
and gives me the report window. How do I fix this?
--
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=54846
Bug ID: 54846
Summary: Serious Sam HD: The First Encounter (Steam version)
crashes on start up
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 74348
--> https://bugs.winehq.org/attachment.cgi?id=74348
Error
In Wine 8.6 I cannot start the game with or without DXVK, it just crashes.
--
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.