Opened 4 years ago
Closed 3 years ago
#11712 closed defect (fixed)
BACKENDS: NDS - ELF loader does not handle ARM exception unwind tables
Reported by: | ccawley2011 | Owned by: | ccawley2011 |
---|---|---|---|
Priority: | high | Component: | Port: NDS |
Version: | Keywords: | ||
Cc: | ccawley2011 | Game: |
Description (last modified by )
Some plugins are built with exception unwind tables when compiling for the DS, which prevents them from being loaded.
This affects the following engines:
- access
- cine
- dm
- gob
- illusions
- lab
- mutationofjb
- sci
- supernova
tinsel(doesn't seem to be affected any more)
I'm not sure why exceptions are generated in the first place, since ScummVM is built with '-fno-exceptions' on most platforms.
Change History (6)
comment:1 by , 4 years ago
Summary: | DS: ELF loader does not handle ARM exception unwind tables → BACKENDS: NDS - ELF loader does not handle ARM exception unwind tables |
---|
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
Priority: | normal → high |
---|
comment:4 by , 3 years ago
Priority: | high → blocker |
---|
comment:5 by , 3 years ago
Priority: | blocker → high |
---|
comment:6 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is fixed by commit d540054c0a8e710bd544a5e5728051324876129a.
Note:
See TracTickets
for help on using tickets.
This would be nice to fix before the release.