Error screen on whereigo file
Closed this issue · 7 comments
GoogleCodeExporter commented
What cartridge are you playing?
A new one, BA02
What is your phone/PDA manufacturer and model? What GPS are you using?
Samsung Galaxy S3 GT-I9300 Android version 4.3
What steps will reproduce the problem?
1. Starting the game
2.
3.
What is the expected output? What happens instead?
Pop up screen with an error
If you see an error screen, please type its contents here:
you hit a bug! please report at openwig.googlecode.com and i´ll
fix it for you!
java.lang.RuntimeException:
attempted index of non-table
stack trace: at BA02.lua:1190
What version are you using?
Whereyougo app, but it works great in my gps Colorado 300.
Please provide any additional information below.
Original issue reported on code.google.com by michan...@gmail.com
on 21 Apr 2014 at 11:57
Attachments:
GoogleCodeExporter commented
You are modifying Wherigo's internals. This will never work on
openwig/whereyougo -- in particular, the function "Wherigo.ZInput.GetInput"
does not exist, and "Wherigo.ZTask.Tick" exists but is not accessible from user
code.
This might also break in future releases of the official Player software.
Your cartridge appears to partially look as a "new-style" cartridge. Did you
write the code yourself? If not, where did you find it?
Are you trying to accomplish something specific?
Original comment by matej...@gmail.com
on 21 Apr 2014 at 12:09
GoogleCodeExporter commented
Hello!
Thankyou for quick reply.
No, I do not know how to write code. Me and my friend used the page
http://wherigo.rangerfox.com/
The cartridge works in all sorts of gps, and Iphones but not in android
phones. Very strange.
Do you have any suggestions of what we can do to make it work in android
phones ?
Original comment by michan...@gmail.com
on 21 Apr 2014 at 12:23
GoogleCodeExporter commented
you could modify the source code ;)
i will have words with RangerFox and i'm sure he will fix it
Original comment by matej...@gmail.com
on 21 Apr 2014 at 12:25
GoogleCodeExporter commented
Thank you very much. I really appriciate this.
Original comment by michan...@gmail.com
on 21 Apr 2014 at 12:28
GoogleCodeExporter commented
hmm, you are using the compilation feature of Kit, right?
that's what causing the problem. If you download the gwz file and compile it in
the official Wherigo Builder, it should work OK on Android. When the cartridge
is published on Wherigo.com, it will work fine too.
Original comment by matej...@gmail.com
on 22 Apr 2014 at 12:51
GoogleCodeExporter commented
Thank You for your input. First time for me, so I do not know so much about
whereigo yet.
Original comment by michan...@gmail.com
on 22 Apr 2014 at 5:52
GoogleCodeExporter commented
Original comment by matej...@gmail.com
on 22 Apr 2014 at 11:52
- Changed state: Invalid