OS/2, eCS & ArcaOS - Technical > Programming
Qt6 Application Testing
Paul Smedley:
--- Quote from: Dave Yeo on May 11, 2025, 09:02:46 pm ---There's something seriously wrong with code pages and perhaps icu. Using dooble-qt6, simply opening it, displaying the release notes and closing it results in this,
--- Code: ---[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias KS_C_5601-1987 maps to EUC-KR already, but someone is trying to make it map to cp1363
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias KSC_5601 maps to EUC-KR already, but someone is trying to make it map to cp1363
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias 5601 maps to EUC-KR already, but someone is trying to make it map to cp1363
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias windows-949 maps to cp1363 already, but someone is trying to make it map to EUC-KR
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias KS_C_5601-1989 maps to cp1363 already, but someone is trying to make it map to EUC-KR
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias csKSC56011987 maps to cp1363 already, but someone is trying to make it map to EUC-KR
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias korean maps to cp1363 already, but someone is trying to make it map to EUC-KR
[107:19:0511/115608.818000:ERROR:text_encoding_registry.cc(139)] alias iso-ir-149 maps to cp1363 already, but someone is trying to make it map to EUC-KR
--- End code ---
As far as I can see, the release notes are straight ASCII.
I've also seen errors related to ICU.
For Mozilla, had to re-add cp850 at one point when they cleaned up the codepage section.
Doing the same with dooble-qt5 results in no messages to stdout/stderr
Another observation is here, going to github often sees dooble-qt6 close pretty quick. Redirecting stdout/stderr (dooble 2>&1 | tee dooble.log) sees dooble display the pages. Timing issue I assume.
--- End quote ---
Is this a new problem with the latest build or ???
Dave Yeo:
I think it is an old problem.
Paul Smedley:
--- Quote from: Dave Yeo on May 12, 2025, 04:46:45 pm ---I think it is an old problem.
--- End quote ---
Phew! Can you describe how to reproduce?
Dave Yeo:
--- Quote from: Paul Smedley on May 12, 2025, 10:56:59 pm ---
--- Quote from: Dave Yeo on May 12, 2025, 04:46:45 pm ---I think it is an old problem.
--- End quote ---
Phew! Can you describe how to reproduce?
--- End quote ---
--- Code: ---dooble 2>&1 | tee dooble.log
--- End code ---
and go to help-->Release Notes
and then close dooble
David McKenna:
Hey Dave,
I don't see what you show - when I open Dooble for QT6 and view the release notes, then close all I get is 2 identical lines:
[179:1:0513/195224.972000:ERROR:system_network_context_manager.cpp(299)] Cannot use V8 Proxy resolver in single process mode.
[179:1:0513/195224.979000:ERROR:system_network_context_manager.cpp(299)] Cannot use V8 Proxy resolver in single process mode.
and that's it...
Regards,
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version