Hey guys
I just have installed sprouts (via rvm and bundler) on ubuntu 12.04, then cloned my AS3 project from github and can't run it. Here is the output:
rake
/var/lib/gems/1.9.1/gems/rubyzip-0.9.4/lib/zip/zip.rb:2:in `<top (required)>': iconv will be deprecated in the future, use String#encode instead.
>> [WARNING] It seems this was the first time FlashPlayer was launched on this system and as a result, the expected folders were not found. Please close the Player and run again - this message should only ever be displayed once.
rake aborted!
No such file or directory - /home/vlad/.sprouts/1.1/cache/flashplayer/11.1.102/flashplayerdebugger bin/MyProject-debug.swf
Tasks: TOP => default => run
(See full trace by running task with --trace)
It pretends to be displayed once but it comes again and again.
flashplayer at the path "/home/vlad/.sprouts/1.1/cache/flashplayer/11.1.102/flashplayerdebugger" does exist.
Env:
rvm (1.14.2)
archive-tar-minitar (0.5.2)
asunit4 (4.2.3.pre)
bundler (1.1.4)
flashsdk (1.1.36.pre)
open4 (1.3.0)
rake (0.9.2.2)
rubyzip (0.9.9, 0.9.8, 0.9.4)
sprout (1.1.18.pre)
Has anyone got the same issue?
Thanks!