https://bugs.winehq.org/show_bug.cgi?id=54425
Bug ID: 54425
Summary: user32:clibpoard - test_string_data_process() fails on
Windows in mixed locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:clibpoard - test_string_data_process() fails on Windows in mixed
locales:
clipboard.c:2351: Test failed: 7: wrong size 2 / 3
clipboard.c:2352: Test failed: 7: wrong data "a\x00", expected "\x83\xbf\x00"
1020:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 8: wrong size 3 / 5
clipboard.c:2352: Test failed: 8: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
2024:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 9: wrong size 3 / 5
clipboard.c:2352: Test failed: 9: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
1a7c:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 10: wrong size 4 / 7
clipboard.c:2352: Test failed: 10: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
1538:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 11: wrong size 4 / 7
clipboard.c:2352: Test failed: 11: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
05bc:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
See https://test.winehq.org/data/patterns.html#user32:clipboard
The failures happen in the w10pro64-mx-MX test configuration. What's special
about it is that it uses a mix of locales:
SystemDefaultLCID 0411
UserDefaultLCID 040c
ThreadLocale 0411
SystemPreferredUILanguages 0412,0409
UserDefaultUILanguage 0412
ThreadUILanguage 0412
Country 231
ACP 932
The failures started happening with the commit below:
commit 605ecafa67a4e034328b69396581e2f9b60d7af3
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Dec 21 18:48:29 2022 +0100
user32: Fix a SetClipboardData() buffer overflow.
Wine would append a correctly aligned NUL Unicode character to
terminate the string but overflow the buffer by one byte for odd-sized
strings.
Windows instead overwrites the last two buffer bytes with a NUL Unicode
character which ends up being misaligned for odd-sized strings.
The clipboard data has a size field anyway so match the Windows
behavior.
Tweak the tests to show that SetClipboardData() can overwrite half of
the Unicode string's last character.
--
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=54906
Bug ID: 54906
Summary: Menu items with icons are drawn with black squares if
Wine is running in Vista+ mode
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: george.hazan(a)gmail.com
Distribution: ---
The following construction fails in the all 8.x versions of Wine (currently I
upgraded to version 8.7 devel) and works Ok in Wine 7.1:
MENUITEMINFO mii = {};
mii.cbSize = sizeof(mii);
mii.fMask = MIIM_STRING | MIIM_STATE;
if (pimi->iconId != -1) {
mii.fMask |= MIIM_BITMAP;
if (IsWinVerVistaPlus() && IsThemeActive()) {
if (pimi->hBmp == nullptr)
pimi->hBmp = ConvertIconToBitmap(pimi->parent->m_hMenuIcons,
pimi->iconId);
mii.hbmpItem = pimi->hBmp;
}
else mii.hbmpItem = HBMMENU_CALLBACK;
}
InsertMenuItemW(hMenu, uItem, TRUE, &mii);
I.e. if I run command 'winecfg -v win2003', then everything is Ok with icons,
otherwise I see black squares instead of icons. This code works Ok under all
versions of Windows, from XP to Windows 11, the problem is specific to Wine 8.x
under Linux (I use Kubuntu 23.04).
To see the problem you can download my open source messenger Miranda NG from
https://miranda-ng.org/downloads, just download a ZIP, run it and open main or
tray icon menu. The full source code is avalable here:
https://github.com/miranda-ng/miranda-ng, you need module menu_utils.cpp inside
mir_app, InsertMenuItemWithSeparators or BuildRecursiveMenu functions.
WMBR, George Hazan.
--
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=57565
Bug ID: 57565
Summary: Error starting SketchUp 2017 in Ubuntu Noble. A window
opens warning about sketchup_webhelper.exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iasalazar(a)hotmail.com
Distribution: ---
Created attachment 77662
--> https://bugs.winehq.org/attachment.cgi?id=77662
This is the file that Wine Debbuger creates for trace the error
Error starting SketchUp 2017 in Ubuntu Noble. A window opens warning about
sketchup_webhelper.exe
--
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=53520
Bug ID: 53520
Summary: Dracula -The resurrection (gog) has an vertical
screen offset
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
wine-7.14-106-gbfc73b0b80a
ubuntu 22.04
GTX560M + nvidia driver 390.151
--
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=57309
Bug ID: 57309
Summary: [Regression] Text wrapping issue with
DrawTextA/DrawTextW
Product: Wine
Version: 9.0
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: andrews05(a)gmail.com
Created attachment 77255
--> https://bugs.winehq.org/attachment.cgi?id=77255
Text not wrapping at the correct position
In the game EV Nova, current versions of Wine appear to incorrectly render
multiline text, with text sometimes extending beyond the right edge of the
bounding box and getting clipped.
I have observed this issue in Wine 9.0 and 9.17, as well as WineCX 22.1 and
23.7. I believe it did work correctly in WineCX 22.0 and I ended up copying
"win32u.dll.so" from that version into WineCX 22.1 to get it to work there too
(I can attach this file if it would be helpful).
To reproduce this issue you can download EV Nova from here:
https://github.com/andrews05/EV-Nova-CE/releases/tag/r3
Press the "x" key at the main menu to display a text dialog where you should
see the issue.
I'd be happy to investigate and attempt to fix the issue myself if someone
could give me a pointer on where to 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=57552
Bug ID: 57552
Summary: Fedora 40 installs wine*-devel-rc2 fine. Fedora 41
can't find wine-devel-rc2??
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikes(a)kuentos.guam.net
Distribution: ---
Ran dnf update on Fedora 40 and it upgrades the winehq-devel and wine-devel
with no problem.
On Fedora 41 machines it finds the winehq-devel but can not find wine-devel??
So update fails.
With 41 a dnf repoquery shows the winehq and the wine-devel-src rpm, but no
wine-devel x86_64??
Download the src rpm, and ran configure and make and it builds, but gave a
message about no audio since missing audio development files??
--
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=4209
Zhiyi Zhang <zzhang(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|zzhang(a)codeweavers.com |wine-bugs(a)winehq.org
--
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=4209
--- Comment #16 from Zhiyi Zhang <zzhang(a)codeweavers.com> ---
> Could you take a look? Because the program works just fine on windows 7, and the hook program by Lauri Kenttä can also set their WH_JOURNALRECORD hook.
I tested ReleaseUNICODE\TestRec.exe on Windows 7 SP1 and Windows 10 22H2.
Clicking the blue start button doesn't work either. So Wine has the same
expected behavior as Windows.
--
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=4209
--- Comment #15 from Zhiyi Zhang <zzhang(a)codeweavers.com> ---
Taking a look.
--
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=57561
Bug ID: 57561
Summary: Melodyne 5 does not install
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 77646
--> https://bugs.winehq.org/attachment.cgi?id=77646
Terminal output from installer
The installer says that it completed successfully, but ~/.wine/drive_c/Program
Files (x86)/Celemony/Melodyne 5 is empty.
$ sha256sum Melodyne.5.4.2.006-Demo.exe
53310eaffdf5ab9198a076a683943e516011366f81aa49813b20006fbffccef7
--
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=56774
Bug ID: 56774
Summary: NeuralNote: GUI Re-Painting issues
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zardivorku(a)gufum.com
Distribution: ---
Created attachment 76574
--> https://bugs.winehq.org/attachment.cgi?id=76574
a video of neuralnote not updating until it is moved within the bitwig DAW
I decided to file a new bug report as
https://bugs.winehq.org/show_bug.cgi?id=55362 had been used to fix a different
issue related to winepulse.drv. Having two issues for one report was confusing.
The issue here is that the UI only updates after the application has been moved
around on screen (as shown in the attachment). This occurs on a fresh install
of Wine Staging and first noticed in 8.13 (but may be even older). There have
been concerns raised that this could be related to the JUCE framework, however
that is uncertain.
"...the dropdowns don't show the updated selection until a full repaint of the
settings window (by closing and opening it again).
There are possibly related messages in the log, I would check whether other
applications built with JUCE are affected as well."
The bug occurs in standalone and through yabridge.
--
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=57484
Bug ID: 57484
Summary: VKB Joystick not detected in Wine 9.22 but works in
9.21
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseph+winehq(a)xaosnet.net
Distribution: ---
I am using Wine-Staging from the WineHQ Repos on Ubuntu 24.04, and with Staging
9.22, my VKB Gunfighter Left is not detected if hidraw is enabled, but is
detected with Staging 9.21, or if I check the box to disable hidraw.
I reproduced this with a fresh wine prefix as well as an updated one.
I've seen reports that this is also impacting some VKB Gladiator users as well
on the Star Citizen Linux Users Group discord.
--
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=54034
Bug ID: 54034
Summary: Treasure Adventure World: a deluge of wine bugs
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
There are quite a few bugs here.
1. 'Type 1' cutscene player fails silently, 'Type 2' crashes.
2. Text on inventory screen is drawn at a wrong position.
3. Game crashes due to gfx running out of vms shortly after exiting and
reentering first room.
3b. The modal error dialogs related to those crashes appear *under* the game
window.
(going by proton database, things at least somewhat worked somewhere in the
past, but that no longer the case)
--
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=50547
Bug ID: 50547
Summary: Freezes at Fallout2-based games
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexyecu(a)gmail.com
Distribution: ---
Fallout2 engine based games (like Fallout Sonora) freezes for 1 — 2 seconds
every 10 or 15 minutes with Wine 6.0 rc6. Wine 5.5 works fine.
Fedora 32 with last updates, nvidia, alsa, secondary X-server.
--
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=57208
Bug ID: 57208
Summary: FL Studio Installer HANGS at
"MicrosoftEdgeWebView2RuntimeInstallerX64.exe"
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agarplayerarlon(a)gmail.com
Distribution: ---
Created attachment 77109
--> https://bugs.winehq.org/attachment.cgi?id=77109
This is what the problem looks like
So this issue started appearing after FL Studio 24 got released, and now the
installer hangs at "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", it doesen't
crash but it takes more than 1 hour for the installer to move on and finish
while on older versions of FL Studio prior to 24 it just took 1/2 minutes
--
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=57349
Bug ID: 57349
Summary: Nikon NX Studio: Transparent overlay windows drawn at
outside app window
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christoph.bartoschek(a)gmail.com
Distribution: ---
Created attachment 77316
--> https://bugs.winehq.org/attachment.cgi?id=77316
Cropping window outside main window.
For several versions Wine does not properly show several pieces of information
for Nikon NX Studio:
- Cropping tool overlay
- Image Histogram
- Image information.
The problem is that the overlays are outside of the main window and seem to be
positioned at (0, 0). This documentation show how it should look like:
- https://nikonimglib.com/nxstdo/onlinehelp/en/the_bottom_toolbar_11.html
- https://nikonimglib.com/nxstdo/onlinehelp/en/cropping_pictures_38.html
The histogram and image information screens however look like this:
https://bugs.winehq.org/attachment.cgi?id=77257. I attach an image of how the
cropping window looks like. One can see a transparent overlay that is meant to
darken the image and the currently selected area in the middle. I can change
the inner part of the crop by holding the left mouse button and moving over the
picture (not the window outside of the picture).
All three overlays are transparent and use EX_WS_LAYERED. This excerpt from
winedbg shows the window hierarchy:
00010a8e AfxWnd140u 54000000 0000000000000000 00000024 Image Panel
00010a90 AfxWnd140u 50000000 0000000000000000 00000024 -- Empty --
00010a92 ScrollBar 50000000 0000000000000000 00000024 -- Empty --
00010a94 ScrollBar 50000001 0000000000000000 00000024 -- Empty --
00010a96 AfxWnd140u 50000000 0000000000000000 00000024 Image Screen
00010a98 AfxWnd140u 40000000 0000000000000000 00000024 SNS Logout
00020aae AfxWnd140u 40000000 0000000000000000 00000024 HDR Window
00010b4a AfxWnd140u 42000000 0000000000000000 00000024 Movie Window
00490bbc AfxWnd140u 50000000 0000000000000000 00000024 InfoScreen
00060bba AfxWnd140u 50000000 0000000000000000 00000024 Histogram Scre
00010ab0 AfxWnd140u 50000000 0000000000000000 00000024 ImageFrameScre
Info Screen and Histogram Screen are children of Image Screen and Image Panel.
I assume one of the two is the picture area in the main window. As children
they should be positioned relative to the parent and be moved together with it.
xwininfo gives the following output on the CropScreen:
wininfo: Window id: 0x57000c7 "CropScreen"
Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 1530
Height: 1081
Depth: 32
Visual: 0x23
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x57000c6 (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: yes
Corners: +0+0 -2310+0 -2310-1079 +0-1079
-geometry 1530x1081+0+0
One additional aspect of the problem is that the overlay windows are always on
top even if the main window is minimized.
When I run inside of a virtual dekstop the overlays show as black windows and
they are also outside of the main window:
https://bugs.winehq.org/attachment.cgi?id=77258
--
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=57536
Bug ID: 57536
Summary: Windows program "Starmoney" cant be installed
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ps1304(a)fn.de
Distribution: ---
Created attachment 77604
--> https://bugs.winehq.org/attachment.cgi?id=77604
log created by wine
during installation of a required component for Starmony "Microsoft Edge
Webview2 Runtime" wine is creating an error; see file for details.
--
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=57556
Bug ID: 57556
Summary: Zenless zone zero game sometimes doesn't respond to
mouse input
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
The game is based on unity and runs on directx11, the first time you open it,
it will not respond to any mouse input, if you open it a second time, it will
only respond once to mouse input, and if you open it a third time, it will
remain repsonsive to mouse input. To reproduce i believe you have to start with
a fresh wineprefix.
--
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=57555
Bug ID: 57555
Summary: Notepad++ 8.7.1 dark mode is not fully applied
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
Created attachment 77631
--> https://bugs.winehq.org/attachment.cgi?id=77631
notepad++ has menu bar in light mode
Notepad++ 8.7.1 dark mode is not fully applied, because the menu bar remains in
light mode
--
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=56301
Bug ID: 56301
Summary: Logitech G HUB
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: bondar20(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 76018
--> https://bugs.winehq.org/attachment.cgi?id=76018
Logitech G HUB
I got kali linux.
I tried to install logitech g hub. But does not worked.
--
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=56391
Bug ID: 56391
Summary: So Blonde: very long loading times
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: memax(a)gmx.fr
Distribution: Ubuntu
Game:
"So Blonde" European Retail DVD 1.01 version (English, French and German).
Point-and-click game developed by Wizarbox and released in 2008.
I couldn't find the game on either Steam or GOG. However, for those who want to
confirm the bug, the game is easily found in The Internet Archive Software
Collection.
OS:
Ubuntu 22.04.3 LTS 64bit.
Wine:
wine-9.3 development version (staging version is also affected).
Default Wine configuration, unmodified.
Clean Wine directory.
Description:
The loading times are very long: loading of the game menu, of a new game, of a
save game, between two screens (in the game), and so on.
Loadings last more than a minute, whereas on the same computer but running
Windows, they last less than five seconds.
This problem has been mentioned in AppDB since 2009 ("Every loading takes a
long time"), but has not been the subject of a bug report.
I don't know if this is relevant, but here's the +relay,+seh debug trace I
posted as part of another bug related to the same game (Bug 56390). It weighs
12.6 GB (59.7 MB after compression with rzip).
https://www.swisstransfer.com/d/764a0488-9e26-4d10-ae74-9d89e49cce80
--
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=49981
Bug ID: 49981
Summary: Doom Eternal Killed
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 68382
--> https://bugs.winehq.org/attachment.cgi?id=68382
Terminal output when launching
On launch the game is killed before it starts.
--
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=49927
Bug ID: 49927
Summary: Prince of Persia Sands Of Time Graphic Bug
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 68309
--> https://bugs.winehq.org/attachment.cgi?id=68309
POP-blacklines
Prince of Persia Sands Of Time Graphic Bug where it shows two black lines that
follow the character around on wine-5.18 nvidia proprietary driver. I will
upload a screenshot of the issue. This was tested in a clean wine prefix.
--
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=18923
Summary: Post Mortem starts out of bounds
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mickflemm(a)gmail.com
When i run Post Mortem
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=14766 -i had to
override msvcrt but that's another bug) i get a blank screen. It turns out that
if i run compiz and try anything that zooms out of the desktop (eg fire up the
app switcher or enable 3d windows and rotate the cube) i can see the app
running normaly (videos and everything, i even managed to start a game). It
seems that the app starts "above" the desktop for some reason (i've attached
the log).
You can get the game from here -> http://uk-microids.gamesplanet.com/ for a few
euros and check it out, i haven't tested the demo but i guess it should have
the same behaviour, you can get it here ->
http://www.gamespot.com/pc/adventure/postmortem/download_2897772.html
This seems to be the only problem with this game, sound works, gameplay is ok,
you just have to fire up the app switcher or rotate the cube with 3d windows
enabled in order to see anything :P
--
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=21796
Summary: Syberia game can`t start normally
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=26360)
--> (http://bugs.winehq.org/attachment.cgi?id=26360)
Console output
Whel i load syberia game, i hear the sound, but on screen i see only my desktop
without mouse, etc. I can switch to other windows by window manager, but don`t
see anything. Game locks image. Keyboard work, so i switch to console and kill
wineserver.
The game works fine, if compositing enable, but switch to other windows don`t
work.
My videodrivers are xf86-video-ati
--
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.