Notices


Reply
Thread Tools
Posts: 161 | Thanked: 43 times | Joined on Apr 2010 @ Worcester
#71
hope you get a fix soon mece. wesnorth wont load at all now. :-(
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#72
Oh man, I don't know what is up but autobuilder is doing something different than my sdk. Don't download 1.6.5-maemo7 from the repos because it will segfault. Here's a working version of the same thing built in my scratchbox:
http://www.hedwerks.net/stuff/wesnot...emo7_armel.deb

That one works fine for me. I will try to figure out what the problem is later.

Since I haven't fixed the data package yet, follow these instructions to link the data to the correct place:
assuming you have the currently available data package available.
from xterm:
Code:
root
mkdir /opt/wesnoth/share
cd /opt/wesnoth/share
ln -s /opt/maemo/usr/share/wesnoth wesnoth
--sorry about the mess.

Originally Posted by Laughing Man View Post
Is it possible to put the data files in MyDocs instead?
Instead of the above, doing this should do it:
Code:
root
mv  /opt/maemo/usr/share/wesnoth /home/user/MyDocs/
mkdir /opt/wesnoth/share
cd /opt/wesnoth/share
ln -s /home/user/MyDocs/wesnoth wesnoth
Things might load a lot slower with the data in MyDocs though.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#73
I think the MyDocs and opt partitions are both from the 32 GB flash so it's speed should be equal.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
pantera1989's Avatar
Posts: 577 | Thanked: 699 times | Joined on Feb 2010 @ Malta
#74
Originally Posted by Laughing Man View Post
I think the MyDocs and opt partitions are both from the 32 GB flash so it's speed should be equal.
True. But /home/ uses EXT3 as a filesystem, while MyDocs uses Fat32, which could prove troublesome. You can always increase the /home/ partition.
__________________
ford
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#75
Originally Posted by Laughing Man View Post
I think the MyDocs and opt partitions are both from the 32 GB flash so it's speed should be equal.
I haven't tried so I honestly don't know. I did it with fheroes2, and the difference was enormous. However the way data is used is accessed is vastly different in that game. Let us know how it works out.

PS Don't worry about the permission denied errors when moving stuff to MyDocs btw, the partition forces all file ownership to user, and the files are originally owned by root. shouldn't affect the game.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
Posts: 161 | Thanked: 43 times | Joined on Apr 2010 @ Worcester
#76
No joy for me mece. I will wait for it to usable in repo's mate as I'm proper crap with Linux.

I have uninstalled Wesnoth but cannot find the data files to delete after trying to link the data as suggested above. Any help in how to delete them from their new hiding place would be great :-)
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#77
Originally Posted by devensega View Post
No joy for me mece. I will wait for it to usable in repo's mate as I'm proper crap with Linux.

I have uninstalled Wesnoth but cannot find the data files to delete after trying to link the data as suggested above. Any help in how to delete them from their new hiding place would be great :-)
The datafiles get removed too if you didn't install them separately.

Either way, in xterm do:
dpkg -l wesnoth-data

(that's the letter L)
if there's a version number shown, then you have the data files installed.
If not, install them from application manager.

After that, check if you have linked them.
in xterm do:
ls -l /opt/wesnoth/share
(that's the letter L again)

the output should be
lrwxrwxrwx 1 root root 28 Jun 14 00:35 wesnoth -> /opt/maemo/usr/share/wesnoth

it it's not, then it's not linked, and you need to follow the instructions in my post above.
If it is linked, then simply click the link in my post above (or this link), and choose "open in app manager".
Then app manager should launch and the installation dialogue should pop up after a while. (you need to wait a bit for it to appear)

And then wesnoth should be installed and working.

EDIT Did it work?
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.

Last edited by mece; 2010-06-15 at 06:59.
 

The Following User Says Thank You to mece For This Useful Post:
Posts: 161 | Thanked: 43 times | Joined on Apr 2010 @ Worcester
#78
Sorry mece, been on a training course. I don't know, I have given up installing wesnoth for now until Its in repos as I am paranoid about ruining my n900 in x-term.

I believe the data files are on there somewhere as I used your command in x-term (dpkg -l wesnoth-data) and a lot of data came up, I seem to remember it saying somthing about the data files being half-inst and Err?= reinst - required. I know this is partial but I am tired and about to retire. I am in no way concerned as the n900 seems to operate as well as usual.

Once again thanks for your effort mate and I hope this superb game makes it back to repositories.
 
Posts: 12 | Thanked: 2 times | Joined on Dec 2009
#79
I'm working on getting Wesnoth on my n900. The version in the repos (wesnoth_1.6.5-maemo7_armel.deb) seg faults. I tried to used the one linked to in this thread:

http://www.hedwerks.net/stuff/wesnot...emo7_armel.deb

but when I try to 'dpkg -i' it there are a bunch of missing dependencies (maybe you have those in your scratchbox environment?). The dependencies are libboost and libvorbis related. Any advice? Thanks.
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#80
Originally Posted by kidcharles View Post
I'm working on getting Wesnoth on my n900. The version in the repos (wesnoth_1.6.5-maemo7_armel.deb) seg faults. I tried to used the one linked to in this thread:

http://www.hedwerks.net/stuff/wesnot...emo7_armel.deb

but when I try to 'dpkg -i' it there are a bunch of missing dependencies (maybe you have those in your scratchbox environment?). The dependencies are libboost and libvorbis related. Any advice? Thanks.
as root do
apt-get -f install

Or, install the segfaulting version, and then do dpkg -i with the working one. The first installation would then have installed all dependencies.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
Reply

Tags
n900, wesnoth

Thread Tools

 
Forum Jump


All times are GMT. The time now is 16:51.