ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] wine and ies4linux
@ 2007-01-09 10:46 Andrey Khavryuchenko
  2007-01-09 11:06 ` Andrey Khavryuchenko
  2007-01-09 21:31 ` Vitaly Lipatov
  0 siblings, 2 replies; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-09 10:46 UTC (permalink / raw)
  To: sisyphus

Hi!

У кого ies4linux заработал под сизифовским wine?

У меня свежескачанный скрипт ies4linux-2.0.5 в качестве найденной версии
wine сообщает:

IEs4Linux 2.0 is developed to be used with recent Wine versions (0.9.x). It
seems that you are using an old version (/usr/bin/wine: Running without
console, disable input wine-1.0.5). It's recommended that you update your
wine to the latest version (Go to: winehq.com).                                                   
... и после бодрого скачивания "ставит" IE следующим образом:

Installing IE 6
  Initializing
  Creating Wine Prefix
  Extracting CAB files
  Processing inf file
  Installing IE 6
mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Command/' is not a directory: No such file or directory
mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/' is not a directory: No such file or directory
mv: cannot move `sch128c.dll' to `/home/akhavr/.ies4linux/ie6/drive_c/Windows/system/schannel.dll': No such file or directory
  Installing TTF Fonts
mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Fonts/' is not a directory: No such file or directory
  Installing RICHED20
mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
  Installing ActiveX MFC40
mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
  Installing DCOM98
  Installing registry
  Finalizing
[ OK ]

Installing Flash Player 9
  Extracting files
  Installing flash on ie6
cp: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
[ OK ]

IEs 4 Linux installations finished!


Естественно, что после этого IE не работает:

akhavr@t40 /tmp/ies4linux-2.0.5 $ ie6
Warning: could not find DOS drive for current working directory '/home/akhavr', starting in the Windows directory.
Warning: could not find DOS drive for current working directory '/home/akhavr', starting in the Windows directory.
wine: cannot find '/home/akhavr/.ies4linux/ie6/drive_c/Program Files/Internet Explorer/IEXPLORE.EXE'


Вопросы:  кто должен создавать эти каталоги?  Я/скрипт/wine?

И что означают строки 

15 октября 2006 Vitaly Lipatov <lav at altlinux.ru> 20060902-alt2
[...]
  * add ies4linux scripts, fix build Win64 for x86_64

в changelog на пакет wine?  В бинарных пакетах wine* ничего похожего не
находится.

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] wine and ies4linux
  2007-01-09 10:46 [sisyphus] wine and ies4linux Andrey Khavryuchenko
@ 2007-01-09 11:06 ` Andrey Khavryuchenko
  2007-01-09 21:31 ` Vitaly Lipatov
  1 sibling, 0 replies; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-09 11:06 UTC (permalink / raw)
  To: sisyphus

Hi!

"AVK" == Andrey Khavryuchenko wrote:

 AVK> Installing IE 6
 AVK> mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
 AVK> mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Command/' is not a directory: No such file or directory
 AVK> mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/' is not a directory: No such file or directory
 AVK> mv: cannot move `sch128c.dll' to `/home/akhavr/.ies4linux/ie6/drive_c/Windows/system/schannel.dll': No such file or directory
 AVK> Installing TTF Fonts
 AVK> mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Fonts/' is not a directory: No such file or directory
 AVK> Installing RICHED20
 AVK> mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
 AVK> Installing ActiveX MFC40
 AVK> mv: target `/home/akhavr/.ies4linux/ie6/drive_c/Windows/Inf/' is not a directory: No such file or directory
 AVK> Installing DCOM98

Даже после того как инсталляционные скрипты ies4linux исправлены для
создания этих каталогов и сделан симлинк IEXPLORE.EXE -> iexplore.exe
IE не работает:

akhavr@t40 /tmp/ies4linux-2.0.5 $ ie6
Warning: could not find DOS drive for current working directory '/home/akhavr', starting in the Windows directory.
Warning: could not find DOS drive for current working directory '/home/akhavr', starting in the Windows directory.
wine: cannot find '/home/akhavr/.ies4linux/ie6/drive_c/Program Files/Internet Explorer/IEXPLORE.EXE'

akhavr@t40 /tmp/ies4linux-2.0.5 $ ie6
Warning: could not find DOS drive for current working directory '/home/akhavr', starting in the Windows directory.
Warning: could not find DOS drive for current working directory '/home/akhavr', starting in the Windows directory.
wine: cannot find '/home/akhavr/.ies4linux/ie6/drive_c/Program Files/Internet Explorer/IEXPLORE.EXE'

На этом у меня гипотезы заканчиваются.

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] wine and ies4linux
  2007-01-09 10:46 [sisyphus] wine and ies4linux Andrey Khavryuchenko
  2007-01-09 11:06 ` Andrey Khavryuchenko
@ 2007-01-09 21:31 ` Vitaly Lipatov
  2007-01-09 22:00   ` Andrey Khavryuchenko
  1 sibling, 1 reply; 14+ messages in thread
From: Vitaly Lipatov @ 2007-01-09 21:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Tuesday 09 January 2007 13:46, Andrey Khavryuchenko wrote:
> Hi!
>
> У кого ies4linux заработал под сизифовским wine?
Андрей, если вам нужно установить IE, запустите скрипт ieinstall,
он он специально притёрт чтобы всё работало.
Будут проблемы - пишите в support@etersoft.ru, пусть исправляют.
...
> И что означают строки
>
> 15 октября 2006 Vitaly Lipatov <lav at altlinux.ru>
> 20060902-alt2 [...]
>   * add ies4linux scripts, fix build Win64 for x86_64
>
> в changelog на пакет wine?  В бинарных пакетах wine* ничего
> похожего не находится.
Как же -
$ rpm -ql libwine | grep ies

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] wine and ies4linux
  2007-01-09 21:31 ` Vitaly Lipatov
@ 2007-01-09 22:00   ` Andrey Khavryuchenko
  2007-01-11 21:52     ` Vitaly Lipatov
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-09 22:00 UTC (permalink / raw)
  To: sisyphus

Vitaly,

"VL" == Vitaly Lipatov wrote:

 VL> On Tuesday 09 January 2007 13:46, Andrey Khavryuchenko wrote:
 >> У кого ies4linux заработал под сизифовским wine?
 VL> Андрей, если вам нужно установить IE, запустите скрипт ieinstall,
 VL> он он специально притёрт чтобы всё работало.
 VL> Будут проблемы - пишите в support@etersoft.ru, пусть исправляют.

Хм...

akhavr@t40 /tmp $ ieinstall
WARNING: unknown locale setting; no translations available.
You need to install WINE@Etersoft first!


А у меня какой?

akhavr@t40 /tmp $ rpm -q wine
wine-20061224-alt1

 >> И что означают строки
 >> 
 >> 15 октября 2006 Vitaly Lipatov <lav at altlinux.ru>
 >> 20060902-alt2 [...]
 >> * add ies4linux scripts, fix build Win64 for x86_64
 >> 
 >> в changelog на пакет wine?  В бинарных пакетах wine* ничего
 >> похожего не находится.
 VL> Как же -
 VL> $ rpm -ql libwine | grep ies

Ясно, сбило с толку то, что он в *lib*wine

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] wine and ies4linux
  2007-01-09 22:00   ` Andrey Khavryuchenko
@ 2007-01-11 21:52     ` Vitaly Lipatov
  2007-01-12  4:51       ` Andrey Khavryuchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Vitaly Lipatov @ 2007-01-11 21:52 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list, lav

On Wednesday 10 January 2007 01:00, Andrey Khavryuchenko wrote:
> Vitaly,
> akhavr@t40 /tmp $ ieinstall
> WARNING: unknown locale setting; no translations available.
> You need to install WINE@Etersoft first!

> А у меня какой?
>
> akhavr@t40 /tmp $ rpm -q wine
> wine-20061224-alt1
К сожалению, это бага. Исправляем.

> Ясно, сбило с толку то, что он в *lib*wine
Думается мне, это неверно. Тоже исправим.

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] wine and ies4linux
  2007-01-11 21:52     ` Vitaly Lipatov
@ 2007-01-12  4:51       ` Andrey Khavryuchenko
  2007-01-12 13:39         ` [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz" Vadym Kononenko
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-12  4:51 UTC (permalink / raw)
  To: sisyphus

Vitaly,

"VL" == Vitaly Lipatov wrote:

 VL> On Wednesday 10 January 2007 01:00, Andrey Khavryuchenko wrote:
 >> akhavr@t40 /tmp $ ieinstall
 >> WARNING: unknown locale setting; no translations available.
 >> You need to install WINE@Etersoft first!

 >> А у меня какой?
 >> 
 >> akhavr@t40 /tmp $ rpm -q wine
 >> wine-20061224-alt1
 VL> К сожалению, это бага. Исправляем.

Есть ли какой-либо патч, который можно приложить (подозреваю, что проблема
в шелловских скриптах) или за вопрос ещё не брались?

 >> Ясно, сбило с толку то, что он в *lib*wine
 VL> Думается мне, это неверно. Тоже исправим.

Ок, спасибо.

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-12  4:51       ` Andrey Khavryuchenko
@ 2007-01-12 13:39         ` Vadym Kononenko
  2007-01-12 21:00           ` Andrey Khavryuchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Vadym Kononenko @ 2007-01-12 13:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 648 bytes --]

п'ятниця 12 січень 2007 06:51, Andrey Khavryuchenko написав:
>  VL> К сожалению, это бага. Исправляем.
>
> Есть ли какой-либо патч, который можно приложить (подозреваю, что проблема
> в шелловских скриптах) или за вопрос ещё не брались?
Я смотрел,  по "WINE@Etersoft" можно найти место ошибки.. Хотел сделать 
универсальный механизм проверки версий.. но оказалось не все так просто :)
(надо логику наподобие РПМ реализовывать либо использовать сторонние утилиты)

В общем. Патч цепляю.
ЗЫ. Там дальше вылезли другие ошибки с невозможностью распаковки САБов... Хотя 
ручками все распаковывается. :(
-- 
Best regards.
Vadym Kononenko.
Kyiv, Ukraine.

[-- Attachment #2: wine-20061224-ie6install-wine-version-search.patch.gz --]
[-- Type: application/x-gzip, Size: 500 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-12 13:39         ` [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz" Vadym Kononenko
@ 2007-01-12 21:00           ` Andrey Khavryuchenko
  2007-01-12 21:29             ` Andrey Khavryuchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-12 21:00 UTC (permalink / raw)
  To: sisyphus

Vadym,

"VK" == Vadym Kononenko wrote:

 VK> п'ятниця 12 січень 2007 06:51, Andrey Khavryuchenko написав:
 >>  VL> К сожалению, это бага. Исправляем.
 >> 
 >> Есть ли какой-либо патч, который можно приложить (подозреваю, что проблема
 >> в шелловских скриптах) или за вопрос ещё не брались?
 VK> Я смотрел,  по "WINE@Etersoft" можно найти место ошибки.. Хотел сделать 
 VK> универсальный механизм проверки версий.. но оказалось не все так просто :)
 VK> (надо логику наподобие РПМ реализовывать либо использовать сторонние утилиты)

Тогда лучше не надо )

 VK> В общем. Патч цепляю.
 VK> ЗЫ. Там дальше вылезли другие ошибки с невозможностью распаковки САБов... Хотя 
 VK> ручками все распаковывается. :(

Эти?

/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//ADVAUTH.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//CRLUPD.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//HHUPD.CAB: WARNING; possible 6720 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IEDOM.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IE_S1.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IE_S2.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IE_S3.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IE_S4.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IE_S5.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//IE_S6.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//SCR56EN-US.CAB: no valid cabinets found
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//SETUPW95.CAB: WARNING; possible 6752 extra bytes at end of file.
/home/akhavr/.wine/dosdevices/c:/windows/downloads/ie6/EN-US//VGX.CAB: WARNING; possible 6896 extra bytes at end of file.
An error occured when trying to cabextract some files.

Если я распакую их руками и продолжу инсталляцию, у меня вылетает
следующее:


/home/akhavr/.wine/dosdevices/c:/windows/temp/ver1200.exe: No such file or directory
An error occured when trying to cabextract some files

:-/  Сражаюсь дальше

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-12 21:00           ` Andrey Khavryuchenko
@ 2007-01-12 21:29             ` Andrey Khavryuchenko
  2007-01-12 21:31               ` Andrey Khavryuchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-12 21:29 UTC (permalink / raw)
  To: sisyphus

Andrey,

"AVK" == Andrey Khavryuchenko wrote:

 AVK> Vadym,
 AVK> "VK" == Vadym Kononenko wrote:

 VK> В общем. Патч цепляю.
 VK> ЗЫ. Там дальше вылезли другие ошибки с невозможностью распаковки САБов... Хотя 
 VK> ручками все распаковывается. :(

После лома и какой-то матери получил пустое окно IE и следующие сообщения в
консоль:

akhavr@t40 c:/windows/system $ wine iexplore
libGL warning: 3D driver claims to not support visual 0x4b
fixme:shdocvw:IEWinMain "" 1
libGL warning: 3D driver claims to not support visual 0x4b
fixme:advapi:GetCurrentHwProfileA (0x7fbaf188) semi-stub
fixme:shell:SHCreateShellPalette stub
fixme:shell:SHGetInverseCMAP  - returning bogus address for SHGetInverseCMAP
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-709 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbafa38 0x7fbafa88 (nil) 0x7fbafa50)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({d001f200-ef97-11ce-9bc9-00aa00608e01} {d001f200-ef97-11ce-9bc9-00aa00608e01} 0x7fbafab4)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({79eac9ee-baf9-11ce-8c82-00aa004ba90b} {79eac9ee-baf9-11ce-8c82-00aa004ba90b} 0x7fe5b914)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({d5f78c80-5252-11cf-90fa-00aa0042106e} {d5f78c80-5252-11cf-90fa-00aa0042106e} 0x7fbafa50)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-709 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf9ec 0x7fbafa3c (nil) 0x7fbafa04)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5512 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbafa14 0x7fbafaa0 (nil) 0x7fbafa2c)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5502 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf9dc 0x7fbafa2c (nil) 0x7fbaf9f4)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5501 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf9dc 0x7fbafa2c (nil) 0x7fbaf9f4)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5513 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf9ec 0x7fbafa3c (nil) 0x7fbafa04)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-726 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf9f4 0x7fbafa44 (nil) 0x7fbafa0c)
fixme:actctx:CreateActCtxW 0x7fbaec88 00000008
fixme:actctx:ActivateActCtx 0xf00baa 0x7fbaea50
fixme:actctx:DeactivateActCtx 00000000 00f00bad
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({3050f803-98b5-11cf-bb82-00aa00bdce0b} {b6ea2050-048a-11d1-82b9-00c04fb9942e} 0x7fbafb1c)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({3050f312-98b5-11cf-bb82-00aa00bdce0b} {3050f312-98b5-11cf-bb82-00aa00bdce0b} 0x7fbafb04)
fixme:shdocvw:ClOleCommandTarget_Exec (0x7fe5717c)->({000214d4-0000-0000-c000-000000000046} 0 0 0x7fbafa88 (nil))
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({000214e2-0000-0000-c000-000000000046} {02ba3b52-0547-11d1-b833-00c04fc9b31f} 0x7fe5b7fc)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({53a2d5b1-d2fc-11d0-84e0-006097c9987d} {53a2d5b0-d2fc-11d0-84e0-006097c9987d} 0x7fbafafc)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({ad7f6c62-f6bd-11d2-959b-006097c553c8} {00000000-0000-0000-c000-000000000046} 0x7fbafaf8)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({6d12fe80-7911-11cf-9534-0000c05bae0b} {00000000-0000-0000-c000-000000000046} 0x7fbafaf4)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({24ec0ae8-734e-4c18-b191-6d3bf1d9413b} {00000000-0000-0000-c000-000000000046} 0x7fbafaec)
fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x7fe5717c)->((null) 1 0x7fbafb10 (nil))
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({3050f429-98b5-11cf-bb82-00aa00bdce0b} {3050f429-98b5-11cf-bb82-00aa00bdce0b} 0x7fe5b8c8)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({3050f842-98b5-11cf-bb82-00aa00bdce0b} {3050f842-98b5-11cf-bb82-00aa00bdce0b} 0x7fbafb08)
fixme:shdocvw:ClOleCommandTarget_Exec (0x7fe5717c)->((null) 25 2 0x7fbafaa8 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x7fe5717c)->((null) 26 2 0x7fbafaa8 (nil))
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({371ea634-dc5c-11d1-ba57-00c04fc2040e} {667115ac-dc02-11d1-ba57-00c04fc2040e} 0x7fbafab4)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5502 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbafaa4 0x7fbafaf4 (nil) 0x7fbafabc)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5501 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbafaa4 0x7fbafaf4 (nil) 0x7fbafabc)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({4c96be40-915c-11cf-99d3-00aa004ae837} {6d5140c1-7436-11ce-8034-00aa006009fa} 0x7fbafb30)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5502 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf918 0x7fbaf968 (nil) 0x7fbaf930)
fixme:shdocvw:ClDispatch_Invoke (0x7fe5717c)->(-5501 {00000000-0000-0000-0000-000000000000} 1058 0002 0x7fbaf918 0x7fbaf968 (nil) 0x7fbaf930)
fixme:shdocvw:ClServiceProvider_QueryService (0x7fe5717c)->({332c4427-26cb-11d0-b483-00c04fd90119} {332c4427-26cb-11d0-b483-00c04fd90119} 0x7fbafb0c)
fixme:shdocvw:ClOleCommandTarget_Exec (0x7fe5717c)->({000214d1-0000-0000-c000-000000000046} 37 0 0x7fbaf958 (nil))


-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-12 21:29             ` Andrey Khavryuchenko
@ 2007-01-12 21:31               ` Andrey Khavryuchenko
  2007-01-17 21:18                 ` Vitaly Lipatov
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-12 21:31 UTC (permalink / raw)
  To: sisyphus

Andrey,

"AVK" == Andrey Khavryuchenko wrote:

 AVK> После лома и какой-то матери получил пустое окно IE 

"Пустое" в смысле абсолютно белого в стандартных оконных декорациях (KDE) и
без каких-либо признаков жизни.

 AVK> и следующие сообщения в консоль:

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-12 21:31               ` Andrey Khavryuchenko
@ 2007-01-17 21:18                 ` Vitaly Lipatov
  2007-01-29  6:25                   ` Andrey Khavryuchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Vitaly Lipatov @ 2007-01-17 21:18 UTC (permalink / raw)
  To: sisyphus; +Cc: Andrey Khavryuchenko

On Saturday 13 January 2007 00:31, Andrey Khavryuchenko wrote:
> Andrey,
>
> "AVK" == Andrey Khavryuchenko wrote:
>
>  AVK> После лома и какой-то матери получил пустое окно IE
Отправил wine-20061224-alt2 в Сизиф,
проверите?

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-17 21:18                 ` Vitaly Lipatov
@ 2007-01-29  6:25                   ` Andrey Khavryuchenko
  2007-01-29  7:46                     ` Vitaly Lipatov
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-29  6:25 UTC (permalink / raw)
  To: sisyphus

Vitaly,

"VL" == Vitaly Lipatov wrote:

 VL> On Saturday 13 January 2007 00:31, Andrey Khavryuchenko wrote:
 >> Andrey,
 >> 
 >> "AVK" == Andrey Khavryuchenko wrote:
 >> 
 AVK> После лома и какой-то матери получил пустое окно IE
 VL> Отправил wine-20061224-alt2 в Сизиф,
 VL> проверите?

При инсталляции:

Installing IE 6
 Initializing
 Creating Wine Prefix
 Extracting CAB files
 Processing inf file
rm: cannot remove `*hlp': No such file or directory
 Installing IE 6
mv: cannot stat `*.inf': No such file or directory
mv: cannot stat `cscript.exe': No such file or directory
mv: cannot stat `wscript.exe': No such file or directory
mv: cannot stat `sch128c.dll': No such file or directory
mv: cannot stat `iexplore.exe': No such file or directory
chmod: cannot access `/home/akhavr/.wine/dosdevices/c:/Program Files/Internet Explorer/iexplore.exe': No such file or directory
mv: cannot stat `vgx.cat': No such file or directory
mv: cannot stat `*': No such file or directory
 Installing TTF Fonts
mv: cannot stat `*.inf': No such file or directory
 Installing DCOM98
 Installing registry
 Finalizing
libGL warning: 3D driver claims to not support visual 0x4b
[ OK ]


При запуске, после Install на просьбу разрешить инсталляцию Gecko:

err:mshtml:InstallCallback_OnStopBinding Could not extract package: 80004005
Could not load Mozilla. HTML rendering will be disabled.
fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x7ff1705c)->((null) 1 0x7fd8faec (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x7ff1705c)->((null) 25 2 0x7fd8fb00 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x7ff1705c)->((null) 26 2 0x7fd8fb00 (nil))
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-709 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa44 0x7fd8fa90 (nil) 0x7fd8fa54)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5512 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa04 0x7fd8fa50 (nil) 0x7fd8fa14)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5501 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa44 0x7fd8fa90 (nil) 0x7fd8fa54)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5512 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa04 0x7fd8fa50 (nil) 0x7fd8fa14)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5502 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa44 0x7fd8fa90 (nil) 0x7fd8fa54)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5513 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa44 0x7fd8fa90 (nil) 0x7fd8fa54)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-726 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fa44 0x7fd8fa90 (nil) 0x7fd8fa54)
fixme:shdocvw:ClientSite_GetContainer (0x7ff1705c)->(0x7fd8fb2c)
fixme:shdocvw:ClOleCommandTarget_Exec (0x7ff1705c)->({000214d1-0000-0000-c000-000000000046} 37 0 0x7fd8fc08 (nil))
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5502 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fb14 0x7fd8fbf8 (nil) 0x7fd8fb24)
fixme:shdocvw:ClDispatch_Invoke (0x7ff1705c)->(-5501 {00000000-0000-0000-0000-000000000000} 2048 0002 0x7fd8fb14 0x7fd8fbe8 (nil) 0x7fd8fb24)
err:urlmon:URLMonikerImpl_BindToStorage InternetCrackUrl failed: 87
fixme:shdocvw:ClOleCommandTarget_Exec (0x7ff1705c)->((null) 29 2 0x7fd8fca0 (nil))
fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x7ff1705c)


Он действительно показывает html страницы с помощью Gecko или таки рендерер
от IE используется?  Если первое, то вопрос с wine/ie снят за очевидной
бесполезностью. 

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-29  6:25                   ` Andrey Khavryuchenko
@ 2007-01-29  7:46                     ` Vitaly Lipatov
  2007-01-29  8:36                       ` Andrey Khavryuchenko
  0 siblings, 1 reply; 14+ messages in thread
From: Vitaly Lipatov @ 2007-01-29  7:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Monday 29 January 2007 09:25, Andrey Khavryuchenko wrote:
...
>  Installing IE 6
> mv: cannot stat `*.inf': No such file or directory
> mv: cannot stat `cscript.exe': No such file or directory
> mv: cannot stat `wscript.exe': No such file or directory
> mv: cannot stat `sch128c.dll': No such file or directory
> mv: cannot stat `iexplore.exe': No such file or directory
Вы ставите из сети или у вас дистрибутив?

> При запуске, после Install на просьбу разрешить инсталляцию
> Gecko:
Это значит выше ничего не установилось.

...
>
> Он действительно показывает html страницы с помощью Gecko или
> таки рендерер от IE используется?  Если первое, то вопрос с
> wine/ie снят за очевидной бесполезностью.
Если нет IE, он пытается поставить Gecko для целей рендеринга.
Соответственно, если есть IE - используется он. Если нет - Gecko.

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz"
  2007-01-29  7:46                     ` Vitaly Lipatov
@ 2007-01-29  8:36                       ` Andrey Khavryuchenko
  0 siblings, 0 replies; 14+ messages in thread
From: Andrey Khavryuchenko @ 2007-01-29  8:36 UTC (permalink / raw)
  To: sisyphus

Vitaly,

"VL" == Vitaly Lipatov wrote:

 VL> On Monday 29 January 2007 09:25, Andrey Khavryuchenko wrote:
 VL> ...
 >> Installing IE 6
 >> mv: cannot stat `*.inf': No such file or directory
 >> mv: cannot stat `cscript.exe': No such file or directory
 >> mv: cannot stat `wscript.exe': No such file or directory
 >> mv: cannot stat `sch128c.dll': No such file or directory
 >> mv: cannot stat `iexplore.exe': No such file or directory
 VL> Вы ставите из сети или у вас дистрибутив?

Из сети.

 >> При запуске, после Install на просьбу разрешить инсталляцию
 >> Gecko:
 VL> Это значит выше ничего не установилось.

Ясно.

 VL> ...
 >> 
 >> Он действительно показывает html страницы с помощью Gecko или
 >> таки рендерер от IE используется?  Если первое, то вопрос с
 >> wine/ie снят за очевидной бесполезностью.
 VL> Если нет IE, он пытается поставить Gecko для целей рендеринга.
 VL> Соответственно, если есть IE - используется он. Если нет - Gecko.

Где нет?  Если не поставился или как?

-- 
Andrey V Khavryuchenko            
Software Development Company http://www.kds.com.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-01-29  8:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-09 10:46 [sisyphus] wine and ies4linux Andrey Khavryuchenko
2007-01-09 11:06 ` Andrey Khavryuchenko
2007-01-09 21:31 ` Vitaly Lipatov
2007-01-09 22:00   ` Andrey Khavryuchenko
2007-01-11 21:52     ` Vitaly Lipatov
2007-01-12  4:51       ` Andrey Khavryuchenko
2007-01-12 13:39         ` [sisyphus] "wine-20061224-ie6install-wine-version-search.patch.gz" Vadym Kononenko
2007-01-12 21:00           ` Andrey Khavryuchenko
2007-01-12 21:29             ` Andrey Khavryuchenko
2007-01-12 21:31               ` Andrey Khavryuchenko
2007-01-17 21:18                 ` Vitaly Lipatov
2007-01-29  6:25                   ` Andrey Khavryuchenko
2007-01-29  7:46                     ` Vitaly Lipatov
2007-01-29  8:36                       ` Andrey Khavryuchenko

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git