Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.2.0 crashing game #11

Open
iljarogoff opened this issue Feb 24, 2019 · 7 comments
Open

0.9.2.0 crashing game #11

iljarogoff opened this issue Feb 24, 2019 · 7 comments

Comments

@iljarogoff
Copy link

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

@iljarogoff
Copy link
Author

Similar with 0.9.2.1, not crashing, but never finishing to load the savegame

@jhomer
Copy link

jhomer commented Feb 25, 2019

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.

@jhomer
Copy link

jhomer commented Feb 25, 2019

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.

@hpmc13
Copy link

hpmc13 commented Feb 26, 2019

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.

@sperrgebiet
Copy link
Owner

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

@iljarogoff
Copy link
Author

Tested it and the savegame loads as it should. So, for me, the bug looks like fixed. Thanks a lot!

@jhomer
Copy link

jhomer commented Mar 4, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants