Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Error while exporting from VSCode

A topic by Indrajith K L created 25 days ago Views: 26 Replies: 3
Viewing posts 1 to 3
(1 edit)

Hi There,

I tried to export a sample program to Windows. But I’m getting the following error on the powershell terminal.

image.png

OS: Windows 10 x64
VS Code : 1.88.1

NOTE: I can export it to Windows using CLI but have to manually copy the data file and SDL.dll files to the generated folder. Probably something wrong with the VSCode extension.

Developer

Hi. 

I think the issue is it launched a Powershell terminal instead of a regular Windows command prompt terminal.

I'll have a look at the extension code.

Developer

Hi again.

I've uploaded v1.1.1. It now explicitly creates a "cmd.exe" terminal window in vscode for executing MotC commands (at least when run in Windows).

Please let me know if this fixes it.

Yes. v1.1.1 fixed the issue.

Thanks man!