LizardByte / Sunshine

Self-hosted game stream host for Moonlight.
http://app.lizardbyte.dev/Sunshine/
GNU General Public License v3.0
15.41k stars 743 forks source link

Unable to update installed sunshine macos homebrew #2780

Closed julianrios closed 2 days ago

julianrios commented 2 days ago

Is there an existing issue for this?

Is your issue described in the documentation?

Is your issue present in the latest beta/pre-release?

None

Describe the Bug

I get these errors below when I run brew upgrade sunshine Error: lizardbyte/homebrew/sunshine not installed

When I want to update I must run: brew install sunshine

Expected Behavior

Updates are pulled when I run this: run brew upgrade sunshine

Additional Context

Ran these commands successfully: brew untap LizardByte/homebrew-homebrew
brew tap LizardByte/homebrew-homebrew brew tap LizardByte/homebrew-homebrew

Untapping lizardbyte/homebrew... Untapped 1 formula (20 files, 44.3KB). ==> Tapping lizardbyte/homebrew Cloning into '/opt/homebrew/Library/Taps/lizardbyte/homebrew-homebrew'... remote: Enumerating objects: 62, done. remote: Counting objects: 100% (62/62), done. remote: Compressing objects: 100% (45/45), done. remote: Total 62 (delta 14), reused 37 (delta 7), pack-reused 0 Receiving objects: 100% (62/62), 18.79 KiB | 3.76 MiB/s, done. Resolving deltas: 100% (14/14), done. Tapped 1 formula (19 files, 42.9KB).

sunshine --version
[resolutions] -- [[ 1920x1080, 2560x1080, 3840x2160, 3840x1440, 2560x1440 ]] [fps] -- [[60,120]] [audio_sink] -- [BlackHole 2ch] [2024:06:30:16:10:28]: Info: Sunshine version: 0.23.1.890b6fd18bd783efe259f33205d2732a05428e52

Host Operating System

macOS

Operating System Version

14.5 (23F79)

Architecture

arm

Sunshine commit or version

0.23.1.890b6fd18bd783efe259f33205d2732a05428e52

Package

macOS - Homebrew

GPU Type

n/a

GPU Model

M2 Max

GPU Driver/Mesa Version

M2 Max

Capture Method

None

Config

audio_sink = BlackHole 2ch
fps = [60,120]
resolutions = [
    1920x1080,
    2560x1080,
    3840x2160,
    3840x1440,
    2560x1440
]

Apps

No response

Relevant log output

[2024:06:30:16:18:40]: Info: Sunshine version: 0.23.1.890b6fd18bd783efe259f33205d2732a05428e52
[2024:06:30:16:18:40]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024:06:30:16:18:40]: Info: Trying encoder [videotoolbox]
[2024:06:30:16:18:40]: Info: Detecting displays
[2024:06:30:16:18:40]: Info: Detected display: Built-in Retina Display (id: 1) connected: true
[2024:06:30:16:18:40]: Info: Configuring selected display (1) to stream
[2024:06:30:16:18:40]: Info: SDR color coding [Rec. 601]
[2024:06:30:16:18:40]: Info: Color depth: 8-bit
[2024:06:30:16:18:40]: Info: Color range: [JPEG]
[2024:06:30:16:18:40]: Warning: [h264_videotoolbox @ 0x1276079e0] PrioritizeEncodingSpeedOverQuality property is not supported on this device. Ignoring.
[2024:06:30:16:18:40]: Info: [h264_videotoolbox @ 0x1276079e0] This device does not support the AllowOpenGop option. Value ignored.
[2024:06:30:16:18:41]: Info: SDR color coding [Rec. 601]
[2024:06:30:16:18:41]: Info: Color depth: 8-bit
[2024:06:30:16:18:41]: Info: Color range: [JPEG]
[2024:06:30:16:18:41]: Info: SDR color coding [Rec. 601]
[2024:06:30:16:18:41]: Info: Color depth: 8-bit
[2024:06:30:16:18:41]: Info: Color range: [JPEG]
[2024:06:30:16:18:41]: Error: Couldn't open [av1_videotoolbox]
[2024:06:30:16:18:41]: Info: Detecting displays
[2024:06:30:16:18:41]: Info: Detected display: Built-in Retina Display (id: 1) connected: true
[2024:06:30:16:18:41]: Info: Configuring selected display (1) to stream
[2024:06:30:16:18:41]: Info: SDR color coding [Rec. 709]
[2024:06:30:16:18:41]: Info: Color depth: 10-bit
[2024:06:30:16:18:41]: Info: Color range: [JPEG]
[2024:06:30:16:18:41]: Info: 
[2024:06:30:16:18:41]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2024:06:30:16:18:41]: Info: 
[2024:06:30:16:18:41]: Info: Found H.264 encoder: h264_videotoolbox [videotoolbox]
[2024:06:30:16:18:41]: Info: Found HEVC encoder: hevc_videotoolbox [videotoolbox]
[2024:06:30:16:18:41]: Info: Configuration UI available at [https://localhost:47990]
[2024:06:30:16:18:41]: Error: Failed to create client: Memory exhausted
[2024:06:30:16:18:50]: Info: Web UI: [XXX.X.X.X] -- not authorized
[2024:06:30:16:19:08]: Info: Interrupt handler called
ReenigneArcher commented 2 days ago

Homebrew repo doesn't support pre-releases, if that's what you're asking... and it's not planned to.