chm-dev

Results 7 comments of chm-dev

Had exactly same issue with almost identical crash log. The reason is clearly wsl. In my case by some coincidence I had no wsl distribution installed on my windows. ![image](https://user-images.githubusercontent.com/11930016/134718856-a32b55c7-8ec8-4a2c-bb6d-9d2abba92d0c.png)...

It seems like the problem is because of the letter casing. Template folders in asar are camel cased for the most part, but there is toLower() somewhere along the way...

You can disable sourcemaps for JS in DevTools from the command palette: Ctrl+Shift+P -> Disable JavaScript source maps. ![image](https://user-images.githubusercontent.com/11930016/90323565-2bee1100-df63-11ea-8db8-ab01353a35c9.png) Not ideal but worked best for me.

Having similar issue trying to start from local wsl. Downloaded manually the binary on a remote debian using curl as in script and even put it to ~/.cache/sshcode/sshcode-server and it...

Just out of curiosity I replaced all folder names with spaces in PATH to their old MSDOS versions and it all worked. ![image](https://user-images.githubusercontent.com/11930016/64663839-61ce6f80-d44d-11e9-82a1-810e5162a5c5.png) It is ugly as hell but if...

I just did it cause i am in exactly same situation. You need to amend 3 files, then bundle and package. Three files are in src/main/executors: - src\main\executors\file-path-executor.ts - src\main\executors\file-path-location-executor.ts...

Had same issue. I had no proper hdmi cable for pi zero and used older zero with no wifi adapter. I put sd card to my old raspberry pi b+...