https://bugs.winehq.org/show_bug.cgi?id=44529
Bug ID: 44529
Summary: [Steam] Process remaining after exiting
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 60483
--> https://bugs.winehq.org/attachment.cgi?id=60483
wine 3.1 terminal output
When I close steam with the tray icon, a steam process is still her and use 14%
of the CPU.
I have attached the console output when I leave steam, I don't know how can I
give more relevant information.
--
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=24614
Summary: Medieval Total War crashes on startup
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: th.seltsam(a)gmail.com
CC: wine-bugs(a)winehq.org
Running the game just shows a black window, no crash dialog, and an infinite
console output
err:d3dx:assemble-shader Asm reading failed
err:d3dx:assemble-shader Asm reading failed
err:d3dx:assemble-shader Asm reading failed
err:d3dx:assemble-shader Asm reading failed
Using d3dx9-36 did not solve the problem.
--
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=53723
Bug ID: 53723
Summary: Star Ocean The Last Hope HD exits to desktop on start
after NtUserSystemParametersInfo change.
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
The game no longer starts under current wine. Instead it simply makes a few
calls on startup and exits without producing a window or error dialog.
A git bisect revealed 35a59e07b923e42d9bb391b0fef7acd25a9eb9d7 as the culprit.
Reverting that patch against the current master ad26f04f69a03c fixes the bug.
--
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=49371
Bug ID: 49371
Summary: Incorrect output buffer length check in WSAIoctl with
SIO_GET_INTERFACE_LIST
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: j.g.rennison(a)gmail.com
Distribution: ---
The output buffer length check in the implementation of the
SIO_GET_INTERFACE_LIST ioctl in WSAIoctl is not correct.
In the event that there are more interfaces than the supplied buffer is sized
for, this can result in output data being written beyond the end of the
supplied buffer and no error returned. This can cause undefined behaviour such
as crashes, etc.
With reference to line 4796 in dlls/ws2_32/socket.c
https://github.com/wine-mirror/wine/blob/343043153b44fa46a2081fa8a2c171eac7…
if ((numInt + 1)*sizeof(INTERFACE_INFO)/sizeof(IP_ADAPTER_INFO) > out_size)
should instead be
if ((numInt + 1)*sizeof(INTERFACE_INFO) > out_size)
This because the output buffer write pointer intArray is of type
INTERFACE_INFO*, and numInt is the index relative to the start of the output
buffer, not the size returned from GetAdaptersInfo.
The bug appears to have been introduced in commit a239e8ed.
https://github.com/wine-mirror/wine/commit/a239e8ed27b1c3cde6bc568c3d7b9996…
--
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=45564
Bug ID: 45564
Summary: Kolab E14 Client installation fails with "Copy failed"
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 61987
--> https://bugs.winehq.org/attachment.cgi?id=61987
Install log with WINEDEBUG=+ntdll,+commctl
The installation of the Kolab E14 Client (Groupware based on KDE) fails with
"Copy failed" and aborts.
The install log including the generation of the Message "Copy failed" is
attached.
Wine is self-compiled with the patch from bug #45552 created by Fabian Maurer.
--
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=44223
Bug ID: 44223
Summary: FrameMaker 7.2: Console window minimized and not
(re)drawn
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
When opening a file in FrameMaker 7.2 which has errors (i.e. missing font,
missing cross references), a message window ("Framemaker console", text window
with its own window manager decoration) is opened and a message box is created.
When this happens the message window is drawn with the least possible size (to
allow only the window manager icons to appear) and when enlarging it, its
content is not drawn (the content pane shows the content of the underlying
window). The message windows content is therefor not readable.
Sometimes (not always) the dialog box and the message window are only shown in
the panel and are not shown at all (which may be a window manager problem,
cannot judge).
Any hint to give more helpful details is welcome.
--
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=55078
Bug ID: 55078
Summary: Powerpoint 2007: "Print to file" broken
Product: Wine
Version: 8.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Printing a large document in Powerpoint 2007 does not work when
"Print to file" is selected in the print dialog. Printing to the
printer works.
When failing the printing to file goes very quick and after a long
pause after the end of printing a exception is raised and wine
terminates. The crash dump seems to be not helpful, it points
inside a Powerpoint library.
A Bisect shows the following commit (which does not help really):
commit 7034fc297bf730427c6c808cb3f574b56f50b60f
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon May 1 13:11:42 2023 +0200
winspool: Change CUPS printers print processor to wineps.
dlls/winspool.drv/info.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
I created a new prefix before each test.
In previous versions of wine printing to file 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=47328
Bug ID: 47328
Summary: Steam crashes when loading the Store tab (Assertion
Failed: killing unresponsive browser for URL)
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 64652
--> https://bugs.winehq.org/attachment.cgi?id=64652
Console output running Steam.exe under wine
Steps to reproduce:
Install Steam. Run and visit store tab.
Expected behavior:
Steam loads store tab
Actual behavior:
Steam hangs for 40 seconds, then crashes.
Attached is the console output. Samba is installed, as well as allfonts via
winetricks.
This should not be a duplicate of 30202 or 29230 since the first is closed as
fixed (and I installed allfonts), and the second has a different error in the
console output.
--
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=35701
Bug ID: 35701
Summary: League of Legends: Right click contextual menu on
friends list is invisible
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: echo(a)cyphernaut.org
When I open League of Legends, and I open the friends list, you can right click
on a friend to do things such as remove, spectate, message, etc, however in
Wine (as of 1.7.13) this contextual menu is invisible. Items in the menu are
still clickable, if you know where to click them. No crash or anything occurs,
just an invisible menu.
This occurs both with and without compositing enabled, and I've seen it
occurring on both Nvidia proprietary drivers as well as RadeonSI Mesa drivers.
No output is given to the console when I right-click on the friends list.
--
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=53446
Bug ID: 53446
Summary: Total War Shogun 2 crashes on Intel Iris Plus Graphics
G4
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 72820
--> https://bugs.winehq.org/attachment.cgi?id=72820
Console log on wine-7.14 with WINEDEBUG=+seh.
Total War Shogun 2 crashes during startup on Intel Iris Plus Graphics G4
hardware with an EXCEPTION_ACCESS_VIOLATION. Under Nvidia hardware the game
boots normally.
--
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.