Posts by GhostFenixx

    First of all, Eresh Config still doesn't override actual IP and PORT, because she still tries to override one from source configs rather the one Senko've made in database/server.json
    Here's proof of my words

    It was like that on previous versions, got removed, now she does the same again.

    (Task Manager>Network>Netstat -an, no showings on my internal ip.)
    So don't use AkiConfig, go straight to where Senko pointed out, can confirm it works.

    Second of all, i wouldn't be sure if i haven't tried myself.
    It won't go past connect, I bet it's caused either because of certificates or because server can't handle external connections or because it requires a files within same system, i don't know, not even in guilded to know.
    Maybe if you have a LAN network, you can try, but i highly doubt it'll work anyway
    JET in another hand have servers for remote connections, yet those only rumours i heard.

    Not possible. There is no need for that either.
    Server itself doesn't eat cpu power nor ram, if you want to transfer character between multiple PC's just make a cloud storage and throw profile there.
    It's in user/profiles.

    Most likely you've generated certificate key and moved folder, or something else.
    Solution:


    1)Easy one


    in Gamefolder/user/certs delete both certs and keys

    Launch server again with admin mode and try to play again, (getting in character menu is enough to look for server and see is notifier is still spamming)


    2)Complicated one


    Open Command Prompt (Windows key + R)

    inside of it enter : certutil.exe -f -addstore Root <yourgamepath>\user\certs\cert.pem
    Here's an example if you feel you need one:
    certutil.exe -f -addstore Root D:\Games\Tarkov\user\certs\cert.pem
    Be advised CMD should run in admin mode to do the thing.

    Profile got corrupted, most likely because of power outtage or some sorts of PC crash.
    You can check by yourself by looking into it:
    user/profile/longID.json
    If it's empty, then it's dead.
    Delete it, make a new one and you're good to go

    If you feel like you're 100% confident it's memory, sure, Then we have 2 issues on a single person, check the server logs.
    Even if you manage to diagnose this issue, he would run into another.

    I bet you know how channel/create spam end up - Exactly buffer and out of memory issues, but i agree it's more of a hang rather crashes.
    I'll go along solution of yours.
    For stable gameplay you might need at least 16GB of RAM and setted Pagefile for at least half of your RAM settings, the more the better(but don't go more than 4x), preferably on SSD.
    if you don't know what pagefile is Read about it on google, it's easier way than me trying to instruct you to it.

    For addition, you can use certmgr.msc (via Win-R) to see if there certificate we need exists, the one you need goes with 127.0.0.1, should be in a second folder.
    (might be helpful if you entered in certutil and want to check is it written ok)
    Be advised, tinkering within certmgr is quite volatile, so i won't take any responsobility for any action you'll do there :D

    I wouldn't think you'll get much of a help with that huge mod list, this is not something someone could repro properly.

    there is one repeatable error that goes in client with `Object reference is not an instance` blah-blah with that parent ID
    5447bedf4bdc2d87278b4568 which stands for grenade launcher class IIRC that has any relation to this: 6b271382195647a2a6195ae3f04704d8

    So i would start looking for mod that add sort of GL and see if it's ok/up-to-date/remove it for a test.

    Item with id [Nade] has not been found in FlatItemsToTree

    Maybe this debug message will give you a hint.

    I'd look for it in Profile and would try to remove 2nd id, see if it can be helped.

    1. [8584c8df4dba56d37a407ffb][127.0.0.1] /client/notifier/channel/create
    2. [8584c8df4dba56d37a407ffb][127.0.0.1] /client/notifier/channel/create
    3. [8584c8df4dba56d37a407ffb][127.0.0.1] /client/notifier/channel/create

    This is the reason, your certificate gone borked, there is 2 options on how to solve this.
    Lucky way or manual adding way.
    Lucky way:
    First, delete the files within gamefolder/user/certs/

    Second, launch the server in admin mode(it may require that to generate and sign a cert key)
    To see is it actually fixed, enter the character page in the game (basically your inventory), if you see lines being spammed like the one at the start of this post in server terminal, then the issue still persists.

    The second solution should be in FAQ, but since Eresh didn't manage to look for it, to give you a solution i'll just post it here.
    Manual add:

    Don't touch certs folder this time, be sure they are generated there (aka there is 2 files)

    Open Command Prompt (Windows key + R)
    inside of it enter : certutil.exe -f -addstore Root <yourgamepath>\user\certs\cert.pem
    Here's an example if you feel you need one:
    certutil.exe -f -addstore Root D:\Games\Tarkov\user\certs\cert.pem
    Be advised CMD should run in admin mode to do the thing.


    If you're accustomed to the PC, but can't make CMD to work on admin mode for some reason, you can make a .bat file and run it via right click - run as admin.
    hope it helps.

    Even more updates,
    first of all, BackendUrl that being generated by Eresh mod goes nowhere since there is no variable for that in ConfigHttp, it's just exist iirc.
    changing values via that mod shows on the server terminal that is changed, but by netstat in cmd it clearly doesn't, it still listening for classic 443.

    Aki-Configurator mod by ereshkigal, that's all you need to know.

    But be advised, if you change port via config, launcher will refuse to connect.
    Probably caused by https protocol variable itself.
    Since launcher doesn't take port for a connection, aka just 127.0.0.1

    there is no client or backend logs.
    Only application, errors, nvidia and traces.
    https://codepaste.sp-tarkov.co…jkqzVK5s3dqWbYKryV1mThCWV Error one.
    https://codepaste.sp-tarkov.co…vNhcpvMuznQXD8yiQYgWUAnbp Application one.
    Nothing new in traces, since it repeats both error and application one in one file.
    Edit 1:i saw thing above for too late, it's not really hijackin' since he posted same error in embed file
    Edit 2: gonna do what Andrulis said, we'll see what's changed, yet having both official EFT and SPT is quite `irrational`
    Edit 3: It did work when you have a separate official game, whoever thought it's a good idea never had issues with disk storage.

    Same issue here, New game, instead of copyin' live one i just changed the name folder then put aki in.
    no issues on server logs,
    On both error and traces the last line are this:

    0.12.10.1.11661|Info|backend|---> Request URL: https://127.0.0.1:443/client/game/start:

    0.12.10.1.11661|Error|backend|<--- Error! URL: https://127.0.0.1:443/client/game/start, responseCode:0, error text: Unknown Error
    0.12.10.1.11661|Error|backend|<--- Error! URL: https://127.0.0.1:443/client/game/start, responseCode:0, error text: Unknown Error
    `Original (Live) version should still be present and it should not be edited in any way.` Is this really necessary now? had no issues on 10532.