https://bugs.winehq.org/show_bug.cgi?id=44260
Bug ID: 44260
Summary: Dungeon Keeper 2 crashs or works very slow
Product: Wine
Version: 3.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rtentser(a)yandex.ru
Distribution: ---
Created attachment 60067
--> https://bugs.winehq.org/attachment.cgi?id=60067
3.0-rc1_DKII-DX.EXE
When i try to start the game with DKII-DX.EXE it starts but very slow.
When i use DKII.EXE it crashs. Same with DKII_SOFT.EXE.
I also tried the game with 2.0.3. DKII-DX.EXE works the same way. DKII.EXE
starts and works a little faster (i think so) but too slow still. DKII-SOFT.EXE
starts and works fine.
In 1.8.7 DKII-DX.EXE crashs when loading after movies.
I use the GOG version of the game. And i use old NVIDIA card (GeForce2 MX/MX
400), so that can be a problem. Or not. I'm not sure.
The attachment is the output of 3.0-rc1 with DKII-DX.EXE.
I also check if my issue is duplicate of
https://bugs.winehq.org/show_bug.cgi?id=22730. No, it's not: i have a low fps
not only in the main menu, but in the game too.
--
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=28933
Bug #: 28933
Summary: Screamer radio, mainmenu doesn't work
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.screamer-radio.com/download/file/screamer04
4.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Mainmenu doesn't work at all, totally unresponsive.
--
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=46624
Bug ID: 46624
Summary: StarCraft: Remastered Edition disabled Monitors, Gamma
Correction and Real-Time Lightning configuration
Product: Wine-staging
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63525
--> https://bugs.winehq.org/attachment.cgi?id=63525
screenshot
Attaching Screenshot.
Logs not provided as I am using Battle.net Launcher.
Distro: Fedora 29 x64
System details /
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: XFX Pine driver: amdgpu v: kernel bus ID: 01:00.0
chip ID: 1002:67df
Display: x11 server: Fedora Project X.org 1.20.3 driver: amdgpu
compositor: gnome-shell v: 3.30.2 resolution: 1920x1080~60Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.27.0
4.20.6-200.fc29.x86_64 LLVM 7.0.1)
v: 4.5 Mesa 18.3.3 direct render: Yes
NOTE: Mesa upgraded from Mesa 18.2.8 to 18.3.3 via
https://copr.fedorainfracloud.org/coprs/petrb/mesa/
--
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=41712
Bug ID: 41712
Summary: lto build is broken
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: hi-angel(a)yandex.ru
Distribution: ---
Compiling WINE with "-flto" in LDFLAGS breaks the build for link-time. The
problem boils down to the following minimal example:
$ cat main.c
void foo();
int main() {
foo();
}
$ cat foo.c
void foo() { }
$ winegcc -c -flto foo.c
$ winegcc main.c foo.o
/usr/lib/wine/libwinecrt0.a(exe_entry.o): In function
`__wine_spec_exe_entry':
(.text+0x8d): undefined reference to `ExitProcess'
/usr/bin/ld: a.out.so: hidden symbol `ExitProcess' isn't defined
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
winegcc: gcc failed
Simply removing the "-flto" option from the steps fixes the build.
--
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=56610
Bug ID: 56610
Summary: regression: helldivers 1 doesn't start
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Helldivers 1 from steam
(https://store.steampowered.com/app/394510/HELLDIVERS_Dive_Harder_Edition/)
doesn't start with wine 9.7. It worked fine with wine 9.3.
Bisecting led me to following commit:
$ git bisect bad
0f1322d2df4c5238c601a2865b6e65ad14bfa26a is the first bad commit
commit 0f1322d2df4c5238c601a2865b6e65ad14bfa26a
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Mon Feb 12 10:01:33 2024 +0100
winex11: Support XInput2 events on individual windows.
dlls/winex11.drv/desktop.c | 2 ++
dlls/winex11.drv/mouse.c | 56 +++++++++++++++++++++++++++++-----------------
dlls/winex11.drv/window.c | 9 +++++++-
dlls/winex11.drv/x11drv.h | 2 ++
4 files changed, 48 insertions(+), 21 deletions(-)
Reproduction:
1. start steam, login
2. start helldivers 1 from steam
Expected result:
Game starts and works
Actual result:
Window is shown for a second and then it disappears, and steam shows that game
isn't running anymore.
Environment:
Linux kernel 6.6.21-gentoo
KDE/Plasma 5.27.11 X11
Around time of crash I see in log message like:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x6600001
Serial number of failed request: 449
Current serial number in output stream: 451
--
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=56495
Bug ID: 56495
Summary: libcef crash during battle.net (startcraft) launch
from wine/bottle
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nicolafragale(a)hotmail.it
Distribution: ---
Created attachment 76260
--> https://bugs.winehq.org/attachment.cgi?id=76260
libcef crash during battle.net (startcraft) launch from wine/bottle
libcef crash during battle.net (startcraft) launch from wine/bottle
--
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=55693
Bug ID: 55693
Summary: Flowgorithm fails as Wine-Mono has a mission dll
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 1b6038f3-c0a3-4614-9a2a-256434c26d0a(a)simplelogin.com
Distribution: ---
Created attachment 75208
--> https://bugs.winehq.org/attachment.cgi?id=75208
Wine log when trying to start Flowgorithm
Using wine-staging 8.14, Flowgorithm executable fails to open as it says
wine-mono needs iconv.dll that doesn't appear to be on my system, I didn't find
it being downloadable in WineTricks.
--
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=48402
Bug ID: 48402
Summary: Harry Potter: Quidditch World Cup installer doesn't
show the progress
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oleg.kuznetsov(a)metamint.ru
Distribution: ---
Created attachment 66174
--> https://bugs.winehq.org/attachment.cgi?id=66174
log during the installation
During installation of Harry Potter: Quidditch World Cup, the installer doesn't
show progress neither in percents, nor in form of the progress bar. On real
Windows Vista, it is being shown as it should.
WINEARCH=win32 WINEPREFIX=~/.wine_hp ./wine winecfg
Prefix was set to "Vista".
WINEPREFIX=~/.wine_hp/ ./wine start /unix /media/desktop/HPQ_E3/AutoRun.exe &>
~/HPQWC_install.log
I closed the installer near the end of the installation, because it was
starting up the game.
desktop@steamos:~/Code/wine$ ./wine --version
wine-5.0-rc3-11-g6e4d441
--
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=56594
Bug ID: 56594
Summary: Illegal instruction when running DSDPLUS
Product: Wine
Version: 0.9.7.
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erisi(a)comcast.net
Created attachment 76351
--> https://bugs.winehq.org/attachment.cgi?id=76351
Backtrace from illegal instruction in DSDPLUS.EXE
This continues to fail with an illegal instruction. Previous bug report
contains more details https://bugs.winehq.org/show_bug.cgi?id=56441
--
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=56618
Bug ID: 56618
Summary: Roon Music Player crashes upon starting playback
Product: Wine-staging
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joni.hilger(a)yahoo.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76373
--> https://bugs.winehq.org/attachment.cgi?id=76373
Full output of wine command
In short: I'm trying to select a music output in Roon music client and it
crashes immediately when trying to select any.
Steps to reproduce:
1) Install the Roon client (https://github.com/RoPieee/roon-on-wine simplifies
installation - otherwise get it here:
http://download.roonlabs.com/builds/RoonInstaller64.exe)
2) Start it up and connect to your Roon core - I don't think the client works
without it (requires additional setup:
https://download.roonlabs.net/builds/roonserver-installer-linuxx64.sh)
3) Enable any audio output in the Roon client settings. Then try to select an
output with the big purple button at the bottom "select an audio zone" (see
screenshot)
4) The client instantly closes/crashes.
I start the roon client like this:
WINEPREFIX=/home/joni/my_roon_instance wine
/home/joni/my_roon_instance/dosdevices/c:/users/joni/AppData/Local/Roon/Application/Roon.exe
> ~/roon_wine.log 2>&1
I have attached the entire output of the command.
I also tried with non-staging wine and it didn't work there as well. I think an
update of Roon introduced this issue.
--
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.