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 #3805

Closed
omardeangelis opened this issue Jan 16, 2022 · 0 comments · Fixed by #5341
Closed

System Error when running Ganache 2.5.4 on win32 #3805

omardeangelis opened this issue Jan 16, 2022 · 0 comments · Fixed by #5341

Comments

@omardeangelis
Copy link

To reproduce:


// SPDX-License-Identifier: MIT
pragma solidity >=0.4.22 <0.9.0;

contract Faucet {
    receive() external payable {}
}

then from truffle console:

await web.eth( TransactionObject )

In Ganache simply try to inspect the transaction

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)
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.

1 participant