• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

People can´t enter my server (tibia debug)

Joined
Oct 26, 2014
Messages
34
Solutions
1
Reaction score
10
Hello, so basically I got a problem in my server, everytime people try to enter my server using my no-ip adress they get a debug and Tibia get closed the same thing is happening if they are using my ip instead of the no-ip (This is also happening to me, I can´t enter my own server using the no-ip adress I can only login to my server without the Tibia debuging and closing using 127.0.0.1) and I get a error in the console I got no idea why I am getting this error I checked my no-ip domain and It´s connected to my IP adress, the ip in the config is on my IP adress. I got no idea on how to fix this I checked other threads about this but couldn't find any solution. I am using tfs tfs 0.3.6.
Edit: Port 80, 7171, 7172 is open


Screenshot of the console:
9MzOsGA.png


Error I am getting in the console:
Code:
[Warning - Protocol::RSA_decrypt] Not valid packet size

Screenshot of my no-ip adress:
6jzbzmH.png


My config.lua
Code:
-- The forgottenking Config


    -- Account manager
    accountManager = false
    namelockManager = false
    newPlayerChooseVoc = true
    newPlayerSpawnPosX = 1000  
    newPlayerSpawnPosY = 998
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 20
    newPlayerMagicLevel = 1
    generateAccountNumber = false


    -- Unjustified kills
    redSkullLength = 100 * 24 * 60 * 60
    blackSkullLength = 150 * 24 * 60 * 60
    dailyFragsToRedSkull = 90
    weeklyFragsToRedSkull = 10000
    monthlyFragsToRedSkull = 10000
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = dailyFragsToRedSkull
    weeklyFragsToBanishment = weeklyFragsToRedSkull
    monthlyFragsToBanishment = monthlyFragsToRedSkull
    blackSkulledDeathHealth = 40
    blackSkulledDeathMana = 0
    useBlackSkull = true
    useFragHandler = true
    advancedFragList = false

    -- Banishments
    notationsToBan = 3
    warningsToFinalBan = 4
    warningsToDeletion = 5
    banLength = 7 * 24 * 60 * 60
    killsBanLength = 7 * 24 * 60 * 60
    finalBanLength = 30 * 24 * 60 * 60
    ipBanishmentLength = 0 * 0 * 00 * 00
    broadcastBanishments = true
    maxViolationCommentSize = 200
    violationNameReportActionType = 2
    autoBanishUnknownBytes = True

    -- Battle
    worldType = "pvp"
    protectionLevel = 80
    pvpTileIgnoreLevelAndVocationProtection = true
    pzLocked = 30 * 1000
    huntingDuration = 60 * 1000
    criticalHitChance = 7
    criticalHitMultiplier = 1
    displayCriticalHitNotify = false
    removeWeaponAmmunition = false
    removeWeaponCharges = false
    removeRuneCharges = false
    whiteSkullTime = 3 * 60 * 1000
    noDamageToSameLookfeet = false
    showHealingDamage = false
    showHealingDamageForMonsters = fasle
    fieldOwnershipDuration = 5 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 10 * 1000
    deathLostPercent = 10
    stairhopDelay = 0
    pushCreatureDelay = 1500
    deathContainerId = 1987
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true

    -- Connection config
    worldId = 0
    ip = "my ip adress"
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 15
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 1000
    motd = "Welcome To Xateria"
    displayOnOrOffAtCharlist = true
    onePlayerOnlinePerAccount = false
    allowClones = true
    serverName = "Xateria"
    loginMessage = "Welcome To Xateria"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = false
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

    -- Database
            sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "my pass"
    sqlDatabase = "mydatabase"
    sqlFile = ""
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"

    -- Deathlist
    deathListEnabled = true
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5

    -- Guilds
    ingameGuildManagement = true
    levelToFormGuild = 50
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 30

    -- Highscores
    highscoreDisplayPlayers = 15
    updateHighscoresAfterMinutes = 10

    -- Houses
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 100
    housesPerAccount = 1
    houseRentAsPrice = false
    housePriceAsRent = false
    housePriceEachSquare = 1000
    houseRentPeriod = "never"
    houseCleanOld = 0
    guildHalls = false

    -- Item usage
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true
  
        -- Map
    mapName = "theend"
    mapAuthor = "
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"

    -- Startup
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false

    -- Muted buffer
    bufferMutedOnSpellFailure = false
    spellNameInsteadOfWords = false
    emoteSpells = true
    allowChangeOutfit = true
    allowChangeColors = true
    allowChangeAddons = true
    disableOutfitsForPrivilegedPlayers = false
    addonsOnlyPremium = true


    -- Miscellaneous
    dataDirectory = "data/"
    bankSystem = true
    displaySkillLevelOnAdvance = false
    promptExceptionTracerErrorBox = true
    separateViplistPerCharacter = false
    maximumDoorLevel = 500
    maxMessageBuffer = 30
    saveGlobalStorage = true
    useHouseDataStorage = false
    storePlayerDirection = false
    checkCorpseOwner = true
    monsterLootMessage = 3
    monsterLootMessageType = 25
  

    -- Ghost mode
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true

    -- Limits
    idleWarningTime = 14 * 60 * 1000
    idleKickTime = 15 * 60 * 1000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0

    -- Premium-related
    freePremium = true
    premiumForPromotion = true

        -- Blessings
        blessings = true
        blessingOnlyPremium = true
        blessingReductionBase = 30
        blessingReductionDecrement = 10
        eachBlessReduction = 12

    -- Rates
    experienceStages = true
    rateExperience = 400
    rateExperienceFromPlayers = 50
    rateSkill = 30.0
    rateMagic = 15.0
    rateLoot = 10.0
    rateSpawn = 1

    -- Monster rates
    rateMonsterHealth = 1.0
    rateMonsterMana = 1.0
    rateMonsterAttack = 1.0
    rateMonsterDefense = 1.0


    -- Experience from players
  
    minLevelThresholdForKilledPlayer = 15.0
    maxLevelThresholdForKilledPlayer = 25.0

    -- Stamina
    rateStaminaLoss = 1
    rateStaminaGain = 3
    rateStaminaThresholdGain = 12
    staminaRatingLimitTop = 41 * 60
    staminaRatingLimitBottom = 14 * 60
    rateStaminaAboveNormal = 1.5
    rateStaminaUnderNormal = 0.5
    staminaThresholdOnlyPremium = true

    -- Party
    experienceShareRadiusX = 40
    experienceShareRadiusY = 40
    experienceShareRadiusZ = 1
    experienceShareLevelDifference = 2 / 3
    extraPartyExperienceLimit = 20
    extraPartyExperiencePercent = 5
    experienceShareActivity = 2 * 6 * 1000

    -- Global save
    globalSaveEnabled = false
    globalSaveHour = 1
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = false

    -- Spawns
    deSpawnRange = 2
    deSpawnRadius = 50

    -- Summons
    maxPlayerSummons = 3
    teleportAllSummons = false


    -- Logs
    -- NOTE: This kind of logging does not work in GUI version.
    -- For such, please compile the software with __GUI_LOGS__ flag.
    adminLogsEnabled = false
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outLogName = ""
    errorLogName = ""
    truncateLogsOnStartup = false
 
Solution
Solved, the problem was in my port configuartion I had my port open at 7171 to 7172 but it´s supposed to be at 7171 to 7171 and 7172 to 7172

Thanks for the help :)
Have you made sure that you are using the proper client version? Getting an RSA error like that is very strange and may happen if you're using an older client which does not use RSA at all.
 
Have you made sure that you are using the proper client version? Getting an RSA error like that is very strange and may happen if you're using an older client which does not use RSA at all.
I just downloaded 8.6 again, but it I am still getting the debug (tibia closed) and a error in the console
 
the exe that you are using in not compatible maybe with rsa key ip ports or even is a customized protocol
try to in sources definitions.h or resources.h i dont remember
 
the exe that you are using in not compatible maybe with rsa key ip ports or even is a customized protocol
try to in sources definitions.h or resources.h i dont remember
But this is happening to everyone that is trying to connect to my server (their tibia client crashes and debugs)
 
From where exactly did you download it, and does it contain custom code?

If the link is still alive, you may want to try using the following:
[8.60] The Forgotten Server 0.3.6 (Crying Damson) V8
I did download the tfs from ^^, and I just downloaded it again to be sure and I still got the bug in the console and tibia closed down, and I downloaded a new data pack and server to see if it would work but I still got the bug :/ But I can enter my server using 127.0.0.1
 
Solved, the problem was in my port configuartion I had my port open at 7171 to 7172 but it´s supposed to be at 7171 to 7171 and 7172 to 7172

Thanks for the help :)
 
Solution
Back
Top