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.