https://bugs.winehq.org/show_bug.cgi?id=55827
Bug ID: 55827
Summary: Can't install Scratch3
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zuomug67(a)gmail.com
Distribution: ---
Created attachment 75319
--> https://bugs.winehq.org/attachment.cgi?id=75319
backtracefile
Can'tinstall Scratch3
--
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=55826
Bug ID: 55826
Summary: Office 2016 applications have broken UI
Product: Wine-staging
Version: 8.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: awesie(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Distribution: ---
Created attachment 75318
--> https://bugs.winehq.org/attachment.cgi?id=75318
Broken UI in Word 2016
This is a regression caused by
https://github.com/wine-staging/wine-staging/blob/master/patches/wined3d-me…
Author: Andrew Wesie <awesie(a)gmail.com>
Date: Sun Sep 30 12:02:00 2018 -0500
wined3d: Use glReadPixels for RT texture download.
Signed-off-by: Andrew Wesie <awesie(a)gmail.com>
For the testing purposes I used 32-bit Office 2016 ISO from
https://archive.org/details/microsoft-office-2016-professional-plus-32-and-…
set Windows 7 in winecfg, and used default installation.
Then
1. goto drive_c/Program Files/Microsoft Office/Office16
2. run 'wine WINWORD.EXE'
3. choose "Blank document"
Reverting the above patch fixes UI painting.
--
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=55350
Bug ID: 55350
Summary: explorer.exe:explorer - test_taskbar() often fails in
Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
explorer.exe:explorer - test_taskbar() often fails in Wine:
explorer.c:43: Test failed: Expected (0,0)-(0,0), got (904,0)-(1024,768).
See https://test.winehq.org/data/patterns.html#explorer.exe:explorer
This happens almost systematically on fg-deb64-* but also happens randomly on
the TestBot's debian11 VM, GitLab's gitlab-debian environment, and Remi's VMs.
This also impacts merge requests sometimes, for instance MR!3413 on 2023-07-26.
--
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=55823
Bug ID: 55823
Summary: "Star Trek Fleet Command" crashes on exit
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: donnie126_2002(a)hotmail.com
Distribution: ---
Created attachment 75314
--> https://bugs.winehq.org/attachment.cgi?id=75314
Unhandled exception: page fault on read access, etc.
"Star Trek Fleet Command" by Scopely installs and runs as you might expect it
to run on a Windows machine, but when the player exits the game, the program
crashes with the report outlined in the attached "backtrace.txt" file.
--
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=55822
Bug ID: 55822
Summary: 8.2 and over Wine-staging doesn't apply patches on
tar.xz source code
Product: Wine-staging
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: d.bass05(a)proton.me
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
This includes a lot of packaging, like the Arch Linux one
(https://gitlab.archlinux.org/archlinux/packaging/packages/wine-staging/-/bl…).
This is due to the Python 3 port
(https://gitlab.winehq.org/wine/wine-staging/-/commit/f2f8b949b1ae1bedc2b3b1…)
included since tag 8.2.
Specifically, it doesn't get passed the flag --nogit to gitapply.sh in case
that the wine main tree is not a git repository.
This regression made harder to understand why the staging patches are not
applied after the building.
--
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=4713
--- Comment #37 from temp82(a)luukku.com ---
> still freezes wine 8.18.
don't know if these are related
0024:fixme:ddraw:DirectDrawEnumerateExA flags 0x6 not handled
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:d3d:wined3d_device_apply_stateblock WINED3D_RS_ZVISIBLE not
implemented.
011c:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
--
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=55712
Bug ID: 55712
Summary: rpcrt4: NdrClientInitializeNew() does not wait for
server connection
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: bghome(a)gmail.com
Distribution: ---
Created attachment 75218
--> https://bugs.winehq.org/attachment.cgi?id=75218
Application log (WINEDEBUG=+timestamp,+pid,+tid,+seh,+rpc,+file,+sync)
I'm debugging a crash of the RekordboxAgent application. The problem is that
it's terminated by the RPC_S_SERVER_UNAVAILABLE exception.
I noticed that the client connection for the endpoint .\pipe\wine_plugplay (see
NdrClientInitializeNew() API call on line 11168) had been triggered before the
server started listening (see NdrServerInitializeNew() API call on line 13286).
Since the application works well under Windows 10/11, I believe it's a wine
implementation related problem.
To me it seems like the client connection should wait until the server becomes
available. I made a small patch to test this theory (see rpcrt4.patch). Now I
can see in the logs that the WaitNamedPipeW API is called on line 11189, but
looks like does not have the desired effect as rpcrt4_conn_open_pipe connection
failed appears immediately on line 11194.
Any help regarding that would be appreciated.
--
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=55641
Bug ID: 55641
Summary: dxdiag crashes with segfault
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: matthew.mcallister.0(a)gmail.com
Distribution: ---
Created attachment 75176
--> https://bugs.winehq.org/attachment.cgi?id=75176
Output of `wine dxdiag`
Running wine-devel. wine --version is wine-8.16. OS is Debian 13. kernel
version 6.4.13-1. Graphics: RTX 3080, nvidia-driver version 525.125.06-2.
--
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=55524
Bug ID: 55524
Summary: Memory allocation difficulties were reported during
runs of the Settlers: Heritage of Kings.
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I tried the game “The settlers (gold edition)” out once more by components from
the software package “wine 8.15-1622.3”.
Some information was logged for further development considerations.
Markus_Elfring@Sonne:~> wine 'C:\ProgramData\Microsoft\Windows\Start
Menu\Programs\Ubisoft\Blue Byte\DIE SIEDLER - Das Erbe der Könige - Gold
Edition\DIE SIEDLER - Das Erbe der Könige Nebelreich spielen.lnk'
…
0178:err:virtual:map_view anon mmap error Nicht genügend Hauptspeicher
verfügbar, size 0x10020000, unix_prot 0
0178:err:virtual:allocate_virtual_memory out of memory for allocation, base
(nil) size 10010000
0178:err:d3d:buffer_invalidate_bo_range Failed to allocate maps array,
invalidating entire buffer.
…
--
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.