Exult on OpenZaurus

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
jnp

Exult on OpenZaurus

Post by jnp »

Has anyone tried running the Zaurus port of Exult under OpenZaurus? So far, I'm getting seg-faults, but I might be setting something up wrong. Or I might have some incompatible library.

-Jim
jnp

Re: Exult on OpenZaurus

Post by jnp »

Here's some more info. I disabled audio (to remove one possible problem). Here's the output that I get when I run it.

|root@zaurus:~# /mnt/card/opt/QtPalmtop/bin/exult --nocrc
|
|Loading of image 'MaximizeButton' is not ideal (either it doesn't exist or an extension was specified)
|
|
|Loading of image 'opie-sh/opie-sh' is not ideal (either it doesn't exist or an extension was specified)
|
|QImage::smoothScale: Image is a null image
|QPixmap::convertFromImage: Cannot convert a null image
|QImage::smoothScale: Image is a null image
|QPixmap::convertFromImage: Cannot convert a null image
|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
|exult.flx has a wrong checksum!
|exult_bg.flx has a wrong checksum!
|exult_si.flx has a wrong checksum!
|QApplication: There should be max one application object
|
|Loading of image 'MaximizeButton' is not ideal (either it doesn't exist or an extension was specified)
|
|
|Loading of image 'MaximizeButton' is not ideal (either it doesn't exist or an extension was specified)
|
|
|Loading of image 'MaximizeButton' is not ideal (either it doesn't exist or an extension was specified)
|
|Fatal signal: Segmentation Fault (SDL Parachute Deployed)
|Segmentation fault

Any insight appreciated.

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

Re: Exult on OpenZaurus

Post by artaxerxes »

maybe you could play with the "fullscreen" option in your configuration file.

Artaxerxes
jnp

Re: Exult on OpenZaurus

Post by jnp »

No change. Note that many applications toss the "MaximizeButton" warning messages when run from the console, so it might not be at all related to this.

Is exult built with debug symbols? If so, I could install gdb, and at least figure out where it's crashing.

Unfortunately, the official Zaurus install has problems with both my wireless cf card (which I can work around), and my SD card (even with the updated driver).

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

Re: Exult on OpenZaurus

Post by artaxerxes »

I didn't build it with debug because it would slow the machine too much.

do you have a cross-compiler installed?

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

Re: Exult on OpenZaurus

Post by artaxerxes »

could you also post the content of your .exult.cfg as well as where you did put what ?

Finally, could you list the libraries you installed and their version number ?

thx

artaxerxes
Locked