How to move project from Windows version to Linux(Ubuntu)?

I have urgent need to move old project from windows pc to ubuntu pc. How i can do this? Right now as it is project just don’t compiles.

Have you installed Haxe and OpenFL on your Linux system? What about any haxelibs the project is using?

I’ve managed to resolve some of issues, but still got in to problems. Looks like SWF libraries, i try to import, cause this:
Uncaught exception - load.c(398) : Invalid module : tools/tools.n

Ok, It was about openfl\lime version. After installation of openfl 6.1.2 and lime 5.5.0 everything started to compile and almost work normally on most of targets.

1 Like