Opened 2 years ago

Last modified 7 months ago

#13412 new defect

AGS: Zniw Adventure issues and crash (segmentation fault) — at Version 6

Reported by: antoniou79 Owned by:
Priority: low Component: Engine: AGS
Version: Keywords: Zniw Adventure
Cc: Game:

Description (last modified by antoniou79)

This is tested on Windows 10 x64 21H2 (19044.1620) using ScummVM latest development build from master (2.6.0git)

I'm logging the issues I've experience in the game that also exist in the demo that is available on the IndieDB web site (https://www.indiedb.com/games/zid-zniw-chronicles-zniw-adventure/downloads).

In short the issues are:

  • A segmentation fault in the "Extras" in-game option (only in the Demo as far as I can tell!).
  • (new) In the full game the Extras menu is not displayed properly (Extras menu buttons are wrongly overlayed over main menu buttons that should be hidden)
  • Fonts or glyphs looking different (bolder or more cleanly defined) than when running the game or demo without ScummVM.
  • Main character's outline is also more bold and cleanly defined when running the game or demo without ScummVM
  • There's a glitch happening in the in-game Credits, when moving to the next credit screen.

Steps to reproduce the *segmentation fault* issue:

  • Launch the demo, choose a language from the start screen
  • Choose one of the "Forest Demo" or "Cave Demo".
  • When you gain control of the main character, press Esc to bring the native in-game menu.
  • Click on the "Extras" option. The segmentation fault may happen immediately at this point, but it may not and the Extras dialogue window will be displayed.
  • If the Extras dialogue window is displayed, move randomly the cursor around within that window. The segmentation fault occurs always for me -- I think it's some area that triggers it.

Debugging the segmentation fault issue with Visual Studio points to putpixel() from engines\ags\lib\allegro\gfx.cpp, when its x, y argument values are outside the width, height limits. This putpixel() call is done by alfont_textout_ex() in engines\ags\lib\alfont\alfont.cpp.

Putting a CLIP in the two lines here:
https://github.com/scummvm/scummvm/blob/d719e83783a530e6e272ddd0207edaf33fb37ed0/engines/ags/lib/alfont/alfont.cpp#L2177
fixes the segfault, but this may not be the right solution -- since it causes some new glitches in the credits (not shown in this ticket).

I am attaching screenshots from the rest of the issues (bad font rendering, bad character outline, credits glitch).

Note: The issue with in-game fonts black outline not being drawn below the glyph's "baseline" was fixed by one the commits by DreamMaster, a few weeks ago, in the process of synching the AGS engine with upstream code.

Change History (14)

by antoniou79, 2 years ago

Attachment: textWithScummVM.png added

by antoniou79, 2 years ago

Attachment: textWithoutScummVM.png added

by antoniou79, 2 years ago

Attachment: textWithScummVM01.png added

by antoniou79, 2 years ago

Attachment: textWithoutScummVM01.png added

by antoniou79, 2 years ago

Attachment: charactersWithScummVM.png added

by antoniou79, 2 years ago

by antoniou79, 2 years ago

comment:1 by antoniou79, 2 years ago

Description: modified (diff)

It seems that the segmentation fault in the Extras screen only happens in the Demo. I cannot reproduce it with the full game (GOG version).

comment:2 by antoniou79, 2 years ago

Also attaching the AGS setup settings I'm using for the full game (where the screenshots are taken from), in case scaling and renderer are relevant to the issue(s).

by antoniou79, 2 years ago

Attachment: agsZniwSettings.png added

comment:3 by antoniou79, 2 years ago

Video showing the credits' glitch:
https://youtu.be/Y5M4S5jwNQc

comment:4 by antoniou79, 2 years ago

Re the fonts issue. Looking at another bug ticket (https://bugs.scummvm.org/ticket/13437) about the font discrepancy for Maniac Mansion Deluxe, I wonder if the issue is as "simple" as some bug that causes the engine to choose the wrong font ie. a completely different font name/file than the one it's supposed to, and not a font rendering issue.

comment:5 by antoniou79, 2 years ago

One of the recent commits (during last week, most likely) broke the UI in the credits tab for the demo and the main game. Now the arrows are missing, only "<" and ">" symbols appear at the edges of the tab, and also the "X" button is missing to close the tab. The attached video shows how the Credits tab was before.

Also, the UI for Extras in the main game, from the main menu, is now broken. It loads its panel, but the buttons from the main menu stay overlayed on the panel, obscuring it. Those buttons shouls disappear when clicking on "Extras".

The reported bugs in the OP of the ticket, still persist.

comment:6 by antoniou79, 23 months ago

Description: modified (diff)
Keywords: fonts crash added

Quick update; the reported issues are still in the recent development build 2.7.0git (master HEAD) and stable RC 2.6.0.

Note: See TracTickets for help on using tickets.