Opened 5 years ago

Closed 5 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:1 by Mataniko, 5 years ago

Is this happening on a particular game/engine? Also, is there a full stacktrace?

Last edited 5 years ago by Mataniko (previous) (diff)

comment:2 by criezy, 5 years ago

Owner: set to criezy
Resolution: fixed
Status: newclosed

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.