Opened 6 years ago
Closed 6 years ago
#10855 closed defect (fixed)
macOS: Adding game asserts
Reported by: | angstsmurf | Owned by: | criezy |
---|---|---|---|
Priority: | normal | Component: | Port: Mac OS X |
Version: | Keywords: | ||
Cc: | Game: |
Description
Whenever trying to add a game to ScummVM with the latest code (1be46e9), the application will crash with the message "Assertion failed: (x != nullptr), function hasSuffixIgnoreCase, file common/str.cpp, line 377.
Abort trap: 6".
Tried both with native file browser and internal, same error.
macOS Sierra, 10.12.6
Change History (2)
comment:2 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed yesterday with commit 7c7cb6c.
The issue was due to uninitialized memory access in the glk detection code.
Note:
See TracTickets
for help on using tickets.
Is this happening on a particular game/engine? Also, is there a full stacktrace?