CODESYS 3.5 SP17 Patch2

Questions about Wine on Linux
Locked
Mondin Marco
Level 1
Level 1
Posts: 5
Joined: Thu Jan 20, 2022 8:14 am

CODESYS 3.5 SP17 Patch2

Post by Mondin Marco »

Using MSI contained in ZIP file and not EXE file, using dotnet462 and vcrun2019, I'm able to install and start CODESYS development system (Only 64 bit version, due 32 bit installs, but not start).

Editors, settting, menus, files management is working very well, but since it require many signatures, i cannot install any additional package, compile programs tu transfer in Runtimes (Missing libraries signature verification) and cannot verify XMLs with devices descriptors.

Code: Select all

030c:fixme:path:parse_url failed to parse L"BouncyCastle.Crypto"
030c:fixme:path:parse_url failed to parse L""
030c:fixme:ncrypt:NCryptOpenStorageProvider (0000000020BADEB8, L"Microsoft Software Key Storage Provider", 0): stub
030c:fixme:path:parse_url failed to parse L"Utilities.resources"
030c:fixme:path:parse_url failed to parse L""
0114:err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
When I try import a package, fixme message on ncrypt suggest me a not implemented required function.

I tryed to copy a native ncrypt form a working licenseg Windows10 VM, but after that i obtain this:

Code: Select all

028c:fixme:path:parse_url failed to parse L"BouncyCastle.Crypto"
028c:fixme:path:parse_url failed to parse L""
028c:err:module:import_dll Library NTASN1.dll (which is needed by L"C:\\windows\\system32\\ncrypt.dll") not found
028c:fixme:path:parse_url failed to parse L"Utilities.resources"
028c:fixme:path:parse_url failed to parse L""
028c:fixme:ole:CoGetDefaultContext -1, {000001c6-0000-0000-c000-000000000046}, 000000004F86E370 stub
028c:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
028c:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
I copied ntasn1.dll and obtained this:

Code: Select all

0288:fixme:path:parse_url failed to parse L"BouncyCastle.Crypto"
0288:fixme:path:parse_url failed to parse L""
wine: Call from 000000007B01192E to unimplemented function bcrypt.dll.BCryptResolveProviders, aborting
0288:fixme:path:parse_url failed to parse L"Utilities.resources"
0288:fixme:path:parse_url failed to parse L""
0288:fixme:ole:CoGetDefaultContext -1, {000001c6-0000-0000-c000-000000000046}, 0000000056A7E3F0 stub
0288:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0288:fixme:ole:CoGetDefaultContext -1, {000001c6-0000-0000-c000-000000000046}, 0000000056A7E3F0 stub
0288:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
wine: Call from 000000007B01192E to unimplemented function bcrypt.dll.BCryptResolveProviders, aborting
Native bcrypt make CODESYS crash at startup.

Any suggestion?
Locked