Has anyone adapted this over to linux yet? Was trying for a while earlier without success. I can get all the way to adjust settings and that works. but as soon as i try to start it i start running into issues. I have tried just running the main.exe with wine as well as running the build from python.
Running main.exe with wine gets:
Your D2R Saved Games folder could not be found here: C:\Users\firekracker50\Save
d Games\Diablo II Resurrected, input the correct location:
/home/firekracker50/Games/diablo-2-ressurected/drive_c/users/firekracker50/Docum
ents/Diablo II Resurrected/Save/
[2022-02-28 17:18:56,511] DEBUG Using WinAPI to search for window under D2R
.exe process
Exception in thread Thread-2:
Traceback (most recent call last):
File "psutil\_common.py", line 441, in wrapper
AttributeError: _cache
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap_inner
File "threading.py", line 910, in run
File "keyboard\_generic.py", line 58, in process
File "keyboard\__init__.py", line 218, in pre_process_event
File "keyboard\__init__.py", line 649, in <lambda>
File "main.py", line 84, in <lambda>
File "main.py", line 29, in start_or_pause_bot
File "game_controller.py", line 113, in start
File "game_controller.py", line 131, in setup_screen
File "screen.py", line 26, in __init__
File "utils\misc.py", line 28, in find_d2r_window
File "psutil\__init__.py", line 624, in name
File "psutil\_pswindows.py", line 759, in name
File "psutil\_pswindows.py", line 690, in wrapper
File "psutil\_pswindows.py", line 680, in convert_oserror
File "psutil\_pswindows.py", line 688, in wrapper
File "psutil\_common.py", line 444, in wrapper
File "psutil\_pswindows.py", line 775, in exe
OSError: [WinError 87] Invalid parameter: '(originated from NtQuerySystemInforma
tion)'