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

Cant load saved profiles #25

Open
pckotzer opened this issue Sep 25, 2024 · 1 comment
Open

Cant load saved profiles #25

pckotzer opened this issue Sep 25, 2024 · 1 comment
Labels
bug Something isn't working TODO

Comments

@pckotzer
Copy link

pckotzer commented Sep 25, 2024

It crashes when i try to load a profile.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
time: 1727267659537
msg: android.system.ErrnoException: open failed: EACCES (Permission denied)
stacktrace: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:863)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583)
... 1 more
Caused by: java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.wstxda.viper4android/files/Preset/Basic Bluetooth underdog pack.xml: open failed: EACCES (Permission denied)
at libcore.io.IoBridge.open(IoBridge.java:574)
at java.io.FileInputStream.(FileInputStream.java:179)
at s5.b.g0(Unknown Source:71)
at x1.e.b(Unknown Source:34)
at com.wstxda.viper4android.MainActivity.s(Unknown Source:478)
at m1.a.m(Unknown Source:4)
at g5.c.f(Unknown Source:135)
at j.o.e(Unknown Source:4)
at j.o.q(Unknown Source:28)
at j.x.onItemClick(Unknown Source:40)
at android.widget.AdapterView.performItemClick(AdapterView.java:330)
at android.widget.AbsListView.performItemClick(AbsListView.java:1271)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3284)
at android.widget.AbsListView.onTouchUp(AbsListView.java:4240)
at android.widget.AbsListView.onTouchEvent(AbsListView.java:4003)
at k.x1.onTouchEvent(Unknown Source:37)
at android.view.View.performOnTouchCallback(View.java:16266)
at android.view.View.dispatchTouchEvent(View.java:16223)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3119)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2792)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3125)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2806)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3125)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2806)
at android.widget.PopupWindow$PopupDecorView.dispatchTouchEvent(PopupWindow.java:2569)
at android.view.View.dispatchPointerEvent(View.java:16548)
at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:7586)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:7353)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:6745)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:6802)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:6768)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:6934)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:6776)
at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:6991)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:6749)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:6802)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:6768)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:6776)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:6749)
at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:9853)
at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:9804)
at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:9773)
at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:9995)
at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:295)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:349)
at android.os.Looper.loopOnce(Looper.java:189)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8594)
... 3 more
Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8480)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 51 more
GitHub | Change privacy settings

@WSTxda WSTxda added bug Something isn't working TODO labels Sep 28, 2024
@WSTxda
Copy link
Owner

WSTxda commented Sep 28, 2024

Apparently a problem with storage permission, I'll investigate, in the meantime try loading profiles in a directory outside of Android/data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working TODO
Projects
None yet
Development

No branches or pull requests

2 participants