[PR #56] [MERGED] Fixed Remote Desktop crash #963

Closed
opened 2026-02-27 15:52:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/56
Author: @MaxXor
Created: 4/13/2015
Status: Merged
Merged: 4/13/2015
Merged by: @MaxXor

Base: masterHead: remote-desktop-fix


📝 Commits (1)

  • 27cda8f Fixed Remote Desktop crash

📊 Changes

8 files changed (+33 additions, -18 deletions)

View changed files

📝 Client/Core/Commands/CommandHandler.cs (+4 -4)
📝 Client/Core/Helper/UnsafeStreamCodec.cs (+4 -1)
📝 Client/Core/Packets/ClientPackets/DesktopResponse.cs (+5 -1)
📝 Client/Core/Packets/ServerPackets/Desktop.cs (+3 -3)
📝 Server/Core/Commands/CommandHandler.cs (+7 -2)
📝 Server/Core/Packets/ClientPackets/DesktopResponse.cs (+5 -1)
📝 Server/Core/Packets/ServerPackets/Desktop.cs (+3 -3)
📝 Server/Core/UserState.cs (+2 -3)

📄 Description

  • Fixed Remote Desktop crash when using multiple monitors with different
    resolution

🔄 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/quasar/Quasar/pull/56 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 4/13/2015 **Status:** ✅ Merged **Merged:** 4/13/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `remote-desktop-fix` --- ### 📝 Commits (1) - [`27cda8f`](https://github.com/quasar/Quasar/commit/27cda8f80b0380bb9b3f8b5869ee60963d3bdda6) Fixed Remote Desktop crash ### 📊 Changes **8 files changed** (+33 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Commands/CommandHandler.cs` (+4 -4) 📝 `Client/Core/Helper/UnsafeStreamCodec.cs` (+4 -1) 📝 `Client/Core/Packets/ClientPackets/DesktopResponse.cs` (+5 -1) 📝 `Client/Core/Packets/ServerPackets/Desktop.cs` (+3 -3) 📝 `Server/Core/Commands/CommandHandler.cs` (+7 -2) 📝 `Server/Core/Packets/ClientPackets/DesktopResponse.cs` (+5 -1) 📝 `Server/Core/Packets/ServerPackets/Desktop.cs` (+3 -3) 📝 `Server/Core/UserState.cs` (+2 -3) </details> ### 📄 Description - Fixed Remote Desktop crash when using multiple monitors with different resolution --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#963
No description provided.