asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app
MIT License
404 stars 83 forks source link

checksums.json failed: #68

Open MikeGrateful opened 3 years ago

MikeGrateful commented 3 years ago

running bootstrap failed: restoring resources failed: restoring resources failed: creating C:\Users\mike\AppData\Roaming\resources\checksums.json failed: open C:\Users\mike\AppData\Roaming\resources\checksums.json: The system cannot find the path specified.

Debugger finished with exit code 0

plase help me!

milosrs commented 2 years ago

I have the same issue

asticode commented 2 years ago

I have the same issue

What does log exactly say in your case?

XljBear commented 2 years ago

Hello, I have the same problem on macOS

2022/10/10 14:26:29 Running app built at 2022-10-10 14:14:42.416014 +0800 CST m=+20.666097607 2022/10/10 14:26:29 astikit: starting worker... 2022/10/10 14:26:29 Resources folder doesn't exist, restoring resources... 2022/10/10 14:26:29 Removing /Applications/Astilectron demo.app/Contents/MacOS/resources 2022/10/10 14:26:29 Restoring resources in /Applications/Astilectron demo.app/Contents/MacOS/resources 2022/10/10 14:26:29 Closing... 2022/10/10 14:26:29 astikit: stopping worker... 2022/10/10 14:26:29 running bootstrap failed: restoring resources failed: restoring resources failed: creating /Applications/Astilectron demo.app/Contents/MacOS/resources/checksums.json failed: open /Applications/Astilectron demo.app/Contents/MacOS/resources/checksums.json: no such file or directory

asticode commented 2 years ago

Could you describe how you build the app and how you run it to get those logs?

XljBear commented 2 years ago

Could you describe how you build the app and how you run it to get those logs?

Hello, my problem is solved. Previously, I had two wrong operations, after I pulled the project directory called "go-astilectron-demo@v0.6.16" by "go get", and then I didn't delete the bind.go file correctly. When I renamed "go-astilectron-demo@v0.6.16" to "go-astilectron-demo" and deleted the bind.go file correctly, everything worked fine. thank you!