Re: [Cooker] wine problem

2002-11-02 Thread Florent BERANGER
   
  bah, completely forgot about this. Spent my time stealing isdn stuff   
 (kernel, capi, applets) from SuSE and RH to get some form of isdn dialer   
 applet running on mdk. BTW, looks really weird to have smpppd (SuSE meta   
 pppd) running on Mandrake, even though I changed configure with yast2   
 to configure with drakconnect.   
   
 Anyway, I attached a quick fix for the cdrom problem.   
   
 Thierry?   
   
 - Mark   
   
--- wine-config.pl.old  2002-10-30 00:30:24.0 +0100   
+++ wine-config.pl  2002-09-30 23:00:14.0 +0200   
 -162,7 +162,7
  {   
   push fat, $_[1] if ( -d $_[1]);   
  }   
-   elsif ($_[0] =~ /\/mnt\/cdrom\d?/)   
+   elsif ($_[1] =~ /\/mnt\/cdrom\d?/)   
  {   
   push iso, [ $_[1], $1 ] if ($_[3] =~ /dev=([\w\/]+)/);   
  }   
   
It's not long to apply a patch so please, do it !   
  
Thanks,  
  Florent  





Re: [Cooker] wine problem

2002-10-30 Thread Florent BERANGER
 
 bah, completely forgot about this. Spent my time stealing isdn stuff 
 (kernel, capi, applets) from SuSE and RH to get some form of isdn dialer 
 applet running on mdk. BTW, looks really weird to have smpppd (SuSE meta 
 pppd) running on Mandrake, even though I changed configure with yast2 
 to configure with drakconnect. 
 
 Anyway, I attached a quick fix for the cdrom problem. 
 
 Thierry? 
 
 - Mark 
 
--- wine-config.pl.old  2002-10-30 00:30:24.0 +0100 
+++ wine-config.pl  2002-09-30 23:00:14.0 +0200 
 -162,7 +162,7  
  { 
   push fat, $_[1] if ( -d $_[1]); 
  } 
-   elsif ($_[0] =~ /\/mnt\/cdrom\d?/) 
+   elsif ($_[1] =~ /\/mnt\/cdrom\d?/) 
  { 
   push iso, [ $_[1], $1 ] if ($_[3] =~ /dev=([\w\/]+)/); 
  } 
 
Is anyone applying the patch ? 
Thanks 
 





[Cooker] wine problem

2002-10-29 Thread Florent BERANGER
  Hello,   
   
I have a problem with wine out of the box :   
[cosmicflocosmic cosmicflo]$ wine /mnt/cdrom/Setup.exe  
Warning: could not find wine config [Drive x] entry for current working  
directory /mnt/cdrom; starting in windows directory.  
/usr/bin/wine.bin: cannot find 'Setup.exe'  
[cosmicflocosmic cosmicflo]$ 
 
  Florent 





Re: [Cooker] wine problem

2002-10-29 Thread rcc
On Wed, 30 Oct 2002 00:12:54 +0100
Danny Tholen [EMAIL PROTECTED] wrote:

 On Tuesday 29 October 2002 19:19, Florent BERANGER wrote:
  directory /mnt/cdrom; starting in windows directory.
  /usr/bin/wine.bin: cannot find 'Setup.exe'
  [cosmicflo@cosmic cosmicflo]$
 
Florent
 
 eh..well...I think I made a mistake in the autoconfig script so it
 forgets to add /mnt/cdrom to the .wine/config. Nobody noticed it
 before 9.0 was released. I will fix it as soon as I have time to look
 at it again, unless Mark beats me to it:)

bah, completely forgot about this. Spent my time stealing isdn stuff
(kernel, capi, applets) from SuSE and RH to get some form of isdn dialer
applet running on mdk. BTW, looks really weird to have smpppd (SuSE meta
pppd) running on Mandrake, even though I changed configure with yast2
to configure with drakconnect.

Anyway, I attached a quick fix for the cdrom problem.

Thierry?

- Mark


--- wine-config.pl.old  2002-10-30 00:30:24.0 +0100
+++ wine-config.pl  2002-09-30 23:00:14.0 +0200
@@ -162,7 +162,7 @@
  {
   push @fat, $_[1] if ( -d $_[1]);
  }
-   elsif ($_[0] =~ /\/mnt\/cdrom\d?/)
+   elsif ($_[1] =~ /\/mnt\/cdrom\d?/)
  {
   push @iso, [ $_[1], $1 ] if ($_[3] =~ /dev=([\w\/]+)/);
  }



Re: [Cooker] wine problem

2002-10-29 Thread Florent BERANGER
Le Mardi 29 Octobre 2002 23:22, Pierre a écrit : 
 man wine.conf 
 
no, it must works out of the box. 
For me, I have resolved the problem by editing the config file but it must be 
fixed for everyone. 
 
 
 On 2002.10.29 19:19 Florent BERANGER wrote: 
Hello, 
  
  I have a problem with wine out of the box : 
  [cosmicflocosmic cosmicflo]$ wine /mnt/cdrom/Setup.exe 
  Warning: could not find wine config [Drive x] entry for current 
  working 
  directory /mnt/cdrom; starting in windows directory. 
  /usr/bin/wine.bin: cannot find 'Setup.exe' 
  [cosmicflocosmic cosmicflo]$ 
  
Florent 
 





[Cooker] wine problem

2002-09-04 Thread Florent BERANGER

   Hello,

Here the output when I try to install Adobe Photoshop 3
with wine by default (I have it working with a wine config
tool in past) :

bash-2.05b$ wine /mnt/cdrom/photoshp/disk1/pssetup.exe
cp: Ne peut évaluer `/etc/wine/wine.reg' par stat(): No
such file or directory
cp: Ne peut évaluer `/home/cosmicflo/.wine//config' par
stat(): No such file or directory
wineserver: /home/cosmicflo/.wine/config is not a valid
registry file
wine: for some mysterious reason, the wine server failed
to run.


For info, I have just installed wine by urpmi before.

Thanks for your help
--
EXCEPTIONNEL!
Tiscali lance les forfaits Internet Illimités,
à partir de 15,95EUR / mois.
Pour en profiter,cliquez ici: http://register.tiscali.fr/forfaits/
Offres soumises à conditions.






Re: [Cooker] wine problem

2002-09-04 Thread Austin Acton

This is because the current wine rpm installs a file called
~/.wine/config but it is empty.  It should be a copy of
/etc/wine/config.

Also it uses /tmp/wine-{username} as temp, but it doesn't create the
directory the first time you run wine.  It should, or it should use /tmp
or ~/tmp or something that exists.

Austin

On Wed, 2002-09-04 at 19:03, Florent BERANGER wrote:
Hello,
 
 Here the output when I try to install Adobe Photoshop 3
 with wine by default (I have it working with a wine config
 tool in past) :
 
 bash-2.05b$ wine /mnt/cdrom/photoshp/disk1/pssetup.exe
 cp: Ne peut évaluer `/etc/wine/wine.reg' par stat(): No
 such file or directory
 cp: Ne peut évaluer `/home/cosmicflo/.wine//config' par
 stat(): No such file or directory
 wineserver: /home/cosmicflo/.wine/config is not a valid
 registry file
 wine: for some mysterious reason, the wine server failed
 to run.
 
 
 For info, I have just installed wine by urpmi before.
 
 Thanks for your help
 --
 EXCEPTIONNEL!
 Tiscali lance les forfaits Internet Illimités,
 à partir de 15,95EUR / mois.
 Pour en profiter,cliquez ici: http://register.tiscali.fr/forfaits/
 Offres soumises à conditions.
 
 
 





[Cooker] Wine problem

2001-11-29 Thread Nathan A. Smith

Hi,

I have been trying to use wine and have been coming across a problem
that I thought someone would know something about.  Specifically, I am
getting the following error:  

libxalflaunch:  dlsym: (null)

This line shows up a couple of time and then wine just sits there. 
Doing a little research on the web, I found that doing a unset
LD_PRELOAD gets rid of the message and allows wine to run.  So exactly,
what is going on?  Anyone have a clue about this?  Thanks

NASA