ok-script 1.0.146__tar.gz → 1.0.147__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ok_script-1.0.146 → ok_script-1.0.147}/MANIFEST.in +5 -3
- {ok_script-1.0.146 → ok_script-1.0.147}/PKG-INFO +1 -1
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/pyappify_startup.py +5 -3
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/logger.py +20 -11
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/PKG-INFO +1 -1
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/SOURCES.txt +0 -3
- ok_script-1.0.146/ok/gui/util/logs/ok-script.2026-05-29.log +0 -122
- ok_script-1.0.146/ok/gui/util/logs/ok-script.log +0 -256
- ok_script-1.0.146/ok/util/logs/ok-script.log +0 -4
- {ok_script-1.0.146 → ok_script-1.0.147}/README.md +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/__init__.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/__main__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/_geometry.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/alas/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/alas/emulator_base.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/alas/emulator_windows.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/alas/platform_windows.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/alas/utils.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/deep.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/minitouch.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/nemu_ipc.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/nemu_utils.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/pool.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/timer.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/adb/util.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/windows/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/windows/d3d11.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/capture/windows/dump.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/cli.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/DeviceManager.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/adb.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/base.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/bitblt.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/bitblt_utils.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/browser.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/desktop_duplication.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/hwnd_window.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/image.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/nemu_ipc.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/types.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/update.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/capture_methods/windows_graphics.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/adb.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/base.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/browser.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/do_nothing.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/foreground_post_message.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/genshin.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/keys.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/post_message.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/pydirect.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/pynput.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/interaction_methods/swipe.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/device/intercation.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/feature/Box.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/feature/Box.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/feature/Feature.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/feature/FeatureSet.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/feature/FeatureSet.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/feature/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/Communicate.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/MainWindow.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/MessageWindow.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/StartController.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/TabTitles.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/about/AboutTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/about/HttpTextEdit.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/about/LinksBar.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/about/ProjectCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/about/VersionCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/about/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/common/OKIcon.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/common/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/common/config.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/common/style_sheet.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/DebugTab.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/DebugTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/FrameWidget.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/LogWindow.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/OverlayWidget.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/RunCodeTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/Screenshot.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/Screenshot.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/debug/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/GettextTranslator.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/GettextTranslator.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/en_US.qm +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/en_US.ts +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/es_ES.qm +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/es_ES.ts +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/ja_JP.qm +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/ja_JP.ts +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/ko_KR.qm +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/ko_KR.ts +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/path.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/path.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/update.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/update.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/zh_CN.qm +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/zh_CN.ts +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/zh_TW.qm +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/i18n/zh_TW.ts +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/overlay/OverlayWindow.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/overlay/OverlayWindow.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/overlay/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/card.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/discord.svg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/heart.svg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/message_window.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/setting_interface.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/status_bar.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/stop.svg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/dark/tab.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/card.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/discord.svg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/heart.svg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/message_window.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/setting_interface.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/status_bar.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/stop.svg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qss/light/tab.qss +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/qt.qrc +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/resources.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/settings/GlobalConfigCard.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/settings/GlobalConfigCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/settings/SettingTab.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/settings/SettingTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/settings/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/SelectCaptureListView.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/SelectCaptureListView.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/SelectInteractionListView.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/StartCard.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/StartCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/StartTab.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/StartTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/start/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ConfigCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ConfigItemFactory.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ConfigLabelAndWidget.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/EditTaskTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndButtons.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndDoubleSpinBox.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndDropDown.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndGlobal.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndLineEdit.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndList.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndMultiSelection.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndSpinBox.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndSwitchButton.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndTextEdit.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/LabelAndWidget.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/MarkUpWindow.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ModifyListDialog.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ModifyListItem.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/OneTimeTaskTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/RecordScript.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ScheduleTaskTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/ScriptPackager.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/StartButton.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TaskCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TaskManger.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TaskOpButton.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TaskTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TemplateFactory.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TemplateTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TooltipTableWidget.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/TriggerTaskTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/tasks/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/Alert.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/Alert.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/InitWorker.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/InitWorker.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/app.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/app.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/configs/Basic Options.json +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/configs/_ok.json +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/configs/debug.json +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/configs/devices.json +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/configs/main_window.json +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/download.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/pip_util.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/util/pip_util.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/BaseLoading.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/BaseWindow.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/BaseWindow.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/Card.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/Card.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/CustomTab.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/CustomTab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/EmptyCard.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/EmptyCard.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/FlowLayout.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/FlowLayout.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/FramelessDialog.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/FramelessDialog.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/ImageWidget.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/ListTableWidgetItem.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/ListTableWidgetItem.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/NumericTableWidgetItem.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/NumericTableWidgetItem.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/OkCompactSpinBox.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/OkCompactSpinBox.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/SortingTableWidgetItem.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/SortingTableWidgetItem.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/StartLoadingDialog.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/StartLoadingDialog.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/StatusBar.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/StatusBar.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/Tab.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/Tab.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/TabWidget.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/TabWidget.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/UpdateConfigWidgetItem.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/UpdateConfigWidgetItem.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/WidgetWithVLabel.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/WidgetWithVLabel.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/YesNonWidgetItem.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/YesNonWidgetItem.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/gui/widget/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/ocr/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/ocr/download_paddle_model.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/ok.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Foundation/Collections.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Foundation/Collections.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Foundation/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Globalization/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/Capture/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/DirectX/Direct3D11/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/DirectX/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/Imaging/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Media/Ocr/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Media/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Security/Cryptography/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Security/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Storage/Streams/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/Storage/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/Windows/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/delegate.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/export.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/idldsl.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/inspectable.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/roapi.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/types.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/rotypes/winstring.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/DiagnosisTask.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/TaskExecutor.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/TaskExecutor.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/exceptions.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/task.cpp +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/task/task.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/test/OKTestRunner.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/test/RunTests.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/test/TaskTestCase.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/test/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/third_party/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/third_party/paperclip.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/update/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/update/copy_ok_folder.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/update/inline_ok_requirements.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/Analytics.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/GlobalConfig.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/__init__.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/blur.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/clazz.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/collection.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/color.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/config.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/file.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/gpu_driver_settings.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/handler.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/i18n.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/partial_sync_repo.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/print_hwnd.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/process.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/window.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok/util/windows_schedule.py +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/dependency_links.txt +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/entry_points.txt +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/not-zip-safe +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/requires.txt +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/ok_script.egg-info/top_level.txt +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/setup.cfg +0 -0
- {ok_script-1.0.146 → ok_script-1.0.147}/setup.py +0 -0
|
@@ -82,9 +82,11 @@ def main(argv=None):
|
|
|
82
82
|
os.environ["PYAPPIFY_UPDATE_NOTE"] = json.dumps(notes)
|
|
83
83
|
importlib.reload(pyappify)
|
|
84
84
|
|
|
85
|
-
project_root =
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
project_root = Path(__file__).resolve().parents[3]
|
|
86
|
+
os.chdir(project_root)
|
|
87
|
+
project_root_str = str(project_root)
|
|
88
|
+
if project_root_str not in sys.path:
|
|
89
|
+
sys.path.insert(0, project_root_str)
|
|
88
90
|
|
|
89
91
|
from ok import OK
|
|
90
92
|
|
|
@@ -152,7 +152,7 @@ class CommunicateHandler(logging.Handler):
|
|
|
152
152
|
self.communicate.log.emit(record.levelno, log_message)
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
def config_logger(config=None, name='ok-script'):
|
|
155
|
+
def config_logger(config=None, name='ok-script'):
|
|
156
156
|
parser = argparse.ArgumentParser(description='Process some parameters.')
|
|
157
157
|
parser.add_argument('--parent_pid', type=int, help='Parent process ID', default=0)
|
|
158
158
|
args, _ = parser.parse_known_args()
|
|
@@ -187,11 +187,14 @@ def config_logger(config=None, name='ok-script'):
|
|
|
187
187
|
stderr_handler.setLevel(logging.ERROR)
|
|
188
188
|
_ok_logger.addHandler(stderr_handler)
|
|
189
189
|
|
|
190
|
-
_ok_logger.addHandler(communicate_handler)
|
|
191
|
-
logging.getLogger().handlers = []
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
190
|
+
_ok_logger.addHandler(communicate_handler)
|
|
191
|
+
logging.getLogger().handlers = []
|
|
192
|
+
|
|
193
|
+
if _should_skip_file_logging(config):
|
|
194
|
+
return
|
|
195
|
+
|
|
196
|
+
logger_file = get_relative_path(os.path.join('logs', name + '.log'))
|
|
197
|
+
ensure_dir_for_file(logger_file)
|
|
195
198
|
|
|
196
199
|
log_queue = queue.Queue()
|
|
197
200
|
queue_handler = QueueHandler(log_queue)
|
|
@@ -204,11 +207,17 @@ def config_logger(config=None, name='ok-script'):
|
|
|
204
207
|
|
|
205
208
|
os.makedirs("logs", exist_ok=True)
|
|
206
209
|
|
|
207
|
-
listener = QueueListener(log_queue, file_handler)
|
|
208
|
-
listener.start()
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
def
|
|
210
|
+
listener = QueueListener(log_queue, file_handler)
|
|
211
|
+
listener.start()
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
def _should_skip_file_logging(config):
|
|
215
|
+
if config and config.get('disable_file_log'):
|
|
216
|
+
return True
|
|
217
|
+
return os.environ.get("OK_DISABLE_FILE_LOG") == "1" or "pytest" in sys.modules
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
def _get_stdout_handler():
|
|
212
221
|
for handler in _ok_logger.handlers:
|
|
213
222
|
if getattr(handler, _OK_STDOUT_HANDLER, False):
|
|
214
223
|
return handler
|
|
@@ -187,8 +187,6 @@ ok/gui/util/configs/_ok.json
|
|
|
187
187
|
ok/gui/util/configs/debug.json
|
|
188
188
|
ok/gui/util/configs/devices.json
|
|
189
189
|
ok/gui/util/configs/main_window.json
|
|
190
|
-
ok/gui/util/logs/ok-script.2026-05-29.log
|
|
191
|
-
ok/gui/util/logs/ok-script.log
|
|
192
190
|
ok/gui/widget/BaseLoading.py
|
|
193
191
|
ok/gui/widget/BaseWindow.cpp
|
|
194
192
|
ok/gui/widget/BaseWindow.py
|
|
@@ -286,7 +284,6 @@ ok/util/print_hwnd.py
|
|
|
286
284
|
ok/util/process.py
|
|
287
285
|
ok/util/window.py
|
|
288
286
|
ok/util/windows_schedule.py
|
|
289
|
-
ok/util/logs/ok-script.log
|
|
290
287
|
ok_script.egg-info/PKG-INFO
|
|
291
288
|
ok_script.egg-info/SOURCES.txt
|
|
292
289
|
ok_script.egg-info/dependency_links.txt
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
2026-05-29 23:53:14,557 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=47988 config: {'debug': True, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
2
|
-
2026-05-29 23:53:14,558 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
3
|
-
2026-05-29 23:53:14,559 DEBUG MainThread Config:reset_to_default self.config = {'Auto Start Game When App Starts': False, 'Minimize Window to System Tray when Closing': False, 'Mute Game while in Background': False, 'Auto Resize Game Window': True, 'Exit App when Game Exits': False, 'Use DirectML': 'Yes', 'Trigger Interval': 1, 'Start/Stop': 'F9', 'Kill Launcher after Start': False, 'Launch with DX11': False}
|
|
4
|
-
2026-05-29 23:53:14,559 DEBUG MainThread Config:init self.config = {'Auto Start Game When App Starts': False, 'Minimize Window to System Tray when Closing': False, 'Mute Game while in Background': False, 'Auto Resize Game Window': True, 'Exit App when Game Exits': False, 'Use DirectML': 'Yes', 'Trigger Interval': 1, 'Start/Stop': 'F9', 'Kill Launcher after Start': False, 'Launch with DX11': False}
|
|
5
|
-
2026-05-29 23:53:14,559 INFO MainThread ok:use_dml result is True
|
|
6
|
-
2026-05-29 23:53:14,560 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
7
|
-
2026-05-29 23:53:14,560 INFO MainThread ok:do_init, config: {'debug': True, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
8
|
-
2026-05-29 23:53:14,560 INFO MainThread DeviceManager:__init__ start
|
|
9
|
-
2026-05-29 23:53:14,560 DEBUG MainThread Config:reset_to_default self.config = {'preferred': '', 'pc_full_path': '', 'capture': 'adb', 'selected_exe': '', 'selected_hwnd': 0, 'interaction': ''}
|
|
10
|
-
2026-05-29 23:53:14,561 DEBUG MainThread Config:init self.config = {'preferred': '', 'pc_full_path': '', 'capture': 'adb', 'selected_exe': '', 'selected_hwnd': 0, 'interaction': ''}
|
|
11
|
-
2026-05-29 23:53:14,561 INFO MainThread DeviceManager:__init__ end
|
|
12
|
-
2026-05-29 23:53:14,576 DEBUG MainThread Screenshot:init Screenshot None None
|
|
13
|
-
2026-05-29 23:53:14,600 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
14
|
-
2026-05-29 23:53:14,604 DEBUG MainThread app:resources.qt_resource_name b'\x00\x03\x00\x00x\xa3\x00q\x00s\x00s\x00\x04\x00\x06\xc4\xee\x00i\x001\x008\x00n\x00\x08\t:h\xfd\x00e\x00s\x00_\x00E\x00S\x00.\x00q\x00m\x00\x08\x0eI\xb5}\x00z\x00h\x00_\x00T\x00W\x00.\x00q\x00m\x00\x08\x05@[=\x00k\x00o\x00_\x00K\x00R\x00.\x00q\x00m\x00\x08\x0e8\x05}\x00z\x00h\x00_\x00C\x00N\x00.\x00q\x00m\x00\x08\x07?;}\x00j\x00a\x00_\x00J\x00P\x00.\x00q\x00m\x00\x04\x00\x06\xa8\x8b\x00d\x00a\x00r\x00k\x00\x05\x00r\xfd\xf4\x00l\x00i\x00g\x00h\x00t\x00\x12\x0c\xf9E\xe3\x00m\x00e\x00s\x00s\x00a\x00g\x00e\x00_\x00w\x00i\x00n\x00d\x00o\x00w\x00.\x00q\x00s\x00s\x00\x0b\x06QI\x87\x00d\x00i\x00s\x00c\x00o\x00r\x00d\x00.\x00s\x00v\x00g\x00\x0e\r\x92\xd4\xa3\x00s\x00t\x00a\x00t\x00u\x00s\x00_\x00b\x00a\x00r\x00.\x00q\x00s\x00s\x00\x08\x08\x87U\x83\x00c\x00a\x00r\x00d\x00.\x00q\x00s\x00s\x00\t\x08\x97\x87\xa7\x00h\x00e\x00a\x00r\x00t\x00.\x00s\x00v\x00g\x00\x08\x0bcU\x87\x00s\x00t\x00o\x00p\x00.\x00s\x00v\x00g\x00\x07\nuXC\x00t\x00a\x00b\x00.\x00q\x00s\x00s' cfg.themeMode
|
|
15
|
-
2026-05-29 23:53:14,642 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x0000013BF40D3880>, falling back to English/default.
|
|
16
|
-
2026-05-29 23:53:14,643 DEBUG MainThread Config:reset_to_default self.config = {'window_x': -1, 'window_y': -1, 'window_width': -1, 'window_height': -1, 'window_maximized': False, 'navigation_expanded': True, 'use_overlay': False, 'show_overlay_logs': True}
|
|
17
|
-
2026-05-29 23:53:14,643 DEBUG MainThread Config:init self.config = {'window_x': -1, 'window_y': -1, 'window_width': -1, 'window_height': -1, 'window_maximized': False, 'navigation_expanded': True, 'use_overlay': False, 'show_overlay_logs': True}
|
|
18
|
-
2026-05-29 23:53:14,644 DEBUG MainThread ok:locale name en_US
|
|
19
|
-
2026-05-29 23:53:14,683 DEBUG MainThread ok:init app end
|
|
20
|
-
2026-05-29 23:53:14,686 INFO MainThread TaskManger:Built-in task file map: 0 files
|
|
21
|
-
2026-05-29 23:53:14,686 INFO MainThread TaskManger:Debug file watcher initialized, watching dirs []
|
|
22
|
-
2026-05-29 23:53:14,686 INFO MainThread ok:do_init, end
|
|
23
|
-
2026-05-29 23:53:14,686 INFO MainThread ok:OK start id:1356374020928 pid:47988
|
|
24
|
-
2026-05-29 23:53:14,786 INFO MainThread MainWindow:main window __init__
|
|
25
|
-
2026-05-29 23:53:14,786 DEBUG MainThread Config:reset_to_default self.config = {'last_version': 'v0.0.0'}
|
|
26
|
-
2026-05-29 23:53:14,786 DEBUG MainThread Config:init self.config = {'last_version': 'v0.0.0'}
|
|
27
|
-
2026-05-29 23:53:15,125 DEBUG MainThread StartCard:basic_options.start/stop: F9
|
|
28
|
-
2026-05-29 23:53:15,181 DEBUG MainThread StartTab:update_capture
|
|
29
|
-
2026-05-29 23:53:15,182 DEBUG MainThread DeviceManager:calling refresh
|
|
30
|
-
2026-05-29 23:53:15,201 DEBUG RefreshAdb DeviceManager:do_start
|
|
31
|
-
2026-05-29 23:53:15,203 DEBUG RefreshAdb DeviceManager:refresh {}
|
|
32
|
-
2026-05-29 23:53:15,204 DEBUG MainThread Config:reset_to_default self.config = {'target_task': '', 'target_images': [], 'target_function': ''}
|
|
33
|
-
2026-05-29 23:53:15,205 DEBUG MainThread Config:init self.config = {'target_task': '', 'target_images': [], 'target_function': ''}
|
|
34
|
-
2026-05-29 23:53:15,220 ERROR MainThread ok:start error Traceback (most recent call last):
|
|
35
|
-
File "E:\projects\ok-script\ok\__init__.py", line 418, in start
|
|
36
|
-
self.app.show_main_window()
|
|
37
|
-
File "E:\projects\ok-script\ok\__init__.py", line 196, in show_main_window
|
|
38
|
-
self.do_show_main()
|
|
39
|
-
File "E:\projects\ok-script\ok\__init__.py", line 201, in do_show_main
|
|
40
|
-
self.main_window = MainWindow(self, self.config, self.ok_config, self.icon, self.title, self.version,
|
|
41
|
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
42
|
-
File "E:\projects\ok-script\ok\gui\MainWindow.py", line 155, in __init__
|
|
43
|
-
debug_tab = DebugTab(config, exit_event)
|
|
44
|
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
45
|
-
File "E:\projects\ok-script\ok\gui\debug\DebugTab.py", line 93, in __init__
|
|
46
|
-
self.config['target_task'] = class_names[0]
|
|
47
|
-
~~~~~~~~~~~^^^
|
|
48
|
-
IndexError: list index out of range
|
|
49
|
-
|
|
50
|
-
2026-05-29 23:53:15,220 DEBUG MainThread handler:ExitEvent set event empty queues set() to_stops: {<ok.util.handler.Handler object at 0x0000013BF40B7200>, <ok.util.handler.Handler object at 0x0000013BF47062A0>, <ok.util.handler.Handler object at 0x0000013BF40B5F10>, <ok.util.handler.Handler object at 0x0000013BF3AA2720>, <ok.util.handler.Handler object at 0x0000013BF3FE15E0>}
|
|
51
|
-
2026-05-29 23:53:15,220 INFO MainThread handler:handler stop raised exception global
|
|
52
|
-
2026-05-29 23:53:15,220 INFO MainThread handler:handler stop raised exception StartCard
|
|
53
|
-
2026-05-29 23:53:15,220 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
54
|
-
2026-05-29 23:53:15,220 DEBUG global handler:handler global processing loop finished due to exit event.
|
|
55
|
-
2026-05-29 23:53:15,220 DEBUG StartCard handler:handler StartCard processing loop finished due to exit event.
|
|
56
|
-
2026-05-29 23:53:15,221 INFO MainThread handler:handler stop raised exception DebugTab
|
|
57
|
-
2026-05-29 23:53:15,221 DEBUG ok.gui.StartController handler:handler ok.gui.StartController processing loop finished due to exit event.
|
|
58
|
-
2026-05-29 23:53:15,221 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
59
|
-
2026-05-29 23:53:15,221 DEBUG DebugTab handler:handler DebugTab processing loop finished due to exit event.
|
|
60
|
-
2026-05-29 23:53:15,221 INFO MainThread ok:quit app
|
|
61
|
-
2026-05-29 23:53:15,222 DEBUG RefreshAdb handler:handler RefreshAdb processing loop finished due to exit event.
|
|
62
|
-
2026-05-29 23:53:15,222 DEBUG MainThread handler:ExitEvent set event empty queues set() to_stops: {<ok.util.handler.Handler object at 0x0000013BF40B7200>, <ok.util.handler.Handler object at 0x0000013BF47062A0>, <ok.util.handler.Handler object at 0x0000013BF40B5F10>, <ok.util.handler.Handler object at 0x0000013BF3AA2720>, <ok.util.handler.Handler object at 0x0000013BF3FE15E0>}
|
|
63
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception global
|
|
64
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception StartCard
|
|
65
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
66
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception DebugTab
|
|
67
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
68
|
-
2026-05-29 23:53:15,222 DEBUG MainThread handler:ExitEvent set event empty queues set() to_stops: {<ok.util.handler.Handler object at 0x0000013BF40B7200>, <ok.util.handler.Handler object at 0x0000013BF47062A0>, <ok.util.handler.Handler object at 0x0000013BF40B5F10>, <ok.util.handler.Handler object at 0x0000013BF3AA2720>, <ok.util.handler.Handler object at 0x0000013BF3FE15E0>}
|
|
69
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception global
|
|
70
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception StartCard
|
|
71
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
72
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception DebugTab
|
|
73
|
-
2026-05-29 23:53:15,222 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
74
|
-
2026-05-29 23:56:24,207 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=54220 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
75
|
-
2026-05-29 23:56:24,208 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
76
|
-
2026-05-29 23:56:24,212 INFO MainThread ok:use_dml result is True
|
|
77
|
-
2026-05-29 23:56:24,214 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
78
|
-
2026-05-29 23:56:24,214 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
79
|
-
2026-05-29 23:56:24,214 INFO MainThread DeviceManager:__init__ start
|
|
80
|
-
2026-05-29 23:56:24,218 INFO MainThread DeviceManager:__init__ end
|
|
81
|
-
2026-05-29 23:56:24,233 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
82
|
-
2026-05-29 23:56:24,259 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x0000020AF74C3A80>, falling back to English/default.
|
|
83
|
-
2026-05-29 23:56:24,276 INFO MainThread ok:do_init, end
|
|
84
|
-
2026-05-29 23:56:24,276 INFO MainThread ok:OK start id:2245483262848 pid:54220
|
|
85
|
-
2026-05-29 23:56:24,376 INFO MainThread MainWindow:main window __init__
|
|
86
|
-
2026-05-29 23:56:24,866 ERROR MainThread ok:install translations error for en_US
|
|
87
|
-
2026-05-29 23:56:24,929 INFO MainThread MainWindow:main window __init__ done
|
|
88
|
-
2026-05-29 23:56:24,939 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
89
|
-
2026-05-29 23:56:24,939 INFO MainThread MainWindow:update success, show copyright
|
|
90
|
-
2026-05-29 23:56:25,033 INFO MainThread ok:app.exec()
|
|
91
|
-
2026-05-29 23:56:25,187 INFO MainThread MainWindow:show startup version change notice update success 1.0.2 -> 1.0.3
|
|
92
|
-
2026-05-29 23:56:25,945 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
93
|
-
2026-05-29 23:59:24,936 INFO MainThread MainWindow:Window closed exit_event.is not set False
|
|
94
|
-
2026-05-29 23:59:24,936 INFO MainThread handler:handler stop raised exception StartCard
|
|
95
|
-
2026-05-29 23:59:24,936 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
96
|
-
2026-05-29 23:59:24,936 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
97
|
-
2026-05-29 23:59:24,937 INFO MainThread handler:handler stop raised exception global
|
|
98
|
-
2026-05-29 23:59:24,937 INFO MainThread TaskExecutor:Executor destroy
|
|
99
|
-
2026-05-29 23:59:32,252 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=30728 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
100
|
-
2026-05-29 23:59:32,253 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
101
|
-
2026-05-29 23:59:32,257 INFO MainThread ok:use_dml result is True
|
|
102
|
-
2026-05-29 23:59:32,258 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
103
|
-
2026-05-29 23:59:32,258 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
104
|
-
2026-05-29 23:59:32,258 INFO MainThread DeviceManager:__init__ start
|
|
105
|
-
2026-05-29 23:59:32,261 INFO MainThread DeviceManager:__init__ end
|
|
106
|
-
2026-05-29 23:59:32,288 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
107
|
-
2026-05-29 23:59:32,335 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x000001EE58093940>, falling back to English/default.
|
|
108
|
-
2026-05-29 23:59:32,354 INFO MainThread ok:do_init, end
|
|
109
|
-
2026-05-29 23:59:32,355 INFO MainThread ok:OK start id:2122551882624 pid:30728
|
|
110
|
-
2026-05-29 23:59:32,455 INFO MainThread MainWindow:main window __init__
|
|
111
|
-
2026-05-29 23:59:33,111 ERROR MainThread ok:install translations error for en_US
|
|
112
|
-
2026-05-29 23:59:33,178 INFO MainThread MainWindow:main window __init__ done
|
|
113
|
-
2026-05-29 23:59:33,190 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
114
|
-
2026-05-29 23:59:33,314 INFO MainThread ok:app.exec()
|
|
115
|
-
2026-05-29 23:59:33,435 INFO MainThread MainWindow:show startup version change notice update success 1.0.2 -> 1.0.3
|
|
116
|
-
2026-05-29 23:59:34,195 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
117
|
-
2026-05-29 23:59:48,462 INFO MainThread ok:SIGINT received, quitting
|
|
118
|
-
2026-05-29 23:59:48,463 INFO MainThread handler:handler stop raised exception StartCard
|
|
119
|
-
2026-05-29 23:59:48,463 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
120
|
-
2026-05-29 23:59:48,463 INFO MainThread handler:handler stop raised exception global
|
|
121
|
-
2026-05-29 23:59:48,463 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
122
|
-
2026-05-29 23:59:48,465 INFO MainThread MainWindow:Window closed exit_event.is_set
|
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
2026-05-30 00:00:43,870 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=54424 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
2
|
-
2026-05-30 00:00:43,871 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
3
|
-
2026-05-30 00:00:43,875 INFO MainThread ok:use_dml result is True
|
|
4
|
-
2026-05-30 00:00:43,876 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
5
|
-
2026-05-30 00:00:43,876 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
6
|
-
2026-05-30 00:00:43,876 INFO MainThread DeviceManager:__init__ start
|
|
7
|
-
2026-05-30 00:00:43,878 INFO MainThread DeviceManager:__init__ end
|
|
8
|
-
2026-05-30 00:00:43,892 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
9
|
-
2026-05-30 00:00:43,918 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x00000150381535C0>, falling back to English/default.
|
|
10
|
-
2026-05-30 00:00:43,934 INFO MainThread ok:do_init, end
|
|
11
|
-
2026-05-30 00:00:43,934 INFO MainThread ok:OK start id:1443410768672 pid:54424
|
|
12
|
-
2026-05-30 00:00:44,012 INFO MainThread MainWindow:main window __init__
|
|
13
|
-
2026-05-30 00:00:44,471 ERROR MainThread ok:install translations error for en_US
|
|
14
|
-
2026-05-30 00:00:44,542 INFO MainThread MainWindow:main window __init__ done
|
|
15
|
-
2026-05-30 00:00:44,557 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
16
|
-
2026-05-30 00:00:44,660 INFO MainThread ok:app.exec()
|
|
17
|
-
2026-05-30 00:00:44,804 INFO MainThread MainWindow:show startup version change on about tab update success 1.0.2 -> 1.0.3
|
|
18
|
-
2026-05-30 00:00:45,559 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
19
|
-
2026-05-30 00:00:50,116 INFO MainThread ok:SIGINT received, quitting
|
|
20
|
-
2026-05-30 00:00:50,117 INFO MainThread handler:handler stop raised exception global
|
|
21
|
-
2026-05-30 00:00:50,118 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
22
|
-
2026-05-30 00:00:50,118 INFO MainThread handler:handler stop raised exception StartCard
|
|
23
|
-
2026-05-30 00:00:50,118 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
24
|
-
2026-05-30 00:00:50,120 INFO MainThread MainWindow:Window closed exit_event.is_set
|
|
25
|
-
2026-05-30 00:00:52,784 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=38876 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
26
|
-
2026-05-30 00:00:52,785 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
27
|
-
2026-05-30 00:00:52,789 INFO MainThread ok:use_dml result is True
|
|
28
|
-
2026-05-30 00:00:52,790 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
29
|
-
2026-05-30 00:00:52,790 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
30
|
-
2026-05-30 00:00:52,790 INFO MainThread DeviceManager:__init__ start
|
|
31
|
-
2026-05-30 00:00:52,792 INFO MainThread DeviceManager:__init__ end
|
|
32
|
-
2026-05-30 00:00:52,806 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
33
|
-
2026-05-30 00:00:52,834 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x0000019CFA6DB300>, falling back to English/default.
|
|
34
|
-
2026-05-30 00:00:52,854 INFO MainThread ok:do_init, end
|
|
35
|
-
2026-05-30 00:00:52,854 INFO MainThread ok:OK start id:1773089878816 pid:38876
|
|
36
|
-
2026-05-30 00:00:52,939 INFO MainThread MainWindow:main window __init__
|
|
37
|
-
2026-05-30 00:00:53,678 ERROR MainThread ok:install translations error for en_US
|
|
38
|
-
2026-05-30 00:00:53,752 INFO MainThread MainWindow:main window __init__ done
|
|
39
|
-
2026-05-30 00:00:53,772 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
40
|
-
2026-05-30 00:00:53,874 INFO MainThread ok:app.exec()
|
|
41
|
-
2026-05-30 00:00:54,031 INFO MainThread MainWindow:show startup version change on about tab update success 1.0.2 -> 1.0.3
|
|
42
|
-
2026-05-30 00:00:54,772 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
43
|
-
2026-05-30 00:02:52,492 INFO MainThread MainWindow:Window closed exit_event.is not set False
|
|
44
|
-
2026-05-30 00:02:52,493 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
45
|
-
2026-05-30 00:02:52,493 INFO MainThread handler:handler stop raised exception global
|
|
46
|
-
2026-05-30 00:02:52,493 INFO MainThread handler:handler stop raised exception StartCard
|
|
47
|
-
2026-05-30 00:02:52,493 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
48
|
-
2026-05-30 00:02:52,494 INFO MainThread TaskExecutor:Executor destroy
|
|
49
|
-
2026-05-30 00:03:03,097 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=26984 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
50
|
-
2026-05-30 00:03:03,098 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
51
|
-
2026-05-30 00:03:03,102 INFO MainThread ok:use_dml result is True
|
|
52
|
-
2026-05-30 00:03:03,102 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
53
|
-
2026-05-30 00:03:03,102 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
54
|
-
2026-05-30 00:03:03,102 INFO MainThread DeviceManager:__init__ start
|
|
55
|
-
2026-05-30 00:03:03,104 INFO MainThread DeviceManager:__init__ end
|
|
56
|
-
2026-05-30 00:03:03,119 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
57
|
-
2026-05-30 00:03:03,149 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x000002348BDC3700>, falling back to English/default.
|
|
58
|
-
2026-05-30 00:03:03,166 INFO MainThread ok:do_init, end
|
|
59
|
-
2026-05-30 00:03:03,166 INFO MainThread ok:OK start id:2426215953184 pid:26984
|
|
60
|
-
2026-05-30 00:03:03,261 INFO MainThread MainWindow:main window __init__
|
|
61
|
-
2026-05-30 00:03:03,798 ERROR MainThread ok:install translations error for en_US
|
|
62
|
-
2026-05-30 00:03:03,878 INFO MainThread MainWindow:main window __init__ done
|
|
63
|
-
2026-05-30 00:03:03,893 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
64
|
-
2026-05-30 00:03:03,981 INFO MainThread ok:app.exec()
|
|
65
|
-
2026-05-30 00:03:04,150 INFO MainThread MainWindow:show startup version change on about tab update success 1.0.2 -> 1.0.3
|
|
66
|
-
2026-05-30 00:03:04,893 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
67
|
-
2026-05-30 00:03:09,400 INFO MainThread MainWindow:Window closed exit_event.is not set False
|
|
68
|
-
2026-05-30 00:03:09,400 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
69
|
-
2026-05-30 00:03:09,400 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
70
|
-
2026-05-30 00:03:09,400 INFO MainThread handler:handler stop raised exception global
|
|
71
|
-
2026-05-30 00:03:09,400 INFO MainThread handler:handler stop raised exception StartCard
|
|
72
|
-
2026-05-30 00:03:09,400 INFO MainThread TaskExecutor:Executor destroy
|
|
73
|
-
2026-05-30 00:04:31,477 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=38900 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
74
|
-
2026-05-30 00:04:31,479 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
75
|
-
2026-05-30 00:04:31,484 INFO MainThread ok:use_dml result is True
|
|
76
|
-
2026-05-30 00:04:31,484 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
77
|
-
2026-05-30 00:04:31,485 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
78
|
-
2026-05-30 00:04:31,485 INFO MainThread DeviceManager:__init__ start
|
|
79
|
-
2026-05-30 00:04:31,486 INFO MainThread DeviceManager:__init__ end
|
|
80
|
-
2026-05-30 00:04:31,502 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
81
|
-
2026-05-30 00:04:31,531 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x000001555FB63A80>, falling back to English/default.
|
|
82
|
-
2026-05-30 00:04:31,548 INFO MainThread ok:do_init, end
|
|
83
|
-
2026-05-30 00:04:31,548 INFO MainThread ok:OK start id:1465553821648 pid:38900
|
|
84
|
-
2026-05-30 00:04:31,630 INFO MainThread MainWindow:main window __init__
|
|
85
|
-
2026-05-30 00:04:32,194 ERROR MainThread ok:install translations error for en_US
|
|
86
|
-
2026-05-30 00:04:32,261 INFO MainThread MainWindow:main window __init__ done
|
|
87
|
-
2026-05-30 00:04:32,277 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
88
|
-
2026-05-30 00:04:32,374 INFO MainThread ok:app.exec()
|
|
89
|
-
2026-05-30 00:04:32,525 INFO MainThread MainWindow:show startup version change on about tab update success 1.0.2 -> 1.0.3
|
|
90
|
-
2026-05-30 00:04:33,276 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
91
|
-
2026-05-30 00:04:34,172 INFO MainThread MainWindow:Window closed exit_event.is not set False
|
|
92
|
-
2026-05-30 00:04:34,172 INFO MainThread handler:handler stop raised exception global
|
|
93
|
-
2026-05-30 00:04:34,173 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
94
|
-
2026-05-30 00:04:34,173 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
95
|
-
2026-05-30 00:04:34,173 INFO MainThread handler:handler stop raised exception StartCard
|
|
96
|
-
2026-05-30 00:04:34,173 INFO MainThread TaskExecutor:Executor destroy
|
|
97
|
-
2026-05-30 10:56:32,827 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-script\\ok\\gui\\util\\pyappify_startup.py'], pid=7472 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
98
|
-
2026-05-30 10:56:32,828 INFO MainThread ok:env ALLUSERSPROFILE=C:\ProgramData
|
|
99
|
-
2026-05-30 10:56:32,828 INFO MainThread ok:env APPDATA=C:\Users\ok\AppData\Roaming
|
|
100
|
-
2026-05-30 10:56:32,828 INFO MainThread ok:env COMMONPROGRAMFILES=C:\Program Files\Common Files
|
|
101
|
-
2026-05-30 10:56:32,828 INFO MainThread ok:env COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files
|
|
102
|
-
2026-05-30 10:56:32,828 INFO MainThread ok:env COMMONPROGRAMW6432=C:\Program Files\Common Files
|
|
103
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env COMPUTERNAME=XDASUS
|
|
104
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env COMSPEC=C:\Windows\system32\cmd.exe
|
|
105
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env DRIVERDATA=C:\Windows\System32\Drivers\DriverData
|
|
106
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env GITHUB_TOKEN=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
|
|
107
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env HOMEDRIVE=C:
|
|
108
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env HOMEPATH=\Users\ok
|
|
109
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env LEVEL_ZERO_V1_SDK_PATH=C:\Program Files\LevelZeroSDK\1.28.2\
|
|
110
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env LOCALAPPDATA=C:\Users\ok\AppData\Local
|
|
111
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env LOGONSERVER=\\XDASUS
|
|
112
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env NUMBER_OF_PROCESSORS=16
|
|
113
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env NVM_HOME=C:\Users\ok\AppData\Local\nvm
|
|
114
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env NVM_SYMLINK=C:\nvm4w\nodejs
|
|
115
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env ONEDRIVE=C:\Users\ok\OneDrive
|
|
116
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env ONEDRIVECONSUMER=C:\Users\ok\OneDrive
|
|
117
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env OS=Windows_NT
|
|
118
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PATH=E:\projects\ok-script\.venv\Lib\site-packages\cv2\../../x64/vc17/bin;E:\projects\ok-script\.venv\Lib\site-packages\PySide6;E:\projects\ok-script\.venv\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerToys\DSCModules\;E:\Python312;E:\Python312\Scripts;C:\Program Files\Git\cmd;C:\Program Files\NVIDIA Corporation\NVIDIA App\NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\usr\bin;C:\Users\ok\AppData\Local\nvm;C:\nvm4w\nodejs;C:\Users\ok\AppData\Local\nvm;C:\Users\ok\.cargo\bin;C:\Users\ok\AppData\Local\Microsoft\WindowsApps;C:\Users\ok\AppData\Local\GitHubDesktop\bin;C:\Users\ok\AppData\Local\Programs\Antigravity\bin
|
|
119
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
|
|
120
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROCESSOR_ARCHITECTURE=AMD64
|
|
121
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 204 Stepping 2, GenuineIntel
|
|
122
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROCESSOR_LEVEL=6
|
|
123
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROCESSOR_REVISION=cc02
|
|
124
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROGRAMDATA=C:\ProgramData
|
|
125
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROGRAMFILES=C:\Program Files
|
|
126
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROGRAMFILES(X86)=C:\Program Files (x86)
|
|
127
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROGRAMW6432=C:\Program Files
|
|
128
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PROMPT=(.venv) $P$G
|
|
129
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
|
|
130
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PUBLIC=C:\Users\Public
|
|
131
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PYAPPIFY_APP_STARTING_VERSION=1.0.2
|
|
132
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PYAPPIFY_APP_VERSION=1.0.3
|
|
133
|
-
2026-05-30 10:56:32,829 INFO MainThread ok:env PYAPPIFY_UPDATE_NOTE=["Updated successfully through pyappify.", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57"]
|
|
134
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env PYCHARM_HOSTED=1
|
|
135
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env PYSIDE6_OPTION_PYTHON_ENUM=True
|
|
136
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env PYTHONIOENCODING=utf-8
|
|
137
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env PYTHONPATH=E:\projects\ok-script
|
|
138
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env PYTHONUNBUFFERED=1
|
|
139
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env SYSTEMDRIVE=C:
|
|
140
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env SYSTEMROOT=C:\Windows
|
|
141
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env TEMP=C:\Users\ok\AppData\Local\Temp
|
|
142
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env TMP=C:\Users\ok\AppData\Local\Temp
|
|
143
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env USERDOMAIN=XDASUS
|
|
144
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env USERDOMAIN_ROAMINGPROFILE=XDASUS
|
|
145
|
-
2026-05-30 10:56:32,830 INFO MainThread ok:env USERNAME=ok
|
|
146
|
-
2026-05-30 10:56:32,831 INFO MainThread ok:env USERPROFILE=C:\Users\ok
|
|
147
|
-
2026-05-30 10:56:32,831 INFO MainThread ok:env VIRTUAL_ENV=E:\projects\ok-script\.venv
|
|
148
|
-
2026-05-30 10:56:32,831 INFO MainThread ok:env WINDIR=C:\Windows
|
|
149
|
-
2026-05-30 10:56:32,831 INFO MainThread ok:env _OLD_VIRTUAL_PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerToys\DSCModules\;E:\Python312;E:\Python312\Scripts;C:\Program Files\Git\cmd;C:\Program Files\NVIDIA Corporation\NVIDIA App\NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\usr\bin;C:\Users\ok\AppData\Local\nvm;C:\nvm4w\nodejs;C:\Users\ok\AppData\Local\nvm;C:\Users\ok\.cargo\bin;C:\Users\ok\AppData\Local\Microsoft\WindowsApps;C:\Users\ok\AppData\Local\GitHubDesktop\bin;C:\Users\ok\AppData\Local\Programs\Antigravity\bin
|
|
150
|
-
2026-05-30 10:56:32,831 INFO MainThread ok:env _OLD_VIRTUAL_PROMPT=$P$G
|
|
151
|
-
2026-05-30 10:56:32,831 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
152
|
-
2026-05-30 10:56:32,833 INFO MainThread ok:use_dml result is True
|
|
153
|
-
2026-05-30 10:56:32,834 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
154
|
-
2026-05-30 10:56:32,834 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
155
|
-
2026-05-30 10:56:32,834 INFO MainThread DeviceManager:__init__ start
|
|
156
|
-
2026-05-30 10:56:32,836 INFO MainThread DeviceManager:__init__ end
|
|
157
|
-
2026-05-30 10:56:32,867 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
158
|
-
2026-05-30 10:56:32,895 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x000001FAA893C800>, falling back to English/default.
|
|
159
|
-
2026-05-30 10:56:32,928 INFO MainThread ok:do_init, end
|
|
160
|
-
2026-05-30 10:56:32,928 INFO MainThread ok:OK start id:2175437996000 pid:7472
|
|
161
|
-
2026-05-30 10:56:33,016 INFO MainThread MainWindow:main window __init__
|
|
162
|
-
2026-05-30 10:56:33,440 INFO MainThread pyappify_startup:get_startup_version_change from_version=1.0.2, to_version=1.0.3, is_updated=True, is_downgraded=False
|
|
163
|
-
2026-05-30 10:56:33,506 ERROR MainThread ok:install translations error for en_US
|
|
164
|
-
2026-05-30 10:56:33,573 INFO MainThread MainWindow:main window __init__ done
|
|
165
|
-
2026-05-30 10:56:33,586 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
166
|
-
2026-05-30 10:56:33,586 INFO MainThread pyappify_startup:get_startup_version_change from_version=1.0.2, to_version=1.0.3, is_updated=True, is_downgraded=False
|
|
167
|
-
2026-05-30 10:56:33,715 INFO MainThread ok:app.exec()
|
|
168
|
-
2026-05-30 10:56:33,834 INFO MainThread pyappify_startup:get_startup_version_change from_version=1.0.2, to_version=1.0.3, is_updated=True, is_downgraded=False
|
|
169
|
-
2026-05-30 10:56:33,834 INFO MainThread MainWindow:show startup version change on about tab update success 1.0.2 -> 1.0.3
|
|
170
|
-
2026-05-30 10:56:34,597 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
171
|
-
2026-05-30 10:56:35,348 INFO MainThread MainWindow:Window closed exit_event.is not set False
|
|
172
|
-
2026-05-30 10:56:35,348 INFO MainThread handler:handler stop raised exception StartCard
|
|
173
|
-
2026-05-30 10:56:35,348 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
174
|
-
2026-05-30 10:56:35,348 INFO MainThread handler:handler stop raised exception global
|
|
175
|
-
2026-05-30 10:56:35,348 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
176
|
-
2026-05-30 10:56:35,349 INFO MainThread TaskExecutor:Executor destroy
|
|
177
|
-
2026-05-30 10:57:58,825 INFO MainThread ok:ok-script init 1.0.3, ['E:\\projects\\ok-wuthering-waves\\ok\\gui\\util\\pyappify_startup.py'], pid=57224 config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
178
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env ALLUSERSPROFILE=C:\ProgramData
|
|
179
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env APPDATA=C:\Users\ok\AppData\Roaming
|
|
180
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env COMMONPROGRAMFILES=C:\Program Files\Common Files
|
|
181
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files
|
|
182
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env COMMONPROGRAMW6432=C:\Program Files\Common Files
|
|
183
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env COMPUTERNAME=XDASUS
|
|
184
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env COMSPEC=C:\Windows\system32\cmd.exe
|
|
185
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env DRIVERDATA=C:\Windows\System32\Drivers\DriverData
|
|
186
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env GITHUB_TOKEN=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
|
|
187
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env HOMEDRIVE=C:
|
|
188
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env HOMEPATH=\Users\ok
|
|
189
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env LEVEL_ZERO_V1_SDK_PATH=C:\Program Files\LevelZeroSDK\1.28.2\
|
|
190
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env LOCALAPPDATA=C:\Users\ok\AppData\Local
|
|
191
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env LOGONSERVER=\\XDASUS
|
|
192
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env NUMBER_OF_PROCESSORS=16
|
|
193
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env NVM_HOME=C:\Users\ok\AppData\Local\nvm
|
|
194
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env NVM_SYMLINK=C:\nvm4w\nodejs
|
|
195
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env ONEDRIVE=C:\Users\ok\OneDrive
|
|
196
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env ONEDRIVECONSUMER=C:\Users\ok\OneDrive
|
|
197
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env OS=Windows_NT
|
|
198
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env PATH=E:\projects\ok-wuthering-waves\.venv\Lib\site-packages\cv2\../../x64/vc17/bin;E:\projects\ok-wuthering-waves\.venv\Lib\site-packages\PySide6;E:\projects\ok-wuthering-waves\.venv\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerToys\DSCModules\;E:\Python312;E:\Python312\Scripts;C:\Program Files\Git\cmd;C:\Program Files\NVIDIA Corporation\NVIDIA App\NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\usr\bin;C:\Users\ok\AppData\Local\nvm;C:\nvm4w\nodejs;C:\Users\ok\AppData\Local\nvm;C:\Users\ok\.cargo\bin;C:\Users\ok\AppData\Local\Microsoft\WindowsApps;C:\Users\ok\AppData\Local\GitHubDesktop\bin;C:\Users\ok\AppData\Local\Programs\Antigravity\bin
|
|
199
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
|
|
200
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env PROCESSOR_ARCHITECTURE=AMD64
|
|
201
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 204 Stepping 2, GenuineIntel
|
|
202
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env PROCESSOR_LEVEL=6
|
|
203
|
-
2026-05-30 10:57:58,832 INFO MainThread ok:env PROCESSOR_REVISION=cc02
|
|
204
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PROGRAMDATA=C:\ProgramData
|
|
205
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PROGRAMFILES=C:\Program Files
|
|
206
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PROGRAMFILES(X86)=C:\Program Files (x86)
|
|
207
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PROGRAMW6432=C:\Program Files
|
|
208
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PROMPT=(.venv) $P$G
|
|
209
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
|
|
210
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PUBLIC=C:\Users\Public
|
|
211
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PYAPPIFY_APP_STARTING_VERSION=1.0.2
|
|
212
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PYAPPIFY_APP_VERSION=1.0.3
|
|
213
|
-
2026-05-30 10:57:58,833 INFO MainThread ok:env PYAPPIFY_UPDATE_NOTE=["Updated successfully through pyappify.", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change.", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57", "This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57This dialog is shown because pyappify detected an app version change. \u6c49\u5b57"]
|
|
214
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env PYCHARM_HOSTED=1
|
|
215
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env PYSIDE6_OPTION_PYTHON_ENUM=True
|
|
216
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env PYTHONIOENCODING=utf-8
|
|
217
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env PYTHONPATH=E:\projects\ok-wuthering-waves
|
|
218
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env PYTHONUNBUFFERED=1
|
|
219
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env SYSTEMDRIVE=C:
|
|
220
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env SYSTEMROOT=C:\Windows
|
|
221
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env TEMP=C:\Users\ok\AppData\Local\Temp
|
|
222
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env TMP=C:\Users\ok\AppData\Local\Temp
|
|
223
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env USERDOMAIN=XDASUS
|
|
224
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env USERDOMAIN_ROAMINGPROFILE=XDASUS
|
|
225
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env USERNAME=ok
|
|
226
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env USERPROFILE=C:\Users\ok
|
|
227
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env VIRTUAL_ENV=E:\projects\ok-wuthering-waves\.venv
|
|
228
|
-
2026-05-30 10:57:58,837 INFO MainThread ok:env WINDIR=C:\Windows
|
|
229
|
-
2026-05-30 10:57:58,838 INFO MainThread ok:env _OLD_VIRTUAL_PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerToys\DSCModules\;E:\Python312;E:\Python312\Scripts;C:\Program Files\Git\cmd;C:\Program Files\NVIDIA Corporation\NVIDIA App\NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\usr\bin;C:\Users\ok\AppData\Local\nvm;C:\nvm4w\nodejs;C:\Users\ok\AppData\Local\nvm;C:\Users\ok\.cargo\bin;C:\Users\ok\AppData\Local\Microsoft\WindowsApps;C:\Users\ok\AppData\Local\GitHubDesktop\bin;C:\Users\ok\AppData\Local\Programs\Antigravity\bin
|
|
230
|
-
2026-05-30 10:57:58,838 INFO MainThread ok:env _OLD_VIRTUAL_PROMPT=$P$G
|
|
231
|
-
2026-05-30 10:57:58,838 INFO MainThread ok:pyappify app_version:1.0.3, app_profile:None, pyappify_version:None pyappify_upgradeable:False, pyappify_executable:None
|
|
232
|
-
2026-05-30 10:57:58,842 INFO MainThread ok:use_dml result is True
|
|
233
|
-
2026-05-30 10:57:58,843 INFO MainThread ok:SetProcessDpiAwareness 0
|
|
234
|
-
2026-05-30 10:57:58,843 INFO MainThread ok:do_init, config: {'debug': False, 'use_gui': True, 'gui_title': 'pyappify startup update demo', 'gui_icon': ':/icon/icon.ico', 'version': '1.0.3', 'window_size': {'width': 1000, 'height': 800, 'min_width': 600, 'min_height': 450}, 'onetime_tasks': [], 'trigger_tasks': [], 'config_folder': 'configs'}
|
|
235
|
-
2026-05-30 10:57:58,843 INFO MainThread DeviceManager:__init__ start
|
|
236
|
-
2026-05-30 10:57:58,847 INFO MainThread DeviceManager:__init__ end
|
|
237
|
-
2026-05-30 10:57:58,868 INFO MainThread TaskExecutor:install ocr translations error for en_US
|
|
238
|
-
2026-05-30 10:57:58,912 INFO MainThread app:No translation available for <PySide6.QtCore.QLocale()/* English, Latin, United States */ at 0x0000028462589480>, falling back to English/default.
|
|
239
|
-
2026-05-30 10:57:58,941 INFO MainThread ok:do_init, end
|
|
240
|
-
2026-05-30 10:57:58,941 INFO MainThread ok:OK start id:2767022235360 pid:57224
|
|
241
|
-
2026-05-30 10:57:59,027 INFO MainThread MainWindow:main window __init__
|
|
242
|
-
2026-05-30 10:57:59,429 INFO MainThread pyappify_startup:get_startup_version_change from_version=1.0.2, to_version=1.0.3, is_updated=True, is_downgraded=False
|
|
243
|
-
2026-05-30 10:57:59,486 ERROR MainThread ok:install translations error for en_US
|
|
244
|
-
2026-05-30 10:57:59,539 INFO MainThread MainWindow:main window __init__ done
|
|
245
|
-
2026-05-30 10:57:59,553 INFO MainThread MainWindow:Window has fully displayed {'task': 0, 'exit': False, 'headless': False}
|
|
246
|
-
2026-05-30 10:57:59,553 INFO MainThread pyappify_startup:get_startup_version_change from_version=1.0.2, to_version=1.0.3, is_updated=True, is_downgraded=False
|
|
247
|
-
2026-05-30 10:57:59,650 INFO MainThread ok:app.exec()
|
|
248
|
-
2026-05-30 10:57:59,799 INFO MainThread pyappify_startup:get_startup_version_change from_version=1.0.2, to_version=1.0.3, is_updated=True, is_downgraded=False
|
|
249
|
-
2026-05-30 10:57:59,799 INFO MainThread MainWindow:show startup version change on about tab update success 1.0.2 -> 1.0.3
|
|
250
|
-
2026-05-30 10:58:00,550 INFO global MainWindow:Window geometry updated in ok_config {'window_x': 353, 'window_y': 133, 'window_width': 1000, 'window_height': 800, 'window_maximized': False, 'navigation_expanded': False, 'use_overlay': False, 'show_overlay_logs': True}
|
|
251
|
-
2026-05-30 10:58:01,104 INFO MainThread MainWindow:Window closed exit_event.is not set False
|
|
252
|
-
2026-05-30 10:58:01,104 INFO MainThread handler:handler stop raised exception global
|
|
253
|
-
2026-05-30 10:58:01,104 INFO MainThread handler:handler stop raised exception RefreshAdb
|
|
254
|
-
2026-05-30 10:58:01,104 INFO MainThread handler:handler stop raised exception StartCard
|
|
255
|
-
2026-05-30 10:58:01,104 INFO MainThread handler:handler stop raised exception ok.gui.StartController
|
|
256
|
-
2026-05-30 10:58:01,104 INFO MainThread TaskExecutor:Executor destroy
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
2026-05-19 01:01:28,790 DEBUG MainThread __main__:NvAPI profile scan skipped: No NVIDIA device found
|
|
2
|
-
2026-05-19 01:01:28,835 DEBUG MainThread __main__:NvAPI profile scan skipped: No NVIDIA device found
|
|
3
|
-
2026-05-19 01:01:28,843 DEBUG MainThread __main__:NvAPI profile scan skipped: No NVIDIA device found
|
|
4
|
-
2026-05-19 01:01:28,852 DEBUG MainThread __main__:NvAPI profile scan skipped: No NVIDIA device found
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|