Page 1 of 2

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

Posted: Tue Jan 02, 2024 5:36 pm
by n_master135
“The procedure entry point GetEnabledXStateFeatures could not be located in the dynamic link library KERNEL32.dll.”

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

Posted: Tue Jan 02, 2024 5:53 pm
by Ceikry
Windows 8?

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

Posted: Tue Jan 02, 2024 5:59 pm
by n_master135
Windows 7.

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

Posted: Tue Jan 02, 2024 6:00 pm
by Ceikry
Windows 7 isn't supported by anything anymore, we don't intend to support it either. You can run the client jar directly (it's just a java program) instead of using the launcher.

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

Posted: Tue Jan 02, 2024 7:57 pm
by n_master135
Alright. Thanks.

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

Posted: Tue Jan 02, 2024 10:56 pm
by Red Bracket
You can try https://webosrs.com/ which supports 2009scape. It lets you play on the cloud, no download required

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

Posted: Thu Jan 04, 2024 8:00 am
by n_master135
How can I run the client jar directly?

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

Posted: Thu Jan 04, 2024 9:40 am
by Red Bracket
How to run 2009scape without Saradomin:

1. Download the rt4-client client (.jar) from https://gitlab.com/2009scape/rt4-client ... ?job=build
2. In the same folder you put the client (.jar), create a file called "server_profiles.json"

Paste the following in the file:

Code: Select all

[
    {
        "name": "Local server",
        "ip_management": "localhost",
        "ip_address": "localhost",
        "server_port": 43594,
        "wl_port": 43595,
        "js5_port": 43595
    },
    {
        "name": "Live server",
        "ip_management": "play.2009scape.org",
        "ip_address": "play.2009scape.org",
        "server_port": 43594,
        "wl_port": 43595,
        "js5_port": 43595
    },
    {
        "name": "Testing server",
        "ip_management": "test.2009scape.org",
        "ip_address": "test.2009scape.org",
        "server_port": 43594,
        "wl_port": 43595,
        "js5_port": 43595
    }
]
3. If you do not have Java 11 installed, get it from https://adoptium.net/temurin/releases/?version=11
4. Run the rt4-client.jar

* If the title of the client is "2009Scape [Test]", then try step 2 again. The title of the client should say "2009Scape Live"
* If you want plugins download a zip from https://gitlab.com/2009scape/tools/client-plugins, and extract it into a folder named "plugins" in the same folder as the client.jar

Alternatives:
* Dual boot Linux, 2009scape has first-class Linux support

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

Posted: Thu Jan 04, 2024 1:04 pm
by n_master135
I followed those instructions, and I could only get "2009Scape [Test]" to work.

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

Posted: Thu Jan 04, 2024 2:43 pm
by Red Bracket
Windows sometimes hides the file names. Are you sure the file is properly named and in the same folder?

Feel free to take a screenshot and upload it somewhere so we can have a better look.

I might make a Windows XP compatible launcher over the weekend if I have time