sengokyu

Results 4 comments of sengokyu

#6241 seems same. It teach me work around. ``` export CLR_OPENSSL_VERSION_OVERRIDE=1.1 ``` Here is my working environment: * ubuntu 22.04 * dotnet 6.0.300 * vscode 1.68.0 * c# extension 1.25.0

**webContents.printToPDF** are the same. Just a blank page I can get. Here is a minimal reproduce code. ```js const { writeFile } = require("fs/promises"); const { app, BrowserWindow } =...

I have the repository https://github.com/sengokyu/electron-issue-30947 to reproduce the issue. ### Electron version 20.0.0-nightly ### Operating system version Ubuntu 21.10 ### What arch are you using ? x64 ### Expected Behavior...