Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS X 10.4 build of 1.3.1 uses 100% of CPU and drops connection #2

Open
nbolton opened this issue May 2, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@nbolton
Copy link
Owner

nbolton commented May 2, 2022

  1. Compile on Mac OS X 10.4 (SDK 10.2)
  2. Connect client to server
  3. Server accepts connection

Expected: Low CPU usage and mouse works on client
Actual: 100% CPU usage on client, and mouse doesn't transition, connection is eventually dropped

@nbolton nbolton added the bug Something isn't working label May 2, 2022
@nbolton
Copy link
Owner Author

nbolton commented May 2, 2022

Fix is to change the SDK from 10.2.8 (project default) to 10.3.9:

  1. Using Xcode 2.5 on Mac OS X 10.4
  2. Click Project menu
  3. Click Edit Project Settings
  4. Select SDK 10.3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant