Wine spitting thousands of errors at me

Linux debian person here. when installing Wine it constantly spits errors at me and i’ve been through everything, still thousands of errors. using winecfg just results in it not being able to load the kernel.

Log:
Terminal 1:

mkdir -p ~/myapp/prmkdir -p ~/myapp/prefixmkdir -p ~/myapp/prefix
joeseph@penguin:~$ mkdir -p ~/myapp/prefix
joeseph@penguin:~$ export WINEPREFIX=$HOME/myapp/prefix
joeseph@penguin:~$ export WINEARCH=win32
joeseph@penguin:~$ export WINEPATH=$HOME/myapp
joeseph@penguin:~$ wineboot --init
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0048:fixme:imm:ImeSetActiveContext (0x4a0cc8, 0): stub
0048:fixme:imm:ImmReleaseContext (00010020, 004A0CC8): stub
002c:fixme:imm:ImeSetActiveContext (0x4706a0, 1): stub
002c:fixme:imm:ImmReleaseContext (00010050, 004706A0): stub
0090:fixme:imm:ImeSetActiveContext (0x4293e0, 1): stub
0090:fixme:imm:ImmReleaseContext (00010086, 004293E0): stub
0090:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0090:fixme:file:NtLockFile I/O completion on lock not implemented yet
0090:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0090:err:mscoree:LoadLibraryShim error reading registry key for installroot
0090:err:mscoree:LoadLibraryShim error reading registry key for installroot
0090:err:mscoree:LoadLibraryShim error reading registry key for installroot
0090:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a4:fixme:file:NtLockFile I/O completion on lock not implemented yet
00a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00a4:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a4:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a4:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a4:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a4:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
00a4:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0090:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0090:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
wine: configuration in L"/home/joeseph/myapp/prefix" has been updated.
joeseph@penguin:~$ 0048:err:ole:start_rpcss Failed to start RpcSs service
winetricks
-bash: winetricks: command not found
joeseph@penguin:~$ 0128:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 1053
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1115
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1115
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1115
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"Eventlog" failed to start: 1115
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"nsiproxy" failed to start: 1115
011c:fixme:service:scmdatabase_autostart_services Auto-start service L"NDIS" failed to start: 1115

Terminal 2:

joeseph@penguin:~$ winecfg
wine: could not load kernel32.dll, status c0000135
joeseph@penguin:~$ 
  • I don’t think that WINEPATH is correctly used here

from the manual page:

WINEPATH

Specifies additional path(s) to be prepended to the default Windows PATH environment variable. This is a list of Windows-style directories separated by ";".

it’s not installed?

… I count 35 errors, including the “fixme” … :wink: