goocy

Results 4 comments of goocy

In case this pull request ever deviates from the main branch, you want to find %PythonDir%/lib/site-packages/exiftool.py and replace `while not output[-32:].strip().endswith(sentinel):` ` inputready,outputready,exceptready = select.select([fd],[],[])` ` for i in inputready:`...

Nvidia user here. Just in case you don't know already: the regfix works for r1, but not for r3. My dll location was also in System32/FileRepository/...

I got it to run on Windows. Needed to install: - Microsoft VC++ 2019 Build tools - cargo - llvm (https://github.com/llvm/llvm-project)

@m-koops The issue is caused by a sloppy CultureInfo initialization. If you replace lines 22 to 24 in GetRegionNamePatch.cs with the following lines, the program runs. ``` int cultureId =...