#9618 closed defect (fixed)
GUI: Could not load widget position for ''!
Reported by: | angstsmurf | Owned by: | criezy |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
It seems I can crash ScummVM 1.9.0 by starting it in graphics mode Normal (no scaling), changing graphics mode to OpenGL in options, switching to the Paths panel and then clicking on OK. The console will show the error Could not load widget position for ''!
ScummVM 1.9.0 stable, OS X 64-bit version, OS X El Capitan 10.11.6
Attachments (1)
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thank you for reporting this bug.
It was due to a logical error in our code that caused access to freed memory, and I have now fixed this in commit 9f94294.
The bug has been present for several years and occurs on all platform. However it only occurs if the current tab when you close the options dialog is the Paths tab.
comment:3 by , 6 years ago
Component: | --Other-- → GUI |
---|
I can reproduce it with the current master, although it sometimes crashes just before arriving to this error in the _name.empty() test. The first two errors given by valgrind are:
I will also attach the full valgrind output.