[Scummvm-tracker] [ScummVM :: Bugs] #13293: Swords of Xeen is crashing on new game with a assertion error

ScummVM :: Bugs trac at scummvm.org
Thu Feb 17 23:06:31 UTC 2022


#13293: Swords of Xeen is crashing on new game with a assertion error
-------------------+------------------------
Reporter:  i30817  |       Owner:  (none)
    Type:  defect  |      Status:  new
Priority:  normal  |   Component:  --Unset--
 Version:          |  Resolution:
Keywords:          |        Game:
-------------------+------------------------
Description changed by i30817:

Old description:

> I'll admit i don't remember where this game came from.
>
> Assertion:
> {{{
>  ../../../../engines/xeen/map.cpp:126: void
> Xeen::MonsterStruct::synchronize(Common::SeekableReadStream&): Assertion
> `_itemDrop >= 0 && _itemDrop <= 7' failed.
> }}}
>
> MD5s:
> {{{
> 20ca449c70073afe7b8937cfc100b585  SWORDS.EXE
> 24221b40ad4c0b82c7d86dc1fd2b23ed  SWRD01.SAV
> 938e27ccafb9df3fbac06e0b4db74ec1  SWRD.CC
> 24221b40ad4c0b82c7d86dc1fd2b23ed  SWRD.CUR
> 94bbe30d585fb8e7abe683235ec6a5a1  XEEN.CFG
> 0680510c3883f92d2483d7fbfb7aa140  XEEN.DAT
> }}}
>
> Game entry:
> {{{
> [swordsofxeen]
> description=Might and Magic: Swords of Xeen (DOS/English)
> path=/media/i3/Mordred/Games/ScummVM/swords_of_xeen
> engineid=xeen
> gameid=swordsofxeen
> language=en
> platform=pc
> guioptions=gameOption1 gameOption2 lang_English
> }}}

New description:

 I'll admit i don't remember where this game came from.

 Assertion:
 {{{
  ../../../../engines/xeen/map.cpp:126: void
 Xeen::MonsterStruct::synchronize(Common::SeekableReadStream&): Assertion
 `_itemDrop >= 0 && _itemDrop <= 7' failed.
 }}}

 MD5s:
 {{{
 20ca449c70073afe7b8937cfc100b585  SWORDS.EXE
 24221b40ad4c0b82c7d86dc1fd2b23ed  SWRD01.SAV
 938e27ccafb9df3fbac06e0b4db74ec1  SWRD.CC
 24221b40ad4c0b82c7d86dc1fd2b23ed  SWRD.CUR
 94bbe30d585fb8e7abe683235ec6a5a1  XEEN.CFG
 0680510c3883f92d2483d7fbfb7aa140  XEEN.DAT
 }}}

 Game entry:
 {{{
 [swordsofxeen]
 description=Might and Magic: Swords of Xeen (DOS/English)
 path=/media/i3/Mordred/Games/ScummVM/swords_of_xeen
 engineid=xeen
 gameid=swordsofxeen
 language=en
 platform=pc
 guioptions=gameOption1 gameOption2 lang_English
 }}}


 edit: since i remembered that scummvm only md5s the first 5000 bytes of
 files, here is another done with 'find . -type f -exec bash -c 'head -c
 5000 "{}" | md5sum' \; -print' and slightly edited for readability:


 {{{

 4b67b643d59ab7ebe9514d86385b3f4f  SWRD.CUR
 94bbe30d585fb8e7abe683235ec6a5a1  XEEN.CFG
 30985403114fe290cafce38d90db0afa  SWORDS.EXE
 0d51c3457070cc7d1a596da9241924a5  SWRD.CC
 95087fcfe0e81e13860081b3211bc605  XEEN.DAT
 4b67b643d59ab7ebe9514d86385b3f4f  SWRD01.SAV

 }}}

--
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13293#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list