KodeStudio icon indicating copy to clipboard operation
KodeStudio copied to clipboard

Debug adapter process has terminated unexpectedly

Open songproducer opened this issue 9 years ago • 4 comments

I am using Mac, trying to do this tutorial: kha tutorial series - episode 004 - loading an image

and got warnings about 'unused import' Assets.hx /usr/local/lib/haxelib/kha/git/Sources/kha 2

import haxe.io.Bytes; import haxe.Unserializer;

I put this in my settings: "kha.khaPath": "/usr/local/lib/haxelib/kha/git",

songproducer avatar Oct 22 '16 17:10 songproducer

The warnings aren't very tragic. Does it work apart from that?

RobDangerous avatar Oct 23 '16 13:10 RobDangerous

If you run on linux you might try this: https://www.syntevo.com/doc/pages/viewpage.action?pageId=1704436

sh-dave avatar Oct 26 '16 00:10 sh-dave

@RobDangerous Unfortunately not. @sh-dave I'm using Mac OSX

songproducer avatar Oct 26 '16 04:10 songproducer

VSCode Powershell extension has this issue as well on OSX, you might try to install openssl if you haven't already: https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md look at the Installation => macOS/OSX note.

sh-dave avatar Oct 26 '16 07:10 sh-dave