OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: dovregubb on March 07, 2004, 01:33:12 pm

Title: Jeode stops working
Post by: dovregubb on March 07, 2004, 01:33:12 pm
For some reason.. Jeode stops working as well as all Java apps. I suspect some Java.ipk to mess it up but dont know which one: Othello, Gemdigger or maybe Hangman..?? Or something else.?? I have no idea. I have tried o unsinstall and reinstall diffirent Java applications as well as Jeode without any result.

command evm gives: segmentation fault

Do anyone else know about this problem? Is it possible to fix with some easy console commands??

(Using SL5500 - TKC ROM 2.0 Alpha 3)

- Dovre
Title: Jeode stops working
Post by: dovregubb on March 09, 2004, 12:15:40 pm
Dont tell me I am the only one, and nobody knows how to fix it...

then I feel pretty lonley

- D
Title: Jeode stops working
Post by: lardman on March 09, 2004, 12:44:50 pm
I\'d guess that you have a lib problem, did you install anything else along with your games?


Simon
Title: Jeode stops working
Post by: dovregubb on March 10, 2004, 01:07:03 am
Yes I have loads of libs. Which ones can interfer with Jeode?

eonlibflac, eonlibsdl, libsdl, libsdlimage, libsdlnet,libsdlmixer,libjpeg62,libopie1,libmadplug,libmpeg3plug,modplugin,zlib
Title: Jeode stops working
Post by: genetikayos on July 11, 2006, 07:49:42 pm
I have the same problem on my SL-C3200 which I've only had for a day. I installed jeode and Cocktails and it worked great, then I installed more stuff, and it started giving me a "segmentation fault" message running evm, even without any arguments.
Title: Jeode stops working
Post by: climber on July 31, 2006, 03:24:09 am
I have the same problem as you. I got the "Segementation fault" error tying to start hafas with evm.
 
I 've a SL-C3100 with Cacko 1.23

Did you fix the problem???

Thanks,
climber
Title: Jeode stops working
Post by: StWtal on August 05, 2008, 09:59:29 am
After I got the same "Segmentation fault" problem with EVM and OPERA I found out that libjpeg.so.62 is causing the problem.
When installing e.g. <libjpeg_6b-0_arm.ipk> or <libjpeg_6b-1_arm.ipk> the original link to libjpeg.so.62 is overwritten to the new faulty version.
To get back to a functional system you have to link back to the original Cacko libraries:

>su
>ln-sf /usr/QtPalmtop.rom/lib/libjpeg.so.62 /opt/QtPalmtop/lib/libjpeg.so.62.0.0
>ldconfig

That's it!  

Rgds,
Stefan
Title: Jeode stops working
Post by: the_oak on August 05, 2008, 10:14:25 pm
Nice work, Stefan_Wtal!!
Can an admin maybe rename the post title to "Jeode Stopped Working -- SOLVED"?