Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 -- Failure to create a default settings file #73

Open
richsurgenor opened this issue Apr 24, 2019 · 0 comments · May be fixed by reswitched/libtransistor#159
Open

1.0.0 -- Failure to create a default settings file #73

richsurgenor opened this issue Apr 24, 2019 · 0 comments · May be fixed by reswitched/libtransistor#159
Labels
bug Something isn't working

Comments

@richsurgenor
Copy link

richsurgenor commented Apr 24, 2019

Log from twibd over a USB connection:

[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] brought up USB serial
[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] using fresh config
[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] acquiring ldr:shel
[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] acquired services
[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] opening /sd/.twili_temp
[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI]   not found, making...
[2][2019-04-17 23:19] daemon/USBBackend.cpp:682: [TWILI] caught ResultError: ResultError 0x202 (Module: FS, Group: N/A, Description: NOT_FOUND)

Furthermore, my switch fatals with error 0x202 -- Path does not exist. (Which I guess was also caught by twibd anyways)

One of the times trying this, the 'sd' directory was created but the settings file was still not.

After looking at the project a little myself I saw that it stops here:
https://github.com/misson20000/twili/blob/master/twili/FileManager.cpp#L51

It never gets to "opening again...," which is interesting because the "sd" directory was created at least once while I was trying to get this to work.

@misson20000 misson20000 added the bug Something isn't working label Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants