Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

System Error when running Ganache 2.5.4 on win32 #4920

Closed
dumiAron opened this issue Aug 30, 2022 · 1 comment · Fixed by #5341
Closed

System Error when running Ganache 2.5.4 on win32 #4920

dumiAron opened this issue Aug 30, 2022 · 1 comment · Fixed by #5341

Comments

@dumiAron
Copy link

Uploading image.png…

PLATFORM: win32
GANACHE VERSION: 2.5.4

EXCEPTION:

TypeError: Cannot read property 'stack' of undefined
    at IpcMainImpl.<anonymous> (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\integrations\ethereum\index.js:96:31)
@Alchemik
Copy link

Alchemik commented Aug 30, 2022

I encounter a similar problem on Linux (Ganache v2.5.4). The scenario to replicate is as follows:

  1. Create & deploy to Ganache a contract with external payable method:
contract Faucet {
    receive() external payable {}
}
  1. Open truffle console and sends a transaction to the network:
truffle(development)> web3.eth.sendTransaction({from: accounts[0], to: "0x76eE...Ad4C1", value: "1000000000000000000"})
  1. Go to Ganache > Transactions view, open transaction with contract call

@MicaiahReid MicaiahReid transferred this issue from trufflesuite/ganache Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants