Exult Zaurus error

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Brandon

Exult Zaurus error

Post by Brandon »

Hi, when I run exult zaurus on my zaurus 5500 I get the following errors:
I don't know where this path is coming from: /usr/local/share/exult

Contents of exult.out:
Exult version 1.1.0cvs
Built at: Dec 20 2002 17:24:50
Compile-time options: HAVE_ZIP_SUPPORT
Compiler: gcc, version: 2.95.2 19991024 (release)

Platform: Linux version 2.4.6-rmk1-np2-embedix-011228
Data path = /usr/local/share/exult

Contents of exult.err
dpath = ./data
Could not find 'exult.flx' anywhere.
Please make sure Exult is correctly installed,
and the Exult data path is specified in the configuration file.
(See the README file for more information)

Contents of .exult.cfg





/mnt/cf/exult-data/bg/


jmsfx.flx


blackgate


/home/root/.exult/blackgate/gamedat


/home/root/.exult/blackgate


/opt/QtPalmtop/share/exult/keys_bg.txt




/mnt/cf/exult-data/si/


jmsisfx.flx


/home/root/.exult/serpentisle/gamedat


/home/root/.exult/serpentisle


/opt/QtPalmtop/share/exult/keys_si.txt




1




2xSaI


no


no


320


200


5




no


no


no


yes


yes


no



0



yes


no


yes


-1


1




yes



yes


gs




yes


fmsynth



no


0




no


0



1.0000


yes


no




yes



no
artaxerxes
Site Admin
Posts: 1310
Joined: Thu May 14, 2020 1:34 pm

Re: Exult Zaurus error

Post by artaxerxes »

Brandon,

thx for following my advice for posting here. I think I know what the problem is and I believe it is my fault.
I probably forgot the --local-dir path in the time I ran ./configure

In the meantime, although it is just a fix, do the following commands from the shell:
# mkdir -p /usr/local/share
# cd /usr/local/share
# ln -s /opt/QtPalmtop/share/exult exult
# cd /opt/QtPalmtop/bin
# ./exult --nocrc

if this works, then try again by clicking on the Exult icon in the game section.
Let me know if it is ok

Artaxerxes
Brandon

Re: Exult Zaurus error

Post by Brandon »

It works great now, thanks.
Brandon
Locked