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.