AYasinAkalin / MELE_quickIniEditor

A terminal application allowing users and modders to modify .ini and Coalesced_*.bin files of ME Legendary Edition easily without replacing the whole file; losing possible early modifications in process. (ME3 is not supported)
GNU General Public License v3.0
3 stars 0 forks source link

ERROR: The system was unable to find the specified registry key or value. #1

Closed AYasinAkalin closed 3 years ago

AYasinAkalin commented 3 years ago

Following code fails to execute. This results Python scripts to fail and eventually program to fail. File: cli.bat Code:

FOR /f "usebackq tokens=3*" %%a in (`REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Bioware\Mass Effect Legendary Edition" /v "install dir"`) do (
  SET _path_mele=%%b
  )

Problem: There are no registry keys at given registry location anymore. This could be due to recent update on 2021-05-17. Proposed solution: Find the key in the registry pointing to game's installation directory and replace it in cli.bat.

AYasinAkalin commented 3 years ago

Commit 9df673e removed from repo. Bugfix is released with commit bebdd66