Closed LightHillNess closed 11 months ago
In theory, the program should auto-detect your resolution, ask you if it's correct, and save it in .env
file.
Open the .env
file with windows notepad and type in your monitor resolution like this:
WIDTH=1920
HEIGHT=1080
Hope that helps! Happy holidays!
No this didn't help. Happy holidays!
Try replacing line 19 with this:
if os.getenv('WIDTH') == '' or os.getenv('HEIGHT') == '':
I get the same error after deleting my .env
file. It has to be present in the same folder as autoskip_dialogue.py
and run.bat
. If you're sure it's there, then sorry, but I'm not able to reproduce your error and can't help you :(
I fixed the problem when I downloaded the file it was env.txt changed it to .env now it works thanks
That's great to hear!
I installed everything from requirments.txt and when I try to run run.bat I get this
Welcome to Genshin Impact Dialogue Skipper
Traceback (most recent call last): File "D:\genshinskip\autoskip_dialogue.py", line 19, in
if os.environ['WIDTH'] == '' or os.environ['HEIGHT'] == '':