* [Comm] wine
@ 2005-12-08 17:18 Korobko Alex
2005-12-08 19:14 ` [Comm] wine Michael Shigorin
2005-12-08 22:14 ` [Comm] wine Vitaly Lipatov
0 siblings, 2 replies; 5+ messages in thread
From: Korobko Alex @ 2005-12-08 17:18 UTC (permalink / raw)
To: community
Здравствуйте.
Установил wine. Брал его при помощи apt.
wine --version
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 ?
Warning: could not find DOS drive for current working directory
'/home/kor/.wine', starting in the Windows directory.
Wine 20040716
Сконфигурировал, пытаюсь протестировать:
(notepad.exe на партиции с WinXP находится)
$ wine notepad.exe
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 ?
Warning: could not find DOS drive for current working directory
'/home', starting in the Windows directory.
Couldn't open required GL
library /usr/X11R6/lib/libGL.so.1.3.501!
err:seh:setup_exception stack overflow 8 bytes in thread 0009 eip
10e1445e esp 10550ff8 stack 0x10550000-0x10650000
Что это за fixme? Как их побороть?
Создал символическую ссылку в /usr/X11R6/lib
#ls -l libGL.so.*
lrwxrwxrwx 1 root root 21 Ноя 29 18:59 libGL.so.1 ->
libGLwrapper.so.0.1.8
-rw-r--r-- 1 root root 453216 Сен 16 15:21 libGL.so.1.2
lrwxrwxrwx 1 root root 16 Дек 8 19:11 libGL.so.1.3.501 ->
libGL.so.1.4.502
-rw-r--r-- 1 root root 1942528 Апр 28 2004 libGL.so.1.4.502
Не помогает. Куда копать?
Спасибо за внимание.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Comm] Re: wine
2005-12-08 17:18 [Comm] wine Korobko Alex
@ 2005-12-08 19:14 ` Michael Shigorin
2005-12-08 22:14 ` [Comm] wine Vitaly Lipatov
1 sibling, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2005-12-08 19:14 UTC (permalink / raw)
To: community
On Thu, Dec 08, 2005 at 07:18:18PM +0200, Korobko Alex wrote:
> Warning: could not find DOS drive for current working directory
> '/home/kor/.wine', starting in the Windows directory.
Это надо в ~/.wine/config отмапить на "буковку" каталог.
> Couldn't open required GL
> library /usr/X11R6/lib/libGL.so.1.3.501!
Вот это грабли и есть. Если есть возможность, попробуйте
сборку wine из backports/2.4, но лучше поищите wine libgl lav
на search.altlinux.ru -- проблемы были где-то между сборками
wine и пакета, содержащего libGL.
> Что это за fixme? Как их побороть?
Став разработчиком wine, боюсь...
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] wine
2005-12-08 17:18 [Comm] wine Korobko Alex
2005-12-08 19:14 ` [Comm] wine Michael Shigorin
@ 2005-12-08 22:14 ` Vitaly Lipatov
2005-12-09 16:44 ` Коробко Алексей
2005-12-14 12:22 ` Andrey Motrenko
1 sibling, 2 replies; 5+ messages in thread
From: Vitaly Lipatov @ 2005-12-08 22:14 UTC (permalink / raw)
To: ALT Linux Community
On Thursday 08 December 2005 20:18, Korobko Alex wrote:
> Couldn't open required GL
> library /usr/X11R6/lib/libGL.so.1.3.501!
> err:seh:setup_exception stack overflow 8 bytes in thread 0009
> eip 10e1445e esp 10550ff8 stack 0x10550000-0x10650000
Быстрый совет:
# rpm -e libGLwrapper --nodeps
--
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] wine
2005-12-08 22:14 ` [Comm] wine Vitaly Lipatov
@ 2005-12-09 16:44 ` Коробко Алексей
2005-12-14 12:22 ` Andrey Motrenko
1 sibling, 0 replies; 5+ messages in thread
From: Коробко Алексей @ 2005-12-09 16:44 UTC (permalink / raw)
To: ALT Linux Community
----- Original Message -----
From: "Vitaly Lipatov" <lav@altlinux.ru>
To: "ALT Linux Community" <community@lists.altlinux.org>
Sent: Friday, December 09, 2005 12:14 AM
Subject: Re: [Comm] wine
> On Thursday 08 December 2005 20:18, Korobko Alex wrote:
>> Couldn't open required GL
>> library /usr/X11R6/lib/libGL.so.1.3.501!
>> err:seh:setup_exception stack overflow 8 bytes in thread 0009
>> eip 10e1445e esp 10550ff8 stack 0x10550000-0x10650000
> Быстрый совет:
> # rpm -e libGLwrapper --nodeps
>
>
Спасибо, буду пробовать.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] wine
2005-12-08 22:14 ` [Comm] wine Vitaly Lipatov
2005-12-09 16:44 ` Коробко Алексей
@ 2005-12-14 12:22 ` Andrey Motrenko
1 sibling, 0 replies; 5+ messages in thread
From: Andrey Motrenko @ 2005-12-14 12:22 UTC (permalink / raw)
To: ALT Linux Community
В сообщении от Пятница 09 Декабрь 2005 01:14 Vitaly Lipatov написал(a):
> On Thursday 08 December 2005 20:18, Korobko Alex wrote:
> > Couldn't open required GL
> > library /usr/X11R6/lib/libGL.so.1.3.501!
> > err:seh:setup_exception stack overflow 8 bytes in thread 0009
> > eip 10e1445e esp 10550ff8 stack 0x10550000-0x10650000
>
> Быстрый совет:
> # rpm -e libGLwrapper --nodeps
Я ставил wine с ALM 2.2 и никаких глюков нет.
Запускал из-под него:
Diablo II
MathCad 7
MS Offiv\ce 97
WinRar
Delta Force 1
FlashPlayer 6
Глюки мелкие имелись, но работало.
(и работает :) )
--
----------------------------------------
ЯR
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-14 12:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-08 17:18 [Comm] wine Korobko Alex
2005-12-08 19:14 ` [Comm] wine Michael Shigorin
2005-12-08 22:14 ` [Comm] wine Vitaly Lipatov
2005-12-09 16:44 ` Коробко Алексей
2005-12-14 12:22 ` Andrey Motrenko
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git