Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy home page: puppylinux.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Thu 29 Jul 2010, 13:05
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
wine-0.9.17
Moderators: deshlab, Flash, GuestToo, Ian, JohnMurga, Lobster
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 1 of 3 Posts_count   Goto page: 1, 2, 3 Next
Author Message
klhrevolutionist


Joined: 08 Jun 2005
Posts: 1122

PostPosted: 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
View user's profile Send_private_message Send_email 
MU


Joined: 24 Aug 2005
Posts: 13575
Location: Karlsruhe, Germany

PostPosted: Fri 21 Jul 2006, 23:03    Post_subject:  

mirror: http://dotpups.de/files/wine9.17.tar.gz
Back to top
View user's profile Send_private_message Visit_website 
Nathan F


Joined: 08 Jun 2005
Posts: 1632
Location: Wadsworth, OH (occasionally home)

PostPosted: 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 Very Happy

Nathan

_________________
Puppy for 'artsy' types
Grafpup Linux
_________________________________________

Bring on the locusts ...
Back to top
View user's profile Send_private_message Visit_website AIM YIM MSNM 
RR Koothady

Joined: 22 Jul 2006
Posts: 247
Location: Coimbatore, India

PostPosted: 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
wine.png
 Description   
 Filesize   31.07 KB
 Viewed   2325 Time(s)

wine.png

Back to top
View user's profile Send_private_message 
MU


Joined: 24 Aug 2005
Posts: 13575
Location: Karlsruhe, Germany

PostPosted: 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
View user's profile Send_private_message Visit_website 
RR Koothady

Joined: 22 Jul 2006
Posts: 247
Location: Coimbatore, India

PostPosted: 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
wine .9.17.png
Description 
png

 Download 
Filename  wine .9.17.png 
Filesize  128.06 KB 
Downloaded  2376 Time(s) 
Back to top
View user's profile Send_private_message 
Canadianpride

Joined: 09 Jun 2006
Posts: 78

PostPosted: 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
View user's profile Send_private_message 
zigbert


Joined: 29 Mar 2006
Posts: 3314
Location: Valåmoen, Norway

PostPosted: Mon 24 Jul 2006, 17:52    Post_subject:  

Is your problem installing wine or runing programs with wine?
Back to top
View user's profile Send_private_message 
Canadianpride

Joined: 09 Jun 2006
Posts: 78

PostPosted: 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
View user's profile Send_private_message 
Nathan F


Joined: 08 Jun 2005
Posts: 1632
Location: Wadsworth, OH (occasionally home)

PostPosted: 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
View user's profile Send_private_message Visit_website AIM YIM MSNM 
Canadianpride

Joined: 09 Jun 2006
Posts: 78

PostPosted: 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
View user's profile Send_private_message 
MU


Joined: 24 Aug 2005
Posts: 13575
Location: Karlsruhe, Germany

PostPosted: 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
View user's profile Send_private_message Visit_website 
MU


Joined: 24 Aug 2005
Posts: 13575
Location: Karlsruhe, Germany

PostPosted: Tue 25 Jul 2006, 00:20    Post_subject:  

you might have to reboot, so that Puppy finds all libraries.
Mark
Back to top
View user's profile Send_private_message Visit_website 
Wolfen


Joined: 18 Jul 2006
Posts: 86
Location: Behind you..

PostPosted: 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
View user's profile Send_private_message 
MU


Joined: 24 Aug 2005
Posts: 13575
Location: Karlsruhe, Germany

PostPosted: 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
View user's profile Send_private_message Visit_website 
Display_posts:   Sort by:   
Page 1 of 3 Posts_count   Goto page: 1, 2, 3 Next
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
Jump to:  

Rules_post_cannot
Rules_reply_cannot
Rules_edit_cannot
Rules_delete_cannot
Rules_vote_cannot
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
hot copy
[ Time: 0.3062s ][ Queries: 9 (0.0598s) ][ Debug on ]