Wine

Virtual machines, emulation, etc.
Message
Author
Liboicl
Posts: 90
Joined: Tue 16 Feb 2010, 01:49

#221 Post by Liboicl »

Can you compile the latest GIT?
http://wiki.winehq.org/RegressionTesting
I am having problems with a game which is said to work on the latest GIT, but it isn't working on 1.3.26. I would do it myself, but I am on Fat Dog 64 and it's not setup for 32 bit compiling. If you can't / won't do it then I guess I'll have to try and smash something to together to get it working.
Thanks in advance.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#222 Post by bigpup »

green_dome,

Just to let you know that your work, on supporting Wine in Puppy, is not taken for granted. You are doing a great service for Puppy. Myself and I know many many many others thank you!!!!

Note:
WineHQ just released version 1.3.28
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

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

#223 Post by green_dome »

Thanks for doing these!
So you're still running 4.3.1.. that was quite the old stand-by for me for a long long time.. ttuuxxx's v3 of it, to be exact (I think the file was named v3.iso actually.)

I've definitely migrated to the 5 Lucids though.. as such, my requests would be:

> compiled against latest Lucid, and

>i686 .. (maybe do both for those stuck on old hw, but lots of apps get pretty processor intensive under emulation conditions..) and also

>.sfs instead of .pet .. else I'm just having to convert it over each time..

I would take a hack at it, but am way to busy! So thanks, again!
(Anyone know of other versions available, please chime in..)
[Ref.]

Compiling against the latest Lucids usually means compiling against a newer glibc. If I do that, people that use a puplet (myself included) with an older glibc will not be able to use the Wine package. I have read that these Wine packages work in the Lucid puplets. The small amount of testing I have done in different Lucid puplets also confirm this.

Creating a .sfs from a .pet (or multiple .pets) is relatively easy using available scripts. I would rather do that than use space for storing multiple sfs files (version 3 and version 4) that are identical to the .pet.

coolpup compiles Wine as well.

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

Wine 1.3.27

#224 Post by green_dome »

my attempt at compiling Wine 1.3.27

Wine 1.3.27_v1
version 1
stripped=true

Wine 1.3.27_v2
version 2
stripped=false

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]

md5 | sha1 | sha256 | tiger
-----------------------------------------------------------------------------------------------------------

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:

esound-0.2.41-i486.pet [Link]
esound_DEV-0.2.41-i486.pet [Link]
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]
jack-audio-connection-kit-0.116.1-i486.pet [Link]
jack-audio-connection-kit_DEV-0.116.1-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 Mon 12 Sep 2011, 03:02, edited 1 time in total.

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

#225 Post by davids45 »

G'day green-dome,

Your pet of 1.3.27 works in Slacko-beta2.

But we wine-lovers will need to also get the new gecko version, wine_gecko-1.3-x86.msi and save it to /usr/share/wine/gecko/.

The link you listed as:

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

enabled me to get it through:

http://downloads.sourceforge.net/wine/w ... .3-x86.msi

Thanks for your continued pet & sfs preparation of each wine.

I'm assuming the promised wine-1.3.28 will also use the new gecko.

David S.


[/url]

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

Wine 1.3.28

#226 Post by green_dome »

my attempt at compiling Wine 1.3.28

Wine 1.3.28_v1
version 1
stripped=true

Wine 1.3.28_v2
version 2
stripped=false

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]

md5 | sha1 | sha256 | tiger
-----------------------------------------------------------------------------------------------------------

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:

esound-0.2.41-i486.pet [Link]
esound_DEV-0.2.41-i486.pet [Link]
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]
jack-audio-connection-kit-0.116.1-i486.pet [Link]
jack-audio-connection-kit_DEV-0.116.1-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

#227 Post by vovchik »

Dear green_dome,

Thanks a million - 1.3.28 works nicely, so I am grateful.

With kind regards,
vovchik

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

new wine 1.3.29 released

#228 Post by vovchik »

Dear green_dome,

There is a new wine version out with lots of changes in X rendering. It looks pretty good from the description (http://www.winehq.org/announce/1.3.29). May we again kindly request your assistance?

With thanks in advance and kind regards,
vovchik

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#229 Post by playdayz »

Fast server, greendome, it downloaded at almost 2.5MB. Thanks again.

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

Wine 1.3.29

#230 Post by green_dome »

my attempt at compiling Wine 1.3.29

Wine 1.3.29_v1
version 1
stripped=true

Wine 1.3.29_v2
version 2
stripped=false

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]

md5 | sha1 | sha256 | tiger
-----------------------------------------------------------------------------------------------------------

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:

esound-0.2.41-i486.pet [Link]
esound_DEV-0.2.41-i486.pet [Link]
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]
jack-audio-connection-kit-0.116.1-i486.pet [Link]
jack-audio-connection-kit_DEV-0.116.1-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

#231 Post by vovchik »

Dear green_dome,

Thanks for version 1.3.29. I had problems with it that aren't related to your compile. In "improving" the rendering via X, the Wine people screwed up alpha channel rendering, and I got weird effects in many apps I tested - which worked just fine under v. 1.3.28. Apparently, the Wine developers saw this mess and have released v. 1.3.30, which fixes up the alpha channel snafu http://www.winehq.org/announce/1.3.30. Any chance you might be supplying us with this one?

With thanks in advance and kind regards,
vovchik

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

Wine 1.3.30

#232 Post by green_dome »

my attempt at compiling Wine 1.3.30

Wine 1.3.30_v1
version 1
stripped=true

Wine 1.3.30_v2
version 2
stripped=false

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]

md5 | hashdeep
-----------------------------------------------------------------------------------------------------------

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:

esound-0.2.41-i486.pet [Link]
esound_DEV-0.2.41-i486.pet [Link]
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]
jack-audio-connection-kit-0.116.1-i486.pet [Link]
jack-audio-connection-kit_DEV-0.116.1-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 Fri 20 Jan 2012, 02:52, edited 1 time in total.

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

#233 Post by vovchik »

Dear green-dome,

Thanks for the new compile. This version works fine in terms of displaying transparency, meaning that the Wine devs did have a regression error in v. 1.3.29 and have, as far as I can tell, dealt with the bug properly.

With kind regards,
vovchik

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

Wine 1.3.31 now available

#234 Post by vovchik »

Dear green_dome,

A new version, again.:) It looks like they are cleaning up the X11 stuff and fixing issues with alpha-blending. More info herehttp://www.winehq.org/announce/1.3.31. You assistance is always appreciated...

With kind regards,
vovchik

User avatar
myke
Posts: 102
Joined: Tue 15 Mar 2011, 16:20
Location: Québec

Wine 1.3.30 Regression Error

#235 Post by myke »

Hi,
I had problems running Noteliner with bulleted text, and Calendar Magic in general (wouldn't run) and I went back to 1.3.29 and all those problems were solved.

So depending on the windows applications you need, you may find 1.3.29 better than 1.3.30.

myke
AA1 D255E-keucr slacko 5.3;luci;mijnpup; tw-os; with:Emacs,gawk,noteboxmismanager,treesheets, freeplane, libreoffice, tkoutline, Sigil, calibre, calendar. magic&Noteliner(wine), kamas (DOS)

Peterm321
Posts: 411
Joined: Thu 29 Jan 2009, 14:09
Location: UK

#236 Post by Peterm321 »

myke

Hi,
I had problems running Noteliner with bulleted text, and Calendar Magic in general (wouldn't run) and I went back to 1.3.29 and all those problems were solved.
I am remaining with 1.3.28. From 1.3.29, unfortunately in my view, amendments to winex11.drv have introduced some regressions. 1.3.31 has IME not resolved these issues yet.

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

Wine 1.3.31

#237 Post by green_dome »

my attempt at compiling Wine 1.3.31

Wine 1.3.31_v1
version 1 | stripped=true

Wine 1.3.31_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:

esound-0.2.41-i486.pet [Link]
esound_DEV-0.2.41-i486.pet [Link]
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]
jack-audio-connection-kit-0.116.1-i486.pet [Link]
jack-audio-connection-kit_DEV-0.116.1-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 Fri 20 Jan 2012, 02:52, edited 1 time in total.

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

Wine 1.3.32 now available

#238 Post by vovchik »

Dear green_dome,

We have a new version out: http://www.winehq.org/announce/1.3.32, and your kind assistance would again be highly appreciated. Thanks for 1.3.31, by the way :)

With kind regards,
vovchik

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

Wine 1.3.32

#239 Post by green_dome »

my attempt at compiling Wine 1.3.32

Wine 1.3.32_v1
version 1 | stripped=true

Wine 1.3.32_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:

esound-0.2.41-i486.pet [Link]
esound_DEV-0.2.41-i486.pet [Link]
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]
jack-audio-connection-kit-0.116.1-i486.pet [Link]
jack-audio-connection-kit_DEV-0.116.1-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 Fri 20 Jan 2012, 02:52, edited 1 time in total.

vanchutr
Posts: 438
Joined: Sat 05 Aug 2006, 12:04

#240 Post by vanchutr »

Thank you green_dome for your wine (wine-1.3.32-i486_v2.pet)
I'll test it

Post Reply