#3270 closed defect (fixed)
AGI: Engine crashes if no game is detected
| Reported by: | eriktorbjorn | Owned by: | bluegr |
|---|---|---|---|
| Priority: | normal | Component: | Engine: AGI |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
Latest SVN snapshot
This probably only happens if you've edited your ScummVM configuration manually, so it's not a particularly important bug, but...
If you try to start an AGI game, and ScummVM doesn't find any game in the specified path, the AGI engine will crash. This is because the AGI engine destructor will try to call functions in objects that haven't been created, e.g. _loader and _sound.
Ticket imported from: #1742432. Ticket imported from: bugs/3270.
Change History (4)
comment:1 by , 19 years ago
| Owner: | set to |
|---|
comment:2 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 by , 19 years ago
comment:4 by , 8 years ago
| Component: | --Unset-- → Engine: AGI |
|---|
Note:
See TracTickets
for help on using tickets.

Fixed in the latest SVN
Closing