jumaris / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
1 stars 0 forks source link

Application crash when clicking on 'settings' menu entry (Cupcake) #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load the app
2. at the page of the hosts list, press 'menu' button and click on 
'settings'

What is the expected output? What do you see instead?
I have an error message inviting me to force close app

What version of the product are you using (you can see this by using Menu -> 
About in the Host List)?
I'm using the r236 version on a HTC Magic (with Cupcake)

Original issue reported on code.google.com by geoffrey...@gmail.com on 23 May 2009 at 9:15

GoogleCodeExporter commented 8 years ago
Is this using English or some other language?

Original comment by kenny@the-b.org on 23 May 2009 at 3:22

GoogleCodeExporter commented 8 years ago
I get this with the English version

Original comment by sb-...@zymic.org on 24 May 2009 at 6:23

GoogleCodeExporter commented 8 years ago
it is a class cast exception see log attached ...

Original comment by sb-...@zymic.org on 27 May 2009 at 8:10

GoogleCodeExporter commented 8 years ago
downloading the android 1.5 SDK and recompiling seems to correct this issue ...

Original comment by sb-...@zymic.org on 27 May 2009 at 9:15

GoogleCodeExporter commented 8 years ago
That's a red herring. Apparently when you first start it up (when your 
preferences
are blank), it returns random types for things you request. Kind of wonky, but 
we
probably have to initialize the preferences first.

Original comment by kenny@the-b.org on 30 May 2009 at 6:08

GoogleCodeExporter commented 8 years ago
I think r251 might fix this. It looks like some previous version set the update
frequency check as the lastchecked value. Essentially a Long value was shoved 
into
something that should be a String

Original comment by kenny@the-b.org on 31 May 2009 at 5:36