Beiträge von wa2k

Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.


    I am using an older version on 8.0.6, it is working.


    Which older version are you using?
    currently 1.0.3 crashes when loading up 8.0.6 on a private server

    i'm also getting that error as mentioned above

    Code
    [02:00:57] Server Initialization finished in 9,096.4ms
    [02:00:57] Failed to load server, Exception was Exception: ArgumentException
    Message:An item with the same key has already been added.
    Source:mscorlib
    
    
    System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at Eco.World.BlockManager..cctor()

    Edit:
    so after some trial and erroring i found that in v1.0.3 there's only one file causing that crash error
    in the folder items there's a file called CompostItem.cs
    the original 8.0.6 file


    the 1.0.3 version

    While i don't know what any of this code means you can at least see the differences between the two files, hopefully this helps somewhat. and you can use all but that one file from v1.0.3

    Hi I am on Eco v8.0.6

    This is my first time using mods, i am hosting my own private server (to re-learn the game), the server loads up and generates a world. i can login and wander around and open different interfaces like the map and whatnot. the moment i go to left click or right click with or without something in hand i get an exception and get sent to the main menu. this is the exception i get:

    Server encountered an exception:

    <size=60.00%>Exception: MissingMethodException
    Message:Method not found: 'Single Eco.Gameplay.Players.DifficultyConfig.get_ExperiencePerAction()'.
    Source:Asphalt-ModKit

    System.MissingMethodException: Method not found: 'Single Eco.Gameplay.Players.DifficultyConfig.get_ExperiencePerAction()'.
    at Asphalt.Api.Event.PlayerEvents.PlayerInteractEventHelper.Postfix(InteractionInfo info, InteractionContext& __result)
    at MakeContext_Patch1(InteractionInfo info, Player player)
    at Eco.Gameplay.Players.Player.PlayerInteract(InteractionInfo info)</size>

    i asked about this on Eco discord and one of the support moderators said this:
    Praefator [EU/NL-EN]Today at 10:59 AM
    Ah of course. The ExperiencePerAction was changed in 8.0.6. It's now PlayerExperiencePerSpecialtyExperience (edited)
    @war2k can you add that to the post?