Can't create a win64 prefix on Arch Linux x64

Questions about Wine on Linux
Locked
User avatar
vlas
Level 1
Level 1
Posts: 6
Joined: Sat Feb 11, 2017 8:39 am

Can't create a win64 prefix on Arch Linux x64

Post by vlas »

Neither create nor winecfg existing x64-prefixes! (((
Prefix directory is created, but unreacheable by winecfg, can't run existing wine64-applications.
System is up to date. Wine 2.17 (Staging).

Code: Select all

vlas $ WINEARCH=win64 WINEPREFIX=~/wines/x64-test winecfg
wine: created the configuration directory '/home/vlas/wines/x64test'
fixme:winediag:start_process Wine Staging 2.17 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
wine: Unhandled page fault on read access to 0x00000008 at address 0x7fbfd10e0769 (thread 000b), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 100") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on read access to 0x00000008 at address 0x7f69f94e0769 (thread 0017), starting debugger...
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
winedbg: Internal crash at 0x7f44b8692769
vlas $ err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
fixme:dwmapi:DwmIsCompositionEnabled 0x6dbd1518
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ebd3de, context 0xb2c1c0, init_notify 0, handle 0x13de170): stub
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't create a win64 prefix on Arch Linux x64

Post by dimesio »

vlas wrote: System is up to date. Wine 2.17 (Staging).
Well, no, the current version is 2.18, and if you have Freetype 2.8.1, you need it, because 2.18 has the fix for https://bugs.winehq.org/show_bug.cgi?id=43715.
User avatar
vlas
Level 1
Level 1
Posts: 6
Joined: Sat Feb 11, 2017 8:39 am

Re: Can't create a win64 prefix on Arch Linux x64

Post by vlas »

I swithed from wine-staging 2.17 to wine 2.18 and its OK! Thank you!!! I did not realize that I need to update from staging to just "wine". I'm ashamed…
But what about such features like CSMT in earlier staging version?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Can't create a win64 prefix on Arch Linux x64

Post by DarkShadow44 »

Just wait for wine-staging2.18. To make things clear, wine-staging is basically wine with additional patches applied.
Locked