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

Closed
slaven-semper opened this issue Mar 23, 2022 · 0 comments · Fixed by #5341
Closed

System Error when running Ganache 2.5.4 on win32 #4297

slaven-semper opened this issue Mar 23, 2022 · 0 comments · Fixed by #5341

Comments

@slaven-semper
Copy link

slaven-semper commented Mar 23, 2022

I called instance.send() from Truffle console. The transaction executed correctly. Then I switched to Ganache, Contracts tab. From the Contracts tab, I clicked on the most recent transaction and then Ganache crashed. Restarting Ganache didn't help. This transaction cannot be loaded, not even from Transactions tab.

{
    hash: '0x70300d4bdc8d8891001fe934fc83963b123e2b4953b15361a93d2e96a9edd914',
    nonce: 125,
    blockHash: '0xa542b06faad24cdce6027e7697a3af4ebcec919f7833410d1090e35d6d237e38',
    blockNumber: 127,
     transactionIndex: 0,
     from: '0x760f604Cb347e59b0f86B1cb18cA61f346429bea',
     to: '0x28F29030C630F623e8971924e3983CdCe8bd8439',
     value: '1000000000000000000',
     gas: '0x66b3',
     gasPrice: '20000000000',
     input: '0x',
     v: '0x25',
     r: '0x9c595fb52089a0ff1cff2811bf9c2624b13a9da566aa1a52bfd071c496685354',
     s: '0x5a8c24c3e044ccbcdbe7fad7abb6785baecaad5881025c13068d52235661b19e'.
}

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