https://bugs.winehq.org/show_bug.cgi?id=48732
Bug ID: 48732
Summary: How to Survive crashes on start (fullscreen mode)
Product: Wine
Version: 5.0-rc6
Hardware: x86
URL: https://store.steampowered.com/app/250400/How_to_Survi
ve/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: gabrielopcode(a)gmail.com
Regression SHA1: 54d82d80d738cddb95f925189b8937e37a1a85c9
Distribution: ---
Created attachment 66615
--> https://bugs.winehq.org/attachment.cgi?id=66615
terminal output
The game crashes after showing the first logo screen when run in fullscreen
mode.
The crash can be workaround by selecting windowed mode in the configuration
menu.
Reverting the following commit also gets rid of the crash:
commit 54d82d80d738cddb95f925189b8937e37a1a85c9
strmbase: Detach the window from the parent before destroying it.
This fixes a regression introduced by 3b5198c8283d891095612c1001edb5e5788d6059.
Tested in wine-5.3-181-geb63713f60.
--
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=49146
Bug ID: 49146
Summary: Hearts of Iron IV needs
api-ms-win-crt-private-l1-1-0.dll._o_sin
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes before entering the main menu:
wine: Call from 0x7b02f1f8 to unimplemented function
api-ms-win-crt-private-l1-1-0.dll._o_sin
wine-5.8-34-gb071d37b80
--
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=48683
Bug ID: 48683
Summary: Crash of iTunes v12.10.4.2 x64 [Wine 5.0 on Linuxmint]
- When scanning music
Product: Wine
Version: 5.0
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cb2mail(a)icloud.com
Distribution: ---
Created attachment 66545
--> https://bugs.winehq.org/attachment.cgi?id=66545
Crashes on iTunes scan - Check libgpg-error.so.0
Sorry not enough knowledge of knowing where to place in forum
Crash of iTunes v12.10.4.2 x64 [Wine 5.0 on Linuxmint] - When scanning music
Please look at libgpg-error.so.0
Error occurs twice. What happens is it plays the same excerpts (Musical clips
from 3 different files lasting 3 sec long) of music then crashes whilst on add
folder to directory scan.
--
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=48186
Bug ID: 48186
Summary: every wine process shows a definite leak in
dlls/ntdll/env.c
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
I mentioned this in #winehackers but got no feedback, so opening a bug.
==5560== 136 bytes in 1 blocks are definitely lost in loss record 95 of 128
==5560== at 0x7BC6656F: notify_alloc (heap.c:260)
==5560== by 0x7BC695B5: RtlAllocateHeap (heap.c:1725)
==5560== by 0x7BC8EDAD: RtlCreateUnicodeString (rtlstr.c:260)
==5560== by 0x7BC5BD46: get_image_path (env.c:711)
==5560== by 0x7BC5E2A4: init_user_process_params (env.c:1441)
==5560== by 0x7BC7261C: __wine_process_init (loader.c:4256)
==5560== by 0x404A082: wine_init (loader.c:990)
==5560== by 0x7C0016AD: main (main.c:228)
If intentional then we can close this and I'll mark it as ignored.
--
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=49034
Bug ID: 49034
Summary: enlarge list area in CHOOSE_FONT
Product: Wine
Version: 5.7
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: m.charly81(a)gmail.com
Created attachment 67011
--> https://bugs.winehq.org/attachment.cgi?id=67011
patch for comdlg32
hi, i've open notepad and want to change font, but i can't choose well because
the list (font, font style, font size) is too narrow. so i hope can enlarge it.
the patch is attached
--
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=47794
Bug ID: 47794
Summary: Rockstar Games Launcher installer button images do not
display
Product: Wine
Version: 4.16
Hardware: x86
URL: https://gamedownloads.rockstargames.com/public/install
er/Rockstar-Games-Launcher.exe
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
Created attachment 65281
--> https://bugs.winehq.org/attachment.cgi?id=65281
Screenshot of Rockstar Games Launcher installer as it works now
When the Rockstar Games Launcher installer isn't crashing because of a buffer
overrun (see bug 47783), the buttons are all missing their custom bitmaps and
look very weird.
The code does the following:
CreateWindow("BUTTON", "Cancel", ...);
hImage = LoadImage(NULL, "Icon_ButtonCancel.bmp", IMAGE_BITMAP, 0, 0,
LR_CREATEDIBSECTION | LR_LOADFROMFILE);
SendMessage(hwndButton, BM_SETIMAGE, IMAGE_BITMAP, hImage);
DeleteObject(hImage);
This seems to be fine on Windows, I assume the BM_SETIMAGE handler takes a ref
on the bitmap and prevents it from being deleted.
But Wine does delete the bitmap object, and then can't draw it ("warn:gdi:
invalid handle" messages are printed).
Attached Wine screenshots of the installer currently and with DeleteObject()
stubbed out
--
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=42027
Bug ID: 42027
Summary: Xilinx Vivado 2014.4 installer fails: systeminfo is a
stub
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: jack.lovell(a)ukaea.uk
Created attachment 56490
--> https://bugs.winehq.org/attachment.cgi?id=56490
Log output until the installer crashes.
When trying to run the Xilinx Vivado 2014.4 web installer, the program crashes
shortly after startup. A look at the log output suggests the installer is
calling systeminfo and piping the output to findstr to get the OS version.
However, systeminfo is a stub, and so outputs nothing to stdout.
I plan to file the findstr stub as a separate bug report.
--
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=45929
Bug ID: 45929
Summary: nProtect GameGuard crashes on unknown casue (Phantasy
Star Online 2)
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temptempor(a)gmail.com
Distribution: ---
Hi all,
As a follow up to Bug: 45910 which was promptly resolved may I add, I continue
on my attempt to figure out why GameGuard errors out in Wine.
Attached, a basic debug log obtained with ENV VARS :
WINEDEBUG="+seh,+relay,+pid,+tid,warn+all"
Thanks.
--
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=5977
--- Comment #34 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with wine-5.14?
--
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.