ptopengui-0.7 bundle for wine

HaJo Schatz hajo at hajo.net
Wed Apr 2 01:18:54 BST 2003


Alternatively, I believe, you may start the WIN-exe from a shell with:

wine prog.exe

assuming your prog.exe is in the current dir.

HaJo

On Wed, 2003-04-02 at 00:16, Bruno Postle wrote:
> On Tue 01-Apr-2003 at 05:47:04PM +0200, Kai-Uwe Behrmann wrote:
> > 
> > can You give me a link to initially start ptopengui as .exe ?  I
> > have not found any hint for SuSE, which runns for me, to enable
> > exe's calling directly.
> 
> Basically (and I'm not a Wine expert at all), the Linux kernel needs
> to know that windows executable files can be run using Wine.
> 
> On my redhat systems this is done by an init script that 'registers'
> it:
> 
>     /etc/init.d/wine start
> 
> All it does is this:
> 
>     /sbin/modprobe binfmt_misc &>/dev/null
>     echo ':windows:M::MZ::/usr/bin/wine:' >/proc/sys/fs/binfmt_misc/register || :
>     echo ':windowsPE:M::PE::/usr/bin/wine:' >/proc/sys/fs/binfmt_misc/register || :
> 
> On a Debian system, you have to install an extra 'libwine-print'
> package to get this stuff working.
> 
> So, I would look to see if there is a wine init-script you can run,
> or any extra wine packages that you are missing.
> 
> Also, make sure that the .exe file is actually executable:
> 
>    chmod 755 PTOpenGui.exe
> 
> -- 
> Bruno




More information about the ptX mailing list