0.9.2.0 crashing game
iljarogoff opened this issue · 7 comments
Since 0.9.2.0 game crashes after loading savegame. It worked before. When disabling VE game loads as it should. See attached log
log.txt
Similar with 0.9.2.1, not crashing, but never finishing to load the savegame
Also having issue.
Gets hung up loading savegame.
FS19_VehicleExplorer (Version: 0.9.2.1)
--2019-02-24 20:42 Error: Running LUA method 'mouseEvent'.
--2019-02-24 20:42 C:/Users/James/Documents/My Games/FarmingSimulator2019/mods/FS19_VehicleExplorer/VehicleSort.lua:219: attempt to index global 'Tardis' (a nil value)
--2019-02-24 20:42 Application exit request forced.
After more testing, only getting my above error without using your other mod "FS19_Tardis"
When loading game with "FS19_Tardis" as a selected mod there is no error and works just fine.
I'm getting a similar error. Savegame loads, then throws a pile of LUA errors. Small sampling of which follows:
2019-02-26 22:28 E:/HGames/FS19LiveMods/FS19_VehicleExplorer/VehicleSort.lua:219: attempt to index global 'Tardis' (a nil value)
2019-02-26 22:28 Error: Running LUA method 'draw'.
2019-02-26 22:28 dataS/scripts/gui/hud/IngameMap.lua(637) : attempt to index field 'player' (a nil value)
2019-02-26 22:28 Error: Running LUA method 'update'.
2019-02-26 22:28 dataS/scripts/gui/InGameMenuMapFrame.lua(1076) : attempt to index field 'playerFarm' (a nil value)
2019-02-26 22:28 Error: Running LUA method 'draw'.
This seems to repeat for a while. I have to force quit the game through the console. Will try it with Tardis enabled.
Hey folks
Thanks for reporting this. Just was busy the last days so hadn't a chance to do anything around FS19.
Anyways, today I found out that in the last version was a regression, as I cleaned up the actionBinding registration, and copied that part from Tardis. Long story short, I made a copy&paste error, hence I tried to write the events in the Tardis table, which obviously is not available when Tardis is not loaded.
This is fixed in the latest version, 0.9.3.1.
I'll let this open for now. Please let me know if you have any further issues..
Cheers
_Hans
Tested it and the savegame loads as it should. So, for me, the bug looks like fixed. Thanks a lot!
Yes, error fixed for me as well.
I did get another error once unrelated to the above errors.
I lost the ability to "tab" through most vehicles and the vehicle sort list had gotten messed up, some of the tractors were missing from the list.
After quitting the game and reloading all was fine again.
I haven't been able to reproduce this error since so maybe not much importance.
Here's the error I was getting every time I'd try to "tab" to next vehicle.
2019-03-01 22:52 Error: Running LUA method 'update'.
2019-03-01 22:52 C:/Users/James/Documents/My Games/FarmingSimulator2019/mods/FS19_VehicleExplorer/VehicleSort.lua:1780: attempt to call method 'getIsControlled' (a nil value)