https://bugs.winehq.org/show_bug.cgi?id=54166
Bug ID: 54166
Summary: Compilation fails with gcc 4.8.4 (error:
‘HTTP_STATUS_CONTINUE’ undeclared)
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 73692
--> https://bugs.winehq.org/attachment.cgi?id=73692
log.txt
Compiling in 32 bit distro with:
compiler version 4.8.4
# gcc --version
glibc 2.19
# ldd --version
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compile error in wine-8.0-rc1
In function ‘cups_write_doc’
error: ‘HTTP_STATUS_CONTINUE’ undeclared (first use in this function)
--
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=54718
Bug ID: 54718
Summary: msvcr90:msvcr90 - test__get_current_locale() sometimes
gets an unexpected refcount on w10pro64
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcr90:msvcr90 - test__get_current_locale() sometimes gets an unexpected
refcount on w10pro64:
msvcr90.c:2382: Test failed: refcount = 4
See https://test.winehq.org/data/patterns.html#msvcr90:msvcr90
This only happens in 64-bit tests, and only on w10pro64. Yet it has the same
msvcr90 version as the other Windows 10 2004+ VMs:
w10pro64v2004 msvcr90=9.0.30729.9625
w1064v2009 msvcr90=9.0.30729.9625
w10pro64 (21H1) msvcr90=9.0.30729.9625
w1064 (22H2) msvcr90=9.0.30729.9625
w11pro64 msvcr90=9.0.30729.9635
The test already considers a refcount of 2 to be broken (without indicating
why, commit f71f16319816) so maybe the same should be done for a value of 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=45273
Bug ID: 45273
Summary: Chessbase 11 cannot draw arrows
Product: Wine
Version: 3.9
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: ---
Similar issue to
https://bugs.winehq.org/show_bug.cgi?id=42809
but with slightly differing unimplemented requirements from GdipWidenPath.
Originally mentioned on https://bugs.winehq.org/show_bug.cgi?id=37275
In this case:
0064:fixme:gdiplus:brush_fill_pixels path gradient blend not implemented
0064:fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
0064:fixme:gdiplus:GdipSetCustomLineCapStrokeCaps not implemented
0064:fixme:gdiplus:GdipWidenPath unimplemented end cap ff
0064:fixme:gdiplus:GdipWidenPath unimplemented end cap ff
The first two error messages have been around a long while so are probably
unrelated.
The last two (same) messages are multiplied for each extra arrow drawn, which
probably indicates only the last needs to be implemented.
--
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=54756
Bug ID: 54756
Summary: Forza Horizon 4 crashes with
concrt140.dll.??0_Cancellation_beacon@details@Concurre
ncy@@QEAA@XZ
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0000000000683C9E to unimplemented function
concrt140.dll.??0_Cancellation_beacon@details@Concurrency@@QEAA@XZ, aborting
8.4-304-ga98d9dd9e99
--
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=54064
Bug ID: 54064
Summary: ntdll:threadpool - test_tp_io() sometimes fails &
crashes in Wine (GitLab CI)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:threadpool - test_tp_io() sometimes fails & crashes in Wine (GitLab CI):
ntdll:threadpool start dlls/ntdll/tests/threadpool.c
wine: Unhandled page fault on read access to 0000000C at address 7BC644D1
(thread 07c4), starting debugger...
threadpool.c:641: Test marked todo: TpSimpleTryPost unexpectedly returned
status 0
threadpool.c:1595: Test marked todo: expected that timers are merged
threadpool.c:2034: Test failed: got 0xc0000017
threadpool.c:2035: Test failed: expected non-NULL TP_IO
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code
(0x7bc644d1).
...
Backtrace:
=>0 0x7bc644d1 impl_from_TP_IO+0x3(io=<internal error>)
[Z:\builds\zfigura\wine\dlls\ntdll\threadpool.c:351] in ntdll (0x0077fd08)
1 0x7bc644d1 TpWaitForIoCompletion+0x11(io=00000000, cancel_pending=0)
[Z:\builds\zfigura\wine\dlls\ntdll\threadpool.c:348] in ntdll (0x0077fd08)
2 0x004e7a58 in ntdll_test (+0xe7a58) (0x0077fde8)
...
Strangely enough this failure never happened in the nightly WineTest runs but
it did impact at least 5 merge requests so far:
* 2022-11-30 MR!1615
* 2022-11-29 MR!1545
* 2022-11-25 MR!1537
* 2022-11-23 MR!1508
* 2022-11-10 MR!1326
--
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=43822
Bug ID: 43822
Summary: No car song TrackMania nation forever (steam version)
Product: Wine
Version: 2.18
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 59369
--> https://bugs.winehq.org/attachment.cgi?id=59369
trackmania without car song
Hello I have problem with trackMania nation forever on steam.
I don't have the car song (all other song work)
http://store.steampowered.com/app/11020/TrackMania_Nations_Forever/
The car song work on the standalone installer
(trackmania 1 demo)
http://trackmaniaforever.com/nations/
I have tried to change openAL version or override this but it not correct the
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=54070
Bug ID: 54070
Summary: winevulkan Assertion failed
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: santafejayyt(a)gmail.com
Distribution: ---
Created attachment 73619
--> https://bugs.winehq.org/attachment.cgi?id=73619
Image of the error
I'm currently unable to run Roblox Studio at all on the latest wine-staging
version, with winevulkan erroring with "Assertion failed! File:
wine-staging/dlls/winevulkan/loader_thunks.c Line: 5156"
Expression: "!status"
I don't see an stderr or stdout log anywhere except for this error. I tested
both a custom wine-staging build, the AUR package wine-staging, as well as
compiled from source.
--
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=49161
Bug ID: 49161
Summary: Trying to run
GrapeJuice(https://gitlab.com/brinkervii/grapejuice)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blakeablin(a)icloud.com
Distribution: ---
Created attachment 67180
--> https://bugs.winehq.org/attachment.cgi?id=67180
Error details
Trying to run Roblox via GrapeJuice give me the error I will attach.
--
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=54758
Bug ID: 54758
Summary: shell32:progman_dde - test_parser() sometimes gets
DMLERR_NOTPROCESSED in 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:progman_dde - test_parser() sometimes gets DMLERR_NOTPROCESSED in Wine:
progman_dde.c:274: Test failed: expected DMLERR_NO_ERROR, got 16393
progman_dde.c:275: Test failed: directory should not exist
See https://test.winehq.org/data/patterns.html#shell32:progman_dde
Where 16393 == DMLERR_NOTPROCESSED
The first known instance happened on 2023-03-02: this did not happen in the
previous 6 months. Since then there has been a bit over 1 instance per week so
it seems likely this is caused by a commit in late February:
* 2023-03-02 on debian11-win32-ar-MA
* 2023-03-03 on fgtb-debian11-win32
* 2023-03-10 in MR!2368 on debian11-win32
* 2023-03-22 in MR!2466 in the test-linux32 GitLab CI
* 2023-03-28 in MR!2526 on debian11-win32
--
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=53505
Bug ID: 53505
Summary: d3d9:visual - test_vshader_input() sometimes fails on
Windows <= 10 1607
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
d3d9:visual - test_vshader_input() sometimes fails on Windows <= 10 1607:
visual.c:8907: Test failed: Input test: Quad 3(2crd-wrongidx) returned color
0x00ff00ff, expected 0x00ff0080
https://test.winehq.org/data/patterns.html#d3d9:visual
This happens on Windows 8, Windows 10 1507 and 1607 but is rare enough (~7%) to
sometimes cause false positives.
--
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.