[PR #573] [MERGED] Fix X11 Error On Headless Servers With GUI Disabled #7565

Closed
opened 2026-05-30 12:22:19 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/573
Author: @Dark98
Created: 2/2/2023
Status: Merged
Merged: 2/2/2023
Merged by: @Dark98

Base: masterHead: headless-x11-fix


📝 Commits (1)

  • 09d00c7 Fix X11 Error On Headless Servers With GUI Disabled

📊 Changes

4 files changed (+219 additions, -213 deletions)

View changed files

📝 2006Scape Server/src/main/java/com/rs2/GameEngine.java (+3 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/players/Player.java (+158 -156)
📝 2006Scape Server/src/main/java/com/rs2/gui/ControlPanel.java (+5 -6)
📝 2006Scape Server/src/main/java/com/rs2/net/PacketSender.java (+53 -50)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/573 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 2/2/2023 **Status:** ✅ Merged **Merged:** 2/2/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `headless-x11-fix` --- ### 📝 Commits (1) - [`09d00c7`](https://github.com/2006-Scape/2006Scape/commit/09d00c78bf8426b3d2b7228bdeca230889857fe4) Fix X11 Error On Headless Servers With GUI Disabled ### 📊 Changes **4 files changed** (+219 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/GameEngine.java` (+3 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/players/Player.java` (+158 -156) 📝 `2006Scape Server/src/main/java/com/rs2/gui/ControlPanel.java` (+5 -6) 📝 `2006Scape Server/src/main/java/com/rs2/net/PacketSender.java` (+53 -50) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-30 12:22:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#7565