YomiNinja icon indicating copy to clipboard operation
YomiNinja copied to clipboard

Yomininja doesn't start after updating to 0.7.2

Open trektn opened this issue 6 months ago • 2 comments

Updating my Yomininja results in the program not being able to start, I saw a similar issue but I can't really read this so I have no idea if it's related to that OCR engine, I use lens.

PS C:\Users\trekt\AppData\Local\Programs\YomiNinja> .\YomiNinja.exe pause
PS C:\Users\trekt\AppData\Local\Programs\YomiNinja> rrppocrServiceProcessStatusCheck: 4
ppocrServiceProcessStatusCheck: 5
  ROOT_DIR: 'C:\\Users\\trekt\\AppData\\Local\\Programs\\YomiNinja\\resources\\app.asar\\',
  PAGES_DIR: 'C:\\Users\\trekt\\AppData\\Local\\Programs\\YomiNinja\\resources\\app.asar\\renderer\\out',
  BIN_DIR: 'C:\\Users\\trekt\\AppData\\Local\\Programs\\YomiNinja\\bin',
  EXTENSIONS_DIR: 'C:\\Users\\trekt\\AppData\\Roaming\\YomiNinja\\extensions',
  USER_DATA_DIR: 'C:\\Users\\trekt\\AppData\\Roaming\\YomiNinja',
  ICONS_DIR: 'C:\\Users\\trekt\\AppData\\Local\\Programs\\YomiNinja\\resources'
}
{
  dicPath: 'C:\\Users\\trekt\\AppData\\Local\\Programs\\YomiNinja\\resources\\app.asar\\node_modules\\kuromoji\\dict'
}
stdout: Notice: this application is experimental!!!


 App settings preset root: C:\Users\trekt\AppData\Roaming\YomiNinja\ppocr\presets\

 App settings preset: default
{
    "cls_thresh": 0.9,
    "cpu_threads": 32,
    "det_db_box_thresh": 0.6,
    "det_db_score_mode": "slow",
    "det_db_thresh": 0.3,
    "det_db_unclip_ratio": 1.6,
    "inference_backend": "Open_VINO",
    "initialize_all_language_presets": false,
    "language_code": "ja",
    "language_presets": {
        "ch": "chinese_v4",
        "en": "english_v4",
        "ja": "japanese_v4",
        "ko": "korean_v4"
    },
    "max_image_width": 1600,
    "name": "default",
    "port": 12345,
    "use_dilation": false
}

ppocr_infer_service_grpc.exe process exited with code 3221226505
stdout: Notice: this application is experimental!!!


 App settings preset root: C:\Users\trekt\AppData\Roaming\YomiNinja\ppocr\presets\

stdout:
 App settings preset: default
{
    "cls_thresh": 0.9,
    "cpu_threads": 32,
    "det_db_box_thresh": 0.6,
    "det_db_score_mode": "slow",
    "det_db_thresh": 0.3,
    "det_db_unclip_ratio": 1.6,
    "inference_backend": "Open_VINO",
    "initialize_all_language_presets": false,
    "language_code": "ja",
    "language_presets": {
        "ch": "chinese_v4",
        "en": "english_v4",
        "ja": "japanese_v4",
        "ko": "korean_v4"
    },
    "max_image_width": 1600,
    "name": "default",
    "port": 12345,
    "use_dilation": false
}

ppocr_infer_service_grpc.exe process exited with code 3221226505
stdout: [INFO-JSON]:{"server_address": "0.0.0.0:23456"}

Initializing PyOcrService | Address: 0.0.0.0:23456
ppocrServiceProcessStatusCheck: 1
ppocrServiceProcessStatusCheck: 2
ppocrServiceProcessStatusCheck: 3

trektn avatar Aug 19 '24 16:08 trektn