1hubert / genshin-dialogue-autoskip

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

runtime error #21

Closed Vockorc closed 11 months ago

Vockorc commented 11 months ago

hi im getting this issue

any idea what could be causing this ?

Thank you!

Capture

1hubert commented 11 months 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 11 months ago

has any of that helped?

1hubert commented 11 months 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! 🙂