Can not run program

Questions about Wine on Linux
Locked
jurquizo
Newbie
Newbie
Posts: 2
Joined: Thu Feb 27, 2020 4:07 pm

Can not run program

Post by jurquizo »

I am new to wine and english is not my first language.
I was able to install wine on ubuntu 18.04 but when I try to run a program from my company it says the following, i already look for a solution online and found nothing:
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:file:K32EnumDeviceDrivers (0x5efa30, 0, 0x32c120): stub
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:file:K32EnumDeviceDrivers (0x5efa28, 0, 0x32c120): stub
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:file:K32EnumDeviceDrivers (0x5f1550, 0, 0x32c068): stub
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:file:K32EnumDeviceDrivers (0x5efab0, 0, 0x32c0d8): stub
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0x32e318, 0x5ff5d8, 0x32e31c, 0x32e310
0009:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0x32e318, 0x5ff7f0, 0x32e31c, 0x32e310
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Can not run program

Post by jkfloris »

Install the .Net Framework with winetricks and try again.

Code: Select all

# Install winetricks:
sudo apt install winetricks
# Update winetricks:
sudo winetricks --self-update
# Install .Net:
winetricks -q dotnet40
jurquizo
Newbie
Newbie
Posts: 2
Joined: Thu Feb 27, 2020 4:07 pm

Re: Can not run program

Post by jurquizo »

Installing winetricks solved the framework problem but now it is giving me bunch of

Code: Select all

002d:err:ole:CoGetContextToken apartment not initialised
0009:fixme:path:parse_url failed to parse L"Clases_Logica_Entidad"
0009:fixme:path:parse_url failed to parse L"System.Windows.Forms"
0009:fixme:path:parse_url failed to parse L"DSAplicacion"
0009:fixme:path:parse_url failed to parse L"ERPVariablesGlobales"
0009:fixme:path:parse_url failed to parse L"AlmMain"
0009:fixme:path:parse_url failed to parse L"DevExpress.XtraBars.v14.1"
0009:fixme:path:parse_url failed to parse L"DevExpress.Utils.v14.1"
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Can not run program

Post by DarkShadow44 »

That's not errors. What's the actual problem?
Locked