Closed ghost closed 8 years ago
Please see #7 I think this is same problem.
I've got the same error with latest ethereum, solc, geth, and package versions, manual console compiling works perfectly
seems like the latest solc package is affected with a bug (https://github.com/ethereum/solidity/issues/657) so the problem is not with the atom package
Thank you for pointing it out. I will keep an eye to the update.
I'm getting this error on Windows as well. I have verified that the command line works, but when try to compile in atom, I get:
Error: solc: exit status 1
Unknown exception during compilation.
at Object.module.exports.InvalidResponse (C:\Users\Kate\.atom\packages\atom-ethereum-interface\node_modules\web3\lib\web3\errors.js:35:16)
at RequestManager.send (C:\Users\Kate\.atom\packages\atom-ethereum-interface\node_modules\web3\lib\web3\requestmanager.js:61:22)
at Object.send [as solidity] (C:\Users\Kate\.atom\packages\atom-ethereum-interface\node_modules\web3\lib\web3\method.js:145:58)
at file:///C:/Users/Kate/.atom/packages/atom-ethereum-interface/lib/ethereum-interface.coffee:129:50
at Object.module.exports.AtomSolidity.checkConnection (file:///C:/Users/Kate/.atom/packages/atom-ethereum-interface/lib/ethereum-interface.coffee:69:13)
at Object.module.exports.AtomSolidity.compile (file:///C:/Users/Kate/.atom/packages/atom-ethereum-interface/lib/ethereum-interface.coffee:119:10)
at atom-workspace.subscriptions.add.atom.commands.add.eth-interface:compile (file:///C:/Users/Kate/.atom/packages/atom-ethereum-interface/lib/ethereum-interface.coffee:37:93)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\Kate\AppData\Local\atom\app-1.9.8\resources\app.asar\src\command-registry.js:260:29)
at CommandRegistry.handleCommandEvent (C:\Users\Kate\AppData\Local\atom\app-1.9.8\resources\app.asar\src\command-registry.js:3:61)
at CommandRegistry.module.exports.CommandRegistry.dispatch (C:\Users\Kate\AppData\Local\atom\app-1.9.8\resources\app.asar\src\command-registry.js:160:19)
at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (C:\Users\Kate\AppData\Local\atom\app-1.9.8\resources\app.asar\src\atom-environment.js:1104:28)
at EventEmitter.outerCallback (C:\Users\Kate\AppData\Local\atom\app-1.9.8\resources\app.asar\src\application-delegate.js:329:25)
at emitTwo (events.js:100:13)
at EventEmitter.emit (events.js:185:7)
just update the geth and start it without rpc with the console afterward launch the rpc server admin.startRPC("127.0.0.1", 8545, "*", "web3,db,net,eth")
I'm using Atom 1.8 and recently installed atom-ethereum-interface package. Compiler doesn't seem to work on my machine.
[Enter steps to reproduce below:]
Atom Version: 1.8.0 System: Mac OS X 10.11.5 Thrown From: atom-ethereum-interface package, v0.1.0-0
Stack Trace
Uncaught Error: solc: exit status 1 Unknown exception during compilation.
Commands
Config
Installed Packages