Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-06 Thread Mehmet Erol Sanliturk
On Tue, Mar 6, 2012 at 12:36 AM, David Naylor naylor.b.da...@gmail.comwrote:

 On Tuesday, 6 March 2012 00:01:48 Mehmet Erol Sanliturk wrote:
  On Mon, Mar 5, 2012 at 3:00 PM, David Naylor
 naylor.b.da...@gmail.comwrote:
   On Monday, 5 March 2012 14:17:51 Mehmet Erol Sanliturk wrote:
On Mon, Mar 5, 2012 at 6:55 AM, David Naylor
  
   naylor.b.da...@gmail.comwrote:
 Please include the full error message, also could you please try
  
   running
  
 those apps in a clean wine prefix.
   
# pwd
/root/APPLY/PROGRAMS
   
# wine x.exe
   
err : module : LdrInitializeThunk Main exe initialization for
LF:\\APPLY\\PROGRAMS\\x.exe failed , status c017
  
   I have tried to reproduce the error on my side but was unable to.  The
   programs that I tested work without error.
 
  This means that there are additional parts in your system which they do
 not
  exist here .
  Such parts are not added by pkg_add wine-fbsd64 ... .
  I do not have any idea about which parts may be missing .

 It could also mean there are extra components on your computer that are
 interfering however using a clean wine prefix (as mentioned below) has
 ruled
 that out.

   I was expecting more output from wine...  Please see below about using
 a
   clean
   wine prefix.  Do you use the nvidia graphics driver?  If so please run
   (as root), and provide the output:
   # sh /usr/local/share/wine/patch-nvidia.sh
 
  There is NO nvidia grphics driver . It is Intel DG965WH main board with
 its
  integrated graphics driver .

 That eliminates my only other idea.

   If nothing fixes your problem then please submit a bug report at
   bugs.winehq.org.
  
I could not understand the phrase :
   
in a clean wine prefix .
  
   To run a program in a clean wine prefix do:
   env WINEPREFIX=/tmp/tmp_wine_prefix wine x.exe
 
  This is NOT changing the error message . Only drive become Z: .

 As mentioned above, eliminates possible extra components causing
 interference.

   You may need to use winetricks to install some support programs.
  
   Good luck
 
  winetricks could NOT be found .

 Please see http://wiki.winehq.org/winetricks for details about winetricks.


Thanks . After my message , I searched winetricks in Google , and find
its links .
I read its list . I think , it will not contain related parts , except ,
perhaps fonts  , comctl .

I have installed fonts , all dll files , run times  , without any effect on
the generated error message .



  I tried wine which is added by
 
  pkg_add -r wine
 
  from packages
 
  in FreeBSD 9.0 RELEASE i386 as it is installed .
 
  On the same programs , the message is the same with amd64 message .

 To clarify: you tried running the program under an i386 installation of
 FreeBSD and wine gave you the same problem?



Yes .

I am using the ( three ) programs in Windows XP continuously and they are
working in there very well .
They are compiled by Delphi .

Previously , in FreeBSD 7.x ( I think 7.0 or 7.1 ) i386 , I have used the
same programs under Wine successfully .



The previous downloads from

wine-fbsd64-1.3.16,1.txz , ...1.3.37,1 ... 1.4.r3,1 ... 1.4.r3,3

series did not work because of errors displayed .


I have tested wine-fbsd64-1.3.16,1.txz now once more .


When the last published one ( 1.4.r4,1 ) also gave error , I decided to
inform you .




 Also, has a previous version of wine ever worked for your program?  Could
 you
 try installing an older version of wine (the mediafire page contains wine
 releases going back to 1.3.16).

 Regards



Thank you very much .

Mehmet Erol Sanliturk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-05 Thread Mehmet Erol Sanliturk
On Sun, Mar 4, 2012 at 2:16 PM, David Naylor naylor.b.da...@gmail.comwrote:

 Hi,

 Packages [1] for wine-fbsd64-1.4.rc6 have been uploaded to mediafire [2].

 There are many reports that wine does not work with a clang compiled world
 (help in fixing this problem is appreciated as it affects quite a few
 users).

 The patch [3] for nVidia users is now included in the package and is run on
 installation (if the relevant files are accessible).  Please read the
 installation messages for further information.

 Regards,

 David

 [1]
  MD5 (freebsd8/wine-fbsd64-1.4.rc6,1.tbz) =
 91bc2288130c25704c9f1ac9d2923a6a
  MD5 (freebsd9/wine-fbsd64-1.4.rc6,1.txz) =
 a57b6fed2401375562931f3516e1d50b
 [2] http://www.mediafire.com/wine_fbsd64
 [3] The patch is located at /usr/local/share/wine/patch-nvidia.sh



For any x.exe :

wine x.exe

is generating the following error :

err: module : LdrInitializeThunk Main exe initialization for LF:\\ ...
path ... \\x.exe failed ,
status c017

where x.exe is in the current directory ( path is correct )

in FreeBSD 9.0-RELEASE #0 ... GENERIC amd64


Thank you very much .


Mehmet Erol Sanliturk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-05 Thread David Naylor
On 5 March 2012 13:41, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote:
 On Sun, Mar 4, 2012 at 2:16 PM, David Naylor naylor.b.da...@gmail.com
 wrote:

 Hi,

 Packages [1] for wine-fbsd64-1.4.rc6 have been uploaded to mediafire [2].

 There are many reports that wine does not work with a clang compiled world
 (help in fixing this problem is appreciated as it affects quite a few
 users).

 The patch [3] for nVidia users is now included in the package and is run
 on
 installation (if the relevant files are accessible).  Please read the
 installation messages for further information.

 Regards,

 David

 [1]
  MD5 (freebsd8/wine-fbsd64-1.4.rc6,1.tbz) =
 91bc2288130c25704c9f1ac9d2923a6a
  MD5 (freebsd9/wine-fbsd64-1.4.rc6,1.txz) =
 a57b6fed2401375562931f3516e1d50b
 [2] http://www.mediafire.com/wine_fbsd64
 [3] The patch is located at /usr/local/share/wine/patch-nvidia.sh



 For any x.exe :

 wine x.exe

 is generating the following error :

 err: module : LdrInitializeThunk Main exe initialization for LF:\\ ... path
 ... \\x.exe failed ,
 status c017

Please include the full error message, also could you please try running
those apps in a clean wine prefix.

 where x.exe is in the current directory ( path is correct )

 in FreeBSD 9.0-RELEASE #0 ... GENERIC amd64

I will try reproduce this when I get $HOME.

Regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-05 Thread Mehmet Erol Sanliturk
On Mon, Mar 5, 2012 at 6:55 AM, David Naylor naylor.b.da...@gmail.comwrote:

 On 5 March 2012 13:41, Mehmet Erol Sanliturk m.e.sanlit...@gmail.com
 wrote:
  On Sun, Mar 4, 2012 at 2:16 PM, David Naylor naylor.b.da...@gmail.com
  wrote:
 
  Hi,
 
  Packages [1] for wine-fbsd64-1.4.rc6 have been uploaded to mediafire
 [2].
 
  There are many reports that wine does not work with a clang compiled
 world
  (help in fixing this problem is appreciated as it affects quite a few
  users).
 
  The patch [3] for nVidia users is now included in the package and is run
  on
  installation (if the relevant files are accessible).  Please read the
  installation messages for further information.
 
  Regards,
 
  David
 
  [1]
   MD5 (freebsd8/wine-fbsd64-1.4.rc6,1.tbz) =
  91bc2288130c25704c9f1ac9d2923a6a
   MD5 (freebsd9/wine-fbsd64-1.4.rc6,1.txz) =
  a57b6fed2401375562931f3516e1d50b
  [2] http://www.mediafire.com/wine_fbsd64
  [3] The patch is located at /usr/local/share/wine/patch-nvidia.sh
 
 
 
  For any x.exe :
 
  wine x.exe
 
  is generating the following error :
 
  err: module : LdrInitializeThunk Main exe initialization for LF:\\ ...
 path
  ... \\x.exe failed ,
  status c017

 Please include the full error message, also could you please try running
 those apps in a clean wine prefix.



# pwd
/root/APPLY/PROGRAMS


# ls -l

-rw-r--r-- 1 root wheel 5491200 Feb 17 22:27 x.exe

# wine x.exe

err : module : LdrInitializeThunk Main exe initialization for
LF:\\APPLY\\PROGRAMS\\x.exe failed , status c017

--

The whole message is listed above .
Desktop environment is KDE4 .
Execution is attempted in Konsole Terminal .
In GNOME Terminal in KDE4 , the error message is the same .

I could not understand the phrase :


in a clean wine prefix .

-



  where x.exe is in the current directory ( path is correct )
 
  in FreeBSD 9.0-RELEASE #0 ... GENERIC amd64

 I will try reproduce this when I get $HOME.

 Regards



Thank you very much .

Mehmet Erol Sanliturk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-05 Thread David Naylor
On Monday, 5 March 2012 14:17:51 Mehmet Erol Sanliturk wrote:
 On Mon, Mar 5, 2012 at 6:55 AM, David Naylor 
naylor.b.da...@gmail.comwrote:
  Please include the full error message, also could you please try running
  those apps in a clean wine prefix.
 
 # pwd
 /root/APPLY/PROGRAMS
 
 # wine x.exe
 
 err : module : LdrInitializeThunk Main exe initialization for
 LF:\\APPLY\\PROGRAMS\\x.exe failed , status c017

I have tried to reproduce the error on my side but was unable to.  The 
programs that I tested work without error.  

I was expecting more output from wine...  Please see below about using a clean 
wine prefix.  Do you use the nvidia graphics driver?  If so please run (as 
root), and provide the output:
# sh /usr/local/share/wine/patch-nvidia.sh

If nothing fixes your problem then please submit a bug report at 
bugs.winehq.org.  


 I could not understand the phrase :
 
 in a clean wine prefix .

To run a program in a clean wine prefix do:
env WINEPREFIX=/tmp/tmp_wine_prefix wine x.exe

You may need to use winetricks to install some support programs.  

Good luck


signature.asc
Description: This is a digitally signed message part.


Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-05 Thread Mehmet Erol Sanliturk
On Mon, Mar 5, 2012 at 3:00 PM, David Naylor naylor.b.da...@gmail.comwrote:

 On Monday, 5 March 2012 14:17:51 Mehmet Erol Sanliturk wrote:
  On Mon, Mar 5, 2012 at 6:55 AM, David Naylor
 naylor.b.da...@gmail.comwrote:
   Please include the full error message, also could you please try
 running
   those apps in a clean wine prefix.
 
  # pwd
  /root/APPLY/PROGRAMS
 
  # wine x.exe
 
  err : module : LdrInitializeThunk Main exe initialization for
  LF:\\APPLY\\PROGRAMS\\x.exe failed , status c017

 I have tried to reproduce the error on my side but was unable to.  The
 programs that I tested work without error.


This means that there are additional parts in your system which they do not
exist here .
Such parts are not added by pkg_add wine-fbsd64 ... .
I do not have any idea about which parts may be missing .



 I was expecting more output from wine...  Please see below about using a
 clean
 wine prefix.  Do you use the nvidia graphics driver?  If so please run (as
 root), and provide the output:
 # sh /usr/local/share/wine/patch-nvidia.sh



There is NO nvidia grphics driver . It is Intel DG965WH main board with its
integrated graphics driver .



 If nothing fixes your problem then please submit a bug report at
 bugs.winehq.org.


  I could not understand the phrase :
 
  in a clean wine prefix .

 To run a program in a clean wine prefix do:
 env WINEPREFIX=/tmp/tmp_wine_prefix wine x.exe


This is NOT changing the error message . Only drive become Z: .




 You may need to use winetricks to install some support programs.

 Good luck



winetricks could NOT be found .



I tried wine which is added by

pkg_add -r wine

from packages

in FreeBSD 9.0 RELEASE i386 as it is installed .


On the same programs , the message is the same with amd64 message .



Thank you very much .

Mehmet Erol Sanliturk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD)

2012-03-05 Thread David Naylor
On Tuesday, 6 March 2012 00:01:48 Mehmet Erol Sanliturk wrote:
 On Mon, Mar 5, 2012 at 3:00 PM, David Naylor 
naylor.b.da...@gmail.comwrote:
  On Monday, 5 March 2012 14:17:51 Mehmet Erol Sanliturk wrote:
   On Mon, Mar 5, 2012 at 6:55 AM, David Naylor
  
  naylor.b.da...@gmail.comwrote:
Please include the full error message, also could you please try
  
  running
  
those apps in a clean wine prefix.
   
   # pwd
   /root/APPLY/PROGRAMS
   
   # wine x.exe
   
   err : module : LdrInitializeThunk Main exe initialization for
   LF:\\APPLY\\PROGRAMS\\x.exe failed , status c017
  
  I have tried to reproduce the error on my side but was unable to.  The
  programs that I tested work without error.
 
 This means that there are additional parts in your system which they do not
 exist here .
 Such parts are not added by pkg_add wine-fbsd64 ... .
 I do not have any idea about which parts may be missing .

It could also mean there are extra components on your computer that are 
interfering however using a clean wine prefix (as mentioned below) has ruled 
that out.  

  I was expecting more output from wine...  Please see below about using a
  clean
  wine prefix.  Do you use the nvidia graphics driver?  If so please run
  (as root), and provide the output:
  # sh /usr/local/share/wine/patch-nvidia.sh
 
 There is NO nvidia grphics driver . It is Intel DG965WH main board with its
 integrated graphics driver .

That eliminates my only other idea.  

  If nothing fixes your problem then please submit a bug report at
  bugs.winehq.org.
  
   I could not understand the phrase :
   
   in a clean wine prefix .
  
  To run a program in a clean wine prefix do:
  env WINEPREFIX=/tmp/tmp_wine_prefix wine x.exe
 
 This is NOT changing the error message . Only drive become Z: .

As mentioned above, eliminates possible extra components causing interference.  

  You may need to use winetricks to install some support programs.
  
  Good luck
 
 winetricks could NOT be found .

Please see http://wiki.winehq.org/winetricks for details about winetricks.  

 I tried wine which is added by
 
 pkg_add -r wine
 
 from packages
 
 in FreeBSD 9.0 RELEASE i386 as it is installed .
 
 On the same programs , the message is the same with amd64 message .

To clarify: you tried running the program under an i386 installation of 
FreeBSD and wine gave you the same problem?  

Also, has a previous version of wine ever worked for your program?  Could you 
try installing an older version of wine (the mediafire page contains wine 
releases going back to 1.3.16).  

Regards


signature.asc
Description: This is a digitally signed message part.