psiberx/cp2077-cet-kit

Game crash when loading a save while driving a bike

Closed this issue · 0 comments

Hello!

Just a heads up to let you know that fatal crash is occuring when loading a save while driving a bike, with GameUI.OnLoaded. No error in logs. Here is a code example:

local GameUI = require('GameUI')

registerForEvent('onInit', function()

    GameUI.OnLoaded(function()
        -- Nothing
    end)
    
end)

Use the mod above, open the game, mount a bike and load a save (latest CET version).

Regards.