electron/node-rcedit

missing MSVCP120 wine

iofjuupasli opened this issue · 1 comments

When using latest rcedit with wine:

err:module:import_dll Library MSVCP120.dll (which is needed by L"Z:\\home\\iofjuupasli\\projects\\alpatsino\\t\\node_modules\\rcedit\\bin\\rcedit.exe") not found
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\iofjuupasli\\projects\\alpatsino\\t\\node_modules\\rcedit\\bin\\rcedit.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\iofjuupasli\\projects\\alpatsino\\t\\node_modules\\rcedit\\bin\\rcedit.exe" failed, status c0000135
 undefined

There was no errors in previous version.

Is it possible to include this dependencies to package?

last version of rcedit requires Visual C++ Redistributable Package 2013

https://appdb.winehq.org/objectManager.php?sClass=version&iId=30029

but it's marked as garbage for wine


After update wine to the latest version and install wine package from link it works fine now.

And it mentioned in https://github.com/electron-userland/electron-packager#building-windows-apps-from-non-windows-platforms

Sorry for disturb