Catfriend1 / syncthing-android

Syncthing-Fork - A Syncthing Wrapper for Android.
Mozilla Public License 2.0
1.21k stars 40 forks source link

Having issues with sd card #843

Closed j-romchain closed 2 years ago

j-romchain commented 3 years ago

Whenever I start syncthing it seems to read what should be a free access folder to it as a read only file system, and doesn't run when I force it to, it seems to be running on my sd card, but it should still have access, my log is below, and I would suggest that you make do like file explorer's, and have us grant permission to the sd card, and it should allow for folders in other places on the sd card too.

18:28:39E/AndroidRuntime FATAL EXCEPTION: main 18:28:39E/AndroidRuntime Process: com.github.catfriend1.syncthingandroid, PID: 15648 18:28:39E/AndroidRuntime java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token{86d93d3 null} 18:28:39E/AndroidRuntime at android.os.Parcel.createException(Parcel.java:1970) 18:28:39E/AndroidRuntime at android.os.Parcel.readException(Parcel.java:1934) 18:28:39E/AndroidRuntime at android.os.Parcel.readException(Parcel.java:1884) 18:28:39E/AndroidRuntime at android.app.IActivityManager$Stub$Proxy.reportSizeConfigurations(IActivityManager.java:8627) 18:28:39E/AndroidRuntime at android.app.ActivityThread.reportSizeConfigurations(ActivityThread.java:3274) 18:28:39E/AndroidRuntime at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3233) 18:28:39E/AndroidRuntime at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78) 18:28:39E/AndroidRuntime at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108) 18:28:39E/AndroidRuntime at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68) 18:28:39E/AndroidRuntime at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1926) 18:28:39E/AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:106) 18:28:39E/AndroidRuntime at android.os.Looper.loop(Looper.java:214) 18:28:39E/AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:6981) 18:28:39E/AndroidRuntime at java.lang.reflect.Method.invoke(Native Method) 18:28:39E/AndroidRuntime at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 18:28:39E/AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1445) 18:28:39E/AndroidRuntime Caused by: android.os.RemoteException: Remote stack trace: 18:28:39E/AndroidRuntime at com.android.server.am.ActivityManagerService.reportSizeConfigurations(ActivityManagerService.java:10457) 18:28:39E/AndroidRuntime at android.app.IActivityManager$Stub.onTransact$reportSizeConfigurations$(IActivityManager.java:12548) 18:28:39E/AndroidRuntime at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2385) 18:28:39E/AndroidRuntime at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:4156) 18:28:39E/AndroidRuntime at android.os.Binder.execTransact(Binder.java:739) 18:28:39E/AndroidRuntime 11:04:48I/yncthingandroi Explicit concurrent copying GC freed 32524(2045KB) AllocSpace objects, 327(33MB) LOS objects, 50% free, 5MB/11MB, paused 108us total 91.084ms 11:04:48I/yncthingandroi Explicit concurrent copying GC freed 4783(181KB) AllocSpace objects, 0(0B) LOS objects, 51% free, 5MB/11MB, paused 92us total 27.868ms 11:04:49I/yncthingandroi Explicit concurrent copying GC freed 16375(656KB) AllocSpace objects, 1(20KB) LOS objects, 51% free, 5MB/11MB, paused 55us total 42.023ms 11:04:49I/yncthingandroi Explicit concurrent copying GC freed 3395(225KB) AllocSpace objects, 1(24KB) LOS objects, 52% free, 5MB/11MB, paused 55us total 27.430ms 11:04:49E/ViewRootImpl sendUserActionEvent() returned. 11:04:51I/yncthingandroi Explicit concurrent copying GC freed 25627(1177KB) AllocSpace objects, 2(40KB) LOS objects, 50% free, 5MB/11MB, paused 59us total 31.366ms 11:04:51I/yncthingandroi Explicit concurrent copying GC freed 14381(687KB) AllocSpace objects, 0(0B) LOS objects, 52% free, 5MB/11MB, paused 78us total 32.827ms 11:04:51E/ViewRootImpl sendUserActionEvent() returned. 11:04:52I/SyncthingService shouldRun decision changed to false according to configured run conditions. 11:04:52I/SyncthingService shouldRun decision changed to true according to configured run conditions. 11:04:52I/Util runShellCommandGetOutput: Exited with code 0 11:04:52I/SyncthingService onServiceStateChange: from DISABLED to STARTING 11:04:52I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 11:04:52I/Util runShellCommandGetOutput: Exited with code 0 11:04:52I/PollWebGuiAvailableTask Starting to poll for web gui availability 11:04:52W/SyncthingRunnable Failed to trim log file 11:04:52W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log.tmp (Read-only file system) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.open0(Native Method) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.open(FileOutputStream.java:308) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:238) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:180) 11:04:52W/SyncthingRunnable at java.io.FileWriter.(FileWriter.java:90) 11:04:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.trimLogFile(SyncthingRunnable.java:462) 11:04:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:136) 11:04:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:122) 11:04:52W/SyncthingRunnable at java.lang.Thread.run(Thread.java:764) 11:04:52 [start] INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.7 android-arm64) CF\Anwender@NET2017 2021-07-30 12:41:57 UTC [noupgrade, stguiassets, stnoupgrade] 11:04:52W/SyncthingRunnable Failed to read Syncthing's command line output 11:04:52W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log (Read-only file system) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.open0(Native Method) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.open(FileOutputStream.java:308) 11:04:52W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:238) 11:04:52W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 11:04:52W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 11:04:52W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 11:04:52W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 11:04:52W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 11:04:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 11:04:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.-$$Lambda$SyncthingRunnable$ZhHlH6ck8COQ2e9dd8pBPMUKWeI.run(Unknown Source:8) 11:04:52W/SyncthingRunnable at java.lang.Thread.run(Thread.java:764) 11:04:53W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 11:04:53I/SyncthingService onServiceStateChange: from ERROR to DISABLED 11:04:53I/Util runShellCommandGetOutput: Exited with code 0 11:04:53W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, java.net.ConnectException: Failed to connect to /127.0.0.1:8384

Catfriend1 commented 3 years ago

Hi,

sorry, Go natives cannot implement like File Explorer Apps. You can use all files access since Android 11.

j-romchain commented 3 years ago

How about the error?

j-romchain commented 3 years ago

I force syncthing to run, but it crashes instanly.

Catfriend1 commented 3 years ago

Which Android Version and rom is this?

j-romchain commented 3 years ago

This is a Samsung s9 running stock android, updated ota to android 9

Catfriend1 commented 3 years ago

Ok, I would have expected it has /storage/emulated/0/ paths as well. If it's read only we can't do anything about it. Maybe formatting the sdcard as internal storage helps? (backup data of it first)

j-romchain commented 3 years ago

I have formatted it as internal, but it still says that.

Catfriend1 commented 3 years ago

What are your folders below /storage and /storage/emulated ?

adb shell ls -a -l /storage

j-romchain commented 3 years ago

Adb? I don't understand operating systems.

j-romchain commented 3 years ago

/storage/3DF7-33A9 is my 1000 gigabyte microsd card but it also has /storage/emulated and /storage/enc_emulated and /storage/self

j-romchain commented 3 years ago

I have not rooted my phone.

j-romchain commented 3 years ago

And this problem seems to be intermittent, because it just mysteriously started working again.

j-romchain commented 3 years ago

With no known changes on my part between functionality and infunctionality.

Catfriend1 commented 3 years ago

Ok thanks for your feedback

j-romchain commented 3 years ago

It stopped again and miraculously fixed itself, and I got these logs from when it broke:

j-romchain commented 3 years ago

*correction: I had the log, but overwrite it with the blank syncthing log

j-romchain commented 3 years ago

I saved the android log, unknowingly overwrote it with the blank syncthing, and then started syncthing, erasing the android log

j-romchain commented 3 years ago

I'll try to be smarter next time.

Catfriend1 commented 3 years ago

adb is the tool you can install on PC to get logs and run commands for diagnosis

j-romchain commented 3 years ago

Yeah, but it supposedly overwrite it when I tried syncthing again

j-romchain commented 3 years ago

Android log `20:27:21I/yncthingandroi Background concurrent copying GC freed 30137(2MB) AllocSpace objects, 129(3MB) LOS objects, 65% free, 3MB/9MB, paused 368us total 113.730ms 20:32:34I/SyncthingService shouldRun decision changed to false according to configured run conditions. 20:32:34I/SyncthingService onServiceStateChange: from ACTIVE to DISABLED 20:32:34I/Util runShellCommandGetOutput: Exited with code 0 20:32:34 [YV3JR] INFO: Exiting 20:32:34I/Util runShellCommandGetOutput: Exited with code 0 20:32:34I/SyncthingRunnable Syncthing was shut down normally via API or SIGKILL. Exit code = 0 20:34:09I/SyncthingService onServiceStateChange: from DISABLED to STARTING 20:34:09I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 20:34:09I/Util runShellCommandGetOutput: Exited with code 0 20:34:09I/PollWebGuiAvailableTask Starting to poll for web gui availability 20:34:09 [start] INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.7 android-arm64) CF\Anwender@NET2017 2021-07-30 12:41:57 UTC [noupgrade, stguiassets, stnoupgrade] 20:34:09 [YV3JR] INFO: My ID: YV3JRI4-PIBKE72-MP64K5B-YLA2APU-NZFCABY-GAHU2SI-RY5LCGY-FAF3HQY 20:34:10 [YV3JR] INFO: Single thread SHA256 performance is 1393 MB/s using crypto/sha256 (1344 MB/s using minio/sha256-simd). 20:34:10 [YV3JR] INFO: Hashing performance is 622.87 MB/s 20:34:10 [YV3JR] INFO: Overall send rate is unlimited, receive rate is unlimited 20:34:10 [YV3JR] INFO: Listener for default:25585: unknown address scheme "default" 20:34:10 [YV3JR] INFO: Ready to synchronize "Music" (gemen-nla7m) (receiveonly) 20:34:10 [YV3JR] INFO: Using discovery mechanism: IPv4 local broadcast discovery on port 21027 20:34:10 [YV3JR] INFO: Using discovery mechanism: IPv6 local multicast discovery on address [ff12::8384]:21027 20:34:10 [YV3JR] INFO: Ready to synchronize "basic apps install files" (kuhkr-nc2sv) (receiveonly) 20:34:10W/SyncthingRunnable Failed to read Syncthing's command line output 20:34:10W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log (Permission denied) 20:34:10W/SyncthingRunnable at java.io.FileOutputStream.open0(Native Method) 20:34:10W/SyncthingRunnable at java.io.FileOutputStream.open(FileOutputStream.java:308) 20:34:10W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:238) 20:34:10W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 20:34:10W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 20:34:10W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 20:34:10W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 20:34:10W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 20:34:10W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 20:34:10W/SyncthingRunnable at com.nutomic.syncthingandroid.service.-$$Lambda$SyncthingRunnable$ZhHlH6ck8COQ2e9dd8pBPMUKWeI.run(Unknown Source:8) 20:34:10W/SyncthingRunnable at java.lang.Thread.run(Thread.java:764) 20:34:11W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 20:34:11I/SyncthingService onServiceStateChange: from ERROR to DISABLED 20:34:11I/Util runShellCommandGetOutput: Exited with code 0 20:34:11W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, java.net.ConnectException: Failed to connect to /127.0.0.1:8384 20:34:33I/SyncthingService shouldRun decision changed to false according to configured run conditions.'

Syncthing log:'20:32:34 [YV3JR] INFO: Exiting 20:34:09 [start] INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.7 android-arm64) CF\Anwender@NET2017 2021-07-30 12:41:57 UTC [noupgrade, stguiassets, stnoupgrade] 20:34:09 [YV3JR] INFO: My ID: YV3JRI4-PIBKE72-MP64K5B-YLA2APU-NZFCABY-GAHU2SI-RY5LCGY-FAF3HQY 20:34:10 [YV3JR] INFO: Single thread SHA256 performance is 1393 MB/s using crypto/sha256 (1344 MB/s using minio/sha256-simd). 20:34:10 [YV3JR] INFO: Hashing performance is 622.87 MB/s 20:34:10 [YV3JR] INFO: Overall send rate is unlimited, receive rate is unlimited 20:34:10 [YV3JR] INFO: Listener for default:25585: unknown address scheme "default" 20:34:10 [YV3JR] INFO: Ready to synchronize "Music" (gemen-nla7m) (receiveonly) 20:34:10 [YV3JR] INFO: Using discovery mechanism: IPv4 local broadcast discovery on port 21027 20:34:10 [YV3JR] INFO: Using discovery mechanism: IPv6 local multicast discovery on address [ff12::8384]:21027 20:34:10 [YV3JR] INFO: Ready to synchronize "basic apps install files" (kuhkr-nc2sv) (receiveonly)'

j-romchain commented 3 years ago

I got the logs! See above.

j-romchain commented 2 years ago

More logs... Android:

19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sortedcollections-1.2.1.dist-info/.syncthing.WHEEL.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sortedcollections-1.2.1.dist-info/WHEEL 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/models/item/stone_axe.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/65/657eedda7a1dcbaecc38974707aed8428a7a514d 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/nice changes to blocks/assets/minecraft/textures/block/emerald_ore.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2021-05-25-2.log.gz 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/blockstates/dark_oak_button.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/05/057ab504f5f407ecca355b4b79a0e1c1f75060cf 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/conda_build/.syncthing._version.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/conda_build/_version.py 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/jedi/third_party/typeshed/stdlib/2/.syncthing.typing.pyi.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/jedi/third_party/typeshed/stdlib/2/typing.pyi 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/dask/.syncthing.blockwise.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/dask/blockwise.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/blockstates/infested_cobblestone.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/datapacks/durability ping v1.1.0/data/durability_ping/functions/trigger/preview_display_title.mcfunction 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/datapacks/durability ping v1.1.0/data/durability_ping/advancements/damage/diamond_boots.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/8c/8c087a6c2fe075d47d0aad5e0daaafb4205ef745 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/1de9-6aa2-43c8-4cff/glfw32.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-12-10-3.log.gz 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/crash-reports/crash-2021-07-20_08.49.37-client.txt 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/48/483c685ec7706c7ab58971d7644ffe5b085a4172 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/future/backports/pycache/.syncthing.socket.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/future/backports/pycache/socket.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/nice changes to blocks/assets/minecraft/optifine/ctm/glass_15/1.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/1c/1c615f5b58fdc128163b2c523ceeed0028c17c9f 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sphinx/.syncthing.parsers.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sphinx/parsers.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/a81d-4898-227a-fac6/lwjgl_tinyfd32.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/codemirror/theme/.syncthing.moxer.css.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/codemirror/theme/moxer.css 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/herobrine/DIM1/data/raids_end.dat 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/b6/b6879bae967340bb6da3b1725e0386f4815753e6 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/networkx/generators/tests/pycache/.syncthing.test_atlas.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/networkx/generators/tests/pycache/test_atlas.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/.syncthing.hashlib.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/hashlib.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/models/block/detector_rail.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-04-20-3.log.gz 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/b8/b8f0c65fe2792a193563afb125efcec48f0f4cf2 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/a6d9-3573-1eb7-b4e5/glfw.dll 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/mkl_fft/.syncthing.init.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/mkl_fft/init.py 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/alabaster/.syncthing.donate.html.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/alabaster/donate.html 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/db/dbb3a9ac12c4f888c3f94e8d60b6eb81c4204518 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/platform-tools/systrace/catapult/third_party/polymer/components/paper-menu-button/.syncthing.README.md.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/platform-tools/systrace/catapult/third_party/polymer/components/paper-menu-button/README.md 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/e3/e3e7e9911e1d24f0225bc565810a58ea81c70f77 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/ipykernel/tests/pycache/.syncthing.test_start_kernel.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/ipykernel/tests/pycache/test_start_kernel.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/b6/b67a80e53ea93c7831894e553fbf6aa74959b0cd 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/data- and recource- packs/Datapacks/villager death messages v1.2.1/data/villager_death/functions/tick.mcfunction 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/future/builtins/pycache/.syncthing.new_min_max.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/future/builtins/pycache/new_min_max.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/pythonwin/pywin/scintilla/pycache/.syncthing.config.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/pythonwin/pywin/scintilla/pycache/config.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-06-27-1.log.gz 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2021-08-01-1.log.gz 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sphinx/testing/.syncthing.restructuredtext.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sphinx/testing/restructuredtext.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/73/739dc564cf6d0ff909542293cd5754d4aa52bf2c 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/871e-3a0a-6577-e08e/SAPIWrapper_x64.dll 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/MathJax/localization/zh-hans/.syncthing.MathMenu.js.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/MathJax/localization/zh-hans/MathMenu.js 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/b2/b20fe3529634562eebd91f3655d0790fdc71707a 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/gevent-20.9.0.dist-info/.syncthing.NOTICE.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/gevent-20.9.0.dist-info/NOTICE 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/creativesurvive without enchant/datapacks/durability ping v1.1.0/data/durability_ping/advancements/damage/netherite_chestplate.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/84/84275725de6e8b6a1cb6d6c2bb89011f9352d13a 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/9840-403f-eb62-714e/OpenAL32.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/region/r.-20.1.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/2d/2d42e7f243b24e0ca8ee69634b324e671f0af8fb 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/isort/stdlibs/.syncthing.py3.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/isort/stdlibs/py3.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/44/44ac317145fd4617d0adb33401b6ac262a3cad20 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/f3/f36d9fce0b9728421ce22309246ddeb536d4edde 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/bb/bb1a4063cc55c6ddfab3fe6a68e60571bd144bc3 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/a8/a8729aeadb4f8303d16366e2896098cc7926da67 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/51/51b266673e1787f045ee8f16f3edb609eaa59aac 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/6b/6bec0d5dbead8342ae3eba7a863d20ff9877d4cb 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/stats/tests/results/.syncthing.lilliefors_critical_value_simulation.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/stats/tests/results/lilliefors_critical_value_simulation.py 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/spyder-4.1.5.dist-info/.syncthing.INSTALLER.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/spyder-4.1.5.dist-info/INSTALLER 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/Demo_World/region/r.-27.3.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/db/db4efca698f9b0ad56533885310d01090bb47641 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/bridge 1/generated/minecraft/structures/bridge.nbt 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/for slow comps/natives/OpenAL32.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/ctypes/test/.syncthing.test_init.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/ctypes/test/test_init.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/fb/fb9d2a67b7df92dd4f31afeb7a58e68af98e9b45 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/custom Mega Redstone House (ByEuclides). broken bridge/region/r.7.9.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/scipy/linalg/tests/.syncthing.test_cython_lapack.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/scipy/linalg/tests/test_cython_lapack.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/97/973f284bffdc6cbb6379d0d641f4c14a36adee39 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/Vlc/plugins/demux/.syncthing.libgme_plugin.dll.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/Vlc/plugins/demux/libgme_plugin.dll 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/block/spruce_sapling.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/14/14a4ab81446a67f96cc5a9530e12bada9b98841a 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/anaconda_navigator/static/images/icons/.syncthing.youtube.svg.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/anaconda_navigator/static/images/icons/youtube.svg 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-10-04-3.log.gz 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/services/nbconvert/tests/pycache/.syncthing.init.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/services/nbconvert/tests/pycache/init.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/Demo_World/region/r.4.8.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/stats/.syncthing.base.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/stats/base.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/94/9400eb79f271a1ef90e2cc93cba28a1881dbbb3e 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/astroid/brain/pycache/.syncthing.brain_pytest.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/astroid/brain/pycache/brain_pytest.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/ba/bab5349fd763046524cf9b164d28b98719befdac 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/9e9b-3586-3823-59e7/jemalloc.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/jupyter_core/utils/pycache/.syncthing.init.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/jupyter_core/utils/pycache/init.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/idlelib/pycache/.syncthing.pyparse.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/idlelib/pycache/pyparse.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/e3/e384cfd923425b0e4e21ce932b8eb64988e9f7ba 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/models/item/magenta_dye.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/custom Mega Redstone House (ByEuclides)/poi/r.3.-1.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/data- and recource- packs/Datapacks/recipies/data/slabs_stairs_to_block/recipes/stairs/stone_bricks.json 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/.syncthing.GVC.ini.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/GVC.ini 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/91/91f0077da536f9ded51a78c35f75672a65decf85 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/c7/c7b1005d4926f6a2e2387a41ab1fb48a72f18e98 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/36/3633df474df3fc9aa1f534389501296556ddc608 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/b9/b97a25d8f4537c45bc547fce9890d28cebb36f94 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/gevent/resolver/pycache/.syncthing.thread.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/gevent/resolver/pycache/thread.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/b4/b489c51eb82814562b6e288a889e36ccd018928c 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/item/lantern.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/ElytraLauncherTutorial/DIM-1/data/raids_nether.dat 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/Perl/lib/pods/.syncthing.perlglossary.pod.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/Perl/lib/pods/perlglossary.pod 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/d3/d35e2022589c4f45804159c19f8a20454a04ed36 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/custom Mega Redstone House (ByEuclides)/poi/r.-5.-6.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/f7/f72d7ae413b12a0d05e39d5911006af721521f61 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/versions/20w14infinite/20w14infinite.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/32/32f49b0506fb6889f4bb5a6811a9d38f811faff3 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/distutils/.syncthing.dep_util.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/distutils/dep_util.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/de/dedf780099ffe6436450958415d4ec9c3e7b8583 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/New World/region/r.-2.1.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/bb/bb8904f6c387d50e3f76f757aad15e257070485b 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/.syncthing.api-ms-win-core-rtlsupport-l1-1-0.dll.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/api-ms-win-core-rtlsupport-l1-1-0.dll 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/block/fletching_table_top.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/cb/cb017131516de9359cb81fb991f5b3694044f8db 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/13/136cc386976d1901f9b3b374a71d987efb50dce6 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/data- and recource- packs/Datapacks/more mob heads v2.8.1/data/minecraft/loot_tables/entities/vindicator.json 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/.syncthing.ext.pyi.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/ext.pyi 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/f4/f4f2576e6d48bafaf927951fc1d81261783bb5db 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/conda-meta/.syncthing.pluggy-0.13.1-py38_0.json.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/conda-meta/pluggy-0.13.1-py38_0.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/49/494a804580823669c4f4b56f9a88010e1167ab0d 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/ipython_genutils/testing/.syncthing.decorators.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/ipython_genutils/testing/decorators.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/item/cooked_cod.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/creativesurvive without enchant/datapacks/durability ping v1.1.0/data/durability_ping/advancements/damage/trident.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/Demo_World/poi/r.-2.-25.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/joblib/test/data/.syncthing.joblib_0.9.2_pickle_py27_np16.pkl_02.npy.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/courage-demo survival/DIM1/region/r.-1.0.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/.syncthing.GLM.ini.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/GLM.ini 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/mpmath/matrices/.syncthing.eigen_symmetric.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/mpmath/matrices/eigen_symmetric.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/data- and recource- packs/Datapacks/durability ping v1.1.0/data/durability_ping/functions/damage/diamond_leggings.mcfunction 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/5cf7-cdcb-dfa3-56e2/OpenAL.dll.git 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-09-15-2.log.gz 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/Demo_World/region/r.-8.-13.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/MathJax/localization/cs/.syncthing.HelpDialog.js.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/MathJax/localization/cs/HelpDialog.js 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/.syncthing.PM4.ini.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/PM4.ini 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/models/block/spruce_fence_post.json 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/pycparser/utils/fake_libc_include/.syncthing.poll.h.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/pycparser/utils/fake_libc_include/poll.h 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-07-13-6.log.gz 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/models/block/frosted_ice_1.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/4e/4ebf0ae943f5881bb81af674e8596341e52015eb 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/60/608bf241c72812309ce6a97d406dbaa82308b1b3 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/idlelib/.syncthing.searchengine.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/idlelib/searchengine.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/creativesurvive without enchant/datapacks/recipies/data/slabs_stairs_to_block/recipes/slabs/purpur_block.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/entity/alex.png 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/f9/f9db7d796d1582709be1da8d2f2cb2b0b22e9c84 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/skimage/_shared/tests/.syncthing.test_testing.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/skimage/_shared/tests/test_testing.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/creativesurvive without enchant/DIM-1/region/r.1.-1.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/056f-162e-f208-79a2/glfw32.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/a106-2215-3032-7747/jemalloc32.dll 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/crash-reports/crash-2018-12-15_11.19.11-client.txt 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/edit/js/.syncthing.editor.js.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/edit/js/editor.js 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/nice changes to blocks/assets/minecraft/models/item/cooked_cod.json 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/.syncthing.WCV.ini.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/WCV.ini 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/courage-demo survival/region/r.-6.-13.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/scipy/stats/.syncthing.statlib.cp38-win_amd64.pyd.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/scipy/stats/statlib.cp38-win_amd64.pyd 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/datapacks/Tree_Pots_1.4.zip 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/ATLauncher/jre/bin/server/.syncthing.jvm.dll.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/ATLauncher/jre/bin/server/jvm.dll 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/3f/3f3b1cc54604911401b0f002b2262e9a5734e7ec 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/e7/e75739bce69af25cb60a846b66ee0e0ce2cbbc49 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/bokeh/.syncthing._version.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/bokeh/_version.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/poi/r.1.4.mca 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/zmq/utils/.syncthing.constant_names.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/zmq/utils/constant_names.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/Demo_World/region/r.10.-4.mca 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/22/2211e494688ba04b0c4658ed74d7e48c2d391c33 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/Xray_Ultimate_1.16_v3.5.5/assets/minecraft/models/block/xray_bottom_top_hollow.json 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/html5lib/.syncthing._tokenizer.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/html5lib/_tokenizer.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/dae1-ce0d-aa79-1294/META-INF/INDEX.LIST 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/astroid/pycache/.syncthing.bases.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/astroid/pycache/bases.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/datapacks/recipies/data/minecraft/advancements/recipes/building_blocks/slabs/cobblestone_slab.json 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/data- and recource- packs/Datapacks/Crafting Additions/data/more_recipes/functions/loadmessage.mcfunction 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/0a/0afb673eaf45a5168692effcd9166a6e6611a350 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/a133-b539-84bb-03e8/SAPIWrapper_x64.dll 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/nbconvert/postprocessors/pycache/.syncthing.init.cpython-38.pyc.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/nbconvert/postprocessors/pycache/init.cpython-38.pyc 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/41/4141ae56f5a72ddcb4f0a109af68b93c2666f87f 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sklearn/gaussian_process/.syncthing._gpr.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/sklearn/gaussian_process/_gpr.py 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/a4f9-ca8e-43ef-4e8f/jemalloc.dll 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/2e/2edd64fba36d21e9543b98761dc025ec025f0faa 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/.syncthing.RNE.ini.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Dolphin/Sys/GameSettings/RNE.ini 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/cb8c-3ead-40bf-021d/jemalloc.dll.sha1 19:10:39E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/ee/eecaab8e6e839a71a56fcf903c16136cd3c6d036 19:10:39E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/astroid/brain/.syncthing.brain_functools.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/astroid/brain/brain_functools.py 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/GD Moded instances/datastore/assets/skins/1a/1a9e674f7c220a49cc27c9df3ebb3a557aeb2dbf 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/courage-demo survival/region/r.-10.-12.mca 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/f6a4-77d0-c121-1a79/lwjgl_opengl.dll 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/gevent/tests/.syncthing.testissue600.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/gevent/tests/testissue600.py 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/Demo_World/region/r.5.13.mca 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2021-01-18-2.log.gz 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/blockstates/dead_bush.json 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/installed/.syncthing.MinecraftInstaller.msi.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/installed/MinecraftInstaller.msi 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/Xray_Ultimate_1.16_v3.5.5/assets/minecraft/blockstates/polished_granite.json 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/fa/fa02f6a78860e10daf9073a426a4b18d40443f74 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/nltk/test/unit/.syncthing.test_nombank.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/nltk/test/unit/test_nombank.py 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/item/splash_potion.png 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/0e/0eba0b81ce94342d5dbd8cd9697bf8ad34cc319b 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/3a/3a2e3e66b094358fd639c5ca6f674c5d8fc2083a 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/custom Mega Redstone House (ByEuclides). broken bridge/region/r.-13.-5.mca 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/pandas-1.1.3.dist-info/.syncthing.top_level.txt.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/pandas-1.1.3.dist-info/top_level.txt 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/models/block/stone_stairs_inner.json 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/bokeh/server/views/.syncthing.static_handler.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/bokeh/server/views/static_handler.py 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/7232-2d10-19c9-e53b/OpenAL.dll 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/.syncthing.libssl-1_1-x64.dll.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/libssl-1_1-x64.dll 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/f2/f2e0f00a09de54ce048c2839417bd6f843f960a5 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/82/8245b9f22fa32f4e74e150fd225fff00362e74cc 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/Xray_Ultimate_1.16_v3.5.5/assets/minecraft/blockstates/magenta_wool.json 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/jed/.syncthing.jed.js.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/jed/jed.js 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/saves/survive/datapacks/recipies/data/slabs_stairs_to_block/recipes/stairs/oak_planks.json 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/13/13e7577f8ac6b878711c9c548df403f3af3ed3d2 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/Perl/lib/unicore/lib/Scx/.syncthing.Cakm.pl.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/Gtplayer portable/1.0.37/Perl/lib/unicore/lib/Scx/Cakm.pl 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/textures/entity/shield/mojang.png 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/c3/c33fdb91080e490700e3f2e2cda6cf76c1ea7a0d 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2.jar 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/b0/b0df395aef1a64c3d855678a4d3ba4f93385ccac 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/Fancy Skies/assets/minecraft/sounds/dig/gravel2.ogg 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/AFK minecraft console/Docker/.syncthing.Dockerfile.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/AFK minecraft console/Docker/Dockerfile 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/AFK minecraft console/MinecraftClient/Resources/lang/.syncthing.en.ini.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/AFK minecraft console/MinecraftClient/Resources/lang/en.ini 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/resourcepacks/pokemon/assets/minecraft/particles/falling_lava.json 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/bin/6676-ff87-226f-e978/jemalloc.dll 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/skins/21/21fe8dc5546ddf45f828d6e3c05c81f0b427d924 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/0d/0d1f43515acec95900f8f63e24181357b1a3913f 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/MathJax/localization/scn/.syncthing.TeX.js.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/notebook/static/components/MathJax/localization/scn/TeX.js 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/tsa/statespace/tests/.syncthing.test_dynamic_factor_mq_frbny_nowcast.py.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/tsa/statespace/tests/test_dynamic_factor_mq_frbny_nowcast.py 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/assets/objects/f4/f4303f6ce3360cd9598894d1888653ffb5c933d3 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/logs/2020-09-13-3.log.gz 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/b1/b1715242916d56140486c612056ea4d6dd5a4404 19:10:40E/EventProcessor onItemFinished: Error "pull: peers who had this file went away, or the file has changed while syncing. will retry later" reported on file: /storage/emulated/0/games/PojavLauncher/.minecraft/cache/SHA-1/4c/4c26fd4c2774e7afcbda1e293a27595e04e87c47 19:10:40E/EventProcessor onItemFinished: Error "opening temp file: open /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/tsa/vector_ar/tests/JMulTi_results/.syncthing.vecm_e6_jmulti_cili_fc5.txt.tmp: read-only file system" reported on file: /storage/3DF7-33A9/Android/media/com.github.catfriend1.syncthingandroid/basic apps install files/portable apps/anaconda/Lib/site-packages/statsmodels/tsa/vector_ar/tests/JMulTi_results/vecm_e6_jmulti_cili_fc5.txt 19:10:41 [YV3JR] INFO: Puller (folder "Minecraft" (mmjp2-ram6n), item "assets/skins/9d/9d69549b0a61e4023881aa2c6dd062091611a7cd"): syncing: pull: peers who had this file went away, or the file has changed while syncing. will retry later 19:10:41W/SyncthingRunnable Failed to read Syncthing's command line output 19:10:41W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log: open failed: EROFS (Read-only file system) 19:10:41W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:10:41W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:10:41W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 19:10:41W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 19:10:41W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 19:10:41W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 19:10:41W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 19:10:41W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 19:10:41W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable$$ExternalSyntheticLambda0.run(Unknown Source:8) 19:10:41W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:10:41W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:10:41W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:10:41W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:10:41W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:10:41W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:10:41W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:10:41W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:10:41W/SyncthingRunnable ... 9 more 19:10:41W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 19:10:41I/SyncthingService onServiceStateChange: from ERROR to DISABLED 19:10:41I/Util runShellCommandGetOutput: Exited with code 0 19:10:41W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, code=0, msg=java.net.ConnectException: Failed to connect to /127.0.0.1:8384 19:22:59I/MultiWindowDecorSupport [INFO] isPopOver = false 19:22:59I/MultiWindowDecorSupport updateCaptionType >> DecorView@73cf458[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true 19:22:59I/ViewRootImpl@58c68df[LogActivity] setView = com.android.internal.policy.DecorView@73cf458 TM=true MM=false 19:22:59I/ViewRootImpl@58c68df[LogActivity] Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=8 res=0x7 s={true 522302701568} ch=true 19:22:59I/ViewRootImpl@58c68df[LogActivity] MSG_RESIZED: frame=(0,0,1080,2220) ci=(0,63,0,126) vi=(0,63,0,126) or=1 19:22:59I/Util runShellCommandGetOutput: Exited with code 0 19:23:00I/ViewRootImpl@58c68df[LogActivity] MSG_WINDOW_FOCUS_CHANGED 1 1 19:23:03I/ViewRootImpl@58c68df[LogActivity] ViewPostIme pointer 0 19:23:03I/ViewRootImpl@58c68df[LogActivity] ViewPostIme pointer 1 19:24:33I/ViewRootImpl@58c68df[LogActivity] ViewPostIme pointer 0 19:24:33I/ViewRootImpl@58c68df[LogActivity] ViewPostIme pointer 1 19:24:33I/ViewRootImpl@58c68df[LogActivity] MSG_WINDOW_FOCUS_CHANGED 0 1 19:24:33I/ViewRootImpl@58c68df[LogActivity] Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)8 dur=8 res=0x5 s={false 0} ch=true 19:24:33I/ViewRootImpl@58c68df[LogActivity] stopped(true) old=false 19:24:33I/ViewRootImpl@58c68df[LogActivity] dispatchDetachedFromWindow 19:24:44I/MultiWindowDecorSupport [INFO] isPopOver = false 19:24:44I/MultiWindowDecorSupport updateCaptionType >> DecorView@1e67151[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true 19:24:44I/MultiWindowDecorSupport [INFO] isPopOver = false 19:24:44I/MultiWindowDecorSupport updateCaptionType >> DecorView@dd550c1[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true 19:24:44I/ViewRootImpl@2461bfe[MainActivity] setView = com.android.internal.policy.DecorView@dd550c1 TM=true MM=false 19:24:44I/ViewRootImpl@2461bfe[MainActivity] Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=6 res=0x7 s={true 523727015936} ch=true 19:24:44I/ViewRootImpl@2461bfe[MainActivity] Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=5 res=0x1 s={true 523727015936} ch=false 19:24:44I/ViewRootImpl@2461bfe[MainActivity] MSG_WINDOW_FOCUS_CHANGED 1 1 19:24:44I/ViewRootImpl@2461bfe[MainActivity] MSG_RESIZED: frame=(0,0,1080,2220) ci=(0,63,0,126) vi=(0,63,0,126) or=1 19:24:44I/ViewRootImpl@2461bfe[MainActivity] Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=3 res=0x1 s={true 523727015936} ch=false 19:24:46I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:46I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:46E/FolderListFragment rescanAll skipped because Syncthing is not running. 19:24:46I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:47I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:48I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:48I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:48I/SyncthingService shouldRun decision changed to false according to configured run conditions. 19:24:48I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:48I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:48I/SyncthingService shouldRun decision changed to true according to configured run conditions. 19:24:48I/Util runShellCommandGetOutput: Exited with code 0 19:24:48I/SyncthingService onServiceStateChange: from DISABLED to STARTING 19:24:48I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 19:24:48I/Util runShellCommandGetOutput: Exited with code 0 19:24:48I/PollWebGuiAvailableTask Starting to poll for web gui availability 19:24:52W/SyncthingRunnable Failed to trim log file 19:24:52W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log.tmp: open failed: EROFS (Read-only file system) 19:24:52W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:52W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:52W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:186) 19:24:52W/SyncthingRunnable at java.io.FileWriter.(FileWriter.java:90) 19:24:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.trimLogFile(SyncthingRunnable.java:462) 19:24:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:136) 19:24:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:122) 19:24:52W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:52W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:52W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:52W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:52W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:52W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:52W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:52W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:52W/SyncthingRunnable ... 7 more 19:24:52 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:52W/SyncthingRunnable Failed to read Syncthing's command line output 19:24:52W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log: open failed: EROFS (Read-only file system) 19:24:52W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:52W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:52W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 19:24:52W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 19:24:52W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 19:24:52W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 19:24:52W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 19:24:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 19:24:52W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable$$ExternalSyntheticLambda0.run(Unknown Source:8) 19:24:52W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:52W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:52W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:52W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:52W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:52W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:52W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:52W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:52W/SyncthingRunnable ... 9 more 19:24:52I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:53I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:53W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 19:24:53I/SyncthingService onServiceStateChange: from ERROR to DISABLED 19:24:53I/Util runShellCommandGetOutput: Exited with code 0 19:24:53W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, code=0, msg=java.net.ConnectException: Failed to connect to /127.0.0.1:8384 19:24:53I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:53I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:55I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:55I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:55I/SyncthingService shouldRun decision changed to false according to configured run conditions. 19:24:55I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:55I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:56I/SyncthingService shouldRun decision changed to true according to configured run conditions. 19:24:56I/Util runShellCommandGetOutput: Exited with code 0 19:24:56I/SyncthingService onServiceStateChange: from DISABLED to STARTING 19:24:56I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 19:24:56I/Util runShellCommandGetOutput: Exited with code 0 19:24:56I/PollWebGuiAvailableTask Starting to poll for web gui availability 19:24:56W/SyncthingRunnable Failed to trim log file 19:24:56W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log.tmp: open failed: EROFS (Read-only file system) 19:24:56W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:56W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:56W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:186) 19:24:56W/SyncthingRunnable at java.io.FileWriter.(FileWriter.java:90) 19:24:56W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.trimLogFile(SyncthingRunnable.java:462) 19:24:56W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:136) 19:24:56W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:122) 19:24:56W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:56W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:56W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:56W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:56W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:56W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:56W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:56W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:56W/SyncthingRunnable ... 7 more 19:24:56 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:56W/SyncthingRunnable Failed to read Syncthing's command line output 19:24:56W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log: open failed: EROFS (Read-only file system) 19:24:56W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:56W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:56W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 19:24:56W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 19:24:56W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 19:24:56W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 19:24:56W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 19:24:56W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 19:24:56W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable$$ExternalSyntheticLambda0.run(Unknown Source:8) 19:24:56W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:56W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:56W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:56W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:56W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:56W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:56W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:56W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:56W/SyncthingRunnable ... 9 more 19:24:56W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 19:24:56I/SyncthingService onServiceStateChange: from ERROR to DISABLED 19:24:56I/Util runShellCommandGetOutput: Exited with code 0 19:24:56W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, code=0, msg=java.net.ConnectException: Failed to connect to /127.0.0.1:8384 19:24:57I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:57I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:57I/SyncthingService shouldRun decision changed to false according to configured run conditions. 19:24:57I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:57I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:57I/SyncthingService shouldRun decision changed to true according to configured run conditions. 19:24:57I/Util runShellCommandGetOutput: Exited with code 0 19:24:57I/SyncthingService onServiceStateChange: from DISABLED to STARTING 19:24:57I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 19:24:57I/Util runShellCommandGetOutput: Exited with code 0 19:24:57I/PollWebGuiAvailableTask Starting to poll for web gui availability 19:24:58W/SyncthingRunnable Failed to trim log file 19:24:58W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log.tmp: open failed: EROFS (Read-only file system) 19:24:58W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:58W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:58W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:186) 19:24:58W/SyncthingRunnable at java.io.FileWriter.(FileWriter.java:90) 19:24:58W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.trimLogFile(SyncthingRunnable.java:462) 19:24:58W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:136) 19:24:58W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:122) 19:24:58W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:58W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:58W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:58W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:58W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:58W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:58W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:58W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:58W/SyncthingRunnable ... 7 more 19:24:58 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:58W/SyncthingRunnable Failed to read Syncthing's command line output 19:24:58W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log: open failed: EROFS (Read-only file system) 19:24:58W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:58W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:58W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 19:24:58W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 19:24:58W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 19:24:58W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 19:24:58W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 19:24:58W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 19:24:58W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable$$ExternalSyntheticLambda0.run(Unknown Source:8) 19:24:58W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:58W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:58W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:58W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:58W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:58W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:58W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:58W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:58W/SyncthingRunnable ... 9 more 19:24:58W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 19:24:58I/SyncthingService onServiceStateChange: from ERROR to DISABLED 19:24:58I/Util runShellCommandGetOutput: Exited with code 0 19:24:58W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, code=0, msg=java.net.ConnectException: Failed to connect to /127.0.0.1:8384 19:24:58I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:58I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:58I/SyncthingService shouldRun decision changed to false according to configured run conditions. 19:24:58I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:58I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:59I/SyncthingService shouldRun decision changed to true according to configured run conditions. 19:24:59I/Util runShellCommandGetOutput: Exited with code 0 19:24:59I/SyncthingService onServiceStateChange: from DISABLED to STARTING 19:24:59I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 19:24:59I/Util runShellCommandGetOutput: Exited with code 0 19:24:59I/PollWebGuiAvailableTask Starting to poll for web gui availability 19:24:59W/SyncthingRunnable Failed to trim log file 19:24:59W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log.tmp: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:59W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:59W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:186) 19:24:59W/SyncthingRunnable at java.io.FileWriter.(FileWriter.java:90) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.trimLogFile(SyncthingRunnable.java:462) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:136) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:122) 19:24:59W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:59W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:59W/SyncthingRunnable ... 7 more 19:24:59 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:59W/SyncthingRunnable Failed to read Syncthing's command line output 19:24:59W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:59W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:59W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 19:24:59W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 19:24:59W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 19:24:59W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 19:24:59W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable$$ExternalSyntheticLambda0.run(Unknown Source:8) 19:24:59W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:59W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:59W/SyncthingRunnable ... 9 more 19:24:59W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 19:24:59I/SyncthingService onServiceStateChange: from ERROR to DISABLED 19:24:59I/Util runShellCommandGetOutput: Exited with code 0 19:24:59W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, code=0, msg=java.net.ConnectException: Failed to connect to /127.0.0.1:8384 19:24:59I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:59I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:59I/SyncthingService shouldRun decision changed to false according to configured run conditions. 19:24:59I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 0 19:24:59I/ViewRootImpl@2461bfe[MainActivity] ViewPostIme pointer 1 19:24:59I/SyncthingService shouldRun decision changed to true according to configured run conditions. 19:24:59I/Util runShellCommandGetOutput: Exited with code 0 19:24:59I/SyncthingService onServiceStateChange: from DISABLED to STARTING 19:24:59I/SyncthingService Web GUI will be available at https://127.0.0.1:8384 19:24:59I/Util runShellCommandGetOutput: Exited with code 0 19:24:59I/PollWebGuiAvailableTask Starting to poll for web gui availability 19:24:59W/SyncthingRunnable Failed to trim log file 19:24:59W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log.tmp: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:59W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:59W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:186) 19:24:59W/SyncthingRunnable at java.io.FileWriter.(FileWriter.java:90) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.trimLogFile(SyncthingRunnable.java:462) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:136) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.run(SyncthingRunnable.java:122) 19:24:59W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:59W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:59W/SyncthingRunnable ... 7 more 19:24:59 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:59W/SyncthingRunnable Failed to read Syncthing's command line output 19:24:59W/SyncthingRunnable java.io.FileNotFoundException: /storage/3DF7-33A9/Android/data/com.github.catfriend1.syncthingandroid/files/syncthing.log: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:496) 19:24:59W/SyncthingRunnable at java.io.FileOutputStream.(FileOutputStream.java:235) 19:24:59W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:193) 19:24:59W/SyncthingRunnable at com.google.common.io.Files$FileByteSink.openStream(Files.java:181) 19:24:59W/SyncthingRunnable at com.google.common.io.ByteSink$AsCharSink.openStream(ByteSink.java:149) 19:24:59W/SyncthingRunnable at com.google.common.io.CharSink.write(CharSink.java:94) 19:24:59W/SyncthingRunnable at com.google.common.io.Files.append(Files.java:362) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable.lambda$log$0$SyncthingRunnable(SyncthingRunnable.java:426) 19:24:59W/SyncthingRunnable at com.nutomic.syncthingandroid.service.SyncthingRunnable$$ExternalSyntheticLambda0.run(Unknown Source:8) 19:24:59W/SyncthingRunnable at java.lang.Thread.run(Thread.java:919) 19:24:59W/SyncthingRunnable Caused by: android.system.ErrnoException: open failed: EROFS (Read-only file system) 19:24:59W/SyncthingRunnable at libcore.io.Linux.open(Native Method) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) 19:24:59W/SyncthingRunnable at libcore.io.ForwardingOs.open(ForwardingOs.java:167) 19:24:59W/SyncthingRunnable at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8044) 19:24:59W/SyncthingRunnable at libcore.io.IoBridge.open(IoBridge.java:482) 19:24:59W/SyncthingRunnable ... 9 more 19:25:00W/SyncthingRunnable Syncthing exited unexpectedly. Exit code = 141 19:25:00I/SyncthingService onServiceStateChange: from ERROR to DISABLED 19:25:00I/Util runShellCommandGetOutput: Exited with code 0 19:25:00W/ApiRequest Request to https://127.0.0.1:8384/rest/system/shutdown failed, code=0, msg=java.net.ConnectException: Failed to connect to /127.0.0.1:8384 19:25:00I/ViewRootImpl@2461bfe[MainActivity] MSG_WINDOW_FOCUS_CHANGED 0 1 19:25:01I/MultiWindowDecorSupport [INFO] isPopOver = false 19:25:01I/MultiWindowDecorSupport updateCaptionType >> DecorView@2958534[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true 19:25:01I/ViewRootImpl@7c0c810[LogActivity] setView = com.android.internal.policy.DecorView@2958534 TM=true MM=false

j-romchain commented 2 years ago

And still more... Syncthing:

19:10:41 [YV3JR] INFO: Puller (folder "Minecraft" (mmjp2-ram6n), item "assets/skins/9d/9d69549b0a61e4023881aa2c6dd062091611a7cd"): syncing: pull: peers who had this file went away, or the file has changed while syncing. will retry later 19:24:52 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:56 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:58 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:59 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade] 19:24:59 [start] INFO: syncthing v1.18.2 "Fermium Flea" (go1.17.1 android-arm64) CF\Anwender@NET2017 2021-08-22 18:04:47 UTC [noupgrade, stguiassets, stnoupgrade]

Catfriend1 commented 2 years ago

Hi,

the cause might likely be "read-only file system". I guess it's the sdcard at fault or the OS ROM vendor should be contacted to solve the readonly mount problem.

Thank you.

j-romchain commented 2 years ago

The rom is stock oneui samsung android.

On Thu, Sep 30, 2021, 11:56 PM Catfriend1 @.***> wrote:

Hi,

the cause might likely be "read-only file system". I guess it's the sdcard at fault or the OS ROM vendor should be contacted to solve the readonly mount problem.

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Catfriend1/syncthing-android/issues/843#issuecomment-931874736, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN2FSK6M3HUNB3PK7ATJJSTUEUWNJANCNFSM5DSTN5TA .

Catfriend1 commented 2 years ago

Ok , what does Samsung say about those filesystem errors?

j-romchain commented 2 years ago

Samsung support is solely front desk workers, so I can't get anything from them.

j-romchain commented 2 years ago

I now get an error saying libsyncthingnaitive.so is missing, even after reinstalling the app. I think it is related, but it no longer magic self fixes.

Catfriend1 commented 2 years ago

libsyncthingnative.so missing points at the os as fault, not the logs / sdcard.

j-romchain commented 2 years ago

Ok, new issue for that one.

Catfriend1 commented 2 years ago

Yeah please post to the rom vendor.

j-romchain commented 2 years ago

Again samsung is a butt, so no, but would it be the same cause - sdcard write issues?

Catfriend1 commented 2 years ago

Sorry, a reproducer for standard Android emulator or at least my phone (Xiaomi mi8) is needed to actively work on this. This doesn't help you , but I bet it's a ROM issue, it's occurence depending on external things like api level, ndk linked libs etc. which differ between fork and official. api level in my tests once affected the native extraction - but this cannot be easily changed without breaking for a lot of other android roms.