Hello, I'm new to wine. I'm using linux mint 21.3, and I'm trying to use wine and winetricks to use
this tool. I used winetricks to make a wine prefix for this application, and I set it to 32-bit arch, and installed .Net 3.5 according to the directions in AppDB. I also tried to install VCRun2008, but when I try to install it, it finishes installing, but I get this warning:
Code: Select all
warning: vcrun2013 install completed, but installed file /home/user/.local/share/wineprefixes/ArmSetSearchMH4U/dosdevices/c:/windows/syswow64/mfc120.dll not found
When I try and run the .exe file, using this wineprefix, I get this error:
Code: Select all
0024:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Athena's ASS MH4U 1.13b.exe" cannot be loaded
I have tried a lot of things that I've seen online and nothing has worked. What do I need to do to fix this?