Wine

Virtual machines, emulation, etc.
Message
Author
green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.0

#271 Post by green_dome »

my attempt at compiling wine-1.5.0

wine-1.5.0_v1
version 1 | stripped=true

wine-1.5.0_v2
version 2 | stripped=false

md5 | hashdeep

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

One is 'pets2sfs'
[forum post] [download] [forum post]

Another is 'createsfs'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#272 Post by vovchik »

Dear green_dome,

Thanks again. Version 1.5 works well, as have all your previous versions. We are grateful for your diligent efforts:)

With kind regards,
vovchik

User avatar
otropogo
Posts: 764
Joined: Sat 24 Oct 2009, 15:17
Location: Montreal
Contact:

wine*.pet puppy compatibility, apps tested

#273 Post by otropogo »

Sorry I've I've missed some possibly relevant posts in this thread.. I only learned of its existence today after seeing a rare posting in another Wine thread.

I'm increasingly frustrated in my inability to reinstall Windows XP satisfactorily on a new machine (connectivity is on and off, while I have no issues with it under Puppy or Centos), and am desperately looking for a way to run two essential Windows apps that require online access.

What I'd like to find out is this:

1. does the current Wine pet being discussed her (1.4) work in lupu 5.28?

2. has anyone successfully run either of the two following Windows apps with it:

a) Quicken

b) Pegasus mail for windows 4.5.2?


alternatively, can anyone direct me to an online list of Windows apps reported to have been successfully run under any combination of WINE_Linux (or perhaps of those which have consistently failed to run in WINE)?
otropogo@gmail.com facebook.com/otropogo

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Re: wine*.pet puppy compatibility, apps tested

#274 Post by green_dome »

otropogo wrote:Sorry I've I've missed some possibly relevant posts in this thread.. I only learned of its existence today after seeing a rare posting in another Wine thread.

I'm increasingly frustrated in my inability to reinstall Windows XP satisfactorily on a new machine (connectivity is on and off, while I have no issues with it under Puppy or Centos), and am desperately looking for a way to run two essential Windows apps that require online access.

What I'd like to find out is this:

1. does the current Wine pet being discussed her (1.4) work in lupu 5.28?

2. has anyone successfully run either of the two following Windows apps with it:

a) Quicken

b) Pegasus mail for windows 4.5.2?


alternatively, can anyone direct me to an online list of Windows apps reported to have been successfully run under any combination of WINE_Linux (or perhaps of those which have consistently failed to run in WINE)?

for item (2) try these links:
http://appdb.winehq.org/objectManager.p ... on&iId=107
http://appdb.winehq.org/appview.php?iAppId=284

User avatar
otropogo
Posts: 764
Joined: Sat 24 Oct 2009, 15:17
Location: Montreal
Contact:

Re: wine*.pet puppy compatibility, apps tested

#275 Post by otropogo »

green_dome wrote:
otropogo wrote:
1. does the current Wine pet being discussed her (1.4) work in lupu 5.28?

2. has anyone successfully run either of the two following Windows apps with it:

a) Quicken

b) Pegasus mail for windows 4.5.2?


...

for item (2) try these links:
http://appdb.winehq.org/objectManager.p ... on&iId=107
http://appdb.winehq.org/appview.php?iAppId=284
Thanks. Very encouraging, at least if I can get Wine running in lupu. Haven't managed since 4.xx. If not, maybe I'll try installing it in Centos.
otropogo@gmail.com facebook.com/otropogo

XBlackChaosX
Posts: 55
Joined: Sun 16 Oct 2011, 16:52

#276 Post by XBlackChaosX »

What's the difference between v1 and v2 of wine on here?

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

#277 Post by green_dome »

XBlackChaosX wrote:What's the difference between v1 and v2 of wine on here?
v1 is stripped
v2 is not stripped

Ref:
http://en.wikipedia.org/wiki/Strip_(Unix)
http://linux.die.net/man/1/strip

--strip-debug
Remove debugging symbols only.
--strip-unneeded
Remove all symbols that are not needed for relocation processing.

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.1

#278 Post by green_dome »

my attempt at compiling wine-1.5.1

wine-1.5.1_v1
version 1 | stripped=true

wine-1.5.1_v2
version 2 | stripped=false

md5 | hashdeep

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

One is 'pets2sfs'
[forum post] [download] [forum post]

Another is 'createsfs'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]

XBlackChaosX
Posts: 55
Joined: Sun 16 Oct 2011, 16:52

#279 Post by XBlackChaosX »

How can i install programs? Every time i click on a .exe file nothing happens.

User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#280 Post by recobayu »

How can i install programs? Every time i click on a .exe file nothing happens.
1. open terminal
2. change directory to your .exe path
3. then write: wine yourexe.exe

you can see the wine proccessing your application.exe

XBlackChaosX
Posts: 55
Joined: Sun 16 Oct 2011, 16:52

#281 Post by XBlackChaosX »

recobayu wrote:
How can i install programs? Every time i click on a .exe file nothing happens.
1. open terminal
2. change directory to your .exe path
3. then write: wine yourexe.exe

you can see the wine proccessing your application.exe
Will do thanks, but is there a way to make so that when i install future apps all i will have to do is click on the .exe

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#282 Post by muggins »

Right-click any .exe file, then Set Run Action... to:

Code: Select all

wine "$@"

XBlackChaosX
Posts: 55
Joined: Sun 16 Oct 2011, 16:52

#283 Post by XBlackChaosX »

muggins wrote:Right-click any .exe file, then Set Run Action... to:

Code: Select all

wine "$@"
Thanks :)

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.2

#284 Post by green_dome »

my attempt at compiling wine-1.5.2

wine-1.5.2_v1
version 1 | stripped=true

wine-1.5.2_v2
version 2 | stripped=false

md5 | hashdeep

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

One is 'pets2sfs'
[forum post] [download] [forum post]

Another is 'createsfs'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Thu 17 May 2012, 03:39, edited 2 times in total.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#285 Post by vovchik »

Dear green_dome,

I am boring. It works really well. Thanks.

With kind regards,
vovchik

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#286 Post by vovchik »

Dear green_dome,

Wine is up to 1.5.4 as of today (http://www.winehq.org/announce/1.5.4). Any chance?

With thanks in advance and kind regards,
vovchik

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.3

#287 Post by green_dome »

my attempt at compiling wine-1.5.3

wine-1.5.3_v1
version 1 | stripped=true

wine-1.5.3_v2
version 2 | stripped=false

md5 | hashdeep

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

One is 'pets2sfs'
[forum post] [download] [forum post]

Another is 'createsfs'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Thu 17 May 2012, 03:38, edited 1 time in total.

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.4

#288 Post by green_dome »

my attempt at compiling wine-1.5.4

wine-1.5.4_v1
version 1 | stripped=true

wine-1.5.4_v2
version 2 | stripped=false

md5 | hashdeep

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

One is 'pets2sfs'
[forum post] [download] [forum post]

Another is 'createsfs'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#289 Post by vovchik »

Dear green_dome,

My usual thanks. Works as advertised:)

With kind regards,
vovchik

User avatar
Eathray
Posts: 723
Joined: Sun 06 Sep 2009, 19:42

#290 Post by Eathray »

Works great on Exprimo. My kiddo thanks you... he's running SimCity right now.

Eathray

Post Reply