1hubert / genshin-dialogue-autoskip

A simple python script to automatically skip dialogue in Genshin Impact
MIT License
63 stars 23 forks source link

runtime error #21

Closed Vockorc closed 1 year ago

Vockorc commented 1 year ago

hi im getting this issue

any idea what could be causing this ?

Thank you!

Capture

1hubert commented 1 year ago

hello, unfortunately I've never encountered this issue before so I don't have a quick way to solve it.

my guess is that something external is forcibly killing the python process right as it starts up. may be windows defender or other antivirus. you could try disabling them and see if that helps

other than that, you could:

1hubert commented 1 year ago

has any of that helped?

1hubert commented 1 year ago

This error is fixed in the newest version of the script (tested with Python 3.12) ! 🎉

Just make sure to install every Python module with `pip install -r requirements.txt".

Let me know is it working for you! 🙂