ScoreHero
Home | Forum | Wiki
Inbox [ Login ]Inbox [ Login ]
SearchSearch MemberlistMemberlist
ProfileProfile Log inLog in
JSHManager 0.3.6 - RB4/GHL Support! - Manage Scores Locally and Upload to SH
Goto page Previous  1, 2, 3, 4, 5 ... 9, 10, 11  Next
 
Post new topic   Reply to topic    ScoreHero Forum Index -> Website Discussion
View previous topic :: View next topic  
Author Message
PatrickyBR  





Joined: 05 Mar 2008
Posts: 149
Location: São Paulo, Brazil

PostPosted: Wed Aug 27, 2008 6:36 pm    Post subject: Reply with quote

No, It doesn't go away... I recieve a failure message in RED!

Something like...
Failed authenticating
Check Username and Password
Check CAPS

Soethingk like that!
Back to top
View user's profile Send private message XBL Gamertag: PatrickyBR
chrib  





Joined: 24 May 2008
Posts: 43
Location: Germany

PostPosted: Wed Aug 27, 2008 7:04 pm    Post subject: Reply with quote

DarylZero wrote:
@chrib
i've confirmed this issue on my linux machine (fedora core 7 or 8 i don't remember :p). i'm not sure what's causing it currently but will look into it.

Thanks, hopefully it's not to hard to track this down. I tried looking into the source myself to find out what causes it, but unfortunately, I'm not firm with Java, so no luck.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger XBL Gamertag: chrib
Macaron11  





Joined: 14 Aug 2007
Posts: 2049
Location: I'm at the combination Pizza Hut and Taco Bell

PostPosted: Thu Aug 28, 2008 2:59 am    Post subject: Reply with quote

Macs can't download Java, so they auto DL and are all up to date.

Only problem is this takes 1.6 and I have 1.5? Argh, anyone have this on a mac?
_________________
I don't like this site anymore. Neither do you.
Back to top
View user's profile Wiki User Page Send private message Visit poster's website MSN Messenger XBL Gamertag: Macaron11
sscotth  





Joined: 25 Jul 2007
Posts: 519
Location: Cartagena

PostPosted: Thu Aug 28, 2008 4:41 am    Post subject: Reply with quote



Last edited by sscotth on Wed Sep 19, 2018 12:49 am; edited 1 time in total
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: XxTrEmExScotTxX
DarylZero  





Joined: 01 Jan 2008
Posts: 413
Location: Boston, MA

PostPosted: Thu Aug 28, 2008 5:11 am    Post subject: Reply with quote

@sscotth
this appears to be another rounding error (or the same one...). freebird's 7* cutoff is about 536k so your actual rating is 6.9... (which is what it says on the website, sorry :p) and it got rounded up.

internally, when jshmanager calculates the rating (as opposed to when it is downloaded from the scores page) it is not rounded and is stored in the database as 6.912345677434534534253423425 whatever. it simply gets rounded for display purposes but the actual stored value is used to get the image to display (i do floor(calculatedRating) currently, obviously need to redo that). this is what i need to double check in order to be consistent with ScoreHero's calculations.
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
DarylZero  





Joined: 01 Jan 2008
Posts: 413
Location: Boston, MA

PostPosted: Thu Aug 28, 2008 5:20 am    Post subject: Reply with quote

@Macaron11
looks like they released 1.6 but only for 64-bit intel-based macs running osx 10.5.2 (link)

i will refrain from making any mac comments at the present time....
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
sscotth  





Joined: 25 Jul 2007
Posts: 519
Location: Cartagena

PostPosted: Thu Aug 28, 2008 5:28 am    Post subject: Reply with quote



Last edited by sscotth on Wed Sep 19, 2018 12:48 am; edited 1 time in total
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: XxTrEmExScotTxX
DarylZero  





Joined: 01 Jan 2008
Posts: 413
Location: Boston, MA

PostPosted: Fri Aug 29, 2008 7:33 am    Post subject: Reply with quote

just fyi i'm fairly sure i fixed the rounding issue for the next release, whenever that is.
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
JRyder  





Joined: 25 Mar 2006
Posts: 1274

PostPosted: Fri Aug 29, 2008 8:28 am    Post subject: Reply with quote

DarylZero wrote:
just fyi i'm fairly sure i fixed the rounding issue for the next release, whenever that is.


Hey, I've been continuing to use your program, and just wanted to post this thought about improving its use. While I understand that this program is probably BEST used for batch submissions (or just in general, multiple score submissions), I would love to see some kind of quick submit button, if we're just putting in one or two scores at a time. It can just be a small little button so that the UI isn't sacrificed, or maybe a hotkey can be set to instantly send unsent scores to ScoreHero. I know you're trying to make this a bit more keyboard friendly, and that'd go a long way, IMO.

As always, good work on the update and such.
_________________


Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: EvoHero
ZackaryCF  





Joined: 11 Mar 2008
Posts: 899
Location: West Mitten

PostPosted: Fri Aug 29, 2008 6:44 pm    Post subject: Reply with quote

Is there a way to upload with pics?
Back to top
View user's profile Wiki User Page Send private message
DarylZero  





Joined: 01 Jan 2008
Posts: 413
Location: Boston, MA

PostPosted: Fri Aug 29, 2008 6:50 pm    Post subject: Reply with quote

> Is there a way to upload with pics?
not yet. i'm working on it. it wasn't a priority for me for the initial versions since i'm not in a situation to worry about needing proof of my scores ;)
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
DarylZero  





Joined: 01 Jan 2008
Posts: 413
Location: Boston, MA

PostPosted: Fri Aug 29, 2008 7:53 pm    Post subject: Reply with quote

@JRyder
in my dev version, i've added a new menu item/hotkey (CTRL+U seems appropriate) for uploading a selected score one at a time. this means you need to select the new score and press CTRL+U for each score you want to upload. if it's just one or two, you can simply press ctrl+u after you finish editing it and it's not a big deal. if you are submitting more than that then you may as well use the upload wizard.

i'm hesitant to allow one-click submission of all new scores, which is why i have the wizard in the first place (it's 2 clicks i know...).
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
inimitable  





Joined: 16 Feb 2007
Posts: 2324

PostPosted: Fri Aug 29, 2008 9:29 pm    Post subject: Reply with quote

Thanks for putting your time into this. Program seems to work really well!
_________________

Newest custom chart: Avantasia - The Tower (RB3 Full Band)
Back to top
View user's profile Wiki User Page Send private message Send e-mail
JRyder  





Joined: 25 Mar 2006
Posts: 1274

PostPosted: Fri Aug 29, 2008 9:45 pm    Post subject: Reply with quote

DarylZero wrote:
@JRyder
in my dev version, i've added a new menu item/hotkey (CTRL+U seems appropriate) for uploading a selected score one at a time. this means you need to select the new score and press CTRL+U for each score you want to upload. if it's just one or two, you can simply press ctrl+u after you finish editing it and it's not a big deal. if you are submitting more than that then you may as well use the upload wizard.


So in this case pressing CTRL+U would open the upload wizard, or would it bypass it?
_________________


Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: EvoHero
DarylZero  





Joined: 01 Jan 2008
Posts: 413
Location: Boston, MA

PostPosted: Fri Aug 29, 2008 10:06 pm    Post subject: Reply with quote

pressing ctrl-u will immediately upload the one song bypassing the wizard (a note is shown in the status bar indicating its progress).
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
Display posts from previous:   
Post new topic   Reply to topic    ScoreHero Forum Index -> Website Discussion All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 9, 10, 11  Next
Page 4 of 11

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Copyright © 2006-2024 ScoreHero, LLC
Terms of Use | Privacy Policy


Powered by phpBB