(studiotax 2022) Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4

Questions about Wine on Linux
Locked
leveche
Newbie
Newbie
Posts: 1
Joined: Thu Jan 12, 2023 8:28 pm

(studiotax 2022) Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4

Post by leveche »

Hello All,

I'm trying to install StudioTax 2022 (https://www.studiotax.com/downloadwindows.html) under fedora 36, using wineHQ release wine-7.0.1.

The installation fails to unpack the cabinet file, with the following errors in the terminal. I think the line I highlighted in the subject is what actually breaks the install.

Any suggestions what's missing or how to troubleshoot further?

Code: Select all

0110:fixme:mpr:WNetGetUniversalNameW (L"C:\\users\\user\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\StudioTax 2022", 0x00000001, 03C2EA50, 03C2E988): stub
0110:fixme:mpr:WNetGetUniversalNameW (L"C:\\Program Files\\BHOK IT Consulting Inc.\\StudioTax 2022", 0x00000001, 03C2EA50, 03C2E988): stub
0110:fixme:exec:SHELL_execute flags ignored: 0x00000100
01a0:fixme:file:NtLockFile I/O completion on lock not implemented yet
01a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01a0:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
01a0:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
01a0:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
01a0:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
01a0:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.30"
01a0:err:msi:extract_cabinet FDICopy failed
01a0:err:msi:ACTION_InstallFiles Failed to extract cabinet: L"StudioTax1.cab"
01a0:err:msi:execute_script Execution of script 0 halted; action L"InstallFiles" returned 1603
01a0:err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 1603
01a0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FE98
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
Locked