RuneLite client released in beta

All of PkHonor's news will be posted here.
User avatar
Mike
Programmer
Posts: 6355
Joined: Sun Nov 01, 2009 8:00 pm
Location: PkHonor HQ

RuneLite client released in beta

Post by Mike » Sun Jun 28, 2026 7:28 pm

Hey everyone,

It has been a while.

Today we are releasing the first public beta of the new RuneLite-based PkHonor client:

JAR client (requires Java): https://client.pkhonor.net/cd/PkHonor_beta-runelite.jar
Portable client (Java included): https://client.pkhonor.net/cd/PkHonor_beta-runelite.zip

This RuneLite client is the result of a massive project that Brant started almost three years ago: moving PkHonor onto a RuneLite-based client while keeping many years of custom PkHonor features and improvements.

Some context: in April 2024, I stepped down as owner of PkHonor because of a difference in vision between Rapsey and myself, but chose not to publicly announce this out of fear this may lead to players leaving the server. Ever since, I stayed around as an unpaid volunteer developer.

I have been more active again the past few weeks because finishing the RuneLite client finally became possible again with the help of AI coding tools like Codex. Something that would have taken me months to accomplish on my own has now been done in just two weeks. It is not perfect yet, but it is ready for its first public beta test.

Important: this beta client connects to the live PkHonor server. Please be careful with risky activities such as Hardcore Ironman, the Duel Arena, or risking wealth in the Wilderness until we are confident the RuneLite client is stable and works correctly.

A few notes:

This is a beta. There will be bugs, broken features and behaviour differences compared to the old client.

The RuneLite client loads the actual OSRS cache, updated to 11 June 2026. This means modern OSRS maps, models, items, NPCs, objects and animations are supported client-side, including newer content such as Tombs of Amascut, Desert Treasure II content, Fortis Colosseum, Hueycoatl, Yama, and even Sailing.

This does not mean all of that content is playable on PkHonor yet. The client can load and display those assets; the actual gameplay still needs to be implemented server-side.

For now, the goal is simple: get as many people as possible testing the RuneLite client. To facilitate this, we have also launched an advertisement campaign to create more visibility and get more players on the server again.

If you notice broken items, NPCs, objects, models, animations, maps, interfaces, weird clicks, missing sprites, or anything that worked in the old client but no longer works in the RuneLite client, please report it as a reply to this post.

Try it.
Break it.
Report what breaks on this thread.

Together, we can move PkHonor onto a modern client foundation without losing what made this server stand out.

Thanks,

Mike

User avatar
Iron adam
Event Coordinator
Posts: 12066
Joined: Sun Aug 24, 2014 6:07 am
Contact:

Re: RuneLite client released in beta

Post by Iron adam » Sun Jun 28, 2026 7:36 pm

Two items in my bank went null. 24609 and 24611

Image
Image

Image

User avatar
Nile river
Premium Donator
Posts: 162
Joined: Fri Dec 13, 2013 5:12 am
Location: Risk Me Edge

Re: RuneLite client released in beta

Post by Nile river » Sun Jun 28, 2026 8:04 pm

Curses dont highlight in prayer book when enabled
multiple null items in bank
all godsword specials make you invisible
vengeance makes you invisible
rev caves tp bugged
minimap doesnt always give you a flag of where you've clicked (probably something to do with zoom)
when loading chunks the minimap sometimes goes black
some emotes dont work
collection log null items (larrans chest)
brightness adjuster doesnt work in settings
bright textures doesnt work in the gpu plugin
grand exchange items up for sale textures are bugged
grand exchange buying items is bugged (wrong item when you click on it, sometimes item doesnt show up, sometimes item has a weird texture)
doesnt show xp grained on drop down xp menu
Some pets are bugged (beaver)
skill capes look weird
colored infinity robes textures (head is invisible)
cant log into characters that have less than 3 letters in the name ****************
Last edited by Nile river on Mon Jun 29, 2026 10:15 am, edited 18 times in total.

User avatar
Skiller
Developer
Posts: 2033
Joined: Fri Jun 05, 2015 11:50 pm
Location: Generally ::skilling

Re: RuneLite client released in beta

Post by Skiller » Sun Jun 28, 2026 8:10 pm

Java only client hardcrashes on Mac Mini M1. Only error logs captured below. Occurs during plugins loading

Code: Select all

java.io.IOException: Read end dead
	at java.base/java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:268)
	at java.base/java.io.PipedInputStream.awaitSpace(PipedInputStream.java:274)
	at java.base/java.io.PipedInputStream.receive(PipedInputStream.java:237)
	at java.base/java.io.PipedOutputStream.write(PipedOutputStream.java:154)
	at pkhonor.PsDw.run(Unknown Source)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Image

User avatar
Mike
Programmer
Posts: 6355
Joined: Sun Nov 01, 2009 8:00 pm
Location: PkHonor HQ

Re: RuneLite client released in beta

Post by Mike » Sun Jun 28, 2026 8:11 pm

Skiller wrote: Sun Jun 28, 2026 8:10 pm Java only client hardcrashes on Mac Mini M1. Only error logs captured below. Occurs during plugins loading

Code: Select all

java.io.IOException: Read end dead
	at java.base/java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:268)
	at java.base/java.io.PipedInputStream.awaitSpace(PipedInputStream.java:274)
	at java.base/java.io.PipedInputStream.receive(PipedInputStream.java:237)
	at java.base/java.io.PipedOutputStream.write(PipedOutputStream.java:154)
	at pkhonor.PsDw.run(Unknown Source)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Interesting, thank you for testing this. Can you try restarting the jar client? And does the portable client work?

User avatar
Skiller
Developer
Posts: 2033
Joined: Fri Jun 05, 2015 11:50 pm
Location: Generally ::skilling

Re: RuneLite client released in beta

Post by Skiller » Sun Jun 28, 2026 8:15 pm

Mike wrote: Sun Jun 28, 2026 8:11 pm
Skiller wrote: Sun Jun 28, 2026 8:10 pm Java only client hardcrashes on Mac Mini M1. Only error logs captured below. Occurs during plugins loading

Code: Select all

java.io.IOException: Read end dead
	at java.base/java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:268)
	at java.base/java.io.PipedInputStream.awaitSpace(PipedInputStream.java:274)
	at java.base/java.io.PipedInputStream.receive(PipedInputStream.java:237)
	at java.base/java.io.PipedOutputStream.write(PipedOutputStream.java:154)
	at pkhonor.PsDw.run(Unknown Source)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Interesting, thank you for testing this. Can you try restarting the jar client? And does the portable client work?
Still occurs on retry; portable passes this loading step, but when logging in for first time was greeted by a complete blackscreen. No error logs. Logging in after a reload is fine
Image

Ktm drip
Honor Player
Posts: 44
Joined: Thu May 16, 2024 2:01 am

Re: RuneLite client released in beta

Post by Ktm drip » Sun Jun 28, 2026 8:17 pm

steadfast boots + ragefire boots have the same display as eternal boots im assuming glaivens also look the same as eternal boots as well

Ktm drip
Honor Player
Posts: 44
Joined: Thu May 16, 2024 2:01 am

Re: RuneLite client released in beta

Post by Ktm drip » Sun Jun 28, 2026 8:32 pm

to wear a max cape u have to click "teleport" on the cape
specs well on max hit dummys make u go invisible not sure if that would happen in wildy+bosses
idk if its just me but fire surge looks kinda goofy and is huge
all the skilling cape hoods have a blue colour inside. They all have a pink trim too?
vanguard boots are hella glitchy same as trickster boots
katana is glitchy
pet chaos elemental be flying

Vik
Honor Player
Posts: 4242
Joined: Tue Dec 17, 2013 7:19 am
Location: EDGE

Re: RuneLite client released in beta

Post by Vik » Mon Jun 29, 2026 9:34 am

Nile river wrote: Sun Jun 28, 2026 8:04 pm Curses dont highlight in prayer book when enabled
multiple null items in bank
all godsword specials make you invisible
vengeance makes you invisible
rev caves tp bugged
minimap doesnt always give you a flag of where you've clicked (probably something to do with zoom)
when loading chunks the minimap sometimes goes black
some emotes dont work
collection log null items (larrans chest)
brightness adjuster doesnt work in settings
bright textures doesnt work in the gpu plugin
grand exchange items up for sale textures are bugged
grand exchange buying items is bugged (wrong item when you click on it, sometimes item doesnt show up, sometimes item has a weird texture)
doesnt show xp grained on drop down xp menu
Some pets are bugged (beaver)
Value option on "skully" at edge - chat picture is bugged
skill capes look weird
colored infinity robes textures (head is invisible)
cant log into characters that have less than 3 letters in the name ****************
are you not full banned :pogo:
Image

User avatar
Nile river
Premium Donator
Posts: 162
Joined: Fri Dec 13, 2013 5:12 am
Location: Risk Me Edge

Re: RuneLite client released in beta

Post by Nile river » Mon Jun 29, 2026 10:15 am

Vik wrote: Mon Jun 29, 2026 9:34 am
Nile river wrote: Sun Jun 28, 2026 8:04 pm Curses dont highlight in prayer book when enabled
multiple null items in bank
all godsword specials make you invisible
vengeance makes you invisible
rev caves tp bugged
minimap doesnt always give you a flag of where you've clicked (probably something to do with zoom)
when loading chunks the minimap sometimes goes black
some emotes dont work
collection log null items (larrans chest)
brightness adjuster doesnt work in settings
bright textures doesnt work in the gpu plugin
grand exchange items up for sale textures are bugged
grand exchange buying items is bugged (wrong item when you click on it, sometimes item doesnt show up, sometimes item has a weird texture)
doesnt show xp grained on drop down xp menu
Some pets are bugged (beaver)
Value option on "skully" at edge - chat picture is bugged
skill capes look weird
colored infinity robes textures (head is invisible)
cant log into characters that have less than 3 letters in the name ****************
are you not full banned :pogo:
???????????? I am a reformed player. :kekw:

Post Reply