carina-studio / ULogViewer

Cross-Platform Universal Log Viewer.
https://carina-studio.github.io/ULogViewer/
MIT License
398 stars 40 forks source link

does not launch on en-GB language systems #48

Open henry-js opened 1 month ago

henry-js commented 1 month ago
2024-09-05 16:37:51.8064 22996 1    TRACE App: [Performance] Took 225 ms to initialize Avalonia framework 
2024-09-05 16:37:51.8299 22996 1    WARN  App: Multi-instances server stream created 
2024-09-05 16:37:51.8299 22996 1    WARN  App: Start waiting for multi-instances client 
2024-09-05 16:37:51.8299 22996 1    DEBUG App: Start loading persistent state 
2024-09-05 16:37:51.8299 22996 1    DEBUG App: Complete loading persistent state 
2024-09-05 16:37:51.8299 22996 1    DEBUG App: Start saving persistent state 
2024-09-05 16:37:51.8440 22996 1    WARN  App: Privacy Policy is not agreed yet 
2024-09-05 16:37:51.8440 22996 1    WARN  App: User Agreement is not agreed yet 
2024-09-05 16:37:51.8440 22996 1    DEBUG App: Start loading settings 
2024-09-05 16:37:51.8440 22996 1    WARN  App: This is the first launch 
2024-09-05 16:37:51.8440 22996 1    DEBUG App: Complete loading settings 
2024-09-05 16:37:51.8811 22996 1    DEBUG App: No need to output log to localhost 
2024-09-05 16:37:51.9383 22996 1    DEBUG App: Change culture info to en-GB 
2024-09-05 16:37:51.9383 22996 1    DEBUG App: Complete saving persistent state 
2024-09-05 16:37:52.0260 22996 1    WARN  App: Unable to load string resource from avares://CarinaStudio.AppSuite.Core/Strings/en-GB.axaml 
2024-09-05 16:37:52.0260 22996 1    WARN  App: No built-in string resource for en-GB 
2024-09-05 16:37:52.0260 22996 1    WARN  App: Unable to load string resource from avares://ULogViewer/Strings/en-GB.axaml 
2024-09-05 16:37:52.0260 22996 1    WARN  App: No string resources for en-GB 
2024-09-05 16:37:52.0260 22996 1    DEBUG App: System theme mode changed to Light 
2024-09-05 16:37:52.2171 22996 1    WARN  Avalonia: [Binding][SplashWindowImpl] Error in binding to CarinaStudio.AppSuite.Controls.SplashWindowImpl.Title: Null value in expression '{empty}' at '$parent[Window, 0]'. 
2024-09-05 16:37:52.5842 22996 1    WARN  App: Enter user interactive mode 
hamster620 commented 1 month ago

@henry-js What operating system you use?

henry-js commented 1 month ago

Windows 11 Pro 22631.4112

hamster620 commented 1 month ago

@henry-js I cannot reproduce the symptom on my Windows x64 PC, need your help to check:

  1. Is there any error logs in Windows Event Logs?
  2. Does the symptom occur for other language? For ex, en-US.
  3. Are you using Windows PC with Snapdragon ARM64 processor? We have another issue which is related to Snapdragon processor, but cannot reproduce on Windows 11 with Apple M1 chip (which is also ARM64).