xyzz / vita-moonlight

NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded
GNU General Public License v3.0
648 stars 75 forks source link

App problems with SD2VITA #108

Closed d3m3vilurr closed 6 years ago

d3m3vilurr commented 6 years ago

we think the application has compatibility with gamecard-microsd(aka sd2vita). but multiple redditer reported same app problem 1 2

this issue might be same issue #102 and #105

In my test, an issue can't reproduce. and I guess, modified sd2vita sometimes makes the problem.

d3m3vilurr commented 6 years ago

looks like same issue xyzz/gamecard-microsd#22 but I need info for the double check.

  1. plugin version of sd2vita; contain project - original, fork branch, MLT version, ...
  2. use/not use vita memory card
fivezeroes commented 6 years ago

Having this issue with sd2vita 2.0, this one from amazon. sd2vita is mounted as ux0, vita card mounted as uma0. No folder is created in ux0:data. App works fine with vita card mounted as ux0.

d3m3vilurr commented 6 years ago

sorry, i need plugin information, not the hw :) anyway thanks for the report.

fivezeroes commented 6 years ago

Oh, I'm using the Switch SD2Vita application's plugin from Applelo.

d3m3vilurr commented 6 years ago

are you have ux0:data dir? just not created ux0:data/moonlight?

fivezeroes commented 6 years ago

I do have the ux0:data folder, and have other applications that make use of the folder, including homebrew browser and save manager. Also, I just tried the plugin recommended by wololo and encountered the same issue.

fivezeroes commented 6 years ago

I also disabled all other plugins, so stripped down to enso and sd2vita mounted as ux0 only, issue still persists.

d3m3vilurr commented 6 years ago

looks all broken users used mlthaku... :( so we can suspect, mlthaku makes problem at the install/initialize steps. in normally, os will make right ux0:data and henkaku/taihen give access perm to safe apps. but @fivezeroes comment mlthaku looks only can write unsafe application.

probably it's mlthaku issue not vita-moonlight and vanilla henkaku/taihen.

fivezeroes commented 6 years ago

So after nuking my whole vita to ensure no mlthaku is left and reinstalling henkaku and enso clean, still no change :/

fivezeroes commented 6 years ago

Found a fix! After digging through other people having the same issue with retroarch, I found someone advising

Quick update, I could restore attributes for all folder from windows by running: attrib -H -S d:*.* /D /S (replace D: by the letter of your drive)

to fix file permissions. This did the trick for me.

d3m3vilurr commented 6 years ago

@fivezeroes well... that still can be mlthaku issue, if make the mess at first initialize time, remain an issue until do formatting or recover permission (like your command).

anyway, thanks to sharing fix command, i'll add to wiki.

lovelydumpling commented 6 years ago

It worked! fivezeroes is a hero!

manui3rk commented 6 years ago

Hi.

I have the same problem whit Moonlight, how could i fix???

xyzz commented 6 years ago

As mentioned above, it's a problem with mlthaku, not vita-moonlight. vita-moonlight can do nothing to fix it, see replies above for a possible workaround.