Bug 2176534

Summary: wine-mono cannot run C# applications
Product: [Fedora] Fedora Reporter: Konrad Borowski <redhat>
Component: wineAssignee: Michael Cronenworth <mike>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 37CC: andreas.bierfert, besser82, mike
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-08 23:32:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Konrad Borowski 2023-03-08 15:22:11 UTC
Description of problem:

When running any C# application with Wine I get the following error.

0218:err:module:import_dll Library iconv.dll (which is needed by L"Z:\\usr\\share\\wine\\mono\\wine-mono-7.4.0\\bin\\libmono-2.0-x86_64.dll") not found
0218:err:mscoree:load_mono Could not load Mono into this process


Version-Release number of selected component (if applicable): wine-mono-7.4.0-1.fc37.noarch


How reproducible: Always


Steps to Reproduce:
1. Download any C# application, such as run-tests.exe from https://dl.winehq.org/wine/wine-mono/7.4.0/wine-mono-7.4.0-tests.zip.
2. Extract the archive
3. Run wine run-tests.exe

Actual results:

0218:err:module:import_dll Library iconv.dll (which is needed by L"Z:\\usr\\share\\wine\\mono\\wine-mono-7.4.0\\bin\\libmono-2.0-x86_64.dll") not found
0218:err:mscoree:load_mono Could not load Mono into this process

Expected results:

Application should run.


Additional info:

Installed wine using wine meta package.

Comment 1 Michael Cronenworth 2023-03-08 23:32:26 UTC

*** This bug has been marked as a duplicate of bug 2174631 ***