iron-fish/node-app

The wallet-app not working on windows

Closed this issue · 0 comments

I was trying wallet-app on windows.

  1. First of all I was build app and was trying to launch the .exe file. As a result I was only see loader
    image

  2. I was trying to run yarn start to see some logs and was detected the following errors:

Error: Corrupted database version object: null
    at LevelupDatabase.getVersion (D:\OpenSource\test\wallet-app\node_modules\@ironfish\sdk\build\src\storage\levelup\database.js:158:19)
    at async Migrator.isEmpty (D:\OpenSource\test\wallet-app\node_modules\@ironfish\sdk\build\src\migrations\migrator.js:38:29)
    at async Migrator.isInitial (D:\OpenSource\test\wallet-app\node_modules\@ironfish\sdk\build\src\migrations\migrator.js:25:17)
    at async IronfishNode.openDB (D:\OpenSource\test\wallet-app\node_modules\@ironfish\sdk\build\src\node.js:197:25)
    at async Object.waitForOpen (D:\OpenSource\test\wallet-app\node_modules\@ironfish\sdk\build\src\utils\node.js:16:13)
No errors found.
No errors found.
[6244:0402/155150.794:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is disabled, ANGLE is 

In browser:
image

Environment:

  • Windows 10
  • Python 3.10
  • NodeJS 18