ok-script 1.0.145__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.145 → ok_script-1.0.147}/MANIFEST.in +5 -3
- {ok_script-1.0.145 → ok_script-1.0.147}/PKG-INFO +1 -1
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/__init__.py +5 -3
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/pyappify_startup.py +114 -101
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/logger.py +20 -11
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/PKG-INFO +1 -1
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/SOURCES.txt +0 -3
- ok_script-1.0.145/ok/gui/util/logs/ok-script.2026-05-29.log +0 -122
- ok_script-1.0.145/ok/gui/util/logs/ok-script.log +0 -96
- ok_script-1.0.145/ok/util/logs/ok-script.log +0 -4
- {ok_script-1.0.145 → ok_script-1.0.147}/README.md +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/__init__.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/__main__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/_geometry.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/alas/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/alas/emulator_base.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/alas/emulator_windows.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/alas/platform_windows.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/alas/utils.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/deep.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/minitouch.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/nemu_ipc.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/nemu_utils.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/pool.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/timer.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/adb/util.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/windows/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/windows/d3d11.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/capture/windows/dump.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/cli.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/DeviceManager.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/adb.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/base.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/bitblt.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/bitblt_utils.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/browser.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/desktop_duplication.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/hwnd_window.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/image.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/nemu_ipc.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/types.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/update.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/capture_methods/windows_graphics.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/adb.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/base.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/browser.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/do_nothing.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/foreground_post_message.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/genshin.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/keys.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/post_message.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/pydirect.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/pynput.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/interaction_methods/swipe.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/device/intercation.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/feature/Box.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/feature/Box.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/feature/Feature.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/feature/FeatureSet.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/feature/FeatureSet.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/feature/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/Communicate.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/MainWindow.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/MessageWindow.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/StartController.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/TabTitles.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/about/AboutTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/about/HttpTextEdit.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/about/LinksBar.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/about/ProjectCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/about/VersionCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/about/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/common/OKIcon.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/common/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/common/config.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/common/style_sheet.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/DebugTab.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/DebugTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/FrameWidget.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/LogWindow.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/OverlayWidget.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/RunCodeTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/Screenshot.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/Screenshot.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/debug/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/GettextTranslator.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/GettextTranslator.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/en_US.qm +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/en_US.ts +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/es_ES.qm +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/es_ES.ts +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/ja_JP.qm +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/ja_JP.ts +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/ko_KR.qm +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/ko_KR.ts +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/path.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/path.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/update.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/update.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/zh_CN.qm +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/zh_CN.ts +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/zh_TW.qm +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/i18n/zh_TW.ts +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/overlay/OverlayWindow.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/overlay/OverlayWindow.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/overlay/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/card.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/discord.svg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/heart.svg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/message_window.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/setting_interface.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/status_bar.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/stop.svg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/dark/tab.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/card.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/discord.svg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/heart.svg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/message_window.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/setting_interface.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/status_bar.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/stop.svg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qss/light/tab.qss +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/qt.qrc +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/resources.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/settings/GlobalConfigCard.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/settings/GlobalConfigCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/settings/SettingTab.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/settings/SettingTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/settings/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/SelectCaptureListView.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/SelectCaptureListView.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/SelectInteractionListView.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/StartCard.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/StartCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/StartTab.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/StartTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/start/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ConfigCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ConfigItemFactory.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ConfigLabelAndWidget.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/EditTaskTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndButtons.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndDoubleSpinBox.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndDropDown.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndGlobal.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndLineEdit.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndList.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndMultiSelection.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndSpinBox.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndSwitchButton.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndTextEdit.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/LabelAndWidget.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/MarkUpWindow.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ModifyListDialog.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ModifyListItem.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/OneTimeTaskTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/RecordScript.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ScheduleTaskTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/ScriptPackager.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/StartButton.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TaskCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TaskManger.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TaskOpButton.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TaskTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TemplateFactory.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TemplateTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TooltipTableWidget.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/TriggerTaskTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/tasks/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/Alert.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/Alert.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/InitWorker.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/InitWorker.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/app.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/app.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/configs/Basic Options.json +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/configs/_ok.json +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/configs/debug.json +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/configs/devices.json +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/configs/main_window.json +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/download.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/pip_util.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/util/pip_util.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/BaseLoading.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/BaseWindow.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/BaseWindow.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/Card.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/Card.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/CustomTab.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/CustomTab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/EmptyCard.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/EmptyCard.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/FlowLayout.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/FlowLayout.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/FramelessDialog.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/FramelessDialog.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/ImageWidget.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/ListTableWidgetItem.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/ListTableWidgetItem.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/NumericTableWidgetItem.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/NumericTableWidgetItem.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/OkCompactSpinBox.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/OkCompactSpinBox.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/SortingTableWidgetItem.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/SortingTableWidgetItem.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/StartLoadingDialog.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/StartLoadingDialog.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/StatusBar.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/StatusBar.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/Tab.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/Tab.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/TabWidget.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/TabWidget.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/UpdateConfigWidgetItem.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/UpdateConfigWidgetItem.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/WidgetWithVLabel.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/WidgetWithVLabel.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/YesNonWidgetItem.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/YesNonWidgetItem.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/gui/widget/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/ocr/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/ocr/download_paddle_model.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/ok.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Foundation/Collections.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Foundation/Collections.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Foundation/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Globalization/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/Capture/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/DirectX/Direct3D11/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/DirectX/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/Imaging/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Graphics/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Media/Ocr/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Media/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Security/Cryptography/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Security/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Storage/Streams/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/Storage/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/Windows/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/delegate.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/export.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/idldsl.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/inspectable.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/roapi.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/types.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/rotypes/winstring.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/DiagnosisTask.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/TaskExecutor.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/TaskExecutor.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/exceptions.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/task.cpp +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/task/task.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/test/OKTestRunner.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/test/RunTests.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/test/TaskTestCase.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/test/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/third_party/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/third_party/paperclip.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/update/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/update/copy_ok_folder.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/update/inline_ok_requirements.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/Analytics.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/GlobalConfig.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/__init__.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/blur.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/clazz.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/collection.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/color.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/config.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/file.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/gpu_driver_settings.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/handler.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/i18n.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/partial_sync_repo.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/print_hwnd.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/process.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/window.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok/util/windows_schedule.py +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/dependency_links.txt +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/entry_points.txt +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/not-zip-safe +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/requires.txt +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/ok_script.egg-info/top_level.txt +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/setup.cfg +0 -0
- {ok_script-1.0.145 → ok_script-1.0.147}/setup.py +0 -0
|
@@ -346,9 +346,11 @@ class OK:
|
|
|
346
346
|
self.config = config
|
|
347
347
|
config["config_folder"] = config.get("config_folder") or 'configs'
|
|
348
348
|
Config.config_folder = config["config_folder"]
|
|
349
|
-
config_logger(self.config)
|
|
350
|
-
logger.info(f"ok-script init {config.get('version')}, {sys.argv}, pid={os.getpid()} config: {config}")
|
|
351
|
-
|
|
349
|
+
config_logger(self.config)
|
|
350
|
+
logger.info(f"ok-script init {config.get('version')}, {sys.argv}, pid={os.getpid()} config: {config}")
|
|
351
|
+
for env_key, env_value in sorted(os.environ.items()):
|
|
352
|
+
logger.info(f"env {env_key}={env_value}")
|
|
353
|
+
pyappify.logger = logger
|
|
352
354
|
logger.info(
|
|
353
355
|
f"pyappify app_version:{pyappify.app_version}, app_profile:{pyappify.app_profile}, pyappify_version:{pyappify.pyappify_version} pyappify_upgradeable:{pyappify.pyappify_upgradeable}, pyappify_executable:{pyappify.pyappify_executable}")
|
|
354
356
|
config['debug'] = config.get("debug", False)
|
|
@@ -1,101 +1,114 @@
|
|
|
1
|
-
import argparse
|
|
2
|
-
import importlib
|
|
3
|
-
import json
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
from
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
from_version = getattr(pyappify_module, "app_starting_version", "") or ""
|
|
30
|
-
to_version = getattr(pyappify_module, "app_version", "") or ""
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
"This dialog is shown because pyappify detected an app version change.
|
|
67
|
-
"This dialog is shown because pyappify detected an app version change. 汉字
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
1
|
+
import argparse
|
|
2
|
+
import importlib
|
|
3
|
+
import json
|
|
4
|
+
import logging
|
|
5
|
+
import os
|
|
6
|
+
import sys
|
|
7
|
+
from pathlib import Path
|
|
8
|
+
from typing import NamedTuple, Optional
|
|
9
|
+
|
|
10
|
+
import pyappify
|
|
11
|
+
|
|
12
|
+
logger = logging.getLogger("ok")
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class StartupVersionChange(NamedTuple):
|
|
16
|
+
title: str
|
|
17
|
+
content: str
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def get_startup_version_change(pyappify_module=pyappify) -> Optional[StartupVersionChange]:
|
|
21
|
+
"""Return the startup update/downgrade message described by pyappify."""
|
|
22
|
+
try:
|
|
23
|
+
is_updated = bool(pyappify_module.is_app_updated())
|
|
24
|
+
is_downgraded = bool(pyappify_module.is_app_downgraded())
|
|
25
|
+
except Exception:
|
|
26
|
+
logger.error("pyappify_startup:get_startup_version_change failed to read update state", exc_info=True)
|
|
27
|
+
return None
|
|
28
|
+
|
|
29
|
+
from_version = getattr(pyappify_module, "app_starting_version", "") or ""
|
|
30
|
+
to_version = getattr(pyappify_module, "app_version", "") or ""
|
|
31
|
+
logger.info(
|
|
32
|
+
"pyappify_startup:get_startup_version_change "
|
|
33
|
+
f"from_version={from_version}, to_version={to_version}, "
|
|
34
|
+
f"is_updated={is_updated}, is_downgraded={is_downgraded}"
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
if not is_updated and not is_downgraded:
|
|
38
|
+
return None
|
|
39
|
+
|
|
40
|
+
action = "update" if is_updated else "downgrade"
|
|
41
|
+
try:
|
|
42
|
+
notes = pyappify_module.get_update_notes()
|
|
43
|
+
except Exception:
|
|
44
|
+
logger.error("pyappify_startup:get_startup_version_change failed to read update notes", exc_info=True)
|
|
45
|
+
notes = []
|
|
46
|
+
content = "\n".join(str(note) for note in notes)
|
|
47
|
+
title = f"{action} success {from_version} -> {to_version}"
|
|
48
|
+
return StartupVersionChange(title=title, content=content)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def main(argv=None):
|
|
52
|
+
parser = argparse.ArgumentParser(description="Start the OK GUI with a simulated pyappify update note.")
|
|
53
|
+
parser.add_argument("--from-version", default="1.0.2")
|
|
54
|
+
parser.add_argument("--to-version", default="1.0.3")
|
|
55
|
+
parser.add_argument(
|
|
56
|
+
"--note",
|
|
57
|
+
action="append",
|
|
58
|
+
dest="notes",
|
|
59
|
+
default=None,
|
|
60
|
+
help="Update note line. Can be passed more than once.",
|
|
61
|
+
)
|
|
62
|
+
args = parser.parse_args(argv)
|
|
63
|
+
|
|
64
|
+
notes = args.notes or [
|
|
65
|
+
"Updated successfully through pyappify.",
|
|
66
|
+
"This dialog is shown because pyappify detected an app version change.",
|
|
67
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
68
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
69
|
+
"This dialog is shown because pyappify detected an app version change.",
|
|
70
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
71
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
72
|
+
"This dialog is shown because pyappify detected an app version change.",
|
|
73
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
74
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
75
|
+
"This dialog is shown because pyappify detected an app version change.",
|
|
76
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
77
|
+
"This dialog is shown because pyappify detected an app version change. 汉字",
|
|
78
|
+
"This dialog is shown because pyappify detected an app version change. 汉字This dialog is shown because pyappify detected an app version change. 汉字This dialog is shown because pyappify detected an app version change. 汉字This dialog is shown because pyappify detected an app version change. 汉字This dialog is shown because pyappify detected an app version change. 汉字",
|
|
79
|
+
]
|
|
80
|
+
os.environ["PYAPPIFY_APP_STARTING_VERSION"] = args.from_version
|
|
81
|
+
os.environ["PYAPPIFY_APP_VERSION"] = args.to_version
|
|
82
|
+
os.environ["PYAPPIFY_UPDATE_NOTE"] = json.dumps(notes)
|
|
83
|
+
importlib.reload(pyappify)
|
|
84
|
+
|
|
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)
|
|
90
|
+
|
|
91
|
+
from ok import OK
|
|
92
|
+
|
|
93
|
+
config = {
|
|
94
|
+
"debug": False,
|
|
95
|
+
"use_gui": True,
|
|
96
|
+
"gui_title": "pyappify startup update demo",
|
|
97
|
+
"gui_icon": ":/icon/icon.ico",
|
|
98
|
+
"version": args.to_version,
|
|
99
|
+
"window_size": {
|
|
100
|
+
"width": 1000,
|
|
101
|
+
"height": 800,
|
|
102
|
+
"min_width": 600,
|
|
103
|
+
"min_height": 450,
|
|
104
|
+
},
|
|
105
|
+
"onetime_tasks": [],
|
|
106
|
+
"trigger_tasks": [],
|
|
107
|
+
}
|
|
108
|
+
ok = OK(config)
|
|
109
|
+
ok.start()
|
|
110
|
+
return 0
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
if __name__ == "__main__":
|
|
114
|
+
raise SystemExit(main())
|
|
@@ -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,96 +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
|
|
@@ -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
|