BLooperZ / remonstered

Builds sound resource for ScummVM using High-Quality SFX and Speech from DOTT Remastered.
GNU General Public License v3.0
23 stars 1 forks source link

Cant create a working build on W7 #6

Open Ohrwerk opened 2 years ago

Ohrwerk commented 2 years ago

I got an error with your build about the missing file "api-ms-win-core-path-l1-1-0.dll", I made a copy of the Kernel32.dll with the name "api-ms-win-core-path-l1-1-0.dll" which also helped a bit, but the included python39.dll is also not compatible to Windows 7. I have now created my own build with python-3.8.9 on Windows 7 but unfortunately I get an error message here too.

C:\TEMP\Full Throttle Remastered>remonster.exe Traceback (most recent call last): File "remonstered\scripts\remonster.py", line 3, in ModuleNotFoundError: No module named 'click' [2964] Failed to execute script 'remonster' due to unhandled exception!

BLooperZ commented 2 years ago

Hi, thank you. the error says there is missing dependency, which can be installed by using Poetry

poetry install -E cutscenes

I have also tried updating some dependencies, so there might be some chance the new release will just work https://github.com/BLooperZ/remonstered/releases/tag/1.12.1 (worth a try)

elvisish commented 1 year ago

As mentioned here, it doesn't run in Win7 unfortunately: https://github.com/BLooperZ/remonstered/issues/5