When you open config.bat it looks for 'config' and if there is no config.exe found it will just open config.bat infinitely
Expected behavior
Click on config.bat, the script tries to run config.exe and gives up if it is not there
Current behavior
Click on config.bat, the script looks for 'config', and another instance of config.bat is opened
Possible solution
Specify config.exe in all config.bat files
Context (Environment)
Bemanitools version(s) affected
Every version
Game(s) and version(s) affected
Every game
In GitLab by @lodyb on Oct 20, 2019, 10:36
## Summary
When you open config.bat it looks for 'config' and if there is no config.exe found it will just open config.bat infinitely
## Expected behavior
Click on config.bat, the script tries to run config.exe and gives up if it is not there
## Current behavior
Click on config.bat, the script looks for 'config', and another instance of config.bat is opened
## Possible solution
Specify config.exe in all config.bat files
## Context (Environment)
### Bemanitools version(s) affected
* Every version
### Game(s) and version(s) affected
* Every game
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In GitLab by @lodyb on Oct 20, 2019, 10:36
Summary
When you open config.bat it looks for 'config' and if there is no config.exe found it will just open config.bat infinitely
Expected behavior
Click on config.bat, the script tries to run config.exe and gives up if it is not there
Current behavior
Click on config.bat, the script looks for 'config', and another instance of config.bat is opened
Possible solution
Specify config.exe in all config.bat files
Context (Environment)
Bemanitools version(s) affected
Game(s) and version(s) affected
In GitLab by @xyen on Oct 20, 2019, 23:15
Oh yeah, this happens.
Will fix.
In GitLab by @xyen on Oct 25, 2019, 02:33
mentioned in commit
69ee95c79aIn GitLab by @xyen on Oct 25, 2019, 02:35
closed
In GitLab by @xyen on Oct 25, 2019, 02:35
Fixed.