Автор Тема: КРМ "Директор" ошибка при запуске OLE error 80004002 [РЕШЕНО]  (Прочитано 1681 раз)

Оффлайн igorigor76

  • Завсегдатай
  • *
  • Сообщений: 651
Имеется:
# uname -a
Linux k-23-00.localdomain 4.19.102-std-def-alt1 #1 SMP Wed Feb 5 21:23:53 UTC 2020 x86_64 GNU/Linux
# apt-repo
rpm [p9] http://ftp.altlinux.org/pub/distributions/ALTLinux p9/branch/x86_64 classic
rpm [p9] http://ftp.altlinux.org/pub/distributions/ALTLinux p9/branch/noarch classic
rpm [p9] http://ftp.altlinux.org/pub/distributions/ALTLinux p9/branch/x86_64-i586 classic
# rpm -qa | grep wine
wine-gecko-2.47.1-alt1.noarch
libwine-vanilla-5.0-alt1.x86_64
i586-wine-vanilla-5.0-alt1.i586
i586-libwine-vanilla-gl-5.0-alt1.i586
winetricks-20191224-alt1.noarch
i586-libwine-vanilla-5.0-alt1.i586
libwine-vanilla-gl-5.0-alt1.x86_64
Через winetricks (в соответсвии с рекомендациями Аверс) установлены: vcrun6, mdac28.
Приложение АИАС Директор устанавливается, но при запуске выдает ошибку 01.png, а дальше не запускается.
В терминале:
wine c:/avers/direktor/pMain.exe
0009:fixme:msado15:connection_QueryInterface interface {b196b284-bab4-101a-b69c-00aa00341d07} not implemented
0009:fixme:msvcrt:__clean_type_info_names_internal (0x1006d684) stub

Еще вот что заметил. При пересоздании профиля .wine:
$ winecfg
wine: created the configuration directory '/home/igor/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0017:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0017:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0019:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0019:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0010:fixme:dwmapi:DwmIsCompositionEnabled 6D95DD14
001d:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0df537, context 0x3aca88, init_notify 0, handle 0x143fce8): stub
0010:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
wine: configuration in L"/home/igor/.wine" has been updated.
Т.е. встречается ошибка с тем же номером 80004002.

На системе с p8, i586 КРМ "Директор" запускался и работал стабильно.
« Последнее редактирование: 10.03.2020 13:39:33 от igorigor76 »

Оффлайн yaleks

  • Мастер
  • ***
  • Сообщений: 6 233
ну значит надо msvcrt нативный тоже.

Оффлайн igorigor76

  • Завсегдатай
  • *
  • Сообщений: 651
ну значит надо msvcrt нативный тоже.
Не помогло.
А вот msado15 (стороння, встроенная) помогло.
Спасибо, натолкнули на правильный путь.
« Последнее редактирование: 10.03.2020 13:39:19 от igorigor76 »