App crashes on invoking file dialog

Questions about Wine on Linux
Locked
DaveCoventry
Newbie
Newbie
Posts: 1
Joined: Fri Jan 08, 2021 3:13 am

App crashes on invoking file dialog

Post by DaveCoventry »

I have been using ProgeCAD 2020 with wine but have recently had an issue whereby the program is no longer responsive after invoking the file dialog (File->Open or File->SaveAs).

It was working previously.

Here is the output from when the file dialog is invoked:

Code: Select all

wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
00f4:fixme:reg:RegQueryInfoKeyW security argument not supported.
00f4:fixme:msctf:KeystrokeMgr_TestKeyDown STUB:(0000000015A7D3D0)
00f4:fixme:msctf:KeystrokeMgr_TestKeyUp STUB:(0000000015A7D3D0)
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
00f4:fixme:shell:foldermanager_FindFolderFromPath L"C:\\users\\dave\\Downloads", 0x00000000, 0x90e6e8
0234:fixme:font:get_nearest_charset TCI failing on 20000000
0234:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 20000000 file = L"Z:\\usr\\share\\fonts\\truetype\\fonts-gujr-extra\\aakar-medium.ttf"
00f4:fixme:ieframe:navigate_url Unsupported args (Flags 0000000000915320 {vt VT_DECIMAL}; TargetFrameName (null))
00f4:fixme:ieframe:ClientSite_GetContainer (00000000152518D0)->(0000000000915468)
00f4:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
00f4:fixme:ieframe:DocHostUIHandler_GetDropTarget (00000000152518D0)
00f4:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000015A7D390)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0000000000912F10)
00f4:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000015A7D390)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0000000000912E30)
00f4:fixme:mshtml:nsChannel_AsyncOpen2 (0000000015BA0690)->(000000004622D2E0)
00f4:fixme:mshtml:nsChannel_AsyncOpen2 (0000000015C6E6D0)->(00000000470E1CC0)
00f4:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
00f4:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
00f4:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
00f4:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000015A7D390)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0000000000913B50)
00f4:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000015A7D390)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0000000000913A70)
...
Is this a known issue?

I'm using wine-6.0-rc5 on kubuntu 20.10
Locked