There are two amazing Hollywood applications that use MUIRoyal that crashed on the AmigaOneX5000, One is Pixy, and the other is SQLMan. The MUIRolyal examples run without issue. I have an AmigaOne XE and tested Pixy; it runs just fine. I've asked 6 or 7 different X5000 owners, and they all report the same issue. Some X1000 users have seen the crash, but SAM owners reported no issues.
One of my friends did some work to add debug to codesets.library and we found the crash happens when codesets.library receives a NULL pointer.
Here is an example stack trace from The Grim Reaper:
Code: Select all
native kernel module newlib.library.kmod+0x00034bc4
LIBS:codesets.library:LIB_CodesetsConvertStrA()+0x178 (section 1 @ 0x85FC)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF48F74 (section 0 @ 0x9F50)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF5E280 (section 0 @ 0x1F25C)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF60244 (section 0 @ 0x21220)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF611EC (section 0 @ 0x221C8)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF63430 (section 0 @ 0x2440C)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF583D0 (section 0 @ 0x193AC)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF485B4 (section 0 @ 0x9590)
module SYS:Storage/Hollywood/hollywood.RDNZNC/MUIRoyale.hwp at 0x7BF4E9F8 (section 0 @ 0xF9D4)
module Pixy at 0x7B776830 (section 0 @ 0x10680C)
module Pixy at 0x7B77D838 (section 0 @ 0x10D814)
module Pixy at 0x7B776F20 (section 0 @ 0x106EFC)
module Pixy at 0x7B773C68 (section 0 @ 0x103C44)
module Pixy at 0x7B775E30 (section 0 @ 0x105E0C)
module Pixy at 0x7B775F1C (section 0 @ 0x105EF8)
module Pixy at 0x7B773958 (section 0 @ 0x103934)
module Pixy at 0x7B691E0C (section 0 @ 0x21DE8)
module Pixy at 0x7B7FFE3C (section 0 @ 0x18FE18)
module Pixy at 0x7B678C68 (section 0 @ 0x8C44)
module Pixy at 0x7B7FA008 (section 0 @ 0x189FE4)
module Pixy at 0x7B8B2174 (section 0 @ 0x242150)
module Pixy at 0x7B8B4CBC (section 0 @ 0x244C98)
0x61727400 symbol not available
Thank you,
Bill "tekmage" Borsari