Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#3572 closed defect (fixed)

AGI GR: Text wrapping broken on long strings in the mines

Reported by: raziel- Owned by: sev-
Priority: normal Component: Engine: AGI
Version: Keywords:
Cc: Game: Goldrush

Description

ScummVM 0.12.0svn (Jan 18 2008 09:58:42) Features compiled in: Vorbis FLAC MP3 zLib MPEG2

While in the mines the game switches to little windows for displaying text. They are placed in the upper right corner of the screen.

It's perfectly fine for the games text as they stay rather short and fit there.

If one now enters some really long text ot just complete gibberish, like: "I love my little Buddha and water him every day, and someday my little Buddha will grow and go astray!" the games comes up with the little window, telling me it can't compute the entered sentence, in a broken window (savegame attached)

Gold Rush! (1.01 1989-01-13 aka 2.05 1989-03-09/Amiga/English)

AmigaOS4 gcc version 4.0.2 (AmigaOS build 20051012)

Ticket imported from: #1874918. Ticket imported from: bugs/3572.

Attachments (3)

goldrush-amiga.026 (1.4 KB ) - added by raziel- 16 years ago.
...darkness there and nothing more…
AGI_GR_LittleWindows_broken.png (6.2 KB ) - added by raziel- 16 years ago.
Looks funny :-)
gr_amiga-correct_wrapping_in_mines.png (3.8 KB ) - added by SF/buddha_ 16 years ago.
Example of correct text wrapping in the mines (Running Amiga Gold Rush! under WinUAE)

Download all attachments as: .zip

Change History (8)

by raziel-, 16 years ago

Attachment: goldrush-amiga.026 added

...darkness there and nothing more...

by raziel-, 16 years ago

Looks funny :-)

comment:1 by raziel-, 16 years ago

File Added: AGI_GR_LittleWindows_broken.png

comment:2 by SF/buddha_, 16 years ago

The input has to be a single long word that the parser doesn't recognize for this to happen because if you write a long sentence the parser may just give a message that it doesn't understand some not so long single word in the sentence.

So this happens with something like "asdfasdfasdfasdfasdfasdfasdfasdfasdf", or like it seems Raziel had done in the attached screenshot that he wrote the whole sentence without any spaces between words, that works too.

by SF/buddha_, 16 years ago

Example of correct text wrapping in the mines (Running Amiga Gold Rush! under WinUAE)

comment:3 by SF/buddha_, 16 years ago

I just added a screenshot from WinUAE running the Amiga version of Gold Rush that shows how text should wrap in the mines. The string I gave to the parser was of maximum length and it read as follows: 12345678901234567890123456789012345 File Added: gr_amiga-correct_wrapping_in_mines.png

comment:4 by sev-, 15 years ago

Fixed in SVN.

comment:5 by sev-, 15 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.