Changes between Version 1 and Version 2 of Ticket #12598, comment 8


Ignore:
Timestamp:
07/23/21 17:32:01 (3 years ago)
Author:
BallM4788

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12598, comment 8

    v1 v2  
    1 Through some hacky tracking of LUA task functions, I've further narrowed the culprit down to `CleanBuffer()` in `StartFullscreenMovie()`. I'm going ahead and attaching my tracking log in case it can help solve the `MakeSectorActive()` errors on startup. I initially had occurrences of `LuaBase::typeOverride()` printed out in my tracking as well, but ended up excluding them because there were over almost 3.5 thousand occurrences of it and was causing my terminal to overflow.
     1Through some hacky tracking of LUA task functions, I've further narrowed the culprit down to `CleanBuffer()` in `StartFullscreenMovie()`.