moonlight-stream / moonlight-qt

GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
GNU General Public License v3.0
10.98k stars 640 forks source link

UI does not react correctly to mouse input on FreeBSD #1440

Open trueFireblade opened 1 month ago

trueFireblade commented 1 month ago

moonlight.log Describe the bug I recently upgraded from 5.1 to 6.1 on FreeBSD and the UI itself (so selection of remote host/settings/etc) no longer react correctly to mouse input. The click animation on buttons plays, but they do not perform their action.

Steps to reproduce Install latest port version on FreeBSD under X11

Client PC details (please complete the following information)

Server PC details (please complete the following information)

Moonlight Logs (please attach) moonlight.log

[EDIT]: Moonlight logs attached

quendae commented 1 month ago

+1, I'm on the PopOS and wanted to try some games from Steam (Next Fest), and while left click seems to be working as OP described (animation is there, but click is not happening).

Client:

Host:

Tried new Commandos: Origins (can't move character despite arrows shows on the ground), Industry Giant 4.0 (can't place building in tutorial)

trueFireblade commented 1 month ago

@quendae To me it sounds like you have a different issue, considering the fact you name games. I don't even get to connect to the remote host, the clicks with animation playing but nothing happening is in the moonlight-qt ui itself

cgutman commented 1 month ago

Since Moonlight logs to stderr, you will need to redirect both stdout and stderr using a command like: moonlight-qt &> moonlight.log

I'm curious if any QML or OpenGL errors are present in the logs. Typically, you will see some sort of warning from Qt when the UI breaks like that.

trueFireblade commented 3 weeks ago

Thank you @cgutman, I have edited the issue to attach the logs