Собственно сабж... а озадачился вот чем: поставил Wine, вроде работает... но запускает убогие приложения типа calc, notepad, а если что-то покруче стартануть, не тут-то было :( Говорит, что не можег загрузить dll. Насколько я понял из почитаек, надо в стоке "Path" указать, какие динамические библиотеки грузить с какого пути...Вот что я получаю на такую команду wine regedit
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
err:module:import_dll No implementation for ADVAPI32.dll.GetInheritanceSourceW imported from C:\windows\regedit.exe, setting
to 0xdeadbeef
err:module:import_dll No implementation for ADVAPI32.dll.SetNamedSecurityInfoW imported from C:\windows\regedit.exe, setting
to 0xdeadbeef
err:module:import_dll No implementation for ADVAPI32.dll.SetSecurityInfo imported from C:\windows\regedit.exe, setting to 0xdeadbeef
err:module:import_dll Module (file) AUTHZ.dll (which is needed by C:\windows\regedit.exe) not foundADVAPI32.dll находится в system32. Если указать путь в "Path" - ничего не меняется :( Скопировать файл в system - еще хуже.
Такая-же история например с 1С: вот чего она пишет:fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ?
err:module:import_dll Module (file) MFC42.DLL (which is needed by C:\Program Files\1Cv77\bin\type32.dll) not found
err:win32:PE_LoadLibraryExA can't load C:\Program Files\1Cv77\bin\type32.dll
err:module:import_dll Loading module (file) Type32.dll (which is needed by C:\Program Files\1Cv77\bin\frame.dll) failed (error -1073741801).
err:win32:PE_LoadLibraryExA can't load C:\Program Files\1Cv77\bin\frame.dll
err:module:import_dll Loading module (file) Frame.dll (which is needed by C:\Program Files\1Cv77\bin\1cv7.exe) failed (error
-1073741801).
У меня:
ASP Linux 9
WinXP
Win2000Вот мои настройки:
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\temp"
"Path" = "c:\\windows;c:\\windows\\system;c:\\windows\system32\\;g:\\;C:\\Program Files\\1Cv77\\bin;"
"Profile" = "c:\\windows\\Profiles\\Victor"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
; some dlls you may want to change
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
; you can specify applications too
; this one will apply for all notepad.exe
;"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
;"C:\\windows\\regedit.exe" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"Подскажите уважаемые, как с этим бороться?
>Говорит, что не можег загрузить dll. Насколько я
>понял из почитаек, надо в стоке "Path" указать, какие динамические библиотеки
>грузить с какого пути...
>
c:\\windows\system32\\Ну кое что понял windows\system32... копаем дальше... :) Все равно глюков куча.