guark icon indicating copy to clipboard operation
guark copied to clipboard

Guark run fails on Windows 10

Open SGarno opened this issue 3 years ago • 3 comments

Device:

  • OS: Windows
  • Version: 10
  • Go Version 1.15:

Describe the bug Performing a guark run command fails with the following error message:

D:\Development\guark>guark run  
✔ UI server started successfully.
✔ Starting guark dev app...
exit status 3221225781
exit status 1

To Reproduce Steps to reproduce the behavior:

  1. Install guark demo
  2. Type guark run

Expected behavior The command guark build works and creates an exe that runs properly. However, guark run does not.

SGarno avatar Nov 03 '20 23:11 SGarno

This issue is in webview/webview dlls, you can change the engine name in guark.yaml file to chrome and It will work for you! then on build you can set it to webview or hybrid

melbahja avatar Nov 06 '20 22:11 melbahja

Confirmed. This does work using chrome. Thank you.

SGarno avatar Nov 06 '20 22:11 SGarno

环境win10 运行: guark init --template vue --mod github.com/username/appname 提示: Get "https://raw.githubusercontent.com/guark/vue/master/guark.yaml": dial tcp: lookup raw.githubusercontent.com: getaddrinfow: The requested name is valid, but no data of the requested type was found.

EddieChan1993 avatar Nov 09 '20 03:11 EddieChan1993