#6717 closed defect (fixed)
SCI fallback detection assert failure
Reported by: | fuzzie | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | detection | |
Cc: | Game: |
Description
I'm seeing an assert failure in getSciVersion() in Google Play backtraces involving the advanced detector. It looks like 928bcdbe094767fefb7c415e098d7d9e47bc078d might cause non-SCI games to trigger it when the engine is built without ENABLE_SCI32?
Ticket imported from: bugs/6717.
Change History (3)
comment:1 by , 10 years ago
Keywords: | detection added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 10 years ago
comment:3 by , 9 years ago
Component: | → Engine: SCI |
---|
Note:
See TracTickets
for help on using tickets.
Thanks for submitting this!
This should be resolved in commit 4736c490e1d3182f58db8a51b400f96b9559dad8.
I've tried the detector with bogus resource.000 and resource.map files locally, and there's no assertion. I'm closing this as resolved.