https://bugs.winehq.org/show_bug.cgi?id=55043
Bug ID: 55043
Summary: Z-Vision for Windows: Assertion failed when clicking
"LOAD" button.
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 74607
--> https://bugs.winehq.org/attachment.cgi?id=74607
Assertion failed dialog
Z-Vision for Windows is a Zilog Z80 debugger published by System Load Ltd.
After launching the program, clicking "LOAD" button in the toolbar shows
"Assertion failed!" dialog instead of the file load dialog.
This issue was originally reported by @Inqb8tr_jp on Twitter. We used Z-Vision
for Windows Ver.6.42 付録版 (Addendum version) from [1].
SHA1(ZVW6.EXE) = c9d8db954dc9614c7ecfd6696b72d8d6d0e32905
[1] Tadashi Kato. "動かしながら理解するCPUの仕組み". KODANSHA, Tokyo, 2010. ISBN
978-4-06-257665-9. https://bookclub.kodansha.co.jp/product?item=0000194626
--
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=54532
Bug ID: 54532
Summary: msidb.exe: page fault on read access to 00000007 when
importing a .idt file
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: luc.bournaud(a)gmail.com
Distribution: ---
Created attachment 74078
--> https://bugs.winehq.org/attachment.cgi?id=74078
Backtrace
I am trying to import a .idt table generated by Wine's msidb into a MSI. This
operation systematically lead to an NULL pointer dereferencement error. I
tried multiples names and MSI files, It occurs on a up-to-date Wine 8.1-staging
and Wine 8.2 (non staging) from official ArchLinux repositories. Wine prefixes
were cleaned before each try.
For reference this is my command line and short output:
$ '/usr/bin/msidb' '-f' 'packaging/arcollect.msi.p' '-d'
'/tmp/meson-1.0.0-64.msi' '-i' 'Control1'
0134:fixme:file:NtLockFile I/O completion on lock not implemented yet
wine: Unhandled page fault on read access to 00000007 at address 6E42D714
(thread 0134), starting debugger...
0150:fixme:imm:ImeSetActiveContext (00030048, 1): stub
0150:fixme:imm:ImmReleaseContext (0002005A, 00030048): stub
013c:fixme:imm:ImeSetActiveContext (00020034, 0): stub
013c:fixme:imm:ImmReleaseContext (00020078, 00020034): stub
--
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=18889
Summary: Live Messenger 2008 fails to load - possible actctx
problem
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
Created an attachment (id=21730)
--> (http://bugs.winehq.org/attachment.cgi?id=21730)
+actctx,+relay log
Starting of installed (on windows) Msn 2009 wil result:
err:module:import_dll Library MSVCR80.dll (which is needed by
L"Z:\\media\\disk\\Program Files\\Windows Live\\Messenger\\msnmsgr.exe") not
found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\media\\disk\\Program Files\\Windows Live\\Messenger\\msnmsgr.exe" failed,
status c0000135
Same load failure, when I manually install with wine (from msi packages)
MSVCRT 8.0 is installed, as shown attached +actctx,+relay log
I suspect here an Activation Context failure.
--
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=55091
Bug ID: 55091
Summary: Wine fails compiling
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: eric.pouech(a)gmail.com
Distribution: ---
wine (c47c4d54bdf9a0f2100045fb6bc163291960fa05) fails to compile:
```
CCLD loader/wine64-preloader
loader/preloader.o: in function `wld_start':
/home/eric/wine/wine/loader/preloader.c:1402:(.text+0xc33): failed to convert
GOTPCREL relocation against '_start'; relink with --no-relax
collect2: error: ld returned 1 exit status
```
adding -Wl,--no-relax to preloader link operation fixes the issue
(at least allows linking, and notepad starts)
$ uname -a
Linux fedora.home 6.3.8-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 15
02:15:40 UTC 2023 x86_64 GNU/Linux
(split from https://bugs.winehq.org/show_bug.cgi?id=55050)
--
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=55203
Bug ID: 55203
Summary: ws2_32:sock - test_AcceptEx() sometimes gets
WSAEWOULDBLOCK and times out on Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ws2_32:sock - test_AcceptEx() sometimes gets WSAEWOULDBLOCK and times out on
Windows 10:
sock.c:8704: Test failed: failed to accept, error 10035
sock.c:8716: Test failed: got 0xc0000023
sock.c:8751: Test failed: got 00000000
sock.c:8765: Test failed: AcceptEx on too small remote address size returned 0
+ errno 10022
sock.c:8785: Test failed: AcceptEx returned 0 + errno 10022
sock.c:8805: Test failed: got error 10056
ws2_32:sock:13d4 done (258) in 120s 488B
See https://test.winehq.org/data/patterns.html#ws2_32:sock
Where:
10022 == WSAEINVAL
10035 == WSAEWOULDBLOCK
10056 == WSAEISCONN
0xC0000023 == STATUS_BUFFER_TOO_SMALL
This happened 6 times in the past 8 months, all on Windows 10:
* 2023-02-07 win22H2_fgtb-w10pro64-64
* 2023-03-23 win21H1_newtb-w10pro64-zh-CN-64
* 2023-03-31 win2004_newtb-w10pro64v2004-64
* 2023-05-30 win1909_newtb-w1064v1909-64
* 2023-06-23 win21H1_newtb-w10pro64-ja-64
* 2023-07-06 win21H1_newtb-w10pro64-de-64
--
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=55247
Bug ID: 55247
Summary: Assertion in riched20 while installing Office 2007
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 74844
--> https://bugs.winehq.org/attachment.cgi?id=74844
Log file with WINEDEBUG=riched20
The installer of Office 2007 fails with an assertion in riched20.
A bisect shows the following commit
commit b70eb32c5f3e506181d9e1e9fbef62e9baf3674d
Author: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
Date: Sat Jul 1 13:22:46 2023 +0900
riched20: Wrap marked paragraphs at Text Services initialization.
Today, CreateTextServices() returns an Rich Edit object without row
start and end marks, which are expected to exist by many Rich Edit
operations as well as EM_* message handlers.
This leads to a crash when certain messages (e.g., EM_SCROLLCARET) are
sent to the Rich Edit object via ITextServices::TxSendMessage(), unless
ME_WrapMarkedParagraphs() has been called beforehand.
Fix this by calling wrap_marked_paras_dc() early in the initialization
process.
This is not a problem for windowed Rich Edit controls, which already
calls ME_WrapMarkedParagraphs() before the user or application starts
interacting with it.
dlls/riched20/para.c | 1 +
dlls/riched20/tests/txtsrv.c | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
A log file with WINEDEBUG=riched20 is attached.
--
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=54688
Bug ID: 54688
Summary: ntdll:info - test_query_cpu() fails on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:info - test_query_cpu() fails on Windows 7:
32-bit case:
info.c:382: Test failed: SystemProcessorFeaturesInformation failed c0000003
info.c:383: Test failed: wrong len 3735928559
info.c:384: Test failed: wrong bits 5 / a0cd3fff
64-bit case:
info.c:382: Test failed: SystemProcessorFeaturesInformation failed c0000003
info.c:383: Test failed: wrong len 3735928559
info.c:384: Test failed: wrong bits c0000003 / b1993dfe
See https://test.winehq.org/data/patterns.html#ntdll:info
Where:
0xc0000003 == STATUS_INVALID_INFO_CLASS
These are new tests introduced in the commit below:
commit c44e58c88bd1a67ecb2f58472b1c67ab5f3ccb80
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Tue Mar 14 17:37:33 2023 +0100
ntdll: Implement the SystemProcessorFeaturesInformation query.
--
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=54503
Bug ID: 54503
Summary: d3dx9_36:math - test_D3DXSHMultiply3() fails on Debian
Testing
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
d3dx9_36:math - test_D3DXSHMultiply3() fails on Debian Testing:
math.c:4099: Test failed: Expected[6] = 4.27384138e+000, received =
4.27386904e+000.
See https://test.winehq.org/data/patterns.html#d3dx9_36:math
This looks like another imprecision problem.
What's notable is that this failure:
* Does not happen on Windows.
* Does not happen on Debian 11.
* Started happening on Debian Testing after the 2023-01-15 upgrade.
So it may be that some Debian library is in the wrong.
--
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=50868
Bug ID: 50868
Summary: League of Legends: infinite loading after login
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ickoeboki(a)gmail.com
Distribution: ---
Created attachment 69678
--> https://bugs.winehq.org/attachment.cgi?id=69678
A log from lutris when the error happens
After logging into League of Legends, the client is stuck in a state of
infinite loading.
--
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=35866
Bug ID: 35866
Summary: AvP 2000 game: some ingame text has red boxes around
it
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Created attachment 47886
--> http://bugs.winehq.org/attachment.cgi?id=47886
In game HUD : red boxes
Using the Steam version of Aliens Vs Predator Classic (2000). Some ingame text
has red boxes around each individual character. Appears under both recent
Nvidia (proprietary) and AMD radeon (kernel) drivers.
I didn't even notice this glitch before. But having booted into Windows 7 to
double check... The red boxes are not present when the game is run natively
under Windows.
I don't see anything of significance in the console log when I launch AvP
manually (with Steam running in the same 64-bit Wineprefix).
Any thoughts if this is low hanging fruit to fix?
Thanks
Robert
--
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=55187
Bug ID: 55187
Summary: winedbg --auto crashes if target process terminates
after attaching.
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Tried to do some investigation of bug 54240.
There MaLauncher.exe hit a unimplemented function, therefore raises a
'windbg --auto' process.
Unfortunately somehow the MaLauncher.exe manages to terminate,
therefore winedbg receives a EXIT_PROCESS_DEBUG_EVENT that sets
dbg_curr_process to NULL, while winedbg is in the middle
of the --auto processing.
Therefore hitting close or show details leads to a crash in winedbg.
Thread 1 received signal SIGSEGV, Segmentation fault.
0x0041bff1 in output_system_info () at programs/winedbg/tgt_active.c:876
876 if (!IsWow64Process( dbg_curr_process->handle, &is_wow64 ))
is_wow64 = FALSE;
(rr) bt
#0 0x0041bff1 in output_system_info () at programs/winedbg/tgt_active.c:876
#1 dbg_active_auto () at programs/winedbg/tgt_active.c:991
#2 0x0043a377 in main () at programs/winedbg/winedbg.c:729
...
(rr) print dbg_curr_process
$1 = (struct dbg_process *) 0x0
--
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=55114
Bug ID: 55114
Summary: secur32:schannel - The 32-bit
test_connection_shutdown() crashes on Windows <= 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
secur32:schannel - The 32-bit test_connection_shutdown() crashes on Windows <=
8:
[...]
0b08:schannel: 218 tests executed (0 marked as todo, 0 as flaky, 0 failures), 1
skipped.
schannel.c:2089: this is the last test seen before the exception
0b08:schannel: unhandled exception c0000005 at 77CF28C7
secur32:schannel:0b08 done (-1073741819) in 0s 1396B
See https://test.winehq.org/data/patterns.html#secur32:schannel
A bisect shows that this crash started with the commit below:
commit 11afc2da020642d34eb55a59f99ee13847e61d46
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Jun 20 14:34:57 2023 +0200
secur32: Add support for sending TLS alerts.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55086
--
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=54932
Bug ID: 54932
Summary: Fallout 3: Black screen when using the experimental
wow64 mode
Product: Wine
Version: 8.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
Distribution: ---
When I try to play fallout 3 or new Vegas I get a black box with no audio.
Space Cadet Pinball x86 works fine though. I also tried using dxvk but that
didn't help.
--
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=46221
Bug ID: 46221
Summary: League of Legends 8.23 crash after champion select
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lollinos(a)hotmail.com
Distribution: ---
i think it's the same error about anti-cheat lol had last patches.
After Champion select end, game crash with message: "A critical error has
occurred and the process must be terminated. Would you liek to create a crash
dump to aid the developers in troubleshooting this issue? This may take up to 5
minutes. NOYE: The process may appear unresponsive during this time. [YES]
[NO]".
Steps:
- WINEPREFIX=~/.wine WINEARCH=win32 wine winecfg
- WINEPREFIX=~/.wine WINEARCH=win32 wine winetricks --gui, set to true capture
mouse, virtual Desktop and Windows version to XP (I've tried with 7-10 too)
- wineboot -u, winetricks -q d3dx9
- cd .wine/drive_c/, ln -s ~/path/lol-installer.exe
- wine start lol-installer.exe
- wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'msvcp140' /t
'REG_SZ' /d 'native,builtin' /f
- wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'wininet' /t
'REG_SZ' /d 'builtin,native' /f
- wine start 'C:\Riot Games\League of Legends\LeagueClient.exe'
I tried a lot of settings, but i cant make it works after champion select.
Some way to fix this bug?
ii wine-staging 3.21.0~stretch
amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-staging-amd64 3.21.0~stretch
amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-staging-i386:i386 3.21.0~stretch
i386 WINE Is Not An Emulator - runs MS Windows programs
ii winehq-staging 3.21.0~stretch
amd64 WINE Is Not An Emulator - runs MS Windows programs
ii winetricks 0.0+20170101-1
all package manager for Wine to install software easily
--
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=35690
Bug ID: 35690
Summary: Steam network hang ups.
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: hellsy22(a)gmail.com
Created attachment 47657
--> http://bugs.winehq.org/attachment.cgi?id=47657
Installing and using steam
Unpredictable hangups while establishing connection for downloading updates,
loggining in, downloading games, etc.
There are no problems with network for everything except wine/Steam. Win Steam
works perfect, all other services - too.
--
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=55032
Bug ID: 55032
Summary: Multiple games have laggy rendering in DX12 mode
(Kena: Bridge of Spirits, Total Conflict: Resistance)
Product: Wine
Version: 8.3
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gmascellani(a)codeweavers.com
Regression SHA1: ac265bf3fb6884bdd2b75e996d933ea791dfd3ee
Distribution: ---
Lags when moving mouse.
--
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=50771
Bug ID: 50771
Summary: CreateFile(FILE_WRITE_ATTRIBUTES) on readonly file
fails
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
Distribution: ---
Created attachment 69563
--> https://bugs.winehq.org/attachment.cgi?id=69563
Testcase
When a file is readonly, one should be able to open it with
CreateFile(FILE_WRITE_ATTRIBUTES) in order to change its permissions to
writable via SetFileInformationByHandle(FileBasicInfo), however the CreateFile
call fails.
--
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=45042
Bug ID: 45042
Summary: Steam doesn't uninstall applications, gets stuck
saying "deleting %app" until next popup isn't very
visible
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)gmail.com
Distribution: ---
Created attachment 61171
--> https://bugs.winehq.org/attachment.cgi?id=61171
wine log
It is nearly impossible to delete steam applications when you right click then
select uninstall.
--
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=41466
Bug ID: 41466
Summary: Steam: Tray icon menu sometimes flickers
Product: Wine
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Created attachment 55847
--> https://bugs.winehq.org/attachment.cgi?id=55847
Terminal output
On starting Steam, making a right click on the tray icon and clicking on
"Setings" instead of vanishing most times the tray icon menu gets black and
begins to flicker. This behavior disappears as soon as the mouse cursor is
moved. In the attachments is the terminal output where this issues happened.
--
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=55276
Bug ID: 55276
Summary: Dying Light 2: Stay Human crashes on launch
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Regression SHA1: 24a2b625545f1875b5c3177f2b9da1b7299b864f
Distribution: ---
Backtrace:
=>0 0x000002c74c9629 in ucrtbase (+0x59629) (0x00000000000a58)
1 0x0000010131b142 in engine_x64_rwdi (+0x131b142) (0x00000000000a58)
2 0x0000010130aef3 in engine_x64_rwdi (+0x130aef3) (0x0000000011b840)
3 0x00000101351365 in engine_x64_rwdi (+0x1351365) (0x007f04b0642388)
4 0x00000100fbf048 in engine_x64_rwdi (+0xfbf048) (0x0000000011b9d0)
5 0x00000100fd0ba2 in engine_x64_rwdi (+0xfd0ba2) (0x0000000011bbd0)
6 0x00000100fcce2e in engine_x64_rwdi (+0xfcce2e) (0x0000000011bbd0)
7 0x00000100759f9a in engine_x64_rwdi (+0x759f9a) (0x0000000011bdb0)
8 0x0000010077e5ab in engine_x64_rwdi (+0x77e5ab) (0x0000000011dd03)
9 0x0000010078057f in engine_x64_rwdi (+0x78057f) (0x0000000011dd70)
10 0x00000140007fed in dyinglightgame_x64_rwdi (+0x7fed) (0x0000000011e860)
11 0x0000014000943c in dyinglightgame_x64_rwdi (+0x943c) (0000000000000000)
12 0x0000014007be2a in dyinglightgame_x64_rwdi (+0x7be2a) (0000000000000000)
13 0x00000178028a39 BaseThreadInitThunk+0x9(unknown=<internal error>,
entry=<internal error>, arg=<internal error>)
[/home/andrey/wine64/../wine/dlls/kernel32/thread.c:61] in kernel32
(0000000000000000)
14 0x0000017005cdc5 __wine_pop_frame(entry=000000014007BE98,
arg=000000007FFD0000)
[/home/andrey/wine64/../wine/include/wine/exception.h:277] in ntdll
(0000000000000000)
15 0x0000017005cdc5 RtlUserThreadStart+0x85(entry=[<register RSP not
accessible in this frame>, arg=[<register RSP not accessible in this frame>)
[/home/andrey/wine64/../wine/dlls/ntdll/thread.c:294] in ntdll
(0000000000000000)
0x000002c74c9629 ucrtbase+0x59629: movdqa %xmm0, (%rdi)
--
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=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=55177
Bug ID: 55177
Summary: Hatching not printed in Framemaker 8
Product: Wine
Version: 8.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Hatchings are no longer printed in Framemaker 8 after commit
d98cd8d28bc40c808a4058e8af4afac75fe63390 is the first bad commit
commit d98cd8d28bc40c808a4058e8af4afac75fe63390
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Sat May 6 11:17:02 2023 +0200
wineps: Use printer DC in print processor.
dlls/wineps.drv/builtin.c | 43 ---------------
dlls/wineps.drv/printproc.c | 131 ++------------------------------------------
dlls/wineps.drv/psdrv.h | 2 -
3 files changed, 4 insertions(+), 172 deletions(-)
To reproduce
- Install Framemaker 8 from the given URL
- Open the attached document hatching.fm
- print the document (to file or to printer)
the area with the hatching is empty.
--
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.