chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

Compiling/emulating #38

Closed darkstrings closed 3 years ago

darkstrings commented 3 years ago

When I go to ads in command palette and choose to compile and emulate, nothing happens. Well compiling may be happening but it doesn't show anything on screen or ask me where to put the compiled file. No stella for sure. Is there something I'm missing? I left everything default.

Thanks so much! -Lucien

chunkypixel commented 3 years ago

Hi Lucien,

2 things to confirm:

  1. maybe check that the extension is loading correctly via the Help -> Toggle Developer Tools option (choose the Console tab in the tools to see the start log). ads-debug

  2. verify the language being used by your file (bottom right of the status bar will show the language chosen by VS Code). If it's not batari Basic (assumed) then click on the name shown to display the language selector: ads-language

Also check Compiler dump via the Output window.

Hope that helps!

darkstrings commented 3 years ago

Hi chunkypixel! Thanks for taking the time!

Here's what I see in console. error1

and I have batari basic picked but tried a few others for giggles as well.

chunkypixel commented 3 years ago

Hi @darkstrings,

Ok - first part confirmed that bB language and compiler is chosen! Can you re-open the console debugger and choose the compile and run option? I output a lot of stuff to the console log which might help us understand why Stella is not launching 👍

[Update] VS Code will only process the bB compiler and launch Stella where the batari Basic language is active for the file.

darkstrings commented 3 years ago

Ahhh I found it....It was a typo + me not using visual in years so still seeing where everything is now. (Like output>debugger hahaha)

Thanks again so much!!!!

chunkypixel commented 3 years ago

@darkstrings Good stuff - glad its sorted an now working! Yeah it's not as intuitive first up but great once you get up and running.