https://bugs.winehq.org/show_bug.cgi?id=55195
Bug ID: 55195
Summary: wininet:http - test_http_connection() sometimes fails
with a SENDING_REQUEST status on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
wininet:http - test_http_connection() sometimes fails with a SENDING_REQUEST
status on Windows:
http.c:4126: Testing reading compressed content from cache
http.c:376: Test failed: unexpected status 30 (INTERNET_STATUS_SENDING_REQUEST)
http.c:376: Test failed: unexpected status 31 (INTERNET_STATUS_REQUEST_SENT)
http.c:376: Test failed: unexpected status 40
(INTERNET_STATUS_RECEIVING_RESPONSE)
http.c:376: Test failed: unexpected status 41
(INTERNET_STATUS_RESPONSE_RECEIVED)
http.c:376: Test failed: unexpected status 50
(INTERNET_STATUS_CLOSING_CONNECTION)
http.c:376: Test failed: unexpected status 51
(INTERNET_STATUS_CONNECTION_CLOSED)
http.c:3665: Test failed: expected status 30 (INTERNET_STATUS_SENDING_REQUEST)
1 times, received 2 times
http.c:3666: Test failed: expected status 31 (INTERNET_STATUS_REQUEST_SENT) 1
times, received 2 times
http.c:3667: Test failed: expected status 40
(INTERNET_STATUS_RECEIVING_RESPONSE) 1 times, received 2 times
http.c:3668: Test failed: expected status 41
(INTERNET_STATUS_RESPONSE_RECEIVED) 1 times, received 2 times
http.c:5908: Testing InternetReadFileExW with IRF_ASYNC flag...
See https://test.winehq.org/data/patterns.html#wininet:http
Sometimes some of the 41, 50 and 51 status failures do not happen.
These failures go back to at least 2022-11-29 and have happened a bit over once
per month since, impacting all Windows versions. But there have been months
with no failure too, and lately it has mostly been happening on Windows 8:
* 2022-11-29 win22H2_fgtb-w10pro64-rx550-64
* 2023-03-10 win21H1_newtb-w10pro64-32
* 2023-03-20 win7_newtb-w7pro64-64
* 2023-03-28 win22H2_fgtb-w10pro64-32
* 2023-04-06 win7_newtb-w7u-pt-PT
* 2023-04-28 win21H1_newtb-w10pro64-ru-64
* 2023-05-22 win21H1_newtb-w10pro64-fr-64
* 2023-06-08 win81_newtb-w8adm
* 2023-07-04 win81_newtb-w864-64
* 2023-07-04 win81_newtb-w8
--
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=54240
Bug ID: 54240
Summary: wineserver crash when calling an rpc stub
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: memory.thrasher(a)gmail.com
Distribution: ---
"M.A.R.S." game would immediately crash when attempting to launch due to a
missing (stubbed) function. I implemented the function in the linked merge
request. Game submitted to app db, also linked below.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1888https://appdb.winehq.org/objectManager.php?sClass=version&iId=41241&iTestin…
With the above patch, the game progresses to a splashscreen before crashing
without any helpful errors, likely due to "easy anti-cheat" software. With
tracing enabled, I was able to confirm the rpc endpoint generated by my patch
was functioning correctly.
--
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=55192
Bug ID: 55192
Summary: user32:sysparams - test_SPI_SETWALLPAPER() fails to
restore the '(None)' wallpaper
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:sysparams - test_SPI_SETWALLPAPER() fails to restore the '(None)'
wallpaper:
sysparams.c:2442: Test failed: ***warning*** failed to restore the original
value: rc=0 err=2
sysparams.c:346: Test failed: Wrong value in registry: Control Panel\Desktop
Wallpaper '' instead of '(None)'
See https://test.winehq.org/data/patterns.html#user32:sysparams
Where 2 == ERROR_FILE_NOT_FOUND
This is systematic and specific to the w7u VM. The way I understand it that VM
does not have a wallpaper but instead of returning the like of an empty string,
SPI_GETDESKWALLPAPER returns '(None)' (maybe this is even the registry value).
Anyway when we try to restore the value, SPI_SETDESKWALLPAPER checks that the
'(None)' file exists and fails.
To investigate:
* Is '(None)' the actual registry value?
* Do our other VMs really all have a wallpaper? Is that why none of them
returns '(None)'?
* If another Windows version has no wallpaper does SPI_GETDESKWALLPAPER return
'None' or is that specific to Windows 7?
* To fix the test, check whether the oldvalue file exists and set the wallpaper
to an empty string if not? Or bypass SPI_SETDESKWALLPAPER to set the registry
directly in that case?
--
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=55171
Bug ID: 55171
Summary: Wine app does not run on openSUSE Leap
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: niltongmedeiros(a)gmail.com
Distribution: ---
The Wine app does not run on openSUSE Leap 15.5 KDE 5.103.0, does not appear in
the menu, downloaded and installed from the Discover store.
How can I proceed?
--
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=47067
Bug ID: 47067
Summary: Font is too wide in RPGMaker game Hello Charlotte
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64246
--> https://bugs.winehq.org/attachment.cgi?id=64246
Screenshot on Wine
The font in the game is too wide, meaning long lines are cut off.
Already tried winetricks allfonts, which doesn't help.
To reproduce, just download the game, run Game.exe and click Start in the
mainmenu.
--
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=53230
Bug ID: 53230
Summary: user32:win - test_activateapp() fails randomly with
fvwm
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:win - test_activateapp() fails randomly with fvwm. The failures
themselves change quite a bit from one run to the next, depending on where in
the function the failures start. It looks a bit like a race condition between
the test and the window manager.
Here is a relatively complete set:
win.c:10976: Test failed: Expected foreground window 0, got 01DE007C
win.c:10982: Test failed: Expected foreground window 001A013C, got 01DE007C
win.c:10992: Test failed: Expected foreground window 001A013C, got 00000000
win.c:10999: Test failed: Expected foreground window 001A013C, got 01DE007C
win.c:11001: Test failed: GetActiveWindow() = 00000000
win.c:11001: Test failed: GetFocus() = 00000000
win.c:11003: Test failed: Received WM_ACTIVATEAPP(0), did not expect it.
win.c:11011: Test failed: Expected foreground window 001A013C, got 00000000
win.c:11013: Test failed: GetActiveWindow() = 00000000
win.c:11013: Test failed: GetFocus() = 00000000
win.c:11021: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
https://test.winehq.org/data/patterns.html#user32:win
The failures don't seem to depend on the locale or bitness. However they only
happen in the TestBot VMs which happen to run fvwm (with a specially curated
configuration file) and don't happen on my box which runs KDE for instance.
--
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=55188
Bug ID: 55188
Summary: Total Commander v10.52 in copy mode does not allow you
to switch between other applications while remaining
on top of windows.
Product: Wine-staging
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 93.duke.xperia(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Total Commander v10.52 in copy mode does not allow you to switch between other
applications while remaining on top of windows.
This is observed on Ubuntu 22.04.2 / Ubuntu MATE 22.04.2 / Linux Mint 21.1
Cinnamon
In Ubuntu MATE 22.04.2, it can only be minimized through the taskbar, but in
Linux Mint 21.1 Cinnamon, it cannot be minimized through the taskbar.
This does not happen on Xubuntu 22.04.2 and KDEneon
Total Commander download
https://www.ghisler.com/download.htm
--
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=55158
Bug ID: 55158
Summary: Mouse input is broken at "POSTAL: Brain Damaged"
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dron2065(a)rambler.ru
Distribution: ---
Created attachment 74723
--> https://bugs.winehq.org/attachment.cgi?id=74723
Output log of application.
At game "POSTAL: Brain Damaged" (GOG version) reaction to mouse moving is
wrong, looking around with mouse is impossible. Cursor at menu works 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.
https://bugs.winehq.org/show_bug.cgi?id=49229
Bug ID: 49229
Summary: Regression Requiem: Rise of the Reaver mouse issue
since Release v5.0-rc3
Product: Wine-staging
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ergoschnuffel(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
radeon/amdgpu (same behaviour)
X11 on openbox
Game:
Requiem: Rise of the Reaver (http://www.playrequiem.com/)
Use case:
windowed multi client (transfer of items, shop open in the background etc.)
issues:
- need to click once to activate the game window and then it operates normally,
before it was a direct click through (activate game window and action in the
game)
- mouse cursor gets trapped in game window A while moving the mouse to game
window B and activating game window B (game window A/B overlapping a bit since
monitor resolution).
My issues started between Release v5.0-rc2 and Release v5.0-rc3 (update of the
raw input patches?) and are still on going.
--
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=55186
Bug ID: 55186
Summary: Visual Pinball 8.1.1 doesn't display table when it's
not cached
Product: Wine
Version: 8.11
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: ---
Program download:
https://archive.org/download/Visual_Pinball_2020-06-20/Visual%20Pinball%20M…
Table download: http://weltenschule.de/pinball/Boomerang1.4emu.zip
- Use wine-8.11
- Create new 32bit WINEPREFIX
- "winetricks whs57 oleaut32", work around bug 8780 and vbscript issues
- Run VPinball.exe
- Preferences -> Video Options -> Uncheck "Cache Rendered Table"
- File -> Open -> Select table
- Press F5
- Close the "Visual Pinball Player" window again
- Press F5 again
A lot of textures are now missing.
This is probably a d3d issue, though not 100% sure.
--
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.