https://bugs.winehq.org/show_bug.cgi?id=57485
Bug ID: 57485
Summary: Da Capo 3 R: Screen stays black
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Created attachment 77509
--> https://bugs.winehq.org/attachment.cgi?id=77509
DC3.exe.log
Hello,
when i do launch the game "Da Capo 3 R" then it creates a black window and then
nothing happens.
I did tried it also with using DXVK but no change.
Thank you in advance!
Tested with Wine 9.22
The game is available at:
GOG: https://www.gog.com/en/game/da_capo_3_r
Steam: https://store.steampowered.com/app/542290/Da_Capo_3_R/
--
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=49543
Bug ID: 49543
Summary: Several games require bcrypt DH support
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
There are a few games that need DH support in bcrypt.
- The Rockstar Games Launcher, GTA V, and RDR 2 all open DH and generate+export
a public key. With DH unimplemented, the only effect I know of is that RDR 2's
online mode fails to load.
- Astroneer dedicated server (see
https://www.reddit.com/r/wine_gaming/comments/gvaa9a/bcryptopenalgorithmpro…).
>From a disassembler, it looks like the server imports/exports public/private
keys, and uses BCryptDeriveKey() with the "HASH" KDF and SHA256.
Microsoft has sample code which tests (some of) the functionality:
https://github.com/microsoft/Windows-classic-samples/blob/master/Samples/Se…
Unfortunately GnuTLS doesn't currently export the needed functionality. There's
an issue open: https://gitlab.com/gnutls/gnutls/-/issues/894
--
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=48175
Bug ID: 48175
Summary: AION (64 bit) - crashes in CrySystem32.dll.CryFree()
due to high memory pointers allocated
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gofmanp(a)gmail.com
Distribution: ---
Created attachment 65809
--> https://bugs.winehq.org/attachment.cgi?id=65809
Force down-top memory allocation
Split off from bug #40334.
The crash happens after the original issue in Bug #40334 is solved, after the
loading screen or very soon after login.
The game expects memory pointers from HeapAlloc and VirtualAlloc to fit in the
certain range. It is fine with ~16GB range as per my observations, that is, up
to 0x3ffffffff address.
I am attaching the patch which is confirmed to fix the issue with AION. The
patch consists of two, the first one is not exactly related but the second one
depends on it. At the present moment the first one is passing the review
upstream. The solution in the second patch is to force virtual memory
allocation return lower addresses when they are available (unless top-down
allocation is explicitly requested), that's how it seem to work on Windows. The
patch does it essentially the same way as the allocation with zero_bits mask is
performed.
--
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=54314
Bug ID: 54314
Summary: my eprom programmer software can't recognize the
hardware anymore.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: jacek.zmudzki(a)gmail.com
Distribution: ---
I used WINE for a long Time to program EPROMS with my Parallel-Port bases
Programmer:
http://www.conitec.net/english/galep4.php
After an Update to Ubuntu 22.04 (with WINE 6.0.3) the Software
https://appdb.winehq.org/objectManager.php?sClass=application&iId=2240
can't access the hardware anymore.
I used the Runners from Lutris to investigate further:
It seems that the Last Wine Version that works is WINE 5.4.
--
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=57488
Bug ID: 57488
Summary: mspaint from windows xp has various glitches drawing
round rectangles (dibdrv_RoundRect)
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 77512
--> https://bugs.winehq.org/attachment.cgi?id=77512
Screenshot
Just try drawing round rectangles, especially when shrinking them you get
various glitches.
I think that is because the rectangles are not drawn pixel perfect.
--
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=57483
Bug ID: 57483
Summary: Hero Lab Unhandled Stack Overflow On Certain tabs
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: wes.schlosser1337(a)protonmail.com
Distribution: ---
# Issue
Hero lab, specifically the Pathfinder module, produces a stack overflow error
when opening certain tabs. This same error occurrs for both new and existing
character files. The error happens for both Herolab.exe and Herolab64.exe
## Error
wine: unhandled stack overflow at address 7A7711FB (thread 0170), starting
debugger...
0170:err:virtual:virtual_setup_exception stack overflow 1408 byes addr 0x7bd0e3
f1 stack 0xba0a80 (0xba0000-oxba1000-0xca0000)
## Steps to Reproduce Error
1. Install hero lab, and wine version 9.22
2. Open hero lab (wine Herolab64.exe)
3. Open the Pathfinder module
4. Open a new or existing character
5. Click on the 'background' tab.
### Result
Hero Lab hangs for a moment gets an 'hero lab is not responding, do you want to
force quit or wait' window.
Terminal shows the above error.
Waiting will cause the error to happen again, force quit kills the exe.
### Expected Result
Background tab opens and hero lab doesn't hang with a stack overflow error.
# Attempted Resolutions and Other notes
## Resolution 1
I've completely removed wine from my system and tried reinstalling ONLY the dev
version per the offical documentation
(https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu)
## More info
Hero Lab desktop version (8.9). This has not been updated in some time.
Hero Lab worked fine on a previous wine version (unsure which, maybe early 9 or
8?) on Ubuntu version 22.04 (64 bit).
OS version: Ubuntu 24.04 (64 bit)
Wine packages installed:
* Wine-devel-amd64
* wine-devel-i386
* wine-devel
* winehq-devel
All 4 of the above are 9.22 version
--
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=40500
Bug ID: 40500
Summary: Scrap Mechanic : Unable to launch
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arionrina(a)verizon.net
Distribution: ---
Created attachment 54281
--> https://bugs.winehq.org/attachment.cgi?id=54281
Crash log
Scrap Mechanic doesn't open up the first window, then 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.
https://bugs.winehq.org/show_bug.cgi?id=57487
Bug ID: 57487
Summary: Some games do not launch with wine wayland
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: antti.savo(a)gmail.com
Distribution: ---
Created attachment 77510
--> https://bugs.winehq.org/attachment.cgi?id=77510
WINEDEBUG=+waylanddrv DISPLAY= wine gof_f.exe &> log
If I force Wine to use Wayland with DISPLAY=, some of my games do not even
start up. I have old physical PC games (namely Harry Potter and the Prisoner of
Azkaban, Harry Potter and the Goblet of fire and Battlefield 2) that I tried
and trying to launch them with wine wayland. As an end result I got nothing.
For the record, `DISPLAY= wine winecfg` works just fine
A download for those games is easily found.
--
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=57486
Bug ID: 57486
Summary: The Last Stand: Aftermath: Loads infinitely
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Hello,
the game The Last Stand Aftermath loads infinitely when i want to enter the
game from the menu.
Tested with: Wine 9.22
The game is available at:
GOG: https://www.gog.com/en/game/the_last_stand_aftermath
Steam: https://store.steampowered.com/app/1266840/The_Last_Stand_Aftermath/
Thank you in advance!
--
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=52212
Bug ID: 52212
Summary: Doom Eternal - Crash on Launch
Product: Wine-staging
Version: 6.23
Hardware: x86-64
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 71270
--> https://bugs.winehq.org/attachment.cgi?id=71270
report_1
See attached bugreports for various wine and launch options.
--
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.