You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
On Gentoo, when the Gentoo winetricks package is installed, launching Swine produces the following fatal error:
ValueError: unconverted data remains: - sha1sum: e740902b3f34e2cf6ec526475d8c3231af20b6b5
File "/usr/lib/python-exec/python2.7/swine", line 787, in <module>
main(sys.argv)
File "/usr/lib/python-exec/python2.7/swine", line 783, in main
win.checkWinetricks()
File "/usr/lib/python-exec/python2.7/swine", line 449, in checkWinetricks
elif time.mktime(time.strptime(version, "%Y%m%d")) < time.time() - 3*30*24*60*60:
File "/usr/lib64/python2.7/_strptime.py", line 467, in _strptime_time
return _strptime(data_string, format)[0]
File "/usr/lib64/python2.7/_strptime.py", line 328, in _strptime
data_string[found.end():])