| Author |
Message |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1122
|
Posted: Fri 21 Jul 2006, 22:16 Post_subject:
wine-0.9.17 |
|
http://www.winehq.com/
Download = http://www.mooload.com/new/file.php?file=files/220706/1153534425/wine9.17.tar.gz
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Fri 21 Jul 2006, 23:03 Post_subject:
|
|
mirror: http://dotpups.de/files/wine9.17.tar.gz
|
|
Back to top
|
|
 |
Nathan F

Joined: 08 Jun 2005 Posts: 1632 Location: Wadsworth, OH (occasionally home)
|
Posted: Fri 21 Jul 2006, 23:57 Post_subject:
|
|
You beat me to it again, I had just compiled it a few days ago but not packaged it yet. Why don't we just declare klhrevolutionist the official Wine maintainer for Puppy and I'll refrain from ever downloading the source again
Nathan
_________________ Puppy for 'artsy' types
Grafpup Linux
_________________________________________
Bring on the locusts ...
|
|
Back to top
|
|
 |
RR Koothady
Joined: 22 Jul 2006 Posts: 247 Location: Coimbatore, India
|
Posted: Sun 23 Jul 2006, 15:43 Post_subject:
Library Files Missing |
|
Dear klhrevolutionist, Mark and Nathan:
While installing wine .9.17.tar.gz attached in this post as an alien package, I get the following message finally after the installation completes:
RR Koothady
| Description |
|
| Filesize |
31.07 KB |
| Viewed |
2325 Time(s) |

|
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Sun 23 Jul 2006, 16:03 Post_subject:
|
|
http://dotpups.de/puppy-releases/Megapuppy002/Dotpups/liblcms.pup
libldap is not required for normal usage, we can search it in case you run very special software that requires it.
http://dotpups.de/dotpups/XServer/DRI/OpenGL-B.pup
If this one fails, use this wizard to try OpenGL-versions optimized for your graficscard:
http://www.murga.org/~puppy/viewtopic.php?t=8661
Mark
|
|
Back to top
|
|
 |
RR Koothady
Joined: 22 Jul 2006 Posts: 247 Location: Coimbatore, India
|
Posted: Sun 23 Jul 2006, 23:52 Post_subject:
Wine 0.9.17 works |
|
Even without the requested library files, Wine 0.9.17 works.
Here is a screen shot of the Tamil Text Editor "Suvadi" installed in 0.9.17.
Cheers!
RR Koothady
| Description |
|

Download |
| Filename |
wine .9.17.png |
| Filesize |
128.06 KB |
| Downloaded |
2376 Time(s) |
|
|
Back to top
|
|
 |
Canadianpride
Joined: 09 Jun 2006 Posts: 78
|
Posted: Mon 24 Jul 2006, 17:05 Post_subject:
|
|
Hi for some reason I can't figure out how to use wine. I looked in the wiki for a tutuorial but I'm still quite confused. If anyone has some advice I'd appreciate it. I'm running 2.01r2 barebones right now.
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 3314 Location: Valåmoen, Norway
|
Posted: Mon 24 Jul 2006, 17:52 Post_subject:
|
|
Is your problem installing wine or runing programs with wine?
|
|
Back to top
|
|
 |
Canadianpride
Joined: 09 Jun 2006 Posts: 78
|
Posted: Mon 24 Jul 2006, 21:24 Post_subject:
|
|
I managed to install it but now I'm at a loss for what to do.
|
|
Back to top
|
|
 |
Nathan F

Joined: 08 Jun 2005 Posts: 1632 Location: Wadsworth, OH (occasionally home)
|
Posted: Mon 24 Jul 2006, 22:33 Post_subject:
|
|
The first thing you will want to do is to run the configuration program. Open a terminal window and type 'winecfg'. It will create a fake Windows drive and do some other preliminary setup. Then whenever you want to run or install a program that also is done from the command line. Say you have a program you want to install, in Windows you would click on 'Setup.exe' but running Wine in Linux you would again go to a terminal and type 'wine Setup.exe', being sure to either do so from the directory that it's in or else give the full path to the executable.
You can also write a script to launch a program with Wine, to avoid always having to type the commands. For instance I have Photoshop installed in the directory /opt/photoshop (for my wife) and placed a script in ~/my-applications/bin that looks like this.
| Code: | #!/bin/sh
wine /opt/photoshop/Photoshop.exe |
I also drug it onto the desktop for a shortcut and added a menu entry, so for my wife who knows nothing about the command line the program can now be started in the familiar ways, just like any other program.
But basically just type 'wine' followed by the name of the executable you need to run, and you should be fine. If you run into specific problems then the winecfg program can be used to change settings, either globally or on a program specific basis. The latest Wine versions, however, do not seem to need anywhere near the amount of tweaking that older versions of Wine needed to get your software running correctly.
Nathan
_________________ Puppy for 'artsy' types
Grafpup Linux
_________________________________________
Bring on the locusts ...
|
|
Back to top
|
|
 |
Canadianpride
Joined: 09 Jun 2006 Posts: 78
|
Posted: Tue 25 Jul 2006, 00:03 Post_subject:
|
|
I get this message when I try that.
sh-3.00# wine cfg
wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
sh-3.00# winecfg
sh: winecfg: command not found
sh-3.00#
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Tue 25 Jul 2006, 00:18 Post_subject:
|
|
You also can right-click a .exe in rox -> set run action, and then enter /usr/bin/wine
Then you can run it with a click.
But tis does not work always, as some programs must be run as
wine "c:\\program files\\testprog.exe"
But when you click it in rox, it is run as
wine "z:/root/.wine/drive_c/program files/testprog.exe"
Because the Puppy filesystem is assigned to z.
Mark
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Tue 25 Jul 2006, 00:20 Post_subject:
|
|
you might have to reboot, so that Puppy finds all libraries.
Mark
|
|
Back to top
|
|
 |
Wolfen

Joined: 18 Jul 2006 Posts: 86 Location: Behind you..
|
Posted: Tue 25 Jul 2006, 08:48 Post_subject:
|
|
When I installed Wine as an Alien Package, I got no error- or missing-message,
but when I am trying to run Wine, I get the message: | Code: |
sh-3.00# wine
wine: error while loading shared libraries: /initrd/pup_rw/usr/bin/../lib/libwine.so.1: file too short
sh-3.00#
|
Is it saying the plug-in/module/whatever is missing some lines?
Is there anyone who know about this problem?
Thanks,
Wolfen
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13575 Location: Karlsruhe, Germany
|
Posted: Tue 25 Jul 2006, 09:47 Post_subject:
|
|
maybe you had a broken download, though I wonder that it installed then.
You could download again.
Or you could extract the .tar.gz to a temporary folder with Xarchive, and then compare the files.
Mark
|
|
Back to top
|
|
 |
|