[Scummvm-tracker] [ScummVM :: Bugs] #15673: HE engine plugin crashes on PSP when adding or starting game

ScummVM :: Bugs trac at scummvm.org
Thu Jan 9 17:30:19 UTC 2025


#15673: HE engine plugin crashes on PSP when adding or starting game
---------------------+------------------------
Reporter:  rsn8887   |       Owner:  (none)
    Type:  defect    |      Status:  new
Priority:  normal    |   Component:  Port: PSP
 Version:            |  Resolution:
Keywords:  HE crash  |        Game:
---------------------+------------------------
Comment (by rsn8887):

 Using git bisect and many tests on my PSP, I narrowed the problem down to
 this gigantic, recent, HE commit:
 https://github.com/scummvm/scummvm/comm ... 97dd4beffc

 The fact that this is such a large commit makes it very hard to debug. We
 think the problem is due to static variable usage within the HE plugin.
 The reason we think static vars might be the problem is that a previous
 commit was causing a similar problem, this one;
 https://github.com/scummvm/scummvm/comm ... e52ab7ccfc

 The bug in the above commit was caused by four static variable
 declarations in map_spiff.cpp. Changing those to const fixed it
 temporarily, until the bug was then re-introduced by the first mentioned
 massive commit.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15673#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list