Program Crashes Unexpectedly After Updating Wine Version from WineHQ Repository

Questions about Wine on Linux
Locked
laizhufeng
Newbie
Newbie
Posts: 2
Joined: Thu Mar 21, 2024 6:52 am

Program Crashes Unexpectedly After Updating Wine Version from WineHQ Repository

Post by laizhufeng »

“When I installed Wine 8.0 from the Ubuntu software source on Ubuntu 23.10, the program worked fine. However, after switching to WineHQ’s repository and updating to Wine 9.0 on Ubuntu 23.10, the same program crashed due to an assert error when running with Wine. Interestingly, installing Wine 9.0 from the Ubuntu software source on Ubuntu 24.04 works without any issues. What could be the reason for this?”

The following is the error when running in the Wine 9.0 environment on Ubuntu 23.10.

Code: Select all

root@mushu:~/osn8800# WINEDEBUG=fixme-all wine64 winosp_release/winospexe/winosp.exe "C:\\ProgramData\\ne1\\WINOSPHARDCFG.INI"
0044:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=3): stub
0044:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=1): stub
0044:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=0): stub
0044:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=2): stub
02a0:err:msvcrt:_wassert (L"!sig_type || sig_type->tag == SymTagFunctionType",L"dlls/dbghelp/symbol.c",329)
Locked