2009scape-launcher-sc.exe - Entry Point Not Found

Having issues? Ask here!
Forum rules
- Search for existing answers before creating a new topic
- Topic titles must be descriptive and searchable
- Duplicate questions will be redirected to the existing answer(s) and locked.
User avatar
n_master135
Noob
Posts: 12
Joined: Thu Dec 28, 2023 8:35 am
Been thanked: 2 times

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Post by n_master135 »

Last edited by n_master135 on Fri Jan 05, 2024 12:54 am, edited 1 time in total.
User avatar
Red Bracket
Retired Staff
Posts: 321
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 307 times
Been thanked: 76 times
Contact:

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Post by Red Bracket »

Edit: Do not do this

You may also need to create a config.json in the same folder:

Code: Select all

{
  "ip_management": "localhost",
  "ip_address": "localhost",
  "world": 1,
  "server_port": 43594,
  "wl_port": 43595,
  "js5_port": 43595,
  "ui_scale": 1,
  "fps": 0
}
Last edited by Red Bracket on Fri Jan 05, 2024 7:12 am, edited 1 time in total.
User avatar
n_master135
Noob
Posts: 12
Joined: Thu Dec 28, 2023 8:35 am
Been thanked: 2 times

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Post by n_master135 »

It now launches "2009Scape [Local]."
User avatar
Red Bracket
Retired Staff
Posts: 321
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 307 times
Been thanked: 76 times
Contact:

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Post by Red Bracket »

Sorry, I gave you the wrong config content. Looks like we're almost there.

Put this in a file named config.json, in the same folder as rt4-client.jar:

Code: Select all

{
  "ip_management": "play.2009scape.org",
  "ip_address": "play.2009scape.org",
  "world": 1,
  "server_port": 43594,
  "wl_port": 43595,
  "js5_port": 43595,
  "ui_scale": 1,
  "fps": 0
}
User avatar
n_master135
Noob
Posts: 12
Joined: Thu Dec 28, 2023 8:35 am
Been thanked: 2 times

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Post by n_master135 »

It works. Thanks!
Post Reply