Wine 1.1.30 + winetricks +color setter +goodies ...pet & sfs

Virtual machines, emulation, etc.
Message
Author
Frank Cox
Posts: 378
Joined: Sun 01 Nov 2009, 06:05

E-Sword

#316 Post by Frank Cox »

G'day David,

It may be that simple , it is my luck to beat my head in to the wall over incredible simple things.
Thanks for the tip, I was unaware that it should be a lower case and "Program Files" in case of a space.

Thanks

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#317 Post by mikeb »

Hmm odd one...well cloning from ubuntu might be the way. I have cloned from windows before...it depends on how much the registry is used. Indeed the registry is not always written to as intended.
I assume you tried to cd to the program folder to eliminate that one

mike

does it use 3d?opengl installed or one of the other soft dependancies...ldap.

Frank Cox
Posts: 378
Joined: Sun 01 Nov 2009, 06:05

esword

#318 Post by Frank Cox »

mikeb wrote:Hmm odd one...well cloning from ubuntu might be the way. I have cloned from windows before...it depends on how much the registry is used. Indeed the registry is not always written to as intended.
I assume you tried to cd to the program folder to eliminate that one

mike

does it use 3d?opengl installed or one of the other soft dependancies...ldap.
Hi Mike:

Never assume anything I might have done, I am very green at Linux.:}

According to the guys that did this the creator of E-Sword made it basically stand alone and have had no registry issues.
Our Australian mate noticed the path was in the wrong format,that drive c should not be capitalized and that Program Files should be in quotation marks but I do not know the commands to correct it.

I changed to the .Wine directory but it said no such command when I went to Program Files\E-sword\esword.exe. .
Could you tell me how to bring up the path in a text editor to correct the format?

Thanks!

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#319 Post by mikeb »

Hmmm if you navigate in rox to where the program is then press '/' the path will show up at the bottom...you can copy it from there but remember as there will be spaces enclose it in " " eg

Code: Select all

cd "/initrd/mnt/dev_save/apps/wine/drive_c/Program Files/NCH Swift Sound/Switch/"
wine "/initrd/mnt/dev_save/apps/wine/drive_c/Program Files/NCH Swift Sound/Switch/switch.exe"
wine will also accept \(as \\) and is not case sensitive like windows since it is a windows emulator which is not an emulator.

spaces can also be escaped ie
program\ files
can be used instead of
"program files"

end of lesson 3.2..you may go to the library for study..

mike

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

#320 Post by green_dome »

Perhaps you mean e-sword.exe instead of esword.exe

There appear to be several tips in the appdb to get the program working. I have tried a few tips, and at least the program starts on my computer, I do not know about it fully functioning with all features though.

Frank Cox
Posts: 378
Joined: Sun 01 Nov 2009, 06:05

E-Sword

#321 Post by Frank Cox »

green_dome wrote:Perhaps you mean e-sword.exe instead of esword.exe

There appear to be several tips in the appdb to get the program working. I have tried a few tips, and at least the program starts on my computer, I do not know about it fully functioning with all features though.
Actually no but when I checked the last attempt it the past is very different.

it was .Wine/Program Files/E-Sword/esword.exe and now it is
.Wine/Program Files/e-Sword/ {ALL} and the executable is e-Sword.exe and the various default modules are there.

I was unable to find the program at WineHQ, thanks for the link!
It gave me a fatal error but when I dis another search it found it, go figure?

Thanks-I will try again!

Frank Cox
Posts: 378
Joined: Sun 01 Nov 2009, 06:05

E-sword

#322 Post by Frank Cox »


wine will also accept \(as \\) and is not case sensitive like windows since it is a windows emulator which is not an emulator.

spaces can also be escaped ie
program\ files
can be used instead of
"program files"

end of lesson 3.2..you may go to the library for study..

mike
Thanks!

I am a slow learner but I think I am beginning to understand what I did,
I changed the path and it said it could not execute the binary and it seems obviously I managed the last go round to copy the binaries instead of installing them. Once I uninstall for the umpteenth time I think it will work.

Thanks for the lessons , I need them!

What is interesting is the program is much faster in Ubuntu than Windows , I thought it would be otherwise.

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

#323 Post by vovchik »

Dear green_dome,

Any chance we might be getting an upgrade 1.1.37 pet? I think it came out yesterday.

With thanks in advance and kind regards,
vovchik

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#324 Post by abushcrafter »

...or what about the latest stable? Why the development versions of wine?

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

#325 Post by vovchik »

Dear abushcrafter,

When it comes to Wine - where development is very active and salient improvements come with each version nearly every two weeks - it does not make sense to recompile the readily available stable version (1.01), which is at least a year old. This page explains why: http://www.winehq.org/news/.

With kind regards,
vovchik

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#326 Post by abushcrafter »

Thanks Muchly.

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

#327 Post by green_dome »

Here is my attempt at compiling wine 1.1.37.

wine-1.1.37-i486.pet (release 1) | mirror
wine_DEV-1.1.37-i486.pet (release 1) (development package) | mirror
wine_DOC-1.1.37-i486.pet (release 1) (documentation package) | mirror

I installed these packages before compiling:
jack-audio-connection-kit-0.116.1-i486.pet
jack-audio-connection-kit_DEV-0.116.1-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet

For help with Gecko, look here

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

Code: Select all

winetricks -h
[source]

my graphics card is a Nvidia GeForce 8400GS, so I install the 'NVIDIA-190.42-k2.6.30.5-1.pet' from this post.
Last edited by green_dome on Wed 03 Feb 2010, 17:58, edited 1 time in total.

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

#328 Post by vovchik »

Dear green_dome,

That was quick. Thanks very much. Installed in 3.01 and 4.10 and works like a charm.

With kind regards,
vovchik

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

#329 Post by vovchik »

Dear green_dome,

I just saw that wine 1.1.38 was released. Any chance that you might be releasing a corresponding pet???? :)

With thanks in advance and kind regards,
vovchik

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

#330 Post by green_dome »

Here is my attempt at compiling wine 1.1.38.

wine-1.1.38-i486.pet (release 1)
wine_DEV-1.1.38-i486.pet (release 1) (development package)
wine_DOC-1.1.38-i486.pet (release 1) (documentation package)

I installed these packages before compiling:
jack-audio-connection-kit-0.116.1-i486.pet
jack-audio-connection-kit_DEV-0.116.1-i486.pet
openldap-2.4.13-i486.pet
openldap_DEV-2.4.13-i486.pet
xorg_xorg_full_dri-7.3.pet
xorg_xorg_full_dri_DEV-7.3.pet

For help with Gecko, look here

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

Code: Select all

winetricks -h
[source]

my graphics card is a Nvidia GeForce 8400GS, so I install the 'NVIDIA-190.42-k2.6.30.5-1.pet' from this post.

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

#331 Post by vovchik »

Dear green_dome,

The usual thanks..... All working nicely.

With kind regards,
vovchik

chrissy
Posts: 18
Joined: Sat 16 Jan 2010, 18:45

#332 Post by chrissy »

Should I somehow uninstall previous versions of wine before attempting to install a new version?
I found after I installed a newer version i seemed to have made it a bit hit and miss whether the exe's actually did anything afterwards and menu items dont all do anything now either.
Whats the best approach? Should I delete all traces of the original or is there a way to find and get all the old wine folders out ...or do i just click install and hope for the best ?

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#333 Post by abushcrafter »

Uninstall the old package from PPM (Puppy Package Manager).

chrissy
Posts: 18
Joined: Sat 16 Jan 2010, 18:45

#334 Post by chrissy »

Thanks oh yes I see and I had 2 versions installed at the same time,that probably wasn't helping anything.

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

#335 Post by davids45 »

G'day chrissy,

I have an extensive set of odd-bod programs running under my existing wine version, so don't want to go through installing them all again with each new (weekly!) wine. Getting the menus and icons right again is a nuisance.

I have had no problem simply installing the new wine pet on top of the previous one (eg 1.1.38 over 1.1.37).

A simple idea, if you have the drive space, is to have a test Frugal to which you can try these "should I do this?" things. If it doesn't work, just re-install the test Frugal from the Live CD files. If it does work with the test Frugal, it "should" work with your main Pup (full or frugal).

David S.

Post Reply