https://bugs.winehq.org/show_bug.cgi?id=55181
Bug ID: 55181 Summary: Recent versions of chromium broken again, need ProcessPrng Product: Wine Version: 8.11 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Recent chromium don't work anymore in Wine. This is a regression between 1164966 and 1164982. This affects bot h 32bit and 64bit chromium.
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht... https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht...
revisio nto git mapping: 1164966 - ce83030f1b647f5a6d2986a3fe55d45ee0468ad0 1164982 - e9f7170c60dc7437917757eb63072395cd5ad4d8
Most likely commit ac9f00a5616e2fb3a0f8d132d129cc5a38806e7e, where they udpate boringssl. boringssl now uses ProcessPrng instead of RtlGenRandom, which Wine doesn't support.
See https://github.com/google/boringssl/blob/5eab868eaa5f7a975d50579182e26902441...