[GH-ISSUE #1591] Stuck at splash screen #1048

Closed
opened 2026-02-25 22:38:50 +03:00 by kerem · 5 comments
Owner

Originally created by @SkewedZeppelin on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1591

Which version of floccus are you using?

5.0.12

Sync method

WebDAV

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

Mulch 124.0.6367.113

Describe the Bug

App never opens

Expected Behavior

For the app to open

To Reproduce

Try and open the app

Debug log provided

  • I have provided a debug log file
05-06 08:52:31.521   370   370 E SELinux : avc:  denied  { find } for pid=28942 uid=99003 name=content_capture scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:content_capture_service:s0 tclass=service_manager permissive=0
05-06 08:52:31.521   370   370 I auditd  : avc:  denied  { find } for pid=28942 uid=99003 name=content_capture scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:content_capture_service:s0 tclass=service_manager permissive=0
05-06 08:52:31.522 28942 28942 E WebViewLibraryLoader: can't load with relro file; address space not reserved
05-06 08:52:31.537 28942 29015 I cr_LibraryLoader: Successfully loaded native library
05-06 08:52:31.537 28942 29015 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms, 0 samples were dropped.
05-06 08:52:31.539 28942 29015 W SystemServiceRegistry: No service published for: uimode
05-06 08:52:31.543 28942 29015 W chromium: [WARNING:runtime_features.cc(694)] SharedStorage for M118+ cannot be enabled in this configuration. Use --enable-features=SharedStorageAPI,SharedStorageAPIM118 in addition.
05-06 08:52:31.543 28942 29015 W chromium: [WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
05-06 08:52:31.593 28884 28952 D MtpDeviceJNI: register_android_mtp_MtpDevice
05-06 08:52:31.607 28942 29015 I chromium: [INFO:viewport_data.cc(133)] E2E_Used ViewportFitCover
05-06 08:52:31.609 28884 28884 I Capacitor/Console: File: http://localhost/ - Line 2836 - Msg: onscript loading complete
05-06 08:52:31.611 28884 28934 D Capacitor: Handling local request: http://localhost/js/native.js
05-06 08:52:31.614 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js
05-06 08:52:31.614 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js
05-06 08:52:31.615 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js
05-06 08:52:31.615 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js

This looks similar to https://github.com/floccusaddon/floccus/issues/1567

Originally created by @SkewedZeppelin on GitHub (May 6, 2024). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1591 ### Which version of floccus are you using? 5.0.12 ### Sync method WebDAV ### Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please. Mulch 124.0.6367.113 ### Describe the Bug App never opens ### Expected Behavior For the app to open ### To Reproduce Try and open the app ### Debug log provided - [X] I have provided a debug log file ``` 05-06 08:52:31.521 370 370 E SELinux : avc: denied { find } for pid=28942 uid=99003 name=content_capture scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:content_capture_service:s0 tclass=service_manager permissive=0 05-06 08:52:31.521 370 370 I auditd : avc: denied { find } for pid=28942 uid=99003 name=content_capture scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:content_capture_service:s0 tclass=service_manager permissive=0 05-06 08:52:31.522 28942 28942 E WebViewLibraryLoader: can't load with relro file; address space not reserved 05-06 08:52:31.537 28942 29015 I cr_LibraryLoader: Successfully loaded native library 05-06 08:52:31.537 28942 29015 I cr_CachingUmaRecorder: Flushed 2 samples from 2 histograms, 0 samples were dropped. 05-06 08:52:31.539 28942 29015 W SystemServiceRegistry: No service published for: uimode 05-06 08:52:31.543 28942 29015 W chromium: [WARNING:runtime_features.cc(694)] SharedStorage for M118+ cannot be enabled in this configuration. Use --enable-features=SharedStorageAPI,SharedStorageAPIM118 in addition. 05-06 08:52:31.543 28942 29015 W chromium: [WARNING:runtime_features.cc(730)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition. 05-06 08:52:31.593 28884 28952 D MtpDeviceJNI: register_android_mtp_MtpDevice 05-06 08:52:31.607 28942 29015 I chromium: [INFO:viewport_data.cc(133)] E2E_Used ViewportFitCover 05-06 08:52:31.609 28884 28884 I Capacitor/Console: File: http://localhost/ - Line 2836 - Msg: onscript loading complete 05-06 08:52:31.611 28884 28934 D Capacitor: Handling local request: http://localhost/js/native.js 05-06 08:52:31.614 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js 05-06 08:52:31.614 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js 05-06 08:52:31.615 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js 05-06 08:52:31.615 28884 28934 E Capacitor: Unable to open asset URL: http://localhost/js/native.js ``` This looks similar to https://github.com/floccusaddon/floccus/issues/1567
kerem 2026-02-25 22:38:50 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@github-actions[bot] commented on GitHub (May 6, 2024):

Hello 👋

Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus and have been maintaining it ever since.
I currently work for Nextcloud which leaves me with less time for side projects like this one
than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.

I look forward to working with you on this issue
Cheers 💙

<!-- gh-comment-id:2095963432 --> @github-actions[bot] commented on GitHub (May 6, 2024): Hello :wave: Thank you for taking the time to open this issue with floccus. I know it's frustrating when software causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at and if possible solved. I'm Marcel and I created floccus and have been maintaining it ever since. I currently work for Nextcloud which leaves me with less time for side projects like this one than I used to have. I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it. Until then, please be patient. Note also that GitHub is a place where people meet to make software better *together*. Nobody here is under any obligation to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can collaborate to make this software better. For everyone. Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and try to fix the odd bug yourself. Everyone will be thankful for extra helping hands! One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum, to twitter or somewhere else. But this is a technical issue tracker, so please make sure to focus on the tech and keep your opinions to yourself. I look forward to working with you on this issue Cheers :blue_heart:
Author
Owner

@marcelklehr commented on GitHub (May 6, 2024):

mh, where did you get the app from?

<!-- gh-comment-id:2096094486 --> @marcelklehr commented on GitHub (May 6, 2024): mh, where did you get the app from?
Author
Owner

@marcelklehr commented on GitHub (May 6, 2024):

Could you try with the APK from here? https://github.com/floccusaddon/floccus/releases/tag/v5.1.0

<!-- gh-comment-id:2096096813 --> @marcelklehr commented on GitHub (May 6, 2024): Could you try with the APK from here? https://github.com/floccusaddon/floccus/releases/tag/v5.1.0
Author
Owner

@SkewedZeppelin commented on GitHub (May 6, 2024):

It was from F-Droid.

The user who reported this to me however just said

Installed 5.1.0 now from Izzy, that works

So I'll close this. Thank you!

<!-- gh-comment-id:2096128745 --> @SkewedZeppelin commented on GitHub (May 6, 2024): It was from F-Droid. The user who reported this to me however just said > Installed 5.1.0 now from Izzy, that works So I'll close this. Thank you!
Author
Owner

@github-actions[bot] commented on GitHub (May 7, 2025):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:2856673165 --> @github-actions[bot] commented on GitHub (May 7, 2025): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1048
No description provided.