Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
'MissionBagNumTeams'
building json error, trying again
'game_id'
that it. idk how to re install program, game is on another disk and steam on another, and i cant launch game from program
1. TypeError: unsupported operand type(s) for |: 'PyQt6.sip.wrappertype' and 'NoneType'
2. match monster:- SyntaxError: invalid syntax
3. for c in text: - TypeError: 'NoneType' object is not ite
Here is a file listing the errors and their solutions. Inside the file you will find the original lines and how they need to be changed
https://drive.google.com/file/d/1Tu_1YInUxIlPLjnuXz09_YTzdnHB7lBa/view?usp=sharing
Amazing job man. I wish I would discover this sooner!
Thank you:)
run_game_on_startup=true
By removing this the application can open without problems.
Now in the latest version when selecting Start with Windows you get the following error:
Unhandled exception in script
Failed to execute script 'main' due to unhandled exception: 'utf-8' codec can't decode byte 0xe0 in position 9: invalid continuation byte
Traceback (most recent call last):
File "main.py", line 35, in <module>
window = MainWindow()
File "MainWindow\MainWindow.py", line 23, in __init__
self.mainframe = MainFrame(self)
File "MainWindow\MainFrame.py", line 47, in __init__
and "HuntGame.exe" not in subprocess.check_output(['tasklist', '/FI', 'IMAGENAME eq HuntGame.exe']).decode()):
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 9: invalid continuation byte
File "main.py", line 35, in <module>
window = MainWindow()
^^^^^^^^^^^^
File "MainWindow\MainWindow.py", line 22, in __init__
self.mainframe = MainFrame(self)
^^^^^^^^^^^^^^^
File "MainWindow\MainFrame.py", line 30, in __init__
self.header = Header(self)
^^^^^^^^^^^^
File "MainWindow\Header.py", line 26, in __init__
self.update()
File "MainWindow\Header.py", line 49, in update
self.kda.update()
File "Widgets\KdaWidget.py", line 52, in update
kills = sum(k[0] for k in kData)
^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'