XITRIX / Moonlight-Switch

Moonlight port for Nintendo Switch
907 stars 49 forks source link

info when runing Game: Mode 1280*720*30 not supported #45

Closed Fan26278 closed 8 months ago

Fan26278 commented 2 years ago

PC server is OpenStream I enter the IP , I can see the PC, and I choice OpenStream, normally at all ,choice Game(Desktop) at Open Stream ,then the moonlight client displays me the following message : "Mode 128072030 not supported" I tryied change resolution at PC or switch , it shows the same meesage:" 1920108060" not supported

Switch info: 13.2.0|AMS 1.2.5 Moonlight info: v0.11

Thank you for Moonlight on switch

Fan26278 commented 2 years ago

image

XITRIX commented 2 years ago

I've not tried to use OpenStream. Could you confirm that it's not your host issue by trying to connect to it with any other moonlight client (for android or ios, depends on what phone you have)?

Fan26278 commented 2 years ago

Thanks for your reply. I tried to use by iPhone , it's work normally.

Fan26278 commented 2 years ago

image This is OpenStream dialogue

XITRIX commented 2 years ago

According to this log, looks like it's openstream issue, it could not bound the port [48010] cause something is already using it. Try to find out what app is using it

ADMania commented 2 years ago

Hi. I have such mistake too. OpenStream' sever ups, but switch can't connect with such error "mode 1280x720x60 not supported". Setting resolution to 19201080 or 1280720 aren't help at all 9

mtheall commented 2 years ago

I ran into the same problem. Openstream server doesn't report any DisplayMode xml in its curl response. But it worked just fine if I set these to true, thereby skipping the mode compatibility checks: https://github.com/XITRIX/Moonlight-Switch/blob/2a2ff3e345eeb050a0b264ab184a0317ce9015c6/app/src/libgamestream/client.cpp#L440-L441

djpanajm commented 1 year ago

hello, i honestly don´t have a clue on how to edit these archieves, do you have the edited version? i mean just de .nro file with those modifications, thank you

safarirat commented 1 year ago

I got same error. But 3 sunshine instance was open on my PC.

Duglim commented 8 months ago

I got same error. But 3 sunshine instance was open on my PC.

Had the same with Sunshine (Linux) and found that there seems to be a bug in sunshine with the "advertised resolutions" values. The last resolution entry in sunshine web gui will be wrong in the XML sent to moonlight. Try adding an additional advertised resolution in sunshine, even if it's fake. In result, all other values will be correct in the XML afterwards.

XITRIX commented 8 months ago

Closing it is as not client related