Skip to content

Fresh client can't reach the emulator: m_sLS1 points at retired RTW login server #3

Description

@eaxiumnet

Symptom

A clean APB 1.1.0 client (e.g. CleanAPB1.1) shows "connection with the login server could not be established" — it boots fine but never reaches the local lobby.

Root cause

APBGame/Config/APBGame.ini in the shipped client has:

[APBGame.cHostingGC2LS]
m_sLS1=apbworlddev:15001

The only working server entry must point at the emulator:

m_sLS1=127.0.0.1:2106

That is the single diff between a working and a non-working client (verified with diff against a known-good local client).

Also useful to document (README)

  1. Accounts are created on demand, not pre-seeded: http://127.0.0.1:8880/createAccount&username=x&password=x (the & is intentional).
  2. The login token file is Binaries/_rtoken.id (holds the account's token returned by createAccount).
  3. Editor landmine: if you rewrite APBGame.ini programmatically, keep it CRLF with no UTF-8 BOM — adding a BOM makes the client black-screen at startup (UE3 ini parser chokes on the first section header).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions