Giter VIP home page Giter VIP logo

Comments (13)

EduardAlan avatar EduardAlan commented on September 6, 2024 1

I was able to fix the autoplugin ur0: tai error by copying everything to
the ux0: tai folder

from autoplugin.

NeonLightning avatar NeonLightning commented on September 6, 2024

#26

from autoplugin.

theheroGAC avatar theheroGAC commented on September 6, 2024

autoplugin is currently not compatible with tf-card-plugin-tool

from autoplugin.

ONElua avatar ONElua commented on September 6, 2024

please send me capture!!!!
then TF card creates a completed folder ux0:tai/config.txt ??

from autoplugin.

NeonLightning avatar NeonLightning commented on September 6, 2024

what capture do you need?

from autoplugin.

ONElua avatar ONElua commented on September 6, 2024

ux0:tai or ur0:tai

from autoplugin.

chchris25 avatar chchris25 commented on September 6, 2024

I figured out the problem. Delete the tai folder in ux0 if you already have it installed on ur0

from autoplugin.

chchris25 avatar chchris25 commented on September 6, 2024

Everytime you update it recreates the ux0:tai/config.txt directory. You must delete it on every update to get Autoplugin working.

from autoplugin.

DragRedSim avatar DragRedSim commented on September 6, 2024

I also have this error, though it’s a known thing for me. I have config.txt as a directory on ux0:, since I only modify plugins on ur0:, I use that trick to ensure that there is no file created to override my plugins list. If this is the case, it may be better to warn the user that plugin configuration on ux0: is disabled, without crashing the app.

from autoplugin.

xiuyanLi avatar xiuyanLi commented on September 6, 2024

-- file exist.
function fileExist(path)
local fp = io.open(path, "rb")
if fp then
fp:close()
return true
end

return false
end

​Maybe can fix this bug.

from autoplugin.

theheroGAC avatar theheroGAC commented on September 6, 2024

Test now.Thank you

from autoplugin.

bamhm182 avatar bamhm182 commented on September 6, 2024

This issue still remains. We could solve it with a files.info(path).directory check in script.lua and telling the user to uninstall tf card and year StorageMgr instead. Not an ideal fix, but could be a start.

from autoplugin.

bamhm182 avatar bamhm182 commented on September 6, 2024

I have confirmed this problem to be fixed on both my PS Vita and PSTV. Can we close it?

from autoplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.