[Bug 51814] New: python fails to initialize rng after boot

WineHQ Bugzilla wine-bugs at winehq.org
Tue Sep 28 02:56:05 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51814

            Bug ID: 51814
           Summary: python fails to initialize rng after boot
           Product: Wine
           Version: 6.16
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: xantares09 at hotmail.com
      Distribution: ArchLinux

python fails to initialize rng after boot:

$ wget https://www.python.org/ftp/python/3.9.5/python-3.9.5-embed-win32.zip
$ unzip python-3.9.5-embed-win32.zip
$ wineboot
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
$ wine python -c 'print("hello world")'
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to
initialize Python
Python runtime state: preinitialized


same thing if I run a command twice from a clean env
$ rm -rf ~/.wine
$ wine python -c 'print("hello world")'
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
hello world
$ wine python -c 'print("hello world")'
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to
initialize Python
Python runtime state: preinitialized

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list