Mythruna
April 24, 2024, 06:42:45 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: Startup Freeze Problem  (Read 17562 times)
atahanbozkurt
Newbie
*
Posts: 11


View Profile
« Reply #15 on: February 18, 2012, 12:12:24 PM »

O.K. I've attached it.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #16 on: February 18, 2012, 12:40:28 PM »

O.K. I've attached it.

I've updated the tests again with more debugging information.  Can you download it again and try again?  The new client.log should be larger than this one (in case you wanted to double check that you really are running the new version).

Thanks again.
Logged
atahanbozkurt
Newbie
*
Posts: 11


View Profile
« Reply #17 on: February 18, 2012, 12:55:53 PM »

Here we go.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #18 on: February 18, 2012, 01:20:31 PM »

Here we go.

Ok, another version is up... can you please try again?  (I'm starting to run out of things to check.)
Logged
atahanbozkurt
Newbie
*
Posts: 11


View Profile
« Reply #19 on: February 18, 2012, 01:47:16 PM »

Sure, i can. I've attached.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #20 on: February 18, 2012, 02:02:56 PM »

And we have our culprit, I guess:

Standard bean accessor:public boolean mythruna.client.ClientOptions.getInvertMouse()
getPropertyData(ýnvertMouse, true) = null

For some reason, on your platform:
"I".toLowerCase() results in "ý" instead of "i".

I've changed my code to do the same thing as Java's bean utilities but I don't have much hope.  Being able to upper and lower case letters in a consistent way is the corner stone of the beans API.  If it really is locale specific then I can probably work around this case but it makes me wonder what other letters are lurking in the shadows. Tongue

There is a new version up.  Please try it. Smiley
Logged
atahanbozkurt
Newbie
*
Posts: 11


View Profile
« Reply #21 on: February 18, 2012, 02:06:47 PM »

And there it is.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #22 on: February 18, 2012, 02:13:21 PM »

And there it is.

Yay, last line:
2012-02-18 23:05:05,408 INFO  [mygame.Main]   Successful.

That is the most bizarre thing ever.

"I".toLowerCase() is not "i"
but:
Character.toLowerCase('I') is 'i'

...things that make you go "hmmm"

Anyway, the next release will fix this problem and you should be able to get past that point.
Logged
FutureB
Donators
Hero Member
***
Posts: 512


RAWR


View Profile
« Reply #23 on: February 18, 2012, 02:20:00 PM »

Yay problem solved for now xD i hoPe its sucessful
Logged


Say the opposite of these words:
1)Always.
2)Coming.
3)From.
4)Take.
5)Me.
6)Down.
BenKenobiWan
Friendly Moderator
Donators
Hero Member
***
Posts: 674


Jesus loves you!


View Profile
« Reply #24 on: February 18, 2012, 10:19:15 PM »

This whole thing reminds me of a few years ago, when my older brother and dad took an entire day of computer work to find that the video card's power (i think) was unplugged.
Logged
pspeed
Administrator
Hero Member
*****
Posts: 5612



View Profile
« Reply #25 on: February 18, 2012, 10:24:35 PM »

Yeah, imagine doing that remotely over a phone. Smiley

This was a very weird problem and I ended up learning something about Java that I didn't know before.  And trust me that this is more depressing than boastful but for me that doesn't happen very often.  Cheesy
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!