AITYunivers / NebulaFD

A work in progress, reimagined decompiler for Clickteam Fusion.
50 stars 9 forks source link

Failed decomp on FNaC:R #10

Closed CONIGUERO closed 1 month ago

CONIGUERO commented 1 month ago

Output:

                                _   _          _               _           _____   ____
                               | \ | |   ___  | |__    _   _  | |   __ _  |  ___| |  _ \
                               |  \| |  / _ \ | '_ \  | | | | | |  / _` | | |_    | | | |
                               | |\  | |  __/ | |_) | | |_| | | | | (_| | |  _|   | |_| |
                               |_| \_|  \___| |_.__/   \__,_| |_|  \__,_| |_|     |____/

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[01:59:06] Converting images to MFA format
[01:59:06] Done! (0.0066459 seconds)
[01:59:06] Generating Application, Object, and Frame icons
[01:59:06] Done! (0.2048421 seconds)
[01:59:06] Writing Font Bank
[01:59:06] Done! (0.0003716 seconds)
[01:59:06] Writing Sound Bank
[01:59:06] Done! (0.0052229 seconds)
[01:59:06] Writing Music Bank
[01:59:06] Done! (0.0003287 seconds)
[01:59:06] Writing Icon Bank
[01:59:06] Done! (0.0259733 seconds)
[01:59:06] Writing Image Bank
[01:59:07] Done! (1.1854109 seconds)
[01:59:07] Writing frame 'Start'
[01:59:07] Done! (0.0129557 seconds)
[01:59:07] Writing frame 'Warning'
[01:59:07] Done! (0.0011683 seconds)
[01:59:07] Writing frame 'Title'
[01:59:07] Done! (0.001171 seconds)
[01:59:07] Writing frame 'Settings'
[01:59:07] Done! (0.0004834 seconds)
[01:59:07] Writing frame 'Extra'
[01:59:07] Done! (0.0022972 seconds)
[01:59:07] Writing frame 'Custom'
[01:59:07] Done! (0.0006712 seconds)
[01:59:07] Writing frame 'Intro'
[01:59:07] Done! (8.18E-05 seconds)
[01:59:07] Writing frame 'Loading'
[01:59:07] Done! (0.0002129 seconds)
[01:59:07] Writing frame 'Night'
[01:59:07] ERROR:
Index was outside the bounds of the array.
   at Nebula.Core.Data.Chunks.FrameChunks.Frame.WriteMFA(ByteWriter writer, Object[] extraInfo) in
D:\a\NebulaFD\NebulaFD\Nebula.Core\Data\Chunks\FrameChunks\Frame.cs:line 146
   at Nebula.Tools.GameDumper.MFAParser.Execute() in D:\a\NebulaFD\NebulaFD\Nebula.Tools\InfoDump\MFAParser.cs:line 311
   at Nebula.Program.SelectTool() in D:\a\NebulaFD\NebulaFD\Nebula.CLI\Program.cs:line 232
Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Nebula.Core.Data.Chunks.FrameChunks.Frame.WriteMFA(ByteWriter writer, Object[] extraInfo) in D:\a\NebulaFD\NebulaFD\Nebula.Core\Data\Chunks\FrameChunks\Frame.cs:line 146
   at Nebula.Tools.GameDumper.MFAParser.Execute() in D:\a\NebulaFD\NebulaFD\Nebula.Tools\InfoDump\MFAParser.cs:line 311
   at Nebula.Program.SelectTool() in D:\a\NebulaFD\NebulaFD\Nebula.CLI\Program.cs:line 232
   at Nebula.Program.SpectreMain() in D:\a\NebulaFD\NebulaFD\Nebula.CLI\Program.cs:line 41
   at Nebula.Program.Main(String[] args) in D:\a\NebulaFD\NebulaFD\Nebula.CLI\Program.cs:line 33
   at Nebula.Program.<Main>(String[] args)