Daily Build 2012.805 error with CIDER

Hello:
I have just installed the version 2012.9805 and it cannot load a file ithin a directory.
This sentence fails: storyboard.gotoScene( “codigo.menu”)

…and it appears this error:

WARNING: Cannot create path for resource file ‘codigo.menu.lua’. File does not exist.

…I have changed to previous version and it works.

NOTE: I am working with CIDER as IDE.

What am I missing?

Regards [import]uid: 140497 topic_id: 25950 reply_id: 325950[/import]

I made a mistake: I meant " version 2012.805".

Sorry [import]uid: 140497 topic_id: 25950 reply_id: 105040[/import]

Storyboard-Scene-Files not found

I’m having the same problem…storyboard scene-files are not found anymore “java.io.FileNotFoundException” (problem on Android, Windows is still fine)

might be related to the added new LuaFileSystem

thanks for taking a look…

using version 2012.805 (before 791 with no probs)

[import]uid: 72230 topic_id: 25950 reply_id: 105042[/import]

well, it looks like the API has changed so that

[lua]storyboard.gotoScene(“ui.screens.screenSplash”)[/lua]

must now be written as

[lua]storyboard.gotoScene(“ui/screens/screenSplash”)[/lua]

(the dots changed to forward slashes). I didn’t see this documented anywhere… so no idea if it’s a change to the API, or just an issue that will be soon resolved in another daily.

Any official word on this? Anyone? Seems like a pretty significant change. [import]uid: 49447 topic_id: 25950 reply_id: 105081[/import]

Hmmmm, i never used dots before? I have always used slashes and I have been around for a while :slight_smile:

Joakim [import]uid: 81188 topic_id: 25950 reply_id: 105186[/import]

I’m not using points neither slashes…just “MyScene” if the lua file is MyScene.lua and it’s not anymore working now. What would be the solution for this case? “/MyScene” ? :wink: [import]uid: 72230 topic_id: 25950 reply_id: 105190[/import]