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


Ignore:
Timestamp:
Jul 13, 2021, 9:46:12 PM (3 years ago)
Author:
BallM4788

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12598, comment 8

    initial v1  
    1 Through some hacky tracking of LUA task functions, I've further narrowed the culprit down to somewhere in `Lua_V1::CleanBuffer()`. I'm going ahead and attaching my tracking log in case it can help solve the `Lua_V1::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()`. 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.