ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
599 stars 409 forks source link

Resources not find on developer console #49

Closed paulmorriss closed 8 years ago

paulmorriss commented 9 years ago

I'm running on Windows 7 64 bit. (Behind a firewall, so no peers, but that's probably not relevant.) When I go into the developer console there are three messages: Failed to load resource: net::ERR_FILE_NOT_FOUND The file are: file:///C:/sounds/bip.mp3 file:///sockjs/info?cb=wbua9fc8de file:///C:/(install location)/resources/app.asar/interface/wallet/packages/ethereum_dapp-styles/fonts/SourceSansPro-ExtraLightIt.otf

frozeman commented 9 years ago

This has todo with the file protocol and how electron loads it basically gives you file:/// without any path and therefore all relative paths won't work.

Its not a big issue, and the sound will be fixed in the next release (Beta3).

alexvandesande commented 8 years ago

Only not found error that shows on the latest beta is file:///sockjs/info?cb=7bgj2co31l

Doesn't seem like a real issue.

pipilangstrumpf commented 8 years ago

Hi Guys!

I have a similiar problem. I couldnt mine Ether in the Testnet. So I opened the Wallet UI and got the Error message: ethereum error

Later i tried it again and the message changed a little bit. In the testnet and in the main network.

ethereum error2

I'm pretty nooby and have no clue what to do. For Help I would be very greatfull, because I couldnt find anything in the web.

I have a Windows 7, 64 bit system. The Wallet is the newest version (0.4.0).

Thanks. Pipi

frozeman commented 8 years ago

Once you switched to the testnet, simply restart the wallet and you should be properly on the testnet. Type web3.eth.coinbase in the console, to see which address is the one you mine into.

Apart from that you simply click the mine button in the menu -> develop -> mine

pipilangstrumpf commented 8 years ago

Hi again, I have restarted my Wallet in the Testnet-mode and as you said, was in the Testnet-mode again. I also checked the mining adress in the console. In both networks (Testnet & Main Network) it is correct.

Unfortunately the mining in the Testnet still doesnt work and the "resource Error" and the "IPC Connection Error" are still there.

Despite from that I tried to get some Ether (7) in the Main Network by buying them via shapeshift. I tried it two times but the transaction couldnt be completed. I think my connection is not right configured somehow. The Blockchain is loading. I also checked the firewall, but everything (geth and node) should connect right.

Thank you for your help.

Kind regards, Pipi

frozeman commented 8 years ago

You need at least 4GB of ram, as it generates a DAG file. This might be the issue and your node crashes because of this. If you look at the log files you might find the reason:

menu -> backup -> backup app data, look for *.log files