NeoTerrm / NeoTerm

👍 modern terminal emulator for Android
GNU General Public License v3.0
655 stars 85 forks source link

Can not work on 2nd user #79

Open tiann opened 2 years ago

tiann commented 2 years ago
2022-07-06 16:21:34.711 2386-3481/system_process E/ProcessInfoCollector: getProcessInfo: failed to find this proc.
2022-07-06 16:21:34.731 28587-28587/io.neoterm E/AndroidRuntime: FATAL EXCEPTION: main
    Process: io.neoterm, PID: 28587
    java.lang.RuntimeException: Unable to create application io.neoterm.App: java.lang.RuntimeException: Cannot create component config directory: /data/data/io.neoterm/files/home/.neoterm/color
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7703)
        at android.app.ActivityThread.access$2700(ActivityThread.java:279)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2506)
        at android.os.Handler.dispatchMessage(Handler.java:109)
        at android.os.Looper.loopOnce(Looper.java:206)
        at android.os.Looper.loop(Looper.java:296)
        at android.app.ActivityThread.main(ActivityThread.java:8899)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:569)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:976)
     Caused by: java.lang.RuntimeException: Cannot create component config directory: /data/data/io.neoterm/files/home/.neoterm/color
        at io.neoterm.frontend.component.helper.ConfigFileBasedComponent.onServiceInit(ConfigFileBasedComponent.kt:29)
        at io.neoterm.frontend.component.ComponentManager.registerComponent(ComponentManager.kt:17)
        at io.neoterm.component.NeoInitializer.initComponents(NeoInitializer.kt:30)
        at io.neoterm.component.NeoInitializer.init(NeoInitializer.kt:24)
        at io.neoterm.App.onCreate(App.kt:25)
        at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1224)