Qual � o erro que est� ocorrendo ?
E instalei o wine sem muitos problemas....
Envio abaixo uma msgns enviei recentemente para a lista, e que talvez te
ajude (leia at� o final...):
>�> Chegando no assunto wine como fa�o para utiliz�-lo ??
>�> Tenho q montar a parti��o do windows e dar o caminho todo ??
Presumindo que vc j� tem o wine corretamente instalado:
Na raiz ( / ), como root, crie um diretorio denominado windows :
[root@guster /]#mkdir windows
E entre no diret�rio criado:
[root@guster /]#cd windows
Crie outro diret�rio windows
[root@guster windows]#mkdir windows
E de novo, entro no outro dir windows criado :
[root@guster windows]# cd windows
Crie a pasta system:
[root@guster windows]# mkdir system
Pronto.
Coloque os arquivos execut�veis do programa na pasta /windows/windows, e n�o
na pasta /windows somente.
Os arquivos .dll vc coloca na pasta /windows/windows/system
Edita o wine.conf, o meu est� assim :
� � � � � � � � � [Drive A]
� � � � � � � � � Path=/mnt/floppy
� � � � � � � � � Type=floppy
� � � � � � � � � Label=Floppy
� � � � � � � � � Serial=87654321
� � � � � � � � � Device=/dev/fd0
� � � � � � � � �
� � � � � � � � � [Drive C]
� � � � � � � � � Path=/windows
� � � � � � � � � Type=hd
� � � � � � � � � Label=Fake-HD
� � � � � � � � � Filesystem=win95
� � � � � � � � �
� � � � � � � � � [Drive D]
� � � � � � � � � Path=/mnt/cdrom
� � � � � � � � � Type=cdrom
� � � � � � � � � Label=CD-Rom
� � � � � � � � � Filesystem=win95
� � � � � � � � � cd-rom
� � � � � � � � � [Drive E]
� � � � � � � � � Path=/tmp
� � � � � � � � � Type=hd
� � � � � � � � � Label=Tmp Drive
� � � � � � � � � Filesystem=win95
� � � � � � � � � Diret�rio tempor�rio do Windows
� � � � � � � � � [Drive F]
� � � � � � � � � Path=${HOME}
� � � � � � � � � Type=network
� � � � � � � � � Label=Home
� � � � � � � � � Filesystem=win95
� � � � � � � � �
� � � � � � � � � [wine]
� � � � � � � � � Windows=\windows
� � � � � � � � � System=\windows\system
� � � � � � � � � Temp=e:\
� � � � � � � � � Path=\windows;\windows\system;e:\;
� � � � � � � � � SymbolTableFile=/usr/X11R6/lib/wine.sym
� � � � � � � � � � � � � � � � � �
� � � � � � � � � [DllDefaults]
� � � � � � � � � EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
� � � � � � � � � DefaultLoadOrder = native, elfdll, so, builtin
� � � � � � � � � [DllPairs]
� � � � � � � � � kernel = kernel32
� � � � � � � � � gdi = gdi32
� � � � � � � � � user = user32
� � � � � � � � � commdlg = comdlg32
� � � � � � � � � commctrl= comctl32
� � � � � � � � � ver = version
� � � � � � � � � shell = shell32
� � � � � � � � � lzexpand= lz32
� � � � � � � � � mmsystem= winmm
� � � � � � � � � msvideo = msvfw32
� � � � � � � � � winsock = wsock32
� � � � � � � � � [DllOverrides]
� � � � � � � � � kernel32, gdi32, user32 = builtin
� � � � � � � � � kernel, gdi, user = builtin
� � � � � � � � � toolhelp = builtin
� � � � � � � � � comdlg32, commdlg = elfdll, builtin, native
� � � � � � � � � version, ver = elfdll, builtin, native
� � � � � � � � � shell32, shell = builtin, native
� � � � � � � � � lz32, lzexpand = builtin, native
� � � � � � � � � commctrl, comctl32 = builtin, native
� � � � � � � � � wsock32, winsock = builtin
� � � � � � � � � advapi32, crtdll, ntdll = builtin, native
� � � � � � � � � mpr, winspool = builtin, native
� � � � � � � � � ddraw, dinput, dsound = builtin, native
� � � � � � � � � winmm, mmsystem = builtin
� � � � � � � � � msvideo, msvfw32 = builtin, native
� � � � � � � � � mcicda.drv, mciseq.drv = builtin, native
� � � � � � � � � mciwave.drv = builtin, native
� � � � � � � � � mciavi.drv, mcianim.drv = native, builtin
� � � � � � � � � w32skrnl = builtin
� � � � � � � � � wnaspi32, wow32 = builtin
� � � � � � � � � system, display, wprocs = builtin
� � � � � � � � � wineps = builtin
� � � � � � � � � [options]
� � � � � � � � � AllocSystemColors=100
� � � � � � � � � [fonts]
� � � � � � � � � ;Read documentation/fonts before adding aliases
� � � � � � � � � Resolution = 96
� � � � � � � � � Default = -adobe-times-
� � � � � � � � � [serialports]
� � � � � � � � � Com1=/dev/ttyS0
� � � � � � � � � Com2=/dev/ttyS1
� � � � � � � � � Com3=/dev/ttyS2
� � � � � � � � � Com4=/dev/ttyS3
� � � � � � � � � [parallelports]
� � � � � � � � � Lpt1=/dev/lp0
� � � � � � � � � [spooler]
� � � � � � � � � LPT1:=|lpr
� � � � � � � � � LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
� � � � � � � � � LPT3:=/dev/lp3
� � � � � � � � � [ports]
� � � � � � � � � ;read=0x779,0x379,0x280-0x2a0
� � � � � � � � � ;write=0x779,0x379,0x280-0x2a0
� � � � � � � � � [spy]
� � � � � � � � � Exclude=WM_SIZE;WM_TIMER;
� � � � � � � � � [Registry]
� � � � � � � � � ; Paths must be given in /dir/dir/file.reg format.
� � � � � � � � � ; Wine will not understand dos file names here...
� � � � � � � � � ;UserFileName=xxx ; alternate registry file name (user.reg)
� � � � � � � � � ;LocalMachineFileName=xxx ; (system.reg)
� � � � � � � � � [Tweak.Layout]
� � � � � � � � � ;; WineLook=xxx (supported styles are 'Win31'(default),
'Win95', 'Win98')
� � � � � � � � � ;WineLook=Win95
� � � � � � � � � [programs]
� � � � � � � � � Default=
� � � � � � � � � Startup=
� � � � � � � � � [Console]
� � � � � � � � � ;XtermProg=nxterm
� � � � � � � � � ;InitialRows=25
� � � � � � � � � ;InitialColumns=80
� � � � � � � � � ;TerminalType=nxterm
Bom, agora, sinceramente, acho que o wine n�o funciona l� t�o bem assim.
Como j� disse um amigo da lista, o melhor � vc ter O MELHOR EM LINUX, �e n�o
querer rodar o que foi feito para o que n�o presta.....
Se n�o tem, legal, MELHOR AINDA, campo aberto, CRIE UM !!!!! Ou motive e
incentive quem sabe fazer ....
Ah...e se vc tiver o xfstt instalado ent�o, piorou, vc ter� toda vez que dar
um kill no xfstt para poder usar o wine.....(fonte: informa��es passadas por
colegas aqui da lista recentemente e n�o contestadas por ningu�m)
De minha parte, de quatro CDs jur�dicos que tenho aqui, s� um funcionou meia
boca, o resto d� pau....acredito que se vc tiver uma parti��o windows
instalada deve ficar mais f�cil, pois vc pode montar a parti��o windows
dentro do Linux (+ ou - isso.....eheheh ), e usar todas as dlls da pasta
system...
Mas tendo o Rwindows instalado, que sentido faz ter o wine ?????
[]s
Gustavo
Gustavo
Assinantes em 25/06/2001: 2293
Mensagens recebidas desde 07/01/1999: 119946
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista:
mailto:[EMAIL PROTECTED]