SieR-VR / usc-app

Unnamed-SDVX-Clone Android Port
49 stars 6 forks source link

shader not found #10

Open AkinoAki opened 1 year ago

AkinoAki commented 1 year ago

i thought this was fixed Screenshot_20220903-033520_Unnamed SDVX Clone

Did as told in readme Run on Galaxy S20U, Android 12 Both on sdcard and internal storage suffer from this error

SieR-VR commented 1 year ago

Can you explain your file structure?

AkinoAki commented 1 year ago

sdcard/.usc/audio sdcard/.usc/fonts sdcard/.usc/skins/Default (this Default folder is the default skin pulled from your link) Tried my best to follow your guide Did i miss something?

SieR-VR commented 1 year ago

Can you send screenshot in file manager?

AkinoAki commented 1 year ago

Screenshot_20220903-112648_My Files Screenshot_20220903-112651_My Files Screenshot_20220903-112656_My Files Screenshot_20220903-112700_My Files

Here

SieR-VR commented 1 year ago

Did you allow the file management permission?

AkinoAki commented 1 year ago

Screenshot_20220903-113643_Permission controller Just double checked Yes i did

SieR-VR commented 1 year ago

hm.. I can't find issue

SieR-VR commented 1 year ago

If you can, sending log file with logcat will help.

AkinoAki commented 1 year ago

I'm outside right now so i'll try that when i get back home

AkinoAki commented 1 year ago

usc logcat.txt somehow log show the app work as intended and even attempted to load shader from the right directory but still can't find anything

AkinoAki commented 1 year ago

I've just noticed that ScanFiles can't run due to "sdcard/.usc/skins/" not recognized as a folder Why is this happening?

fangxx3863 commented 1 year ago

I have same problem

fangxx3863 commented 1 year ago

I found a solution I found that the file that logcat looks for doesn't match the actual path LogCat: SDVX : Can't run ScanFiles, "/storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/skins/" is not a folder
Real Path: /storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/usc/skins/

fangxx3863 commented 1 year ago

Error file
image

hlcm0 commented 1 year ago

I found a solution I found that the file that logcat looks for doesn't match the actual path LogCat: SDVX : Can't run ScanFiles, "/storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/skins/" is not a folder Real Path: /storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/usc/skins/

thanks, helped to fix mine!

HiLordReilo commented 1 year ago

I found a solution I found that the file that logcat looks for doesn't match the actual path LogCat: SDVX : Can't run ScanFiles, "/storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/skins/" is not a folder
Real Path: /storage/emulated/0/Android/data/com.example.unnamed_sdvx_clone/files/usc/skins/

Yeah, this helped me too, but now I had to ditch nautica, multiplayer and challenge courses as the skin itself cannot find "json" module, even though it's present in skin folder. I also tried copying json.lua into the same directory as the script that requests it, but it didn't help. I also had to edit all (necessary) lines that load and plays samples, because for some reason they request samples in "sample" format while the correct format is "sample.extension" (ex: "applause" > "applause.wav")

ogami1972 commented 1 year ago

same issue. I tried just copying the files to the correct path but that didn't seem to help. Would love to see this on my GPD XD+.