cretz / doogie

A Chromium-based web browser with tree-style pages
https://cretz.github.io/doogie
MIT License
279 stars 28 forks source link

Execution Fails in Windows 7 #48

Closed severak closed 7 years ago

severak commented 7 years ago

Doogie dies immediately with error level 2 if ran by this batch script:

doogie
echo %ERRORLEVEL%
pause

My computer runs Windows 7 Home Premium 64-bit SP1.

cretz commented 7 years ago

I will look into this shortly, thanks for the bug report.

cretz commented 7 years ago

@severak and @CJKinni, I just tagged a new release where I embedded a few more resources at https://github.com/cretz/doogie/releases/tag/v0.6.1. Can you please try that and confirm it still does not work?

I do build this on Windows 8.1 pro but it's standard VS 2015. If it still doesn't work, can anyone that wants to help clone the repo and build it yourself and maybe show the debug output or help debug on Win 7?

CJKinni commented 7 years ago

This is now working for me on Windows 10 (I was having the same issue on v0.6.0)

Thanks 👍

cretz commented 7 years ago

Cool, closing. Comments are still unlocked though if problems persist.