osfans / trime

同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android
http://osfans.github.io/trime/
GNU General Public License v3.0
3.09k stars 372 forks source link

在配置文件完全没有字符集过滤代码的情形下,报字符过滤组件的问题 #925

Closed yanhuacuo closed 6 months ago

yanhuacuo commented 1 year ago

使用最新代码节点编译出包:

https://github.com/osfans/trime/commit/0943b3010d703738a3daa1c47b8740e25bf333a8

W/rime.trime(28958): replacing previously registered compoment: charset_filter

致使根本没机会弹出输入法键盘,完全不可用

考虑到可能是 charset_filter 已被 librime 移除,便在我的配置文件中移除了所有相关 yaml 参数。

更奇怪的是,清掉 build 后,点「部署」,初次很顺利,无报错,再次点「部署」后,则会显示上述报错。

手机系统是:MIUI14,Android 13

yanhuacuo commented 1 year ago
App Package Name: com.osfans.trime
App Version Name: 3.2.11
App Version Code: 20230301
OS Name: TKQ1.220807.001 test-keys
OS Version: 5.10.101-android12-9-00005-ga829d48e78bd-ab9206161 (V14.0.8.0.TLBCNXM)
OS API Level: 33
Device: zeus
Model (product): 2201122C (zeus)
Manufacturer: Xiaomi
Tags: release-keys
Screen Size: 1440 x 3200
Screen Density: 3.5
Screen orientation: Portrait
--------- beginning of main
I/libc    (31792): SetHeapTaggingLevel: tag level set to 0
I/om.osfans.trime(31792): Late-enabling -Xcheck:jni
I/MessageMonitor(31792): Load libmiui_runtime
D/CompatibilityChangeReporter(31792): Compat change id reported: 171979766; UID 10241; state: DISABLED
D/ApplicationLoaders(31792): Returning zygote-cached class loader: /system/framework/android.test.base.jar
I/Perf    (31792): Connecting to perf service.
V/GraphicsEnvironment(31792): ANGLE Developer option for 'com.osfans.trime' set to: 'default'
V/GraphicsEnvironment(31792): ANGLE GameManagerService for com.osfans.trime: false
V/GraphicsEnvironment(31792): Updatable production driver is not supported on the device.
I/ForceDarkHelperStubImpl(31792): initialize for com.osfans.trime , ForceDarkOrigin
D/om.osfans.trime(31792): JNI_OnLoad success
I/MiuiForceDarkConfig(31792): setConfig density:3.500000, mainRule:0, secondaryRule:0, tertiaryRule:0
D/NetworkSecurityConfig(31792): No Network Security Config specified, using platform default
D/NetworkSecurityConfig(31792): No Network Security Config specified, using platform default
I/CustomActivityOnCrash(31792): CustomActivityOnCrash has been installed.
D/TrimeApplication(31792): Last pid is 30882. Set it to current pid: 31792
D/Trime   (31792):  <TrimeInit> onCreate    
I/Trime   (31792): onCreate...
D/Trime   (31792):  <TrimeInit> onCreate    InputFeedbackManager
I/TextToSpeech(31792): Sucessfully bound to com.xiaomi.mibrain.speech
D/Trime   (31792):  <TrimeInit> onCreate    liquidKeyboard
D/DataManager(31792): Diff: com.osfans.trime.data.DataManager$Diff$New@ab3e5cb
I/TextToSpeech(31792): Connected to TTS engine
I/TextToSpeech(31792): Setting up the connection to TTS engine...
I/DataManager(31792): Synced!
I/Rime    (31792): Starting up Rime APIs ...
I/rime.trime(31792): loading module: 0x7abdf8fe88
I/rime.trime(31792): loading module: 0x7abdf8fe10
I/rime.trime(31792): registering core components.
I/rime.trime(31792): registering component: config_builder
I/rime.trime(31792): registering component: config
I/rime.trime(31792): registering component: schema
I/rime.trime(31792): registering component: user_config
I/rime.trime(31792): loading module: 0x7abdf901f8
I/rime.trime(31792): registering components from module 'dict'.
I/rime.trime(31792): registering component: tabledb
I/rime.trime(31792): registering component: stabledb
I/rime.trime(31792): registering component: plain_userdb
I/rime.trime(31792): registering component: userdb
I/rime.trime(31792): registering component: corrector
I/rime.trime(31792): registering component: dictionary
I/rime.trime(31792): registering component: reverse_lookup_dictionary
I/rime.trime(31792): registering component: user_dictionary
I/rime.trime(31792): registering component: userdb_recovery_task
I/rime.trime(31792): loading module: 0x7abdf90500
I/rime.trime(31792): registering components from module 'gears'.
I/rime.trime(31792): registering component: ascii_composer
I/rime.trime(31792): registering component: chord_composer
I/rime.trime(31792): registering component: express_editor
I/rime.trime(31792): registering component: fluid_editor
I/rime.trime(31792): registering component: fluency_editor
I/rime.trime(31792): registering component: key_binder
I/rime.trime(31792): registering component: navigator
I/rime.trime(31792): registering component: punctuator
I/rime.trime(31792): registering component: recognizer
I/rime.trime(31792): registering component: selector
I/rime.trime(31792): registering component: speller
I/rime.trime(31792): registering component: shape_processor
I/rime.trime(31792): registering component: abc_segmentor
I/rime.trime(31792): registering component: affix_segmentor
I/rime.trime(31792): registering component: ascii_segmentor
I/rime.trime(31792): registering component: matcher
I/rime.trime(31792): registering component: punct_segmentor
I/rime.trime(31792): registering component: fallback_segmentor
I/rime.trime(31792): registering component: echo_translator
I/rime.trime(31792): registering component: punct_translator
I/rime.trime(31792): registering component: table_translator
I/rime.trime(31792): registering component: script_translator
I/rime.trime(31792): registering component: r10n_translator
I/rime.trime(31792): registering component: reverse_lookup_translator
I/rime.trime(31792): registering component: schema_list_translator
I/rime.trime(31792): registering component: switch_translator
I/rime.trime(31792): registering component: history_translator
I/rime.trime(31792): registering component: simplifier
I/rime.trime(31792): registering component: uniquifier
I/rime.trime(31792): registering component: charset_filter
I/rime.trime(31792): registering component: cjk_minifier
I/rime.trime(31792): registering component: reverse_lookup_filter
I/rime.trime(31792): registering component: single_char_filter
I/rime.trime(31792): registering component: shape_formatter
I/rime.trime(31792): loading module: 0x7abdf8f9c8
I/rime.trime(31792): registering component: codepoint_translator
I/rime.trime(31792): registering component: charset_filter
W/rime.trime(31792): replacing previously registered component: charset_filter
I/rime.trime(31792): loading module: 0x7abdf8f9f8
I/rime.trime(31792): registering components from module 'lua'.
I/rime.trime(31792): rime.lua info: rime.lua should be either in the rime user data directory or in the rime shared data directory
I/rime.trime(31792): registering component: lua_translator
I/rime.trime(31792): registering component: lua_filter
I/rime.trime(31792): registering component: lua_segmentor
I/rime.trime(31792): registering component: lua_processor
I/rime.trime(31792): loading module: 0x7abdf8fa50
I/rime.trime(31792): loading module: 0x7abdf8fa28
I/rime.trime(31792): registering components from module 'grammar'.
I/rime.trime(31792): registering component: grammar
I/rime.trime(31792): loading module: 0x7abdf8feb0
I/rime.trime(31792): loading module: 0x7abdf90590
I/rime.trime(31792): registering components from module 'levers'.
I/rime.trime(31792): registering component: detect_modifications
I/rime.trime(31792): registering component: installation_update
I/rime.trime(31792): registering component: workspace_update
I/rime.trime(31792): registering component: schema_update
I/rime.trime(31792): registering component: config_file_update
I/rime.trime(31792): registering component: prebuild_all_schemas
I/rime.trime(31792): registering component: user_dict_upgrade
I/rime.trime(31792): registering component: cleanup_trash
I/rime.trime(31792): registering component: user_dict_sync
I/rime.trime(31792): registering component: backup_config_files
I/rime.trime(31792): registering component: clean_old_log_files
I/rime.trime(31792): today: .20230119
I/rime.trime(31792): scanning 1 temp directory for log files.
I/rime.trime(31792): temp directory: /data/user/0/com.osfans.trime/cache/
I/rime.trime(31792): updating rime installation info.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/installation.yaml'.
I/rime.trime(31792): read: installation_id
I/rime.trime(31792): traverse: installation_id
I/rime.trime(31792): installation info exists. installation id: 8f96e7f9-584e-4f89-adc7-9294f3aac614
I/rime.trime(31792): read: sync_dir
I/rime.trime(31792): traverse: sync_dir
I/rime.trime(31792): sync dir: /storage/emulated/0/rime/sync
I/rime.trime(31792): read: distribution_code_name
I/rime.trime(31792): traverse: distribution_code_name
I/rime.trime(31792): previous distribution: trime
I/rime.trime(31792): read: distribution_version
I/rime.trime(31792): traverse: distribution_version
I/rime.trime(31792): previous distribution version: v3.2.10-44-g0943b301-20230114
I/rime.trime(31792): read: rime_version
I/rime.trime(31792): traverse: rime_version
I/rime.trime(31792): previous Rime version: 1.7.3
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/user.yaml'.
I/rime.trime(31792): read: var/last_build_time
I/rime.trime(31792): traverse: var/last_build_time
I/rime.trime(31792): modifications detected. workspace needs update.
I/rime.trime(31792): changes detected; starting maintenance.
I/rime.trime(31792): starting work thread for 3 tasks.
I/rime.trime(31792): running deployment tasks:
D/Rime    (31792): Handling Rime notification: DeployEvent(state=start)
I/rime.trime(31792): updating workspace.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/default.yaml'.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/default.yaml'.
I/rime.trime(31792): read: schema_list
I/rime.trime(31792): traverse: schema_list
I/rime.trime(31792): updating schemas.
I/rime.trime(31792): schema: wubi98_ci
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/wubi98_ci.schema.yaml'.
I/rime.trime(31792): read: schema/schema_id
I/rime.trime(31792): traverse: schema/schema_id
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/wubi98_ci.schema.yaml'.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/wubi98_ci.schema.yaml'.
I/rime.trime(31792): read: translator/dictionary
I/rime.trime(31792): traverse: translator/dictionary
I/rime.trime(31792): read: translator/dictionary
I/rime.trime(31792): traverse: translator/dictionary
I/rime.trime(31792): read: translator/prism
I/rime.trime(31792): traverse: translator/prism
I/rime.trime(31792): read: translator/packs
I/rime.trime(31792): traverse: translator/packs
I/rime.trime(31792): preparing dictionary 'wubi98_ci'.
I/rime.trime(31792): compiling dictionary for /storage/emulated/0/rime/build/wubi98_ci.schema.yaml
I/rime.trime(31792): loading table file: /storage/emulated/0/rime/build/wubi98_ci.table.bin
I/rime.trime(31792): loading prism file: /storage/emulated/0/rime/build/wubi98_ci.prism.bin
I/rime.trime(31792): found double array image of size 181504.
I/rime.trime(31792): "/storage/emulated/0/rime/wubi98_ci.dict.yaml"[1 file(s)] (3921017710)
I/rime.trime(31792): /storage/emulated/0/rime/build/wubi98_ci.schema.yaml (218564566)
I/rime.trime(31792): loading reversedb: /storage/emulated/0/rime/build/wubi98_ci.reverse.bin
I/rime.trime(31792): dictionary 'wubi98_ci' is ready.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/wubi98_ci.schema.yaml'.
I/rime.trime(31792): read: schema/dependencies
I/rime.trime(31792): traverse: schema/dependencies
I/rime.trime(31792): schema: py
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/py.schema.yaml'.
I/rime.trime(31792): read: schema/schema_id
I/rime.trime(31792): traverse: schema/schema_id
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/py.schema.yaml'.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/py.schema.yaml'.
I/rime.trime(31792): read: translator/dictionary
I/rime.trime(31792): traverse: translator/dictionary
I/rime.trime(31792): read: translator/dictionary
I/rime.trime(31792): traverse: translator/dictionary
I/rime.trime(31792): read: translator/prism
I/rime.trime(31792): traverse: translator/prism
I/rime.trime(31792): read: translator/packs
I/rime.trime(31792): traverse: translator/packs
I/rime.trime(31792): preparing dictionary 'py'.
I/rime.trime(31792): compiling dictionary for /storage/emulated/0/rime/build/py.schema.yaml
I/rime.trime(31792): loading table file: /storage/emulated/0/rime/build/py.table.bin
I/rime.trime(31792): loading prism file: /storage/emulated/0/rime/build/py.prism.bin
I/rime.trime(31792): found double array image of size 1792.
I/rime.trime(31792): "/storage/emulated/0/rime/py.dict.yaml"[1 file(s)] (4117753726)
I/rime.trime(31792): /storage/emulated/0/rime/build/py.schema.yaml (56490521)
I/rime.trime(31792): loading reversedb: /storage/emulated/0/rime/build/py.reverse.bin
I/rime.trime(31792): dictionary 'py' is ready.
I/rime.trime(31792): finished updating schemas: 2 success, 0 failure.
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/user.yaml'.
I/rime.trime(31792): write: var/last_build_time
I/rime.trime(31792): TraverseCopyOnWrite(var/last_build_time)
I/rime.trime(31792): copy on write: last_build_time
I/rime.trime(31792): copy on write: var
I/rime.trime(31792): saving config file '/storage/emulated/0/rime/user.yaml'.
I/rime.trime(31792): clean up trash.
I/rime.trime(31792): 3 tasks ran: 3 success, 0 failure.
D/Rime    (31792): Handling Rime notification: DeployEvent(state=success)
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/default.yaml'.
I/rime.trime(31792): read: schema/name
I/rime.trime(31792): traverse: schema/name
I/rime.trime(31792): read: menu/page_size
I/rime.trime(31792): traverse: menu/page_size
I/rime.trime(31792): read: menu/alternative_select_keys
I/rime.trime(31792): traverse: menu/alternative_select_keys
I/rime.trime(31792): read: menu/page_down_cycle
I/rime.trime(31792): traverse: menu/page_down_cycle
I/rime.trime(31792): starting engine.
I/rime.trime(31792): read: schema/name
I/rime.trime(31792): traverse: schema/name
I/rime.trime(31792): read: menu/page_size
I/rime.trime(31792): traverse: menu/page_size
I/rime.trime(31792): read: menu/alternative_select_keys
I/rime.trime(31792): traverse: menu/alternative_select_keys
I/rime.trime(31792): read: menu/page_down_cycle
I/rime.trime(31792): traverse: menu/page_down_cycle
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/user.yaml'.
I/rime.trime(31792): read: key_binder/bindings
I/rime.trime(31792): traverse: key_binder/bindings
I/rime.trime(31792): num processors: 2
I/rime.trime(31792): num translators: 2
I/rime.trime(31792): read: switcher/caption
I/rime.trime(31792): traverse: switcher/caption
I/rime.trime(31792): read: switcher/hotkeys
I/rime.trime(31792): traverse: switcher/hotkeys
I/rime.trime(31792): read: switcher/save_options
I/rime.trime(31792): traverse: switcher/save_options
I/rime.trime(31792): read: switcher/fold_options
I/rime.trime(31792): traverse: switcher/fold_options
I/rime.trime(31792): read: switcher/fix_schema_list_order
I/rime.trime(31792): traverse: switcher/fix_schema_list_order
I/rime.trime(31792): read: var/option/ascii_punct
I/rime.trime(31792): traverse: var/option/ascii_punct
I/rime.trime(31792): read: var/option/extended_charset
I/rime.trime(31792): traverse: var/option/extended_charset
I/rime.trime(31792): read: var/option/full_shape
I/rime.trime(31792): traverse: var/option/full_shape
I/rime.trime(31792): updated option: full_shape
I/rime.trime(31792): read: var/option/simplification
I/rime.trime(31792): traverse: var/option/simplification
I/rime.trime(31792): updated option: simplification
I/rime.trime(31792): read: var/option/zh_hans
I/rime.trime(31792): traverse: var/option/zh_hans
I/rime.trime(31792): read: var/option/zh_hant
I/rime.trime(31792): traverse: var/option/zh_hant
I/rime.trime(31792): read: var/option/zh_hant_tw
I/rime.trime(31792): traverse: var/option/zh_hant_tw
I/rime.trime(31792): read: var/previously_selected_schema
I/rime.trime(31792): traverse: var/previously_selected_schema
I/rime.trime(31792): read: schema_list
I/rime.trime(31792): traverse: schema_list
I/rime.trime(31792): loading config file '/storage/emulated/0/rime/build/wubi98_ci.schema.yaml'.
I/rime.trime(31792): read: schema/name
I/rime.trime(31792): traverse: schema/name
I/rime.trime(31792): read: menu/page_size
I/rime.trime(31792): traverse: menu/page_size
I/rime.trime(31792): read: menu/alternative_select_keys
I/rime.trime(31792): traverse: menu/alternative_select_keys
I/rime.trime(31792): read: menu/page_down_cycle
I/rime.trime(31792): traverse: menu/page_down_cycle
I/rime.trime(31792): read: engine/processors
I/rime.trime(31792): traverse: engine/processors
I/rime.trime(31792): read: ascii_composer/good_old_caps_lock
I/rime.trime(31792): traverse: ascii_composer/good_old_caps_lock
I/rime.trime(31792): read: ascii_composer/good_old_caps_lock
I/rime.trime(31792): traverse: ascii_composer/good_old_caps_lock
I/rime.trime(31792): read: ascii_composer/switch_key
I/rime.trime(31792): traverse: ascii_composer/switch_key
I/rime.trime(31792): read: ascii_composer/switch_key
I/rime.trime(31792): traverse: ascii_composer/switch_key
I/rime.trime(31792): read: recognizer/patterns
I/rime.trime(31792): traverse: recognizer/patterns
I/rime.trime(31792): read: recognizer/use_space
I/rime.trime(31792): traverse: recognizer/use_space
I/rime.trime(31792): read: key_binder/bindings
I/rime.trime(31792): traverse: key_binder/bindings
I/rime.trime(31792): read: speller/alphabet
I/rime.trime(31792): traverse: speller/alphabet
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: speller/initials
I/rime.trime(31792): traverse: speller/initials
I/rime.trime(31792): read: speller/finals
I/rime.trime(31792): traverse: speller/finals
I/rime.trime(31792): read: speller/max_code_length
I/rime.trime(31792): traverse: speller/max_code_length
I/rime.trime(31792): read: speller/auto_select
I/rime.trime(31792): traverse: speller/auto_select
I/rime.trime(31792): read: speller/use_space
I/rime.trime(31792): traverse: speller/use_space
I/rime.trime(31792): read: speller/auto_select_pattern
I/rime.trime(31792): traverse: speller/auto_select_pattern
I/rime.trime(31792): read: speller/auto_clear
I/rime.trime(31792): traverse: speller/auto_clear
I/rime.trime(31792): read: punctuator/use_space
I/rime.trime(31792): traverse: punctuator/use_space
I/rime.trime(31792): read: punctuator/half_shape
I/rime.trime(31792): traverse: punctuator/half_shape
I/rime.trime(31792): read: navigator/bindings
I/rime.trime(31792): traverse: navigator/bindings
I/rime.trime(31792): updated option: _auto_commit
I/rime.trime(31792): read: editor/bindings
I/rime.trime(31792): traverse: editor/bindings
I/rime.trime(31792): read: editor/char_handler
I/rime.trime(31792): traverse: editor/char_handler
I/rime.trime(31792): read: engine/segmentors
I/rime.trime(31792): traverse: engine/segmentors
I/rime.trime(31792): read: recognizer/patterns
I/rime.trime(31792): traverse: recognizer/patterns
I/rime.trime(31792): read: mkst/tag
I/rime.trime(31792): traverse: mkst/tag
I/rime.trime(31792): read: mkst/prefix
I/rime.trime(31792): traverse: mkst/prefix
I/rime.trime(31792): read: mkst/suffix
I/rime.trime(31792): traverse: mkst/suffix
I/rime.trime(31792): read: mkst/tips
I/rime.trime(31792): traverse: mkst/tips
I/rime.trime(31792): read: mkst/closing_tips
I/rime.trime(31792): traverse: mkst/closing_tips
I/rime.trime(31792): read: mkst/extra_tags
I/rime.trime(31792): traverse: mkst/extra_tags
I/rime.trime(31792): read: rvlk1/tag
I/rime.trime(31792): traverse: rvlk1/tag
I/rime.trime(31792): read: rvlk1/prefix
I/rime.trime(31792): traverse: rvlk1/prefix
I/rime.trime(31792): read: rvlk1/suffix
I/rime.trime(31792): traverse: rvlk1/suffix
I/rime.trime(31792): read: rvlk1/tips
I/rime.trime(31792): traverse: rvlk1/tips
I/rime.trime(31792): read: rvlk1/closing_tips
I/rime.trime(31792): traverse: rvlk1/closing_tips
I/rime.trime(31792): read: rvlk1/extra_tags
I/rime.trime(31792): traverse: rvlk1/extra_tags
I/rime.trime(31792): read: zhuyin_fix/tag
I/rime.trime(31792): traverse: zhuyin_fix/tag
I/rime.trime(31792): read: zhuyin_fix/prefix
I/rime.trime(31792): traverse: zhuyin_fix/prefix
I/rime.trime(31792): read: zhuyin_fix/suffix
I/rime.trime(31792): traverse: zhuyin_fix/suffix
I/rime.trime(31792): read: zhuyin_fix/tips
I/rime.trime(31792): traverse: zhuyin_fix/tips
I/rime.trime(31792): read: zhuyin_fix/closing_tips
I/rime.trime(31792): traverse: zhuyin_fix/closing_tips
I/rime.trime(31792): read: zhuyin_fix/extra_tags
I/rime.trime(31792): traverse: zhuyin_fix/extra_tags
I/rime.trime(31792): read: speller/alphabet
I/rime.trime(31792): traverse: speller/alphabet
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: speller/initials
I/rime.trime(31792): traverse: speller/initials
I/rime.trime(31792): read: speller/finals
I/rime.trime(31792): traverse: speller/finals
I/rime.trime(31792): read: abc_segmentor/extra_tags
I/rime.trime(31792): traverse: abc_segmentor/extra_tags
I/rime.trime(31792): read: punctuator/half_shape
I/rime.trime(31792): traverse: punctuator/half_shape
I/rime.trime(31792): read: engine/translators
I/rime.trime(31792): traverse: engine/translators
I/rime.trime(31792): read: punctuator/half_shape
I/rime.trime(31792): traverse: punctuator/half_shape
I/rime.trime(31792): read: punctuator/symbols
I/rime.trime(31792): traverse: punctuator/symbols
I/rime.trime(31792): read: reverse_lookup/tag
I/rime.trime(31792): traverse: reverse_lookup/tag
I/rime.trime(31792): read: rvlk1/dictionary
I/rime.trime(31792): traverse: rvlk1/dictionary
I/rime.trime(31792): read: rvlk1/prism
I/rime.trime(31792): traverse: rvlk1/prism
I/rime.trime(31792): read: rvlk1/packs
I/rime.trime(31792): traverse: rvlk1/packs
I/rime.trime(31792): loading dictionary 'py'.
I/rime.trime(31792): loading table file: /storage/emulated/0/rime/build/py.table.bin
I/rime.trime(31792): loading prism file: /storage/emulated/0/rime/build/py.prism.bin
I/rime.trime(31792): found double array image of size 1792.
I/rime.trime(31792): read: rvlk1/enable_user_dict
I/rime.trime(31792): traverse: rvlk1/enable_user_dict
I/rime.trime(31792): read: rvlk1/delimiter
I/rime.trime(31792): traverse: rvlk1/delimiter
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: rvlk1/tag
I/rime.trime(31792): traverse: rvlk1/tag
I/rime.trime(31792): read: rvlk1/contextual_suggestions
I/rime.trime(31792): traverse: rvlk1/contextual_suggestions
I/rime.trime(31792): read: rvlk1/enable_completion
I/rime.trime(31792): traverse: rvlk1/enable_completion
I/rime.trime(31792): read: rvlk1/strict_spelling
I/rime.trime(31792): traverse: rvlk1/strict_spelling
I/rime.trime(31792): read: rvlk1/initial_quality
I/rime.trime(31792): traverse: rvlk1/initial_quality
I/rime.trime(31792): read: rvlk1/preedit_format
I/rime.trime(31792): traverse: rvlk1/preedit_format
I/rime.trime(31792): read: rvlk1/comment_format
I/rime.trime(31792): traverse: rvlk1/comment_format
I/rime.trime(31792): read: rvlk1/disable_user_dict_for_patterns
I/rime.trime(31792): traverse: rvlk1/disable_user_dict_for_patterns
I/rime.trime(31792): read: rvlk1/enable_charset_filter
I/rime.trime(31792): traverse: rvlk1/enable_charset_filter
I/rime.trime(31792): read: rvlk1/enable_sentence
I/rime.trime(31792): traverse: rvlk1/enable_sentence
I/rime.trime(31792): read: rvlk1/sentence_over_completion
I/rime.trime(31792): traverse: rvlk1/sentence_over_completion
I/rime.trime(31792): read: rvlk1/enable_encoder
I/rime.trime(31792): traverse: rvlk1/enable_encoder
I/rime.trime(31792): read: rvlk1/encode_commit_history
I/rime.trime(31792): traverse: rvlk1/encode_commit_history
I/rime.trime(31792): read: rvlk1/max_phrase_length
I/rime.trime(31792): traverse: rvlk1/max_phrase_length
I/rime.trime(31792): read: rvlk1/max_homographs
I/rime.trime(31792): traverse: rvlk1/max_homographs
I/rime.trime(31792): read: translator/dictionary
I/rime.trime(31792): traverse: translator/dictionary
I/rime.trime(31792): read: translator/prism
I/rime.trime(31792): traverse: translator/prism
I/rime.trime(31792): read: translator/packs
I/rime.trime(31792): traverse: translator/packs
I/rime.trime(31792): loading dictionary 'wubi98_ci'.
I/rime.trime(31792): loading table file: /storage/emulated/0/rime/build/wubi98_ci.table.bin
I/rime.trime(31792): loading prism file: /storage/emulated/0/rime/build/wubi98_ci.prism.bin
I/rime.trime(31792): found double array image of size 181504.
I/rime.trime(31792): read: translator/enable_user_dict
I/rime.trime(31792): traverse: translator/enable_user_dict
I/rime.trime(31792): read: translator/delimiter
I/rime.trime(31792): traverse: translator/delimiter
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: translator/tag
I/rime.trime(31792): traverse: translator/tag
I/rime.trime(31792): read: translator/contextual_suggestions
I/rime.trime(31792): traverse: translator/contextual_suggestions
I/rime.trime(31792): read: translator/enable_completion
I/rime.trime(31792): traverse: translator/enable_completion
I/rime.trime(31792): read: translator/strict_spelling
I/rime.trime(31792): traverse: translator/strict_spelling
I/rime.trime(31792): read: translator/initial_quality
I/rime.trime(31792): traverse: translator/initial_quality
I/rime.trime(31792): read: translator/preedit_format
I/rime.trime(31792): traverse: translator/preedit_format
I/rime.trime(31792): read: translator/comment_format
I/rime.trime(31792): traverse: translator/comment_format
I/rime.trime(31792): read: translator/disable_user_dict_for_patterns
I/rime.trime(31792): traverse: translator/disable_user_dict_for_patterns
I/rime.trime(31792): read: translator/enable_charset_filter
I/rime.trime(31792): traverse: translator/enable_charset_filter
I/rime.trime(31792): read: translator/enable_sentence
I/rime.trime(31792): traverse: translator/enable_sentence
I/rime.trime(31792): read: translator/sentence_over_completion
I/rime.trime(31792): traverse: translator/sentence_over_completion
I/rime.trime(31792): read: translator/enable_encoder
I/rime.trime(31792): traverse: translator/enable_encoder
I/rime.trime(31792): read: translator/encode_commit_history
I/rime.trime(31792): traverse: translator/encode_commit_history
I/rime.trime(31792): read: translator/max_phrase_length
I/rime.trime(31792): traverse: translator/max_phrase_length
I/rime.trime(31792): read: translator/max_homographs
I/rime.trime(31792): traverse: translator/max_homographs
I/rime.trime(31792): read: fixed/dictionary
I/rime.trime(31792): traverse: fixed/dictionary
I/rime.trime(31792): read: fixed/prism
I/rime.trime(31792): traverse: fixed/prism
I/rime.trime(31792): read: fixed/packs
I/rime.trime(31792): traverse: fixed/packs
I/rime.trime(31792): loading dictionary 'wubi98_ci'.
I/rime.trime(31792): read: fixed/enable_user_dict
I/rime.trime(31792): traverse: fixed/enable_user_dict
I/rime.trime(31792): read: fixed/user_dict
I/rime.trime(31792): traverse: fixed/user_dict
I/rime.trime(31792): read: fixed/dictionary
I/rime.trime(31792): traverse: fixed/dictionary
I/rime.trime(31792): read: fixed/db_class
I/rime.trime(31792): traverse: fixed/db_class
I/rime.trime(31792): reading tsv file: /storage/emulated/0/rime/wubi98_ci.txt
I/rime.trime(31792): update db metadata: /db_name => wubi98_ci
I/rime.trime(31792): update db metadata: /db_type => tabledb
I/rime.trime(31792): update db metadata: /rime_version => 1.7.3
I/rime.trime(31792): update db metadata: /tick => 0
I/rime.trime(31792): 0 entries loaded.
I/rime.trime(31792): read: fixed/delimiter
I/rime.trime(31792): traverse: fixed/delimiter
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: fixed/tag
I/rime.trime(31792): traverse: fixed/tag
I/rime.trime(31792): read: fixed/contextual_suggestions
I/rime.trime(31792): traverse: fixed/contextual_suggestions
I/rime.trime(31792): read: fixed/enable_completion
I/rime.trime(31792): traverse: fixed/enable_completion
I/rime.trime(31792): read: fixed/strict_spelling
I/rime.trime(31792): traverse: fixed/strict_spelling
I/rime.trime(31792): read: fixed/initial_quality
I/rime.trime(31792): traverse: fixed/initial_quality
I/rime.trime(31792): read: fixed/preedit_format
I/rime.trime(31792): traverse: fixed/preedit_format
I/rime.trime(31792): read: fixed/comment_format
I/rime.trime(31792): traverse: fixed/comment_format
I/rime.trime(31792): read: fixed/disable_user_dict_for_patterns
I/rime.trime(31792): traverse: fixed/disable_user_dict_for_patterns
I/rime.trime(31792): read: fixed/enable_charset_filter
I/rime.trime(31792): traverse: fixed/enable_charset_filter
I/rime.trime(31792): read: fixed/enable_sentence
I/rime.trime(31792): traverse: fixed/enable_sentence
I/rime.trime(31792): read: fixed/sentence_over_completion
I/rime.trime(31792): traverse: fixed/sentence_over_completion
I/rime.trime(31792): read: fixed/enable_encoder
I/rime.trime(31792): traverse: fixed/enable_encoder
I/rime.trime(31792): read: fixed/encode_commit_history
I/rime.trime(31792): traverse: fixed/encode_commit_history
I/rime.trime(31792): read: fixed/max_phrase_length
I/rime.trime(31792): traverse: fixed/max_phrase_length
I/rime.trime(31792): read: fixed/max_homographs
I/rime.trime(31792): traverse: fixed/max_homographs
I/rime.trime(31792): read: fixed/dictionary
I/rime.trime(31792): traverse: fixed/dictionary
I/rime.trime(31792): loading reversedb: /storage/emulated/0/rime/build/wubi98_ci.reverse.bin
I/rime.trime(31792): read: encoder/rules
I/rime.trime(31792): traverse: encoder/rules
I/rime.trime(31792): read: encoder/exclude_patterns
I/rime.trime(31792): traverse: encoder/exclude_patterns
I/rime.trime(31792): read: encoder/tail_anchor
I/rime.trime(31792): traverse: encoder/tail_anchor
I/rime.trime(31792): read: mkst/dictionary
I/rime.trime(31792): traverse: mkst/dictionary
I/rime.trime(31792): read: mkst/prism
I/rime.trime(31792): traverse: mkst/prism
I/rime.trime(31792): read: mkst/packs
I/rime.trime(31792): traverse: mkst/packs
I/rime.trime(31792): loading dictionary 'wubi98_ci'.
I/rime.trime(31792): read: mkst/enable_user_dict
I/rime.trime(31792): traverse: mkst/enable_user_dict
I/rime.trime(31792): read: mkst/delimiter
I/rime.trime(31792): traverse: mkst/delimiter
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: mkst/tag
I/rime.trime(31792): traverse: mkst/tag
I/rime.trime(31792): read: mkst/contextual_suggestions
I/rime.trime(31792): traverse: mkst/contextual_suggestions
I/rime.trime(31792): read: mkst/enable_completion
I/rime.trime(31792): traverse: mkst/enable_completion
I/rime.trime(31792): read: mkst/strict_spelling
I/rime.trime(31792): traverse: mkst/strict_spelling
I/rime.trime(31792): read: mkst/initial_quality
I/rime.trime(31792): traverse: mkst/initial_quality
I/rime.trime(31792): read: mkst/preedit_format
I/rime.trime(31792): traverse: mkst/preedit_format
I/rime.trime(31792): read: mkst/comment_format
I/rime.trime(31792): traverse: mkst/comment_format
I/rime.trime(31792): read: mkst/disable_user_dict_for_patterns
I/rime.trime(31792): traverse: mkst/disable_user_dict_for_patterns
I/rime.trime(31792): read: mkst/enable_charset_filter
I/rime.trime(31792): traverse: mkst/enable_charset_filter
I/rime.trime(31792): read: mkst/enable_sentence
I/rime.trime(31792): traverse: mkst/enable_sentence
I/rime.trime(31792): read: mkst/sentence_over_completion
I/rime.trime(31792): traverse: mkst/sentence_over_completion
I/rime.trime(31792): read: mkst/enable_encoder
I/rime.trime(31792): traverse: mkst/enable_encoder
I/rime.trime(31792): read: mkst/encode_commit_history
I/rime.trime(31792): traverse: mkst/encode_commit_history
I/rime.trime(31792): read: mkst/max_phrase_length
I/rime.trime(31792): traverse: mkst/max_phrase_length
I/rime.trime(31792): read: mkst/max_homographs
I/rime.trime(31792): traverse: mkst/max_homographs
I/rime.trime(31792): read: grammar/language
I/rime.trime(31792): traverse: grammar/language
I/rime.trime(31792): read: zhuyin_fix/dictionary
I/rime.trime(31792): traverse: zhuyin_fix/dictionary
I/rime.trime(31792): read: zhuyin_fix/prism
I/rime.trime(31792): traverse: zhuyin_fix/prism
I/rime.trime(31792): read: zhuyin_fix/packs
I/rime.trime(31792): traverse: zhuyin_fix/packs
I/rime.trime(31792): loading dictionary 'wubi98_ci'.
I/rime.trime(31792): read: zhuyin_fix/enable_user_dict
I/rime.trime(31792): traverse: zhuyin_fix/enable_user_dict
I/rime.trime(31792): read: zhuyin_fix/delimiter
I/rime.trime(31792): traverse: zhuyin_fix/delimiter
I/rime.trime(31792): read: speller/delimiter
I/rime.trime(31792): traverse: speller/delimiter
I/rime.trime(31792): read: zhuyin_fix/tag
I/rime.trime(31792): traverse: zhuyin_fix/tag
I/rime.trime(31792): read: zhuyin_fix/contextual_suggestions
I/rime.trime(31792): traverse: zhuyin_fix/contextual_suggestions
I/rime.trime(31792): read: zhuyin_fix/enable_completion
I/rime.trime(31792): traverse: zhuyin_fix/enable_completion
I/rime.trime(31792): read: zhuyin_fix/strict_spelling
I/rime.trime(31792): traverse: zhuyin_fix/strict_spelling
I/rime.trime(31792): read: zhuyin_fix/initial_quality
I/rime.trime(31792): traverse: zhuyin_fix/initial_quality
I/rime.trime(31792): read: zhuyin_fix/preedit_format
I/rime.trime(31792): traverse: zhuyin_fix/preedit_format
I/rime.trime(31792): read: zhuyin_fix/comment_format
I/rime.trime(31792): traverse: zhuyin_fix/comment_format
I/rime.trime(31792): read: zhuyin_fix/disable_user_dict_for_patterns
I/rime.trime(31792): traverse: zhuyin_fix/disable_user_dict_for_patterns
I/rime.trime(31792): read: zhuyin_fix/enable_charset_filter
I/rime.trime(31792): traverse: zhuyin_fix/enable_charset_filter
I/rime.trime(31792): read: zhuyin_fix/enable_sentence
I/rime.trime(31792): traverse: zhuyin_fix/enable_sentence
I/rime.trime(31792): read: zhuyin_fix/sentence_over_completion
I/rime.trime(31792): traverse: zhuyin_fix/sentence_over_completion
I/rime.trime(31792): read: zhuyin_fix/enable_encoder
I/rime.trime(31792): traverse: zhuyin_fix/enable_encoder
I/rime.trime(31792): read: zhuyin_fix/encode_commit_history
I/rime.trime(31792): traverse: zhuyin_fix/encode_commit_history
I/rime.trime(31792): read: zhuyin_fix/max_phrase_length
I/rime.trime(31792): traverse: zhuyin_fix/max_phrase_length
I/rime.trime(31792): read: zhuyin_fix/max_homographs
I/rime.trime(31792): traverse: zhuyin_fix/max_homographs
I/rime.trime(31792): read: history/tag
I/rime.trime(31792): traverse: history/tag
I/rime.trime(31792): read: history/input
I/rime.trime(31792): traverse: history/input
I/rime.trime(31792): read: history/size
I/rime.trime(31792): traverse: history/size
I/rime.trime(31792): read: history/initial_quality
I/rime.trime(31792): traverse: history/initial_quality
I/rime.trime(31792): read: engine/filters
I/rime.trime(31792): traverse: engine/filters
I/rime.trime(31792): read: filter/tags
I/rime.trime(31792): traverse: filter/tags
I/rime.trime(31792): read: simplifier/tips
I/rime.trime(31792): traverse: simplifier/tips
I/rime.trime(31792): read: simplifier/tip
I/rime.trime(31792): traverse: simplifier/tip
I/rime.trime(31792): read: simplifier/show_in_comment
I/rime.trime(31792): traverse: simplifier/show_in_comment
I/rime.trime(31792): read: simplifier/inherit_comment
I/rime.trime(31792): traverse: simplifier/inherit_comment
I/rime.trime(31792): read: simplifier/comment_format
I/rime.trime(31792): traverse: simplifier/comment_format
I/rime.trime(31792): read: simplifier/random
I/rime.trime(31792): traverse: simplifier/random
I/rime.trime(31792): read: simplifier/option_name
I/rime.trime(31792): traverse: simplifier/option_name
I/rime.trime(31792): read: simplifier/opencc_config
I/rime.trime(31792): traverse: simplifier/opencc_config
I/rime.trime(31792): read: simplifier/excluded_types
I/rime.trime(31792): traverse: simplifier/excluded_types
I/rime.trime(31792): read: ci_reverse_lookup/tags
I/rime.trime(31792): traverse: ci_reverse_lookup/tags
I/rime.trime(31792): read: 98wb_spelling_rk/tags
I/rime.trime(31792): traverse: 98wb_spelling_rk/tags
I/rime.trime(31792): read: 98wb_spelling_rk/tips
I/rime.trime(31792): traverse: 98wb_spelling_rk/tips
I/rime.trime(31792): read: 98wb_spelling_rk/tip
I/rime.trime(31792): traverse: 98wb_spelling_rk/tip
I/rime.trime(31792): read: 98wb_spelling_rk/show_in_comment
I/rime.trime(31792): traverse: 98wb_spelling_rk/show_in_comment
I/rime.trime(31792): read: 98wb_spelling_rk/inherit_comment
I/rime.trime(31792): traverse: 98wb_spelling_rk/inherit_comment
I/rime.trime(31792): read: 98wb_spelling_rk/comment_format
I/rime.trime(31792): traverse: 98wb_spelling_rk/comment_format
I/rime.trime(31792): read: 98wb_spelling_rk/random
I/rime.trime(31792): traverse: 98wb_spelling_rk/random
I/rime.trime(31792): read: 98wb_spelling_rk/option_name
I/rime.trime(31792): traverse: 98wb_spelling_rk/option_name
I/rime.trime(31792): read: 98wb_spelling_rk/opencc_config
I/rime.trime(31792): traverse: 98wb_spelling_rk/opencc_config
I/rime.trime(31792): read: 98wb_spelling_rk/excluded_types
I/rime.trime(31792): traverse: 98wb_spelling_rk/excluded_types
I/rime.trime(31792): read: 98wb_spelling/tags
I/rime.trime(31792): traverse: 98wb_spelling/tags
I/rime.trime(31792): read: 98wb_spelling/tips
I/rime.trime(31792): traverse: 98wb_spelling/tips
I/rime.trime(31792): read: 98wb_spelling/show_in_comment
I/rime.trime(31792): traverse: 98wb_spelling/show_in_comment
I/rime.trime(31792): read: 98wb_spelling/inherit_comment
I/rime.trime(31792): traverse: 98wb_spelling/inherit_comment
I/rime.trime(31792): read: 98wb_spelling/comment_format
I/rime.trime(31792): traverse: 98wb_spelling/comment_format
I/rime.trime(31792): read: 98wb_spelling/random
I/rime.trime(31792): traverse: 98wb_spelling/random
I/rime.trime(31792): read: 98wb_spelling/option_name
I/rime.trime(31792): traverse: 98wb_spelling/option_name
I/rime.trime(31792): read: 98wb_spelling/opencc_config
I/rime.trime(31792): traverse: 98wb_spelling/opencc_config
I/rime.trime(31792): read: 98wb_spelling/excluded_types
I/rime.trime(31792): traverse: 98wb_spelling/excluded_types
I/rime.trime(31792): read: jiayin/tags
I/rime.trime(31792): traverse: jiayin/tags
I/rime.trime(31792): read: jiayin/tips
I/rime.trime(31792): traverse: jiayin/tips
I/rime.trime(31792): read: jiayin/show_in_comment
I/rime.trime(31792): traverse: jiayin/show_in_comment
I/rime.trime(31792): read: jiayin/inherit_comment
I/rime.trime(31792): traverse: jiayin/inherit_comment
I/rime.trime(31792): read: jiayin/comment_format
I/rime.trime(31792): traverse: jiayin/comment_format
I/rime.trime(31792): read: jiayin/random
I/rime.trime(31792): traverse: jiayin/random
I/rime.trime(31792): read: jiayin/option_name
I/rime.trime(31792): traverse: jiayin/option_name
I/rime.trime(31792): read: jiayin/opencc_config
I/rime.trime(31792): traverse: jiayin/opencc_config
I/rime.trime(31792): read: jiayin/excluded_types
I/rime.trime(31792): traverse: jiayin/excluded_types
I/rime.trime(31792): updated option: ascii_mode
I/rime.trime(31792): updated option: zh_trad
I/rime.trime(31792): updated option: 98wb_spelling_rk
I/rime.trime(31792): updated option: 98wb_spelling
I/rime.trime(31792): updated option: jiayin
I/Rime    (31792): Initializing schema stuffs ...
D/Rime    (31792): initSchema() RimeSchema
W/System.err(31792): com.charleskorn.kaml.MalformedYamlException at 98wb_spelling.comment_format on line 10, column 16: while scanning a simple key
W/System.err(31792):  at line 6, column 1:
W/System.err(31792):     /
W/System.err(31792):     ^
W/System.err(31792): could not find expected ':'
W/System.err(31792):  at line 10, column 16:
W/System.err(31792):       opencc_config: 98wb_spelling.json
W/System.err(31792):                    ^
W/System.err(31792):    at com.charleskorn.kaml.YamlParser.translateYamlEngineException(YamlParser.kt:89)
W/System.err(31792):    at com.charleskorn.kaml.YamlParser.checkEvent(YamlParser.kt:67)
W/System.err(31792):    at com.charleskorn.kaml.YamlParser.peekEvent(YamlParser.kt:53)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readSequence(YamlNodeReader.kt:75)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readFromEvent(YamlNodeReader.kt:57)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readNodeAndAnchor(YamlNodeReader.kt:42)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readMapping(YamlNodeReader.kt:107)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readFromEvent(YamlNodeReader.kt:58)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readNodeAndAnchor(YamlNodeReader.kt:42)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readMapping(YamlNodeReader.kt:107)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readFromEvent(YamlNodeReader.kt:58)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readNodeAndAnchor(YamlNodeReader.kt:42)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.readNode(YamlNodeReader.kt:38)
W/System.err(31792):    at com.charleskorn.kaml.YamlNodeReader.read(YamlNodeReader.kt:36)
W/System.err(31792):    at com.charleskorn.kaml.Yaml.parseToYamlNodeFromReader(Yaml.kt:64)
W/System.err(31792):    at com.charleskorn.kaml.Yaml.decodeFromReader(Yaml.kt:51)
W/System.err(31792):    at com.charleskorn.kaml.Yaml.decodeFromString(Yaml.kt:43)
W/System.err(31792):    at com.osfans.trime.data.schema.SchemaManager.init(SchemaManager.kt:29)
W/System.err(31792):    at com.osfans.trime.core.Rime.initSchema(Rime.java:205)
W/System.err(31792):    at com.osfans.trime.core.Rime.init(Rime.java:227)
W/System.err(31792):    at com.osfans.trime.core.Rime.<init>(Rime.java:199)
W/System.err(31792):    at com.osfans.trime.core.Rime.get(Rime.java:361)
W/System.err(31792):    at com.osfans.trime.data.theme.Config.<init>(Config.java:78)
W/System.err(31792):    at com.osfans.trime.data.theme.Config.get(Config.java:56)
W/System.err(31792):    at com.osfans.trime.ime.symbol.LiquidKeyboard.<init>(LiquidKeyboard.kt:30)
W/System.err(31792):    at com.osfans.trime.ime.core.Trime.onCreate(Trime.java:367)
W/System.err(31792):    at android.app.ActivityThread.handleCreateService(ActivityThread.java:4629)
W/System.err(31792):    at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
W/System.err(31792):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2217)
W/System.err(31792):    at android.os.Handler.dispatchMessage(Handler.java:106)
W/System.err(31792):    at android.os.Looper.loopOnce(Looper.java:210)
W/System.err(31792):    at android.os.Looper.loop(Looper.java:299)
W/System.err(31792):    at android.app.ActivityThread.main(ActivityThread.java:8116)
W/System.err(31792):    at java.lang.reflect.Method.invoke(Native Method)
W/System.err(31792):    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
W/System.err(31792):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
--------- beginning of system
W/Looper  (31792): PerfMonitor longMsg : seq=4 plan=12:21:07.798 late=68ms wall=1068ms running=227ms runnable=3ms io=1ms h=android.app.ActivityThread$H w=114 procState=-1
D/Trime   (31792): onStartInput: restarting=false
I/om.osfans.trime(31792): ProcessProfilingInfo new_methods=0 is saved saved_to_disk=0 resolve_classes_delay=8000
D/Trime   (31792): onStartInput: restarting=false
I/om.osfans.trime(31792): This is non sticky GC, maxfree is 33554432 minfree is 8388608
D/StrictMode(31792): StrictMode policy violation: android.os.strictmode.LeakedClosableViolation: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
D/StrictMode(31792):    at android.os.StrictMode$AndroidCloseGuardReporter.report(StrictMode.java:1986)
D/StrictMode(31792):    at dalvik.system.CloseGuard.warnIfOpen(CloseGuard.java:336)
D/StrictMode(31792):    at java.io.FileInputStream.finalize(FileInputStream.java:503)
D/StrictMode(31792):    at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:319)
D/StrictMode(31792):    at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:306)
D/StrictMode(31792):    at java.lang.Daemons$Daemon.run(Daemons.java:140)
D/StrictMode(31792):    at java.lang.Thread.run(Thread.java:1012)
D/StrictMode(31792): Caused by: java.lang.Throwable: Explicit termination method 'close' not called
D/StrictMode(31792):    at dalvik.system.CloseGuard.openWithCallSite(CloseGuard.java:288)
D/StrictMode(31792):    at dalvik.system.CloseGuard.open(CloseGuard.java:257)
D/StrictMode(31792):    at java.io.FileInputStream.<init>(FileInputStream.java:176)
D/StrictMode(31792):    at com.osfans.trime.data.schema.SchemaManager.init(SchemaManager.kt:25)
D/StrictMode(31792):    at com.osfans.trime.core.Rime.initSchema(Rime.java:205)
D/StrictMode(31792):    at com.osfans.trime.core.Rime.init(Rime.java:227)
D/StrictMode(31792):    at com.osfans.trime.core.Rime.<init>(Rime.java:199)
D/StrictMode(31792):    at com.osfans.trime.core.Rime.get(Rime.java:361)
D/StrictMode(31792):    at com.osfans.trime.data.theme.Config.<init>(Config.java:78)
D/StrictMode(31792):    at com.osfans.trime.data.theme.Config.get(Config.java:56)
D/StrictMode(31792):    at com.osfans.trime.ime.symbol.LiquidKeyboard.<init>(LiquidKeyboard.kt:30)
D/StrictMode(31792):    at com.osfans.trime.ime.core.Trime.onCreate(Trime.java:367)
D/StrictMode(31792):    at android.app.ActivityThread.handleCreateService(ActivityThread.java:4629)
D/StrictMode(31792):    at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
D/StrictMode(31792):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2217)
D/StrictMode(31792):    at android.os.Handler.dispatchMessage(Handler.java:106)
D/StrictMode(31792):    at android.os.Looper.loopOnce(Looper.java:210)
D/StrictMode(31792):    at android.os.Looper.loop(Looper.java:299)
D/StrictMode(31792):    at android.app.ActivityThread.main(ActivityThread.java:8116)
D/StrictMode(31792):    at java.lang.reflect.Method.invoke(Native Method)
D/StrictMode(31792):    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
D/StrictMode(31792):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
D/Trime   (31792): onStartInput: restarting=false
D/AppScoutStateMachine(31792): 31792-ScoutStateMachinecreated
D/DecorView[](31792): getWindowModeFromSystem  windowmode is 1
W/om.osfans.trime(31792): Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
W/om.osfans.trime(31792): Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
D/ViewContentFactory(31792): initViewContentFetcherClass
D/ViewContentFactory(31792): getInterceptorPackageInfo
D/CompatibilityChangeReporter(31792): Compat change id reported: 210923482; UID 10241; state: DISABLED
D/CompatibilityChangeReporter(31792): Compat change id reported: 37756858; UID 10241; state: ENABLED
D/ViewContentFactory(31792): getInitialApplication took 7ms
D/ViewContentFactory(31792): packageInfo.packageName: com.miui.catcherpatch
I/InputMethodUtils(31792): List of active IMEs: com.osfans.trime/.TrimeImeService:com.baidu.input_mi/.ImeService:com.iflytek.inputmethod.miui/.FlyIME:com.sohu.inputmethod.sogou.xiaomi/.SogouIME
I/InputMethodUtils(31792): Selected IME: com.osfans.trime/.TrimeImeService
W/om.osfans.trime(31792): Accessing hidden method Landroid/content/res/AssetManager;->addAssetPath(Ljava/lang/String;)I (unsupported, reflection, allowed)
D/CompatibilityChangeReporter(31792): Compat change id reported: 147798919; UID 10241; state: DISABLED
D/ViewContentFactory(31792): initViewContentFetcherClass took 30ms
I/ContentCatcher(31792): ViewContentFetcher : ViewContentFetcher
D/ViewContentFactory(31792): createInterceptor took 30ms
I/AdrenoGLES-0(31792): QUALCOMM build                   : ab32fc8fad, Ie934a85479
I/AdrenoGLES-0(31792): Build Date                       : 07/28/22
I/AdrenoGLES-0(31792): OpenGL ES Shader Compiler Version: EV031.36.08.09
I/AdrenoGLES-0(31792): Local Branch                     : 
I/AdrenoGLES-0(31792): Remote Branch                    : 
I/AdrenoGLES-0(31792): Remote Branch                    : 
I/AdrenoGLES-0(31792): Reconstruct Branch               : 
I/AdrenoGLES-0(31792): Build Config                     : S P 12.1.1 AArch64
I/AdrenoGLES-0(31792): Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
I/AdrenoGLES-0(31792): Driver Version                   : 0615.0
I/AdrenoGLES-0(31792): PFP: 0x01730147, ME: 0x00000000
W/libc    (31792): Access denied finding property "vendor.migl.debug"
E/libEGL  (31792): pre_cache appList: com.sina.weibo,com.ss.android.article.news,com.taobao.taobao,com.smile.gifmaker,com.ss.android.ugc.aweme,com.tencent.mm,tv.danmaku.bili,
D/om.osfans.trime(31792): MiuiProcessManagerServiceStub setSchedFifo
I/MiuiProcessManagerImpl(31792): setSchedFifo pid:31792, mode:3
W/Parcel  (31792): Expecting binder but got null!
W/Parcel  (31792): Expecting binder but got null!
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
D/Trime   (31792): onStartInput: restarting=false
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
D/CompatibilityChangeReporter(31792): Compat change id reported: 171228096; UID 10241; state: ENABLED
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/Trime   (31792):  <TrimeInput>    onKeyDown() keycode=4, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=15383694000000, downTime=15383694000000, deviceId=-1, source=0x101, displayId=-1 }
I/Trime   (31792):  <TrimeInput>    onKeyUp()   keycode=4, event=KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=15383694000000, downTime=15383694000000, deviceId=-1, source=0x101, displayId=-1 }
D/ViewContentFactory(31792): initViewContentFetcherClass
I/ContentCatcher(31792): ViewContentFetcher : ViewContentFetcher
D/ViewContentFactory(31792): createInterceptor took 0ms
D/DecorView[](31792): getWindowModeFromSystem  windowmode is 1
W/Parcel  (31792): Expecting binder but got null!
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
D/Trime   (31792): onStartInput: restarting=false
D/OpenGLRenderer(31792): endAllActiveAnimators on 0x7ab37e6d00 (RippleDrawable) with handle 0x7b1e4ef960
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
D/Trime   (31792): onStartInput: restarting=false
W/om.osfans.trime(31792): Cleared Reference was only reachable from finalizer (only reported once)
I/om.osfans.trime(31792): This is sticky GC, maxfree is 33554432 minfree is 8388608
D/Trime   (31792): onStartInput: restarting=false
D/OpenGLRenderer(31792): endAllActiveAnimators on 0x7ab37ebd00 (RippleDrawable) with handle 0x7b487794e0
D/CompatibilityChangeReporter(31792): Compat change id reported: 78294732; UID 10241; state: DISABLED
yanhuacuo commented 1 year ago
App Package Name: com.osfans.trime
App Version Name: 3.2.11
App Version Code: 20230301
OS Name: TKQ1.220807.001 test-keys
OS Version: 5.10.101-android12-9-00005-ga829d48e78bd-ab9206161 (V14.0.8.0.TLBCNXM)
OS API Level: 33
Device: zeus
Model (product): 2201122C (zeus)
Manufacturer: Xiaomi
Tags: release-keys
Screen Size: 1440 x 3200
Screen Density: 3.5
Screen orientation: Portrait
--------- beginning of system
W/Looper  (31792): PerfMonitor longMsg : seq=4 plan=12:21:07.798 late=68ms wall=1068ms running=227ms runnable=3ms io=1ms h=android.app.ActivityThread$H w=114 procState=-1
--------- beginning of main
W/om.osfans.trime(31792): Cleared Reference was only reachable from finalizer (only reported once)
I/om.osfans.trime(31792): This is sticky GC, maxfree is 33554432 minfree is 8388608
D/Trime   (31792): onStartInput: restarting=false
D/OpenGLRenderer(31792): endAllActiveAnimators on 0x7ab37ebd00 (RippleDrawable) with handle 0x7b487794e0
D/CompatibilityChangeReporter(31792): Compat change id reported: 78294732; UID 10241; state: DISABLED
D/AppScoutStateMachine(31792): 31792-ScoutStateMachinecreated
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
W/Parcel  (31792): Expecting binder but got null!
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
D/Trime   (31792): onStartInput: restarting=false
D/Trime   (31792): onStartInput: restarting=false
D/Trime   (31792): onStartInput: restarting=false
I/Trime   (31792):  <TrimeInput>    onKeyDown() keycode=4, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=15484790000000, downTime=15484790000000, deviceId=-1, source=0x101, displayId=-1 }
I/Trime   (31792):  <TrimeInput>    onKeyUp()   keycode=4, event=KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=15484790000000, downTime=15484790000000, deviceId=-1, source=0x101, displayId=-1 }
D/Trime   (31792): onStartInput: restarting=false
D/Trime   (31792): onStartInput: restarting=false
D/Trime   (31792): onStartInput: restarting=false
D/Trime   (31792): onStartInput: restarting=false
W/om.osfans.trime(31792): Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mCurRootView:Landroid/view/ViewRootImpl; (blocked, reflection, denied)
D/AppScoutStateMachine(31792): 31792-ScoutStateMachinecreated
W/Parcel  (31792): Expecting binder but got null!
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
D/Trime   (31792): onStartInput: restarting=false
D/ViewContentFactory(31792): initViewContentFetcherClass
I/ContentCatcher(31792): ViewContentFetcher : ViewContentFetcher
D/ViewContentFactory(31792): createInterceptor took 0ms
D/DecorView[](31792): getWindowModeFromSystem  windowmode is 1
W/Parcel  (31792): Expecting binder but got null!
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
I/HandWritingStubImpl(31792): isKeyboardTypeChanged: false
D/Trime   (31792): onStartInput: restarting=false
D/OpenGLRenderer(31792): endAllActiveAnimators on 0x7ab37e6d00 (RippleDrawable) with handle 0x7abbf0e1a0
I/HandWritingStubImpl(31792): refreshLastKeyboardType: 1
I/HandWritingStubImpl(31792): getCurrentKeyboardType: 1
D/Trime   (31792): onStartInput: restarting=false
D/Trime   (31792): onStartInput: restarting=false
D/OpenGLRenderer(31792): endAllActiveAnimators on 0x7ab36b5700 (RippleDrawable) with handle 0x7b1e4ef000
yanhuacuo commented 1 year ago

配置文件:https://github.com/yanhuacuo/blog-css/blob/main/rime.7z

WhiredPlanck commented 1 year ago

无需理会。这是 librime 的内置组件,首次部署时会注册。多次部署就会有这个提示,意思就是告知重新注册过了。

部署显示的日志是把在部署过程中出现的警告(黄色)或错误信息(红色)捕捉出来,以提醒用户可能存在的问题。一般来讲如果只有警告没有错误信息可以无需担心。

yanhuacuo commented 1 year ago

无需理会。这是 librime 的内置组件,首次部署时会注册。多次部署就会有这个提示,意思就是告知重新注册过了。

部署显示的日志是把在部署过程中出现的警告(黄色)或错误信息(红色)捕捉出来,以提醒用户可能存在的问题。一般来讲如果只有警告没有错误信息可以无需担心。

主要问题是,根本没办法使用啊,就是无论如何:「软键盘」都弹不出来,无法打字,无法使用。

日志和配置文件都已在楼上,请指个方向。

InfinityLoop1308 commented 1 year ago

无需理会。这是 librime 的内置组件,首次部署时会注册。多次部署就会有这个提示,意思就是告知重新注册过了。 部署显示的日志是把在部署过程中出现的警告(黄色)或错误信息(红色)捕捉出来,以提醒用户可能存在的问题。一般来讲如果只有警告没有错误信息可以无需担心。

主要问题是,根本没办法使用啊,就是无论如何:「软键盘」都弹不出来,无法打字,无法使用。

日志和配置文件都已在楼上,请指个方向。

Roll back to 3.2.8 or earlier version

WhiredPlanck commented 1 year ago

@yanhuacuo 从你给的第一条日志能看出是编译后的 wubi98_ci.schema.yaml 中有语法错误,你或许应该把编译前的原方案文件的第 142 行和第 157 行的 \r 换成 \n

yanhuacuo commented 1 year ago

@yanhuacuo 从你给的第一条日志能看出是编译后的 wubi98_ci.schema.yaml 中有语法错误,你或许应该把编译前的原方案文件的第 142 行和第 157 行的 \r 换成 \n

改好了这些,但是还是有报错:

App Package Name: com.osfans.trime
App Version Name: 3.2.11
App Version Code: 20230301
OS Name: RKQ1.200826.002 test-keys
OS Version: 4.14.180-perf-gb24d1131198a (V12.5.6.0.RFKCNXM)
OS API Level: 30
Device: raphael
Model (product): Redmi K20 Pro (raphael)
Manufacturer: Xiaomi
Tags: release-keys
Screen Size: 1080 x 2340
Screen Density: 2.75
Screen orientation: Portrait
--------- beginning of main
I/rime.trime(13616): rime.lua info: rime.lua should be either in the rime user data directory or in the rime shared data directory
I/rime.trime(13616): registering component: lua_translator
I/rime.trime(13616): registering component: lua_filter
I/rime.trime(13616): registering component: lua_segmentor
I/rime.trime(13616): registering component: lua_processor
I/rime.trime(13616): loading module: 0x74ca812250
I/rime.trime(13616): loading module: 0x74ca812228
I/rime.trime(13616): registering components from module 'grammar'.
I/rime.trime(13616): registering component: grammar
I/rime.trime(13616): loading module: 0x74ca8126b0
I/rime.trime(13616): loading module: 0x74ca812d90
I/rime.trime(13616): registering components from module 'levers'.
I/rime.trime(13616): registering component: detect_modifications
I/rime.trime(13616): registering component: installation_update
I/rime.trime(13616): registering component: workspace_update
I/rime.trime(13616): registering component: schema_update
I/rime.trime(13616): registering component: config_file_update
I/rime.trime(13616): registering component: prebuild_all_schemas
I/rime.trime(13616): registering component: user_dict_upgrade
I/rime.trime(13616): registering component: cleanup_trash
I/rime.trime(13616): registering component: user_dict_sync
I/rime.trime(13616): registering component: backup_config_files
I/rime.trime(13616): registering component: clean_old_log_files
I/rime.trime(13616): today: .20230129
I/rime.trime(13616): scanning 0 temp directory for log files.
I/rime.trime(13616): updating rime installation info.
W/rime.trime(13616): nonexistent config file './installation.yaml'.
I/rime.trime(13616): creating installation info.
I/rime.trime(13616): generated installation id: 1a2399f6-ac47-4aae-b178-9a1425a8d7b9
I/rime.trime(13616): write: installation_id
I/rime.trime(13616): TraverseCopyOnWrite(installation_id)
I/rime.trime(13616): creating node: installation_id
I/rime.trime(13616): write: install_time
I/rime.trime(13616): TraverseCopyOnWrite(install_time)
I/rime.trime(13616): copy on write: install_time
I/rime.trime(13616): write: distribution_name
I/rime.trime(13616): TraverseCopyOnWrite(distribution_name)
I/rime.trime(13616): copy on write: distribution_name
I/rime.trime(13616): distribution: Rime
I/rime.trime(13616): write: distribution_code_name
I/rime.trime(13616): TraverseCopyOnWrite(distribution_code_name)
I/rime.trime(13616): copy on write: distribution_code_name
I/rime.trime(13616): distribution code name: trime
I/rime.trime(13616): write: distribution_version
I/rime.trime(13616): TraverseCopyOnWrite(distribution_version)
I/rime.trime(13616): copy on write: distribution_version
I/rime.trime(13616): distribution version: v3.2.10-46-g7b68fd38-20230127
I/rime.trime(13616): write: rime_version
I/rime.trime(13616): TraverseCopyOnWrite(rime_version)
I/rime.trime(13616): copy on write: rime_version
I/rime.trime(13616): Rime version: 1.8.3
I/rime.trime(13616): saving config file './installation.yaml'.
E/rime.trime(13616): failed to save config to stream.
W/rime.trime(13616): nonexistent config file '/./build/default.yaml'.
I/rime.trime(13616): read: schema/name
I/rime.trime(13616): traverse: schema/name
I/rime.trime(13616): read: menu/page_size
I/rime.trime(13616): traverse: menu/page_size
I/rime.trime(13616): read: menu/alternative_select_keys
I/rime.trime(13616): traverse: menu/alternative_select_keys
I/rime.trime(13616): read: menu/page_down_cycle
I/rime.trime(13616): traverse: menu/page_down_cycle
I/rime.trime(13616): starting engine.
I/rime.trime(13616): read: schema/name
I/rime.trime(13616): traverse: schema/name
I/rime.trime(13616): read: menu/page_size
I/rime.trime(13616): traverse: menu/page_size
I/rime.trime(13616): read: menu/alternative_select_keys
I/rime.trime(13616): traverse: menu/alternative_select_keys
I/rime.trime(13616): read: menu/page_down_cycle
I/rime.trime(13616): traverse: menu/page_down_cycle
W/rime.trime(13616): nonexistent config file '/./user.yaml'.
I/rime.trime(13616): read: key_binder/bindings
I/rime.trime(13616): traverse: key_binder/bindings
I/rime.trime(13616): read: selector/bindings
I/rime.trime(13616): traverse: selector/bindings
I/rime.trime(13616): read: selector/linear/bindings
I/rime.trime(13616): traverse: selector/linear/bindings
I/rime.trime(13616): read: selector/vertical/bindings
I/rime.trime(13616): traverse: selector/vertical/bindings
I/rime.trime(13616): read: selector/vertical/linear/bindings
I/rime.trime(13616): traverse: selector/vertical/linear/bindings
I/rime.trime(13616): num processors: 2
I/rime.trime(13616): num translators: 2
I/rime.trime(13616): read: switcher/caption
I/rime.trime(13616): traverse: switcher/caption
I/rime.trime(13616): read: switcher/hotkeys
I/rime.trime(13616): traverse: switcher/hotkeys
I/rime.trime(13616): read: switcher/save_options
I/rime.trime(13616): traverse: switcher/save_options
I/rime.trime(13616): read: switcher/fold_options
I/rime.trime(13616): traverse: switcher/fold_options
I/rime.trime(13616): read: switcher/fix_schema_list_order
I/rime.trime(13616): traverse: switcher/fix_schema_list_order
I/rime.trime(13616): read: var/previously_selected_schema
I/rime.trime(13616): traverse: var/previously_selected_schema
I/rime.trime(13616): read: schema_list
I/rime.trime(13616): traverse: schema_list
I/rime.trime(13616): read: engine/processors
I/rime.trime(13616): traverse: engine/processors
I/rime.trime(13616): read: engine/segmentors
I/rime.trime(13616): traverse: engine/segmentors
I/rime.trime(13616): read: engine/translators
I/rime.trime(13616): traverse: engine/translators
I/rime.trime(13616): read: engine/filters
I/rime.trime(13616): traverse: engine/filters
D/DecorView(13616): createDecorCaptionView windowingMode:1 mWindowMode 1 isFullscreen: true
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
D/OpenGLRenderer(13616): endAllActiveAnimators on 0x7516eb7400 (RippleDrawable) with handle 0x74b225e680
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
W/om.osfans.trim(13616): Accessing hidden field Landroid/widget/AbsListView;->mIsChildViewEnabled:Z (greylist, reflection, allowed)
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
D/MIUIInput(13616): [KeyEvent] ViewRootImpl KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x8, repeatCount=0, eventTime=18466464, downTime=18466464, deviceId=-1, source=0x101, displayId=0 }
D/MIUIInput(13616): [KeyEvent] ViewRootImpl KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x8, repeatCount=0, eventTime=18466464, downTime=18466464, deviceId=-1, source=0x101, displayId=0 }
D/MIUIInput(13616): [KeyEvent] ViewRootImpl KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x8, repeatCount=0, eventTime=18467201, downTime=18467201, deviceId=-1, source=0x101, displayId=0 }
D/MIUIInput(13616): [KeyEvent] ViewRootImpl KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x8, repeatCount=0, eventTime=18467201, downTime=18467201, deviceId=-1, source=0x101, displayId=0 }
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
--------- beginning of system
I/Timeline(13616): Timeline: Activity_launch_request time:18470591
D/ViewContentFactory(13616): initViewContentFetcherClass
I/ContentCatcher(13616): ViewContentFetcher : ViewContentFetcher
D/ViewContentFactory(13616): createInterceptor took 1ms
D/DecorView[](13616): getWindowModeFromSystem  windowmode is 1
D/DecorView(13616): createDecorCaptionView windowingMode:1 mWindowMode 1 isFullscreen: true
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
W/Choreographer(13616): Frame time is 0.161002 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
W/Choreographer(13616): Frame time is 0.218057 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
I/Timeline(13616): Timeline: Activity_launch_request time:18580879
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
E/om.osfans.trim(13616): failed to connect to jdwp control socket: Connection refused
yanhuacuo commented 1 year ago

@yanhuacuo 从你给的第一条日志能看出是编译后的 wubi98_ci.schema.yaml 中有语法错误,你或许应该把编译前的原方案文件的第 142 行和第 157 行的 \r 换成 \n

改了换行符,但是依然不可正确部署,一连串的陌生的报错。 配置文件是发生了多少变化啊,这原是旧版同文可用的配置。

WhiredPlanck commented 1 year ago

@yanhuacuo 从你给的第一条日志能看出是编译后的 wubi98_ci.schema.yaml 中有语法错误,你或许应该把编译前的原方案文件的第 142 行和第 157 行的 \r 换成 \n

改了换行符,但是依然不可正确部署,一连串的陌生的报错。 配置文件是发生了多少变化啊,这原是旧版同文可用的配置。

看起来是未能取到共享资料夹和用户资料夹的路径,所以没读到配置文件 ……

yanhuacuo commented 1 year ago

@yanhuacuo 从你给的第一条日志能看出是编译后的 wubi98_ci.schema.yaml 中有语法错误,你或许应该把编译前的原方案文件的第 142 行和第 157 行的 \r 换成 \n

改了换行符,但是依然不可正确部署,一连串的陌生的报错。 配置文件是发生了多少变化啊,这原是旧版同文可用的配置。

看起来是未能取到共享资料夹和用户资料夹的路径,所以没读到配置文件 ……

手动输入两个路径后,成功部署,并用上了。不过「同文风」这个主题,不能正确合并「主题补丁」,原因不明。

WhiredPlanck commented 1 year ago

手动输入两个路径后,成功部署,并用上了。不过「同文风」这个主题,不能正确合并「主题补丁」,原因不明。

好的,我会继续调查和改进。感谢你的反馈 ~

zhl111 commented 1 year ago

我也是完全不能用,三星note8手机,方案选择啥也不出来,我是完整拷贝rimerc-trime-0.1.6里的内容,都不行。路径我也手动输入了

kkHAIKE commented 1 year ago

小米平板。不可用,已经手动选择2个目录 看日志像是设置的2个目录不起作用

QiangF commented 11 months ago

不过「同文风」这个主题,不仅不能正确合并「主题补丁」,而且不论是在用户文件夹,还是在build文件夹,直接覆盖tongwenfeng.trime.yaml,都不能改变默认设置,包括布局、颜色等等。

WhiredPlanck commented 6 months ago

Close but still focus the rest problems.