trufflesuite / ganache-ui

Personal blockchain for Ethereum development
https://www.trufflesuite.com/ganache
MIT License
4.65k stars 795 forks source link

System Error when running Ganache 2.7.1 on win32 #5593

Open lifetin opened 1 year ago

lifetin commented 1 year ago

After I compile in Remix, it will lead to a failure

image

image

contracts_build_directory: './contracts/artifacts',

PLATFORM: win32 GANACHE VERSION: 2.7.1

EXCEPTION:

TypeError: Cannot read property 'address' of null
    at ProjectsWatcher.handleBlock (C:\Program Files\Ganache\resources\static\node\truffle-integration\projectsWatcher.js:208:24)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Subscription.<anonymous> (C:\Program Files\Ganache\resources\static\node\truffle-integration\projectsWatcher.js:57:9)
lifetin commented 1 year ago
truffle migrate

Compile from the command line, and it will also report errors like this

image