https://bugs.winehq.org/show_bug.cgi?id=50279
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- I think this part could be a problem:
--- 0078:trace:actctx:lookup_assembly looking for name=L"KBC.Historian" version=7.1.0.0 arch=L"x86" 0078:trace:actctx:get_manifest_in_pe_file looking for res #0001 in L"\??\c:\program files (x86)\KBC\sim suite 7.1\PSIM\KBC.Historian.dll" 0078:trace:actctx:get_manifest_in_module looking for res #0001 in module 0x230001 L"\??\c:\program files (x86)\KBC\sim suite 7.1\PSIM\KBC.Historian.dll" 0078:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"KBC.Historian" (7.1.0.0) ---
Does it exist under that path? Please attach the manifest from this dll.
Also I'm sure how accurate is this:
--- 0078:trace:actctx:parse_assembly_identity_elem name=L"KBC.Historian" version=7.1.0.0 arch=L"x86" ---
Application manifest you attached has version 7.3.0.0 and different arch. Also the log contains wine-stable paths, was that wine-5.0? If problem happens in latest wine-6.0-rc1, it's better to use that for testing.
So to summarize:
- some clarification on assembly dependency is needed; - manifest you posted does not seem to match the one used when generating the log, which might be because both 32/64 builds were used.