https://bugs.winehq.org/show_bug.cgi?id=54252
Bug ID: 54252
Summary: Cosmoteer fails to establish a network connection and
freezes before the main menu
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mjevans1983(a)gmail.com
Distribution: ---
Created attachment 73805
--> https://bugs.winehq.org/attachment.cgi?id=73805
Cosmoteer game log, including a Backtrace and redcated ipconfig related
information
I'm not sure which version of wine "bleeding edge" is, but some very recent
version from shortly before Xmas 2022
https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton7…
My PC has two Ethernet ports on the back, and to have the option of using it as
a network switch for my laptop, they're bridged. I also want my PC to have a
statically leased DHCP address, so the Ethernet bridge configuration might be a
little uncommon, but is not unusual and shouldn't be a problem.
It isn't a problem for ipconfig (no arguments), it isn't a problem for Linux
programs, it isn't a problem for curl under wine.
It _is_ a problem for ipconfig /all and I now suspect (after /all failed) also
a game I purchased during the recent sales.
The bug may be in:
IpHlpApi.GetNetworkParams
System.Net.NetworkInformation.HostInformationPal.GetFixedInfo
Or portions of the system that WINE is providing compatibility layers for.
Please see the attached text file for more details, bug related stuff is likely
on line 298+ 01/01/2023 11:23:32 | ManagedThreadId: 1, OSThreadId: 272,
IsAlive: True, IsBackground: False
I also suspect this is related to the Wine only reproducible bug #54251
--
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=54090
Bug ID: 54090
Summary: shell32:autocomplete - test_prefix_filtering()
sometimes fails on Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
shell32:autocomplete - test_prefix_filtering() sometimes fails on Windows and
Wine:
* 2022-07-14 on w8adm (32-bit)
autocomplete.c:614: Test failed: Expected (null), got L"aa"
* 2022-07-18 on w8adm (32-bit)
autocomplete.c:614: Test failed: Expected (null), got L"http://abc.aa.com"
* 2022-07-25 w7u-adm (32-bit)
autocomplete.c:614: Test failed: Expected (null), got L"www.ax"
* 2022-10-12 on debian11-zh-CN (32-bit) for MR!23
autocomplete.c:614: Test failed: Expected (null), got L"ab"
autocomplete.c:637: Test failed: Expected (null), got L"www.ax"
...
* 2022-11-28 on debian11-zh-CN (32-bit) for MR!1574
autocomplete.c:614: Test failed: Expected (null), got L"ab"
autocomplete.c:637: Test failed: Expected (null), got L"www.ax"
* 2022-12-05 on debian11-zh-CN (32-bit) for MR!1675
autocomplete.c:614: Test failed: Expected (null), got L"ab"
autocomplete.c:637: Test failed: Expected (null), got L"www.ax"
See https://test.winehq.org/data/patterns.html#shell32:autocomplete
I don't see any trace of these failures in the WineTest nightly runs (though on
2022-12-01 fg-deb64 got the opposite "Expected L"ab", got (null)").
MR!23 is the oldest merge request that I know got impacted by this issue. In
total it looks like about 19 merge requests got impacted do far, all with the
failure happening on debian11-zh-CN. I also don't see any matching Marvin
message on wine-devel so this may be relatively new in Wine.
Because of the platform difference and the spread in time (the Windows failures
stopping in July and the Wine ones starting in October?) it's not clear if
these failures are related, despite being very similar.
--
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=54251
Bug ID: 54251
Summary: ipconfig /all hangs / freezes / does not exit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mjevans1983(a)gmail.com
Distribution: ---
Used the ArchLinux package managers to install wine-git, which made sure I had
the correct build tools, git cloned, and tracked the files during install.
At least as of 2023-01-01 something's broken with networking.
My PC has two Ethernet ports on the back, and to have the option of using it as
a network switch for my laptop, they're bridged. I also want my PC to have a
statically leased DHCP address, so the Ethernet bridge configuration might be a
little uncommon, but is not unusual and shouldn't be a problem.
It isn't a problem for ipconfig (no arguments), it isn't a problem for Linux
programs, it isn't a problem for curl under wine.
It _is_ a problem for ipconfig /all and I now suspect (after /all failed) also
a game I purchased during the recent sales.
$ wine-git cmd
wine: configuration in L"/home/USER/.wine" has been updated.
Microsoft Windows 6.1.7601
> ipconfig
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
Ethernet adapter lo
Connection-specific DNS suffix. . :
IPv6 address. . . . . . . . . . . : ::1
IPv4 address. . . . . . . . . . . : 127.0.0.1
Default gateway . . . . . . . . . :
Ethernet adapter enp8s0
Connection-specific DNS suffix. . :
IPv6 address. . . . . . . . . . . : fe00::10%2
Default gateway . . . . . . . . . :
Ethernet adapter enp9s0
Connection-specific DNS suffix. . :
Default gateway . . . . . . . . . :
Ethernet adapter br0
Connection-specific DNS suffix. . :
IPv6 address. . . . . . . . . . . : fd00::10
IPv6 address. . . . . . . . . . . : 2000::10
IPv6 address. . . . . . . . . . . : fd00::10
IPv6 address. . . . . . . . . . . : 2000::10
IPv6 address. . . . . . . . . . . : fe00::10%4
IPv4 address. . . . . . . . . . . : 192.168.0.10
Default gateway . . . . . . . . . : 192.168.0.1
> ipconfig /all
... hangs
The outputs are the same in Proton instances of wine.
--
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=53815
Bug ID: 53815
Summary: Tales of Monkey Island 4 crashes in game
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: g.dethier(a)gmail.com
Distribution: ---
Created attachment 73334
--> https://bugs.winehq.org/attachment.cgi?id=73334
Debugger backtrace
I was able to play for a couple of hours with the game with no problem (and
actually completed the 3 first episodes). At some point, triggering some
actions (i.e. looking at objects) in game made it crash (traces attached). As a
consequence, it is not possible to finish the game.
The game (https://www.gog.com/en/game/tales_of_monkey_island) was installed
using GOG Galaxy client from GOG.com. The crash occurs both when running the
game from GOG Galaxy Client and when executing it directly.
I am using the latest wine version from repository (winehq-devel), so 7.19, on
Ubuntu 22.04.1 x86_64 with kernel 5.15.0-39-generic.
--
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=46924
Bug ID: 46924
Summary: Sword of the Stars crashes with black screen
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luis.panadero(a)gmail.com
Distribution: ---
Created attachment 64027
--> https://bugs.winehq.org/attachment.cgi?id=64027
wine log output with WINEDEBUG=+wgl
Sword of the Stars Complete collection (or Argos Naval Yard) crashes with a
black screen and a dump.
Tested on:
Ubuntu 18.10 with kernel 5.0.5 + Mesa 19.1.0 , however fails with ubuntu
default kernel and mesa versions.
GPU : AMD RX580 -> amdgpu opensource driver
Wine versiones that I try :
- Wine 4.0 with Gallium Nine patch
- default version on Ubuntu 18.10 (Wine 3.0.3)
- Steam Proton 3.16 beta
- Wine staging
On every case fails with the same messages.
--
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=54206
Bug ID: 54206
Summary: dxgi:dxgi - run_on_d3d12(test_mode_change) crashes on
Windows 10 1709
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Created attachment 73746
--> https://bugs.winehq.org/attachment.cgi?id=73746
Only keep run_on_d3d12(test_mode_change)
dxgi:dxgi - run_on_d3d12(test_mode_change) crashes on Windows 10 1709:
dxgi.c:7187: Test failed: Got unexpected hr 0x8007000e.
dxgi.c:7187: this is the last test seen before the exception
1990:dxgi: unhandled exception c0000005 at 00401720
See https://test.winehq.org/data/patterns.html#dxgi:dxgi
As per the attached patch, this happens even if commenting out all of the other
tests. I also confirmed that this still happens with 8 GB of RAM and when using
the QXL GPU with the 10.0.0.21000 (virtio-win-0.1.221.iso) driver.
--
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=54040
Bug ID: 54040
Summary: EA App installs but throws backtrace when launching
from command-line
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73600
--> https://bugs.winehq.org/attachment.cgi?id=73600
Backtrace 7.21 (Slackware 15.0)
Hello everyone,
I downloaded the Electronic Arts app for Windows which has replaced the former
"Origin" launcher from
https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases…
sha256sum EAappInstaller.exe
3d391025df8040ac0676ac0fc81467cef49adad5e457ceeb845aeefeb3a8fd23
EAappInstaller.exe
The installer seems to run through but the application itself doesn't launch.
When starting EA Desktop from the command line a black window opens and a
backtrace is thrown. Attaching backtrace and console output.
wine --version
wine-7.21
--
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=53353
Bug ID: 53353
Summary: Rise of the Tomb Raider doesn't show launcher window
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: zzhang(a)codeweavers.com
Regression SHA1: 18ae96e5fb3cbbd53f1a022ba81203de6b431228
Distribution: ---
Task manager just shows ROTTR.exe and crashpad_handler.exe processes.
--
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=54145
Bug ID: 54145
Summary: Chessbase redraw issue for arrows
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Reproduction steps:
Download and open CBReader - https://en.chessbase.com/pages/download (seen
with CBReader14)
Open a board, hold alt-left shift to draw a red arrow from g2 to g4 (drag to do
that). Now pick up the pawn on g2, and drop somewhere illegal (i.e. not back at
g2, g3 or g4). You'll notice the part of the arrow on the g2 square is now
missing.
Note that in Chessbase11 this also affects the default to square (so two bits
missing); default to square is if you click the piece, it moves to that square
as a 'smart move'.
Quite possible the redraw sequence/priorities are a problem.
--
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=52450
Bug ID: 52450
Summary: donet461 / .NET 4.6.1 Fails To Install with "Timed-out
Threads" in Vanilla Wine 7.0
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 71729
--> https://bugs.winehq.org/attachment.cgi?id=71729
Timed-out Threads When Installing dotnet461
Attempting to install dotnet461 in a vanilla Wine 7.0 prefix led to the process
hanging on these lines thrown in the attachment.
> winetricks --version
> 20210206-next - sha256sum: c478d93c7d399ccc73c8b2552c34918e8e3a13526264ff1661078b84d074d071
(The Wine build was a non-mingw GCC build, as 7.0 isn't in the Arch repo yet.)
--
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=54235
Bug ID: 54235
Summary: Horizon Zero Dawn crashes: Illegal instruction in
64-bit code
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cweiske(a)cweiske.de
Distribution: ---
Created attachment 73782
--> https://bugs.winehq.org/attachment.cgi?id=73782
Crash log for wine-8.0rc2
The game "Horizon Zero Dawn" crashes upon start with "illegal instruction in
64-bit code". It is the GOG version "HRZ-PCR 181/7517962 09:56 - Tue Jan 18
2022".
I had to install mfc410.dll before it would try to start (see bug #44856).
It was run with a fresh wineprefix, and windows version set to 10, and no other
dlls installed except mfc410.
The crash happens on both wine-7.0.1 and wine-8.0-rc2. Crash log is attached.
My system runs Ubuntu 20.04.5 with a Radeon R9 380 graphics card, using the
open source drivers.
--
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=54092
Bug ID: 54092
Summary: FreeArc fails under wine when memory limit is set too
high
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Downloaded the program from
https://archive.org/details/FreeArc-0.666-win32bin-Sources
Testfile I used is the ubuntu iso:
https://releases.ubuntu.repulsive.eu/22.04.1/ubuntu-22.04.1-desktop-amd64.i…
Unpacked into a folder called "freearc"
Command used:
wine freearc/bin/Arc.exe -mx -ld2600 -sfx a test.arc *.iso
It soon fails with "ERROR: write error (disk full?) in compression algorithm
tempfile"
The same command works flawlessly under by Win7 x64 VM.
--
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=41411
Bug ID: 41411
Summary: 7za (part of 7-zip) handles some non-latin file names
incorrectly under wine
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unxed(a)mail.ru
Distribution: ---
app: http://www.7-zip.org/a/7z1603-extra.7z
sample archive to test:
http://pnboy.pinguix.com/gapan/23-10-2012-b-fasi-eaep.zip
1. list sample archive using 7za: "7za.exe l 23-10-2012-b-fasi-eaep.zip"
2. compare to it's output on windows (or with listing using "unzip -l
23-10-2012-b-fasi-eaep.zip")
you will see incorrect filename encoding in 7za's output
p7zip, 7za's native linux port, behaves correctly with this archive
--
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=42412
Bug ID: 42412
Summary: WinUAE 3.4.0: Networking over Slirp in AmigaOS 4.1
works bad.
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: bobben(a)wigilius.se
When using WinUAE (both version 3.3.0 and 3.4.0) with slirp networking (only
way when running AmigaOS 4.1), network transfers gets damaged (md5 and file
size doesn't match) whether it's downloaded from internet or from local file
server.
This happens both on 32bit and 64bit Wine and WinUAE.
Changing the MTU value on the AmigaOS side doesn't help either.
I suspect this has something to do with the issue:
fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this
platform.
The author of WinUAE also suspects this is the problem:
"IP_DONTFRAG (or IP_MTU_DISCOVER and friends) are not defined in some platform
specific file"
Currently using Wine 2.0-staging and macOS 10.11.6
--
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=50438
Bug ID: 50438
Summary: Wine 3.12 32 bit and greater cannot install dotnet
3.5, fails with "Error 25541 Failed to open XML file
C:\windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\w
eb_mediumtrust config. system error: -2147024786"
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wodencafe(a)gmail.com
Distribution: ---
Created attachment 69049
--> https://bugs.winehq.org/attachment.cgi?id=69049
Dot net 3.5 installation failure.
Cannot install dotnet 3.5 or 3.5 sp1 on wine 3.12 32 bit or greater with
winetricks, even up to the latest version of 5.x.
Works on wine 3.11 and earlier.
The error is:
"Error 25541 Failed to open XML file
C:\windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\web_mediumtrust config.
system error: -2147024786"
Previous versions of dotnet install successfully, it only begins to fail on 3.5
and 3.5 sp1.
Ubuntu 20.04.1 LTS
Screenshot attached, please try it yourself and you will see it fails.
I have tried with and without msxml3 installed, same error both times. I tried
several versions going all the way back to 3.12. From 3.11 and prior, the
installation succeeds, so this appears to be a regression.
The file referenced in the error message does not exist.
This is preventing LA Noire from starting, and most likely anything that
depends on dot net 3.5.
--
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=54262
Bug ID: 54262
Summary: State of Survival's dnrepair program is unreadable
(squares instead of letters)
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thierry.vignaud(a)gmail.com
Distribution: ---
Created attachment 73819
--> https://bugs.winehq.org/attachment.cgi?id=73819
Dnrepair screenshot showing squares instead of letters
State of Survival's dnrepair program is unreadable (squares instead of letters)
Here's the wine logs:
[tv@localhost State of Survival]$ wine ./engine/1.0.8/dnrepairer.exe
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (036AF71C 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (036AF6FC 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (036AF6FC 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (036AF6FC 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (036AFA24 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (036AF9FC 1 C) semi-stub
wine: Call from 7B012886 to unimplemented function
msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z,
aborting
02a8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0056FC9C 1 C) semi-stub
02a8:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
02a8:fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithHandleData
[tv@localhost State of Survival]$ 02a8:fixme:imm:ImeSetActiveContext (000400E2,
1): stub
02a8:fixme:imm:ImmReleaseContext (000500D2, 000400E2): stub
I guess that unimplemented msvcp:_Locinfo__Locinfo_ctor_cat_cstr() is
responsible for the garbage square letters?
--
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=52334
Bug ID: 52334
Summary: Vanilla WoW 1.12.1 performance regression between 6.22
and 6.23 (still present 7.0rc4)
Product: Wine
Version: 7.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: karabaja4(a)gmail.com
Distribution: ---
There was a regression between Wine 6.22 and 6.23 that caused a FPS performance
drop in Vanilla WoW 1.12.1 client (Nostalrius client, played on
https://darrowshire.com).
This regression is still present in 7.04c4. The FPS is almost double the value
in 6.22 compared to 6.23 or 7.0rc4.
Pure Wine installation, my OS is Arch Linux 5.10.88 with nvidia 495.46
proprietary drivers with Openbox WM.
Here are a few screenshot for comparison:
6.22:
https://avacyn.aerium.hr/stuff/wine/wine622.jpg
7.0rc4:
https://avacyn.aerium.hr/stuff/wine/wine70rc4.jpg
Regards.
--
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=53658
Bug ID: 53658
Summary: During start of The Bat! the sound is disturbed
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
When the mail program The Bat! starts up a running vlc is disturbed and cut
into pieces. I suspect a regression so I did a regression test.
Here is the result of this test:
joerg@Archimedes ~/Projekte/wine_src/wine % git bisect bad
fcf4d07161478ec8ea0707a50af02acc7fe6df6a is the first bad commit
commit fcf4d07161478ec8ea0707a50af02acc7fe6df6a
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Jul 26 18:23:30 2022 +0200
user32: Use GetWindowLongPtr for GetWindowModuleFileName implementation.
dlls/user32/win.c | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
joerg@Archimedes ~/Projekte/wine_src/wine %
--
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=54266
Bug ID: 54266
Summary: Palemoon (Firefox) renders contents in black color
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 73828
--> https://bugs.winehq.org/attachment.cgi?id=73828
sceeenshot
When running Palemoon browser with WineD3D (D3D9Ex) it renders contents in a
black color.
0f1c:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x1.
0f94:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
0f94:err:d3d:swapchain_gl_set_swap_interval Failed to set swap interval 0 for
context 0F244188, last error 0.
0f98:err:d3d:wined3d_debug_callback 0F244188: "GL_INVALID_VALUE error
generated. <levels>, <width> and <height> must be 1 or greater.".
0f94:fixme:d3d:wined3d_context_gl_check_fbo_status FBO status
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8cd6).
0f94:fixme:d3d:context_dump_fbo_attachment GL_DEPTH_ATTACHMENT: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_STENCIL_ATTACHMENT: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT0: 2d texture
14, 0x0, 0 samples, format 0x1908.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT1: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT2: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT3: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT4: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT5: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT6: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT7: NONE.
0f98:err:d3d:wined3d_debug_callback 0F244188: "GL_INVALID_FRAMEBUFFER_OPERATION
error generated. Operation is not valid because a bound framebuffer is not
framebuffer complete.".
0f94:fixme:d3d:wined3d_context_gl_check_fbo_status FBO status
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8cd6).
0f94:fixme:d3d:context_dump_fbo_attachment GL_DEPTH_ATTACHMENT: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_STENCIL_ATTACHMENT: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT0: 2d texture
14, 0x0, 0 samples, format 0x1908.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT1: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT2: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT3: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT4: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT5: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT6: NONE.
0f94:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT7: NONE.
--
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=54265
Bug ID: 54265
Summary: Sony Ericsson Themes Creator 4.16.2.6: fails to start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frauguelle(a)gmail.com
Distribution: ---
Created attachment 73826
--> https://bugs.winehq.org/attachment.cgi?id=73826
Error
The Sony Ericsson Themes Creator 4.16.2.6 does not 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=54139
Bug ID: 54139
Summary: rpcrt4:server - test_stop_wait_for_call() sometimes
crashes on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
test_stop_wait_for_call() sometimes crashes on Windows:
server.c:2258: this is the last test seen before the exception
20e8:server: unhandled exception 000006a6 at 776CC392
server.c:1226: unhandled exception 000006a6 in child process 20e8
See https://test.winehq.org/data/patterns.html#rpcrt4:server
Where 0x000006a6 == RPC_S_INVALID_BINDING.
This is similar to the RPC_S_CALL_FAILED crash that happens on Windows 10+.
--
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=54148
Bug ID: 54148
Summary: shell32:shlfolder - test_SHOpenFolderAndSelectItems()
sometimes fails on Windows 11 with a generic E_FAIL
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
test_SHOpenFolderAndSelectItems() sometimes fails on Windows 11 with a generic
E_FAIL:
shlfolder.c:5493: Test failed: Got unexpected hr 0x80004005.
See https://test.winehq.org/data/patterns.html#shell32:shlfolder
This happens a bit under twice per month and so far all 7 instances are on
w11pro64*.
--
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=54167
Bug ID: 54167
Summary: urlmon:url - The ftp test sometimes time out in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
urlmon:url - The ftp test sometimes time out in Wine:
url.c:4231: ftp test...
url.c:1638: Test marked todo: unexpected call OnProgress_FINDINGRESOURCE
url.c:1650: Test marked todo: unexpected call OnProgress_CONNECTING
urlmon:url:027c done (258) in 120s 4472B
See https://test.winehq.org/data/patterns.html#urlmon:url
This happens a bit under one time per month.
urlmon:url usually takes under 10 seconds to run so it's not just the test
being a little bit slow. Also this test never times out on Windows so it's
doubtful that this is caused by network issues or server unavailability.
--
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=54190
Bug ID: 54190
Summary: user32:clipboard - GetClipboardData() sets last error
on Windows 11
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:clipboard - GetClipboardData() sets last error on Windows 11:
clipboard.c:989: Test failed: bad last error 1168
clipboard.c:1590: Test failed: unexpected last error 1168
clipboard.c:1470: hwnd 0000000000010010
clipboard.c:1590: Test failed: unexpected last error 1168
clipboard.c:1470: hwnd 00000000002C03C8
clipboard.c:1590: Test failed: unexpected last error 1168
clipboard.c:1733: running from different thread
clipboard.c:1470: hwnd 00000000002C03C8
clipboard.c:1590: Test failed: unexpected last error 1168
See https://test.winehq.org/data/patterns.html#user32:clipboard
Where 1608 == ERROR_NOT_FOUND
Windows used to not set "last error" when GetClipboardData() found no match for
the requested format which made little sense as it left the caller in the dark
about the reason for the failure.
Starting with Windows 11 it sets the error to ERROR_NOT_FOUND which is clearer.
--
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.