can't resume cartridge

Started by howc, October 30, 2010, 00:24:23

0 Members and 4 Guests are viewing this topic.

howc

I programmed a cartridge .... everything works fine an Android 1.6. It saves automatically. When I quit the cartridge, I can resume it. But after turning the mobile off, I can't open it anymore.
"Probleme with cartridge"....

I had this problem also when I did something different... I'm not entirly sure what... maybe I phoned while caching.

Then ... completly new problem... it says now my version is expired? Where can I get a new one? (I already uninstalled it from my mobile and tried to load a new one.... )
I wanted to release my wherigo today ;-)

THX from Austria
  •  

Menion

#1
Hi,
  about expiration, sorry my mistake ... new version solve this issue.
 
  about saving cartridges and resolving ... it have to be some prolem in WhereYouGo code, not in openWig, so I'll look at it during next week. As you said, it'S not a major bug ...
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

howc

#2
problem - solution in less than 12 hours. Man I owe you a beer ;-)
software from groundspeak is still............ 2008

you mean somewhere in the code of the wheryougo or in the cartdrige-code?
  •  

Menion

#3
bear (better tea) accepted ;)

I mean problem in code of WhereYouGo, not in cartridge code. As I said, I'll look at it during next week ...
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

sorer

#4
I've got this problem too in recent version. Android 2.2. HTC Desire.
Playing cartridge labytint
Just start it, save it(inventar->ulozit hru), back, back (ulozit hru pred ukoncenim - > OK), start (pokracovat v predchozi), back, save, and again start and show message: "problem with cartridge"
Log:

W/System.err( 6903): java.io.EOFException
W/System.err( 6903): at java.io.DataInputStream.readByte(DataInputStream.java:129)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreValue(Savegame.java:238)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.deserializeLuaClosure(Savegame.java:363)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreObject(Savegame.java:285)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreValue(Savegame.java:261)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.deserializeLuaTable(Savegame.java:336)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreObject(Savegame.java:282)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreValue(Savegame.java:261)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.deserializeLuaTable(Savegame.java:336)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreObject(Savegame.java:282)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restoreValue(Savegame.java:261)
W/System.err( 6903): at cz.matejcik.openwig.formats.Savegame.restore(Savegame.java:89)
W/System.err( 6903): at cz.matejcik.openwig.Engine.restoreGame(Engine.java:144)
W/System.err( 6903): at cz.matejcik.openwig.Engine.run(Engine.java:205)
W/System.err( 6903): at java.lang.Thread.run(Thread.java:1102)

And another problem: when pressing Home button, GPS dont turn off.
  •