Problem beim MR Umbau

  • Hallo zusammen,
    baue gerade die originale Amazone UF1801 um auf 21m mit MR.


    Jetz hab icg folgendden logfehler: Error: C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mr_amazoneUF1801/modDesc.xml(22): Error: empty tag.
    Error: Missing descVersion attribute in mod mr_amazoneUF1801


    Aber ich finde keinen Fehler in Zeile 22 .


    hier mal die moddesk. vielleicht kann mir jemand helfen?????


  • schau mal deine ganzen oberhäckchen an,die stehen schräg,hier mal richtig.


    <version>1.0</version>
    <title>
    <en>Amazone_UF1801</en>
    <de>Amazone_UF1801</de>
    </title>
    <description>
    <en>Amazone UF 1801 wie Original Giants,
    nur mit 21m Arbeitsbreite</en>
    <de>Amazone UF 1801 wie Original Giants,
    nur mit 21m Arbeitsbreite</de>
    </description>
    <iconFilename>store_amazoneUF1801.dds</iconFilename>
    <multiplayer supported="false"/>



    <vehicleTypes>
    <type name="mramazoneUF1801" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
    <specialization name="realisticVehicle"/>
    <specialization name="attachable" />
    <specialization name="animatedVehicle" />
    <specialization name="mouseControlsVehicle" />
    <specialization name="cylindered" />
    <specialization name="fillable" />
    <specialization name="sprayer" />
    <specialization name="foldable" />
    <specialization name="realisticTool" />
    </type>
    </vehicleTypes>


    <storeItems>
    <storeItem>
    <en>



    <name>Amazone_1801</name>
    <description>
    <![CDATA[]]>
    </description>
    <specs>
    <![CDATA[Daily cost: %s]]>
    </specs>
    </en>
    <de>
    <name>Amazone_1801</name>
    <description>
    <![CDATA[]]>
    </description>
    <specs>
    <![CDATA[Daily cost: %s]]>
    </specs>
    </de>
    <rotation>0</rotation>
    <image active="store_amazoneUF1801.dds" brand="brand_amazone.dds"/>
    <price>24000</price>
    <xmlFilename>amazoneUF1801.xml</xmlFilename>
    <dailyUpkeep>15</dailyUpkeep>
    <brand>Amazone</brand>
    <machineType>sprayers</machineType>
    </storeItem>
    </storeItems>
    </modDesc>

  • Super, vielen dank.
    Auf sowas hab ich nicht geachtet.


    Nur hab ich jetz ein weiteres Problem.
    Die Spritze wird zwar im Shop angezeigt, lässt sich aber nicht kaufen und erzeugt callstacks, für die ich keine Lösung finde.......
    Hier mal die log:
    [expander]
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mr_amazoneUF1801/amazoneUF1801.i3d (0.02mb in 66.41 ms)
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|1|0|0|0|0|0|0
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|0|0|0|0|0|0|0
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)
    data/vehicles/cars/car6.i3d (0.38mb in 27.51 ms)
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|1|0|0|0|0|0|0
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|0|0|0|0|0|0|0
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|1|0|0|0|0|0|0
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|0|0|0|0|0|0|0
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|1|0|0|0|0|0|0
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|0|0|0|0|0|0|0
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|1|0|0|0|0|0|0
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|0|0|0|0|0|0|0
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|1|0|0|0|0|0|0
    Error: index out of range
    Call Stack:
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(8) : printCallstack
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/Utils.lua(56) : checkChildIndex
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/vehicles/Vehicle.lua(406) : indexToObject
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/OverrideVehicle.lua(36) : loadFinished
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(511) : load
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BaseMission.lua(589) : loadVehicle
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/BuyVehicleEvent.lua(62) : loadVehicleAtPlace
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/network/Connection.lua(53) : run
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(711) : sendEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/ShopScreen.lua(674) : onBuyClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/ButtonElement.lua(465) : onClick
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354) : mouseEvent
    =(tail call)(-1)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/elements/GuiElement.lua(354)
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/gui/Gui.lua(226) : mouseEvent
    D:/code/lsim2013_desktop/build/finalbin/dataS/scripts/main.lua(973) : mouseEvent
    Index: 0>5|2|0|0|0|0|0|0|0|0
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)


    [/expander]


    Was soll man hier nun machen????

  • Die Callstacks bedeuten, dass du in der XML Indexe vermerkt hast die es so in der i3d nicht gibt !
    Musst halt jetzt einfach die Indexe aus der XML mit denen aus der i3d abgleichen. ;)

  • Schön langsam muss ich das Thema mal umbennen ;(


    Hab das letzte Problem gamz gut gelöst( Hab nur was vergessen zu löschen)
    Nun hab ich aber einen weiteren log Fehler, und zwar mit der Mouse-Control.
    Hier mal der log-Ausschnitt
    [expander]
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mr_amazoneUF1801/amazoneUF1801.i3d (0.02mb in 66.01 ms)
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)
    [/expander]


    Was hat das zu bedeuten??
    Ich hab schon in der xml nach Fehlern gesucht...aber nichts gefunden

  • Logisch.
    hier mal die gesamte log:
    [expander]
    GIANTS Engine Runtime 5.0.1 (build date: Mar 28 2014)
    Copyright (c) 2008-2012, GIANTS Software GmbH (http://www.giants-software.com), All Rights Reserved.
    Copyright (c) 2003-2012, Christian Ammann and Stefan Geiger, All Rights Reserved.
    Application: FarmingSimulator2013
    Main System
    Cpu Name: Intel(R) Core(TM) i3-2370M CPU @ 2.40GHz
    Cpu Core(s): 4 @ 2.4 GHZ
    OS: Windows NT 6.1 64-bit
    Physics System
    Driver: NVIDIA PhysX Runtime
    Version: 2.8.4
    Thread(s): 2
    Input System
    Keyboard enabled
    Mouse enabled
    Gamepad/Joystick disabled
    Force Feedback disabled
    Sound System
    Driver: OpenAL
    Version: 1.1
    Device: Generic Software
    Max. sources: 256
    Render System
    Driver: OpenGL
    Card Vendor: Intel
    Renderer: Intel(R) HD Graphics 3000
    Version: 3.1.0 - Build 9.17.10.3347
    GL_NV_texture_compression_vtc not supported
    GL_NV_vertex_program2_option not supported
    GL_NV_vertex_program3 not supported
    max_texture_layers: 8
    GL_ATI_texture_float not supported
    OpenGL initialization successful
    Hardware Profile
    Level: Medium (forced)
    View Distance Coeff: 1.000000
    Shadow Quality: 1.000000
    Skip Mipmaps: 1
    LOD Distance Coeff: 1.000000
    Terrain LOD Distance Coeff: 1.000000
    Foliage View Distance Coeff: 1.000000
    Farming Simulator 2013
    Version: 2.1.0.2 RC3
    Available Languages: de
    Language: de
    Game vehicle types loaded
    Mod directory: C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods
    Load mod: amazoneUF1801
    Load mod: amzoneZAX1402
    Load mod: Ballen_Gabel_FL
    Load mod: DouslMap
    Load mod: HirableTools
    Load mod: KaercherPressureWasher
    Load mod: MapDoorTrigger
    Warning: Missing l10n for button SWITCH_DOOR_STATE in MapDoorTrigger
    Load mod: MapHoseRefStation
    Load mod: moreRealistic
    Load mod: moreRealisticVehicles
    Load mod: mrAlternativeTipping
    Load mod: MRamazoneAD3000v1
    Load mod: mrAmazone_ED452_V2_Waschbar
    Load mod: mrBrantnerDPW18000
    Load mod: mrClaasQuadrant1200
    Load mod: mrET_Agrar_Ballengabel
    Load mod: mrJD2058SetV2
    Warning: Missing l10n for button AnimatedParts_ToggleGrainFlap in mrJD2058SetV2
    Warning: Missing l10n for button AnimatedParts_ToggleEngineFlap in mrJD2058SetV2
    Warning: Missing l10n for button Z056_STRAW_TOGGLE in mrJD2058SetV2
    Load mod: mrJohnDeere7810
    Warning: Missing l10n for button rearwork in mrJohnDeere7810
    Load mod: mrLemkenJuwel8
    Load mod: mrMBTrac_1800_Intercooler_Silberdistel_RELEASE
    Load mod: MRStollR1405S
    Warning: Missing l10n for button Doppelschwad_input in MRStollR1405S
    Load mod: mrZunhammer18500PU
    Load mod: mr_amazoneUF1801
    Load mod: MR_FENDT_CARGO_5X90_v2_GREENL_S13_AGO
    Load mod: MR_FENDT_CARGO_BENNA2_AGO_LS13
    Load mod: MR_FENDT_CARGO_FORK2_AGO_ls13
    Load mod: MR_FENDT_VARIO724_SCR_LS13_V21_DL_Agofix
    Load mod: MR_FENDT_VARIO_FRONT_ZAVORRE_AGO
    Load mod: MR_FENDT_WHEELS_CONTINENTAL_VARIO700_Ago
    Load mod: MR_FENDT_ZAVORRE_REAR_724_Ago
    Load mod: MR_JohnDeere6810_v2
    Warning: No l10n text found for entry 'close_window' in mod 'MR_JohnDeere6810_v2'
    Warning: No l10n text found for entry 'open_window' in mod 'MR_JohnDeere6810_v2'
    Load mod: mr_Lemken_Pack
    Load mod: mr_PronarT680
    Load mod: Quaderballentechnik_Pack_by_Ifko
    Load mod: RealLights_v095
    Load mod: ucp
    Load mod: weidemann2frontloader
    Load mod: ZZZ_improvedSilageBunker
    Load mod: ZZZ_multiSprayer
    Load mod: ZZZ_shovelMovementFill
    Register vehicle type: Ballen_Gabel_FL.Spannraft
    HirableTools by rafftnix loaded
    Register vehicle type: KaercherPressureWasher.kaercherPressureWasher
    MapHoseRefStation v1.0 by fruktor --- http://www.eifok-team.de
    **** MoreRealistic Engine V1.3.16 loaded ****
    Register vehicle type: moreRealistic.attachableCombine
    Register vehicle type: moreRealistic.baleLoader
    Register vehicle type: moreRealistic.baler
    Register vehicle type: moreRealistic.baleTrailer
    Register vehicle type: moreRealistic.combine_cylindered
    Register vehicle type: moreRealistic.cultivator
    Register vehicle type: moreRealistic.cultivator_animated
    Register vehicle type: moreRealistic.cutter
    Register vehicle type: moreRealistic.cutter_animated
    Register vehicle type: moreRealistic.defoliator_animated
    Register vehicle type: moreRealistic.forageWagon
    Register vehicle type: moreRealistic.frontloader
    Register vehicle type: moreRealistic.fuelTrailer
    Register vehicle type: moreRealistic.implement
    Register vehicle type: moreRealistic.implement_animated
    Register vehicle type: moreRealistic.manureSpreader
    Register vehicle type: moreRealistic.mixerWagon
    Register vehicle type: moreRealistic.mower_animated
    Register vehicle type: moreRealistic.plough
    Register vehicle type: moreRealistic.rake
    Register vehicle type: moreRealistic.ridingMower
    Register vehicle type: moreRealistic.roundBalerEnhanced
    Register vehicle type: moreRealistic.selfPropelledMixerWagon
    Register vehicle type: moreRealistic.selfPropelledMower
    Register vehicle type: moreRealistic.selfPropelledPotatoHarvester
    Register vehicle type: moreRealistic.selfPropelledSprayer
    Register vehicle type: moreRealistic.shovel
    Register vehicle type: moreRealistic.shovel_animated
    Register vehicle type: moreRealistic.sowingMachine_animated
    Register vehicle type: moreRealistic.sprayer
    Register vehicle type: moreRealistic.sprayer_animated
    Register vehicle type: moreRealistic.sprayer_mouseControlled
    Register vehicle type: moreRealistic.strawBlower
    Register vehicle type: moreRealistic.tedder
    Register vehicle type: moreRealistic.telehandler
    Register vehicle type: moreRealistic.tractor
    Register vehicle type: moreRealistic.tractor_articulatedAxis
    Register vehicle type: moreRealistic.tractor_cylindered
    Register vehicle type: moreRealistic.trailer
    Register vehicle type: moreRealistic.trailer_mouseControlled
    Register vehicle type: moreRealistic.waterTrailer
    Register vehicle type: moreRealistic.wheelLoader
    Register vehicle type: moreRealistic.wheelLoaderIntegratedBucket
    Register vehicle type: MRamazoneAD3000v1.amazone_AD3000
    Register vehicle type: mrAmazone_ED452_V2_Waschbar.ED
    Register vehicle type: mrBrantnerDPW18000.dpw18000
    Register vehicle type: mrClaasQuadrant1200.claas
    Register vehicle type: mrET_Agrar_Ballengabel.ballengabel
    Register vehicle type: mrET_Agrar_Ballengabel.ballengabel_fl
    Register vehicle type: mrJD2058SetV2.gere2058
    Register vehicle type: mrJD2058SetV2.JD818
    Register vehicle type: mrJD2058SetV2.headerTrailer
    Register vehicle type: mrJD2058SetV2.Dominoni6
    Register vehicle type: mrJohnDeere7810.JohnDeere
    Register vehicle type: mrLemkenJuwel8.LemkenJuwel
    Register vehicle type: mrMBTrac_1800_Intercooler_Silberdistel_RELEASE.MB_Trac_1800_intercoolerMRF
    Register vehicle type: MRStollR1405S.StollR1405S
    Register vehicle type: mrZunhammer18500PU.zh18500pu
    Register vehicle type: mrZunhammer18500PU.zhHose
    Register vehicle type: mrZunhammer18500PU.zhAndock
    Register vehicle type: mrZunhammer18500PU.zhFrontDock
    Register vehicle type: mrZunhammer18500PU.zhMoescha
    Register vehicle type: mrZunhammer18500PU.zhVogelsang
    Register vehicle type: mrZunhammer18500PU.zhVibro
    Register vehicle type: mrZunhammer18500PU.FastCoupler
    Register vehicle type: mr_amazoneUF1801.mramazoneUF1801
    Register vehicle type: MR_FENDT_CARGO_5X90_v2_GREENL_S13_AGO.CARGO5X90
    Register vehicle type: MR_FENDT_CARGO_BENNA2_AGO_LS13.cargo
    Register vehicle type: MR_FENDT_CARGO_FORK2_AGO_ls13.cargo
    specialization Real internal sound by Clod loaded
    Register vehicle type: MR_FENDT_VARIO724_SCR_LS13_V21_DL_Agofix.FENDT724
    Register vehicle type: MR_FENDT_VARIO_FRONT_ZAVORRE_AGO.ZavorreFendt870
    Register vehicle type: MR_FENDT_VARIO_FRONT_ZAVORRE_AGO.ZavorreFendt
    Register vehicle type: MR_FENDT_VARIO_FRONT_ZAVORRE_AGO.ZavorreFendt25
    Register vehicle type: MR_FENDT_WHEELS_CONTINENTAL_VARIO700_Ago.ChangeWheels
    Register vehicle type: MR_FENDT_ZAVORRE_REAR_724_Ago.zavorreP724
    Register vehicle type: MR_JohnDeere6810_v2.JohnDeere6810MR
    Register vehicle type: mr_Lemken_Pack.LemkenVariopack_STD_3m
    Register vehicle type: mr_Lemken_Pack.LemkenVariopack_STD_4m
    Register vehicle type: mr_Lemken_Pack.LemkenVariopack_STD_6m
    Register vehicle type: mr_Lemken_Pack.LemkenVariopack_PLV_3m
    Register vehicle type: mr_Lemken_Pack.LemkenVariopack_PLV_4m
    Register vehicle type: mr_Lemken_Pack.LemkenVariopack_PLV_6m
    Register vehicle type: mr_PronarT680.PronarT680
    Register vehicle type: Quaderballentechnik_Pack_by_Ifko.KroneBigPack
    Register vehicle type: Quaderballentechnik_Pack_by_Ifko.ArcusinAutostack
    Register vehicle type: weidemann2frontloader.Weidemann2frontloader
    register fruitType: weed (multiSpray/herbicide mod by upsidedown)
    Loading shader WAD 'C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/shader_cache/shader_1_1_256_256_OGL_UK_8.wad' ... 1294 hashes, 2013 shaders, 2578049 bytes compressed
    data/sky/sky_day_night.i3d (0.00mb in 924.64 ms)
    data/sky/rain.i3d (0.00mb in 76.25 ms)
    data/sky/hail.i3d (0.00mb in 34.28 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/DouslMap/SampleModMap.i3d (4.31mb in 30999.44 ms)
    Warning (performance): Raw texture format (C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/DouslMap/textures/foliage/foliage_grass_windrow_diffuse.png)
    Physics: Add trigger callback failed, object fieldDimensions is not a physics trigger
    dataS2/character/pedestrians/casual07.i3d (0.32mb in 69.71 ms)
    dataS2/character/pedestrians/casual02.i3d (0.31mb in 46.24 ms)
    dataS2/character/pedestrians/executive03.i3d (0.27mb in 56.25 ms)
    dataS2/character/pedestrians/casual03.i3d (0.33mb in 50.49 ms)
    dataS2/character/pedestrians/casual15.i3d (0.40mb in 65.41 ms)
    dataS2/character/pedestrians/casual08.i3d (0.53mb in 85.83 ms)
    Error: shovel target maizeTarget has invalid fill types
    **** moreRealistic engine : trying to load the specific configuration file of the current map (if the file is not present, you will see an error just below this line - do not take it into account - ****
    Error: Failed to open xml file C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/DouslMap/realisticStartSettings.xml'
    --- loading RealLights - specialization for RealLights by fruktor (http://www.eifok-team.de)
    [INFO::RealLights] deactivated for mrJD2058SetV2.gere2058 ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for mrJD2058SetV2.JD818 ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for mr_PronarT680.PronarT680 ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for mrJD2058SetV2.Dominoni6 ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for mrJD2058SetV2.headerTrailer ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for MRStollR1405S.StollR1405S ,because specialization BEL3 is present!
    [INFO::RealLights] deactivated for MRamazoneAD3000v1.amazone_AD3000 ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for Quaderballentechnik_Pack_by_Ifko.ArcusinAutostack ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for Quaderballentechnik_Pack_by_Ifko.KroneBigPack ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for mrAmazone_ED452_V2_Waschbar.ED ,because specialization extralight is present!
    [INFO::RealLights] deactivated for MR_JohnDeere6810_v2.JohnDeere6810MR ,because specialization beleuchtung31 is present!
    [INFO::RealLights] deactivated for MR_FENDT_VARIO724_SCR_LS13_V21_DL_Agofix.FENDT724 ,because specialization extralight is present!
    [INFO::RealLights] deactivated for mrJohnDeere7810.JohnDeere ,because specialization beleuchtung31 is present!
    --- loading siloExtension mod V1.2 --- (by upsidedown)
    --- loading multiSprayer mod V2.1 --- (by upsidedown)
    loading multiSpray/herbicide Mod V2.1 (by upsidedown)
    --- loading shovelMovementFill mod V1.2 --- (by upsidedown)
    Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/DouslMap/pda_map.png)
    data/vehicles/steerable/lizard/golfCart.i3d (0.01mb in 403.41 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/weidemann2frontloader/adaption.i3d (0.09mb in 24.68 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrMBTrac_1800_Intercooler_Silberdistel_RELEASE/MB_Trac_1800_intercooler.i3d (0.04mb in 579.06 ms)
    data/vehicles/steerable/powerTakeoff.i3d (0.00mb in 53.35 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mr_PronarT680/PronarT680.i3d (0.03mb in 640.88 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrZunhammer18500PU/zunhammer18500pu.i3d (0.04mb in 1087.21 ms)
    Warning: No spray usage specified for 'C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrZunhammer18500PU/zunhammer18500pu.xml'. This sprayer will not use any spray.
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrZunhammer18500PU/zunhammerDocking.i3d (0.01mb in 317.78 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrZunhammer18500PU/zunhammerHose.i3d (0.01mb in 73.89 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrZunhammer18500PU/VogelsangSwingUP.i3d (0.06mb in 235.31 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/cultivators/i3d/amazoneCenius3002.i3d (1.98mb in 386.54 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MRamazoneAD3000v1/amazoneAD3000.i3d (0.02mb in 515.24 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrClaasQuadrant1200/Claas_Quadrant_1200.i3d (0.37mb in 338.10 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrClaasQuadrant1200/Ballen/strawbaleBalerB.i3d (0.00mb in 48.16 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrLemkenJuwel8/LemkenJuwel8.i3d (0.01mb in 234.33 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/loaders/i3d/deutzAgrovectorShovel2.i3d (0.08mb in 801.36 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/loaders/i3d/deutzAgrovector.i3d (1.90mb in 844.17 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrET_Agrar_Ballengabel/Ballengabel.i3d (0.00mb in 38.04 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrET_Agrar_Ballengabel/Ballengabel_fl.i3d (0.00mb in 4.15 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/beddingFeeding/i3d/kuhnProfile1880.i3d (2.12mb in 680.65 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/beddingFeeding/i3d/kuhnPrimor3570.i3d (2.33mb in 498.54 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/KaercherPressureWasher/KaercherHDS690.i3d (0.45mb in 32.08 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrJD2058SetV2/JD2058.i3d (0.04mb in 843.92 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrJD2058SetV2/JD2058Trailer.i3d (0.01mb in 145.35 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrJD2058SetV2/DominoniSL966.i3d (0.01mb in 115.91 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrJD2058SetV2/JDheader.i3d (0.02mb in 178.32 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_FENDT_CARGO_5X90_v2_GREENL_S13_AGO/Textur/5X90CARGO.i3d (0.01mb in 88.19 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_FENDT_VARIO724_SCR_LS13_V21_DL_Agofix/FENDTVARIO724.i3d (0.14mb in 1539.40 ms)
    Warning: 3D stereo sound files are not supported. Convert 'C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_FENDT_VARIO724_SCR_LS13_V21_DL_Agofix/Sound/idleAI.wav' to mono
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_FENDT_VARIO_FRONT_ZAVORRE_AGO/Textur/Zavorra.i3d (0.00mb in 64.53 ms)
    Warning: Material with id 0 not found in shape 'RUL'.
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_JohnDeere6810_v2/JohnDeere6810FH.i3d (0.07mb in 1879.71 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_JohnDeere6810_v2/Oberlenker.i3d (0.00mb in 12.18 ms)
    Error: Can't load resource: C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_JohnDeere6810_v2/sound/outdoor_idle.wav
    Error: Can't load sample C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_JohnDeere6810_v2/sound/outdoor_idle.wav.
    Error: Can't load resource: C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_JohnDeere6810_v2/sound/outdoor_idle.wav
    Error: Can't load sample C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_JohnDeere6810_v2/sound/outdoor_idle.wav.
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mr_Lemken_Pack/LemkenVariopack_STD_3m.i3d (0.02mb in 666.85 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MRStollR1405S/StollR1405S.i3d (0.05mb in 2978.05 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/tractors/i3d/deutzTTV430CareWheels.i3d (5.21mb in 799.79 ms)
    data/vehicles/steerable/upperLinkMedium.i3d (0.04mb in 94.21 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/amazoneUF1801/amazoneUF1801.i3d (1.95mb in 190.21 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/amzoneZAX1402/amazoneZAX1402.i3d (0.89mb in 185.52 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/Ballen_Gabel_FL/Ballengabel.i3d (0.09mb in 64.16 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/mowers/i3d/kuhnPZ280F.i3d (1.29mb in 631.40 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealisticVehicles/mowers/i3d/kuhnPZ960.i3d (3.07mb in 123.27 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrJohnDeere7810/JohnDeere.i3d (0.09mb in 9906.27 ms)
    Warning: 3D stereo sound files are not supported. Convert 'C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrJohnDeere7810/sounds/idle_JD7810.wav' to mono
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrBrantnerDPW18000/dpw18000.i3d (0.01mb in 1088.96 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrAmazone_ED452_V2_Waschbar/Amazone_ED452.i3d (0.07mb in 969.06 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/MR_FENDT_WHEELS_CONTINENTAL_VARIO700_Ago/Textur/Fendt700Pallet.i3d (0.01mb in 221.37 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/Quaderballentechnik_Pack_by_Ifko/Ballen/haybaleBaler.i3d (0.08mb in 25.09 ms)
    data/character/farmer/farmer_player.i3d (1.75mb in 116.30 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mrZunhammer18500PU/TowBall.i3d (0.00mb in 64.92 ms)
    data/vehicles/trucks/milktruck.i3d (1.19mb in 587.81 ms)
    data/vehicles/cars/car2.i3d (0.42mb in 155.20 ms)
    data/vehicles/cars/car1.i3d (0.43mb in 68.40 ms)
    data/vehicles/cars/car4.i3d (0.33mb in 70.93 ms)
    data/vehicles/cars/car6.i3d (0.38mb in 70.94 ms)
    data/vehicles/cars/car7.i3d (0.47mb in 71.22 ms)
    data/vehicles/cars/car3.i3d (0.39mb in 72.64 ms)
    data/vehicles/cars/car5.i3d (0.37mb in 81.75 ms)
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/mr_amazoneUF1801/amazoneUF1801.i3d (0.02mb in 68.03 ms)
    Error: LUA running function 'mouseEvent'
    C:/Users/Andreas/Documents/My Games/FarmingSimulator2013/mods/moreRealistic/RealisticTool.lua(56) : attempt to index field '?' (a nil value)


    [/expander]



    Hoffentlich ist der Fehler jetzt mal ersichtlich.......

  • Du hast der UF schon nen falschen RealisticVehicle Type in der moddesc gegeben…


    <specialization name="realisticTool" />


    Die Spec steht eigentlich nur für Grubber, Gewichte etc…


    Wenn du jetzt eine Spritze umrüsten möchtest solltest du folgende spec verwenden:


    <specialization name="realisticSprayer" />

    The good old days, the honest man
    The restless heart, the Promised Land,
    A subtle kiss that no one sees,
    A broken wrist and a big trapeze

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!