Софт
   2994

Winetricks x64 to x32 prefix

Привет! Уважаемые пользователи, подскажите как сменить этот префикс
Скрин
Софт: Winetricks x64 to x32 prefix

сначала я удалил каталог ./wine и создал WIN32
потом ввел так:
WINEPREFIX="$HOME/WIN32" WINEARCH=win32

получил
ЭТО
[atmoska@tachko ~]$ WINEPREFIX="$HOME/WIN32" WINEARCH=win32 wine wineboot
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
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: невозможно открыть разделяемый объектный файл: Нет такого файла или каталога
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
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)
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x858668, init_notify 0, handle 0x108e794): stub
err:module:load_builtin_dll failed to load .so lib for builtin L"winegstreamer.dll": libgstvideo-1.0.so.0: невозможно открыть разделяемый объектный файл: Нет такого файла или каталога
wine: configuration in '/home/atmoska/WIN32' has been updated.
 


Winetricks по прежнему запускается с х64 префиксом

1 комментарий

avatar
Насколько я понимаю вполне достаточно прописать wineboot вместо wine wineboot для создания префикса. Но вопрос в другом. А как собственно Вы запускаете winetricks?
Upd. Чтоб не ждать сразу напишу. Вайнтрикс без каких либо переменных работает с префиксом по умолчанию, а он у Вас, в таком случае создается х64. В Вашем случае нужно указать явно:
WINEPREFIX="$HOME/WIN32" WINEARCH=win32 winetricks

Хотя можно и только префикс прописать, вайнтрикс сам поймет какой он битности, при условии что префикс уже создан.
Последний раз редактировалось
+1
Только зарегистрированные и авторизованные пользователи могут оставлять комментарии.