Opened 17 years ago

Closed 17 years ago

Last modified 5 years ago

#2987 closed defect

GUI: crash in 1X when selecting Modern Ice Theme

Reported by: SF/richiefs Owned by: sev-
Priority: normal Component: GUI
Version: Keywords:
Cc: Game:

Description

Scummvm crashes when I am in 1x resolution and I select the Modern Ice Theme available in the wiki

Ticket imported from: #1626999. Ticket imported from: bugs/2987.

Change History (9)

comment:1 by sev-, 17 years ago

Owner: set to sev-

comment:2 by sev-, 17 years ago

Indeed we have to make our theme code more bulletproof

comment:3 by eriktorbjorn, 17 years ago

The code could probably be more robust, but as far as I can see the actual bug is in the theme. If you unzip the file, you'll find the following on line 574 of modern_ice.ini:

pix_cursor_image="cursor320.bmp"

Problem is, the ZIP file does not actually contain a cursor320.bmp. It should read

pix_cursor_image="ice_cursor320.bmp"

comment:4 by bluegr, 17 years ago

I've uploaded a fixed version with eriktorbjorn's fix to the wiki. Try it and see if it still crashes

comment:5 by SF/richiefs, 17 years ago

Status: newclosed

comment:6 by SF/richiefs, 17 years ago

I tried it, it works fine, thanks

comment:7 by SF/richiefs, 17 years ago

I tried it, it works fine, thanks

comment:8 by SF/richiefs, 17 years ago

I tried it, it works fine, thanks

comment:9 by digitall, 5 years ago

Component: GUI
Note: See TracTickets for help on using tickets.