Opened 17 years ago

Closed 17 years ago

Last modified 5 years ago

#2905 closed defect (fixed)

SYMBIAN: MONSTER.SO3 files do not work

Reported by: sev- Owned by: anotherguest
Priority: low Component: Port: Symbian
Version: Keywords:
Cc: Game:

Description

Tested on S60v3 and UIQ3 builds. Attempt to run a game with monster.so3 gives this error on UIQ3: "App: SDL_b Reason: KERN-EXEC Number: 3". After clicking on Continue game plays but without any sound.

It works well with uncompressed SOU and Vorbis compressed SOG files.

Ticket imported from: #1595953. Ticket imported from: bugs/2905.

Change History (6)

comment:1 by sev-, 17 years ago

Component: --Unset--
Owner: set to anotherguest

comment:2 by anotherguest, 17 years ago

There is a problem with the MAD mp3 library on Symbian OS 9 phones, since this crashes when used, with or without asm opts. Currently I dont have a work around for that, and mp3 is not properly supported

comment:3 by fingolfin, 17 years ago

Priority: normallow

comment:4 by anotherguest, 17 years ago

Fix identified! Default Symbian OS stack size was used for all new SDL threads, and this (8Kb) was not enough for Mad running on Symbian OS9. Symbian OS 9 has a generally higher stackrequirement, so that leaves even less available for any apps running. Changed value to 32Kb and now it works fine on the P990 I'm testing with.

comment:5 by anotherguest, 17 years ago

Resolution: fixed
Status: newclosed

comment:6 by digitall, 5 years ago

Component: --Unset--Port: Symbian
Note: See TracTickets for help on using tickets.