fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
818 stars 219 forks source link

IIlegal characters in path when building AIR/ASC2.0 #3263

Open TheToto opened 2 years ago

TheToto commented 2 years ago

Hi,

I'm trying to build using "AIR SDK + ASC 2.0" from AppMan. Even with a empty AS3 project, the compilation fail with a "Exception : Illegal characters in path" (there is nothing wrong with my paths)

Here is some logs :

Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\Users\thoma\Documents\KubeGenerator\KubeGenerator.as3proj" -ipc 0555fe37-7961-4fc0-83d2-9539f2059905 -version "32.0.0" -compiler "C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0" -library "C:\Program Files (x86)\FlashDevelop\Library"
Building KubeGenerator
mxmlc-cli -load-config="C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0/frameworks/air-config.xml" -load-config+=obj\KubeGeneratorConfig.xml -debug=true +configname=air -swf-version=11 -o obj\KubeGenerator637853861001441095
Exception: Caractères non conformes dans le chemin d'accès.
Done(1)
No localized string found: Info.MxmlcRunning

Any idea ?

When i try to build manually with the commandline (SDK)/bin/mxmlc.bat -load-config="C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0/frameworks/air-config.xml" -load-config+=obj\KubeGeneratorConfig.xml -debug=true +configname=air -swf-version=11 -o obj\KubeGenerator637853861001441095, it works flawlessly.