Project

General

Profile

Bug #923

Updated by Baptiste Pillot over 1 year ago

When I try to run a program with an error, eg here if I type **Degreee** instead of **Degree***, the transpilers stops with an error "syntax error at line 2, column 8, in file GameJam37.aoz", but it generates some side-effects : 

 Folders and an empty copy of my .aoz program is created into my projet folder. It is a copy of the absolute path of my project : 

 ![](home-tree.png) !home-tree.png! 

 The created .aoz file is empty. 

 Sometimes the error focus goes to my original GameJam37.aoz file. But sometimes it goeds into the new empty file, which opens into a new tab. 

 What it does and should not : 

 - creates an empty home/baptiste/AOZ_Studio/my_aoz_applications/GameJam37.aoz file into my project folder 
 - opens the new GameJam37.aoz file into a new tab (so I finish with 2 tabs of the "almost-same" file) 
 - when I transpile it again, with the bad file existing before the transpilation : focuses the new empty GameJam37.aoz file instead of the right one 

 What it should do : 

 - only focus the original GameJam37.aoz file, without creating and opening new things. 

 I guess there is some king of missing a slash (/) at the beginning of a file path, somewhere, so the path and file re-creates itself on a relative way instead of being read on an absolute way.

Back