Windows debuggingElectron basicsNode.js native modules
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
25
調査方針
Investigate the compatibility of Electron with Windows 7. The error 'DiscardVirtualMemory' suggests an API that is not available on Windows 7. Look into the Electron version used in rubick and check if there is a known workaround or if the project needs to target a different Electron version that still supports Windows 7. Also, examine the native modules (e.g., in node modules) that might be compiled against a newer Windows SDK. The repository's build configuration may need to be adjusted.