Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The project does not start #28

Open
Kenseori opened this issue Sep 29, 2024 · 1 comment
Open

The project does not start #28

Kenseori opened this issue Sep 29, 2024 · 1 comment
Labels
bug Something isn't working P:Low Low priority

Comments

@Kenseori
Copy link

Describe the bug

PyInstaller\hooks\rthooks\pyi_rth_pkgres.py:37: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
2024-09-29 15:30:50,566 - proc-gov - INFO - Creating backup of the current configuration before migration...
2024-09-29 15:30:50,566 - proc-gov - INFO - [MigrationRules2SplitRulesConfig] Starting migration...
2024-09-29 15:30:50,567 - proc-gov - INFO - [MigrationRules2SplitRulesConfig] Migration completed to version 1.
2024-09-29 15:30:50,567 - proc-gov - INFO - [NewFieldsInRule] Starting migration...
2024-09-29 15:30:50,567 - proc-gov - INFO - [NewFieldsInRule] Migration completed to version 2.
2024-09-29 15:30:50,567 - proc-gov - INFO - [RemoveHighIoPriorityAndLogging] Starting migration...
2024-09-29 15:30:50,567 - proc-gov - INFO - [RemoveHighIoPriorityAndLogging] Migration completed to version 3.
Exception in thread Thread-2 (_readerthread):
Traceback (most recent call last):
File "threading.py", line 1052, in _bootstrap_inner
File "threading.py", line 989, in run
File "subprocess.py", line 1597, in _readerthread
File "encodings\cp1251.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 1: character maps to
2024-09-29 15:30:53,249 - proc-gov - INFO - Application started
2024-09-29 15:30:53,260 - proc-gov - INFO - Configuration file has been modified. Reloading all rules to apply changes.
Exception in thread Thread-6 (_readerthread):
Traceback (most recent call last):
File "threading.py", line 1052, in _bootstrap_inner
File "threading.py", line 989, in run
File "subprocess.py", line 1597, in _readerthread
File "encodings\cp1251.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 1: character maps to
Exception in thread Thread-8 (_readerthread):
Traceback (most recent call last):
File "threading.py", line 1052, in _bootstrap_inner
File "threading.py", line 989, in run
File "subprocess.py", line 1597, in _readerthread
File "encodings\cp1251.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 1: character maps to

Steps to reproduce

Launching the program

Expected behavior

I expected the program to start.

Environment

  • Windows Version: 11
    AMD Ryzen 7 7840H w/ Radeon 780M Graphics (8 Cores, 16 Threads)

Additional context

I decided to look for a program to change priorities on github. I really liked this project and the launch consisted of only 4 steps, but for me it failed on the second step

@Kenseori Kenseori added the bug Something isn't working label Sep 29, 2024
@SystemXFiles
Copy link
Owner

SystemXFiles commented Sep 29, 2024

@Kenseori, thank you for reporting the issue!

  1. What language is your Windows set to? This could be important as the problem might be related to a non-standard locale or encoding.
  2. Could you please attach the log file and configuration file as attachments? Simply copying and pasting the text might not be enough for proper analysis.

@SystemXFiles SystemXFiles added the P:High High priority label Oct 3, 2024
@SystemXFiles SystemXFiles added P:Low Low priority and removed P:High High priority labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P:Low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants