game keeps messing up please help

lckustoms
Posts: 1
Joined: Thu Jun 01, 2017 9:04 am

game keeps messing up please help

Post by lckustoms »

when i start the game everything works when i make a new map to start it loads it good but when i get in the truck to drive off when i back up the game messes up and puts the camera up in the sky and wont let me control the truck or switch to another car or tractor and it wont let me pause the game or anything please help me fix this problem
Attachments
log.txt
(92.46 KiB) Downloaded 83 times
User avatar
don_apple
Moderator
Posts: 8067
Joined: Thu Oct 28, 2010 9:31 pm
Location: Planet Earth

Re: game keeps messing up please help

Post by don_apple »

Hello and welcome to the forum!

The 'Ground Modification' mod is causing errors and a lot of LUA call-stacks (which is the worst kind of error you can get), which could be responsible for the issues:

Code: Select all

Error: GDM file has bad signature
Error: Can't load resource 'C:/Users/barb/Documents/My Games/FarmingSimulator2017/savegame2/groundmodification_density.png'.
Error: Failed to load terrain detail layer 'terrainDetail'.
C:/Users/barb/Documents/My Games/FarmingSimulator2017/savegame2/groundmodification_map.xml (1604.42) ms
Warning (Script): Unknown entity id 0 in method 'setDensityMaskedParallelogram'.
LUA call stack:
  =C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/FS17_Ground_Modification/GroundModification.lua (88) : setDensityMaskedParallelogram
  dataS/scripts/BaseMission.lua (1706) : update
  dataS/scripts/FSBaseMission.lua (2171) : update
  dataS/scripts/missions/mission00.lua (333) : update
  dataS/scripts/main.lua (1876) : update
Warning (Script): Unknown entity id 0 in method 'unlink'.
LUA call stack:
  =C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/FS17_Ground_Modification/GroundModification.lua (91) : unlink
  dataS/scripts/BaseMission.lua (1706) : update
  dataS/scripts/FSBaseMission.lua (2171) : update
  dataS/scripts/missions/mission00.lua (333) : update
  dataS/scripts/main.lua (1876) : update
Warning (Script): Unknown entity id 0 in method 'getDensityAtWorldPos'.
LUA call stack:
  dataS/scripts/vehicles/Vehicle.lua (2377) : getDensityAtWorldPos
  dataS/scripts/network/Server.lua (56) : update
  dataS/scripts/BaseMission.lua (1508) : update
  dataS/scripts/FSBaseMission.lua (2171) : update
  dataS/scripts/missions/mission00.lua (333) : update
  dataS/scripts/main.lua (1876) : update
Error: Running LUA method 'update'.
C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/FS17_Ground_Modification/GMTracks.lua:48: attempt to compare number with nil
Warning (Script): Unknown entity id 0 in method 'getDensityAtWorldPos'.
LUA call stack:
  dataS/scripts/vehicles/Vehicle.lua (2377) : getDensityAtWorldPos
  dataS/scripts/network/Server.lua (56) : update
  dataS/scripts/BaseMission.lua (1508) : update
  dataS/scripts/FSBaseMission.lua (2171) : update
  dataS/scripts/missions/mission00.lua (333) : update
  dataS/scripts/main.lua (1876) : update
...
I would therefore recommend to remove the 'FS17_Ground_Modification' mod.

You also have some other mods that are causing errors:

Code: Select all

Load mod: FS17_25FT_EnclosedTrailer_ModLandNet (Version: 1.0.0.0)
Error: invalid brand name 'Enclosed Trailer'! Only capital letters allowed
Load mod: McLainModdingF450 (Version: 2.0)
Error: invalid brand name 'Dodge'! Only capital letters allowed!
Error: Can't load resource 'C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/Bumperpull_Tilt_Trailer_converted/Textures/store.dds'.
Warning (compatibility): Texture C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/enclosed_30_ft/store.dds width or height doesn't equal 2^n.
Error: Can't load resource 'C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/Weekend_Warrior_2008_converted/store.dds'.
Warning: Invalid brand name 'Trailer' in C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/FS17_25FT_EnclosedTrailer_ModLandNet/gooseneck_28ft.xml! Only capital letters and underscores allowed. Using Lizard instead.
Error: Can't load resource 'C:/Users/barb/Documents/My Games/FarmingSimulator2017/mods/McLainModdingF450/scripts/register.lua'.
I would recommend to remove those mods from the mods folder

You also have multiple maps installed:

Code: Select all

Load mod: FS17_Gorale (Version: 5)
Load mod: FS17_Kleinhau (Version: 1.2.1.0)
Load mod: NorgeCrestValley17 (Version: 1.9.1)
Load mod: Woodmeadow_Farm_17_V1_1 (Version: 1.0.1)
Load mod: Woodmeadow_Snow_Map_17_V1_1_1 (Version: 1.1.1)
Please make sure you only have the mod map you are playing with the savegame activated in the mod selection screen at the start of the career. Or even better remove al the maps you are not currently playing from the mods folder.
Gruß/Regards,
don_apple

Apple iMac 27" (2017), Quad-Core i7 4.2 GHz, 48GB, AMD Radeon R580 8GB
Bitte benutzt das öffentliche Forum für Supportfragen und nicht PN/Please use the public forum for support questions and not PM
FS22 Bugtracker
log.txt Image Server Forenregeln Board rules
Post Reply