BE CAREFUL USING BUILD ABOVE 704

Hi

sorry for caps but I wanted to post this to warn people. This was already posted but I want to bring it up. Ok so the problem thing you can prove your build saves or not is when saving a game on a build above 704 it wont save. A sample you can do is test the Ice example given in “Share Code” you will see the score does not save. I used build 773 with the Ice example and it was not saving and I did not touch any line example code. But when I started to use build 704 it saved. So be careful.

Thanks [import]uid: 17058 topic_id: 30524 reply_id: 330524[/import]

This is an issue with ICE, not the Corona SDK.

I would advise that you contact Graham Ranson (the author of ICE) and let him know.
[import]uid: 84637 topic_id: 30524 reply_id: 122287[/import]

I’m still using ICE and haven’t had any problems so I’ve been surprised by the handful of posts indicating otherwise.

I seem to remember making a change to the ICE library when it suddenly stopped working in daily builds:

[lua]local json = require( “json” )[/lua]

changed to;

[lua]require( “json” )[/lua] [import]uid: 93133 topic_id: 30524 reply_id: 122296[/import]

This is an issue with ICE, not the Corona SDK.

I would advise that you contact Graham Ranson (the author of ICE) and let him know.
[import]uid: 84637 topic_id: 30524 reply_id: 122287[/import]

I’m still using ICE and haven’t had any problems so I’ve been surprised by the handful of posts indicating otherwise.

I seem to remember making a change to the ICE library when it suddenly stopped working in daily builds:

[lua]local json = require( “json” )[/lua]

changed to;

[lua]require( “json” )[/lua] [import]uid: 93133 topic_id: 30524 reply_id: 122296[/import]