#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 , 18 years ago
Owner: | set to |
---|
comment:2 by , 18 years ago
comment:3 by , 18 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 , 18 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 , 18 years ago
Status: | new → closed |
---|
comment:9 by , 6 years ago
Component: | → GUI |
---|
Note:
See TracTickets
for help on using tickets.
Indeed we have to make our theme code more bulletproof