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 ... 8, 9, 10, 11  Next
 
Post new topic   Reply to topic    ScoreHero Forum Index -> Website Discussion
View previous topic :: View next topic  
Author Message
DarylZero  





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

PostPosted: Fri Jun 12, 2009 8:01 am    Post subject: Reply with quote

I've created a UserVoice page
(to borrow an idea from JC ;) ) so that it will be easier to track what
you all want out of JSHManager. I've added a couple of things I know
JSHManager doesn't do but I would greatly appreciate any comments
anyone has on new features to better direct my efforts.
_________________
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: Mon Jun 22, 2009 5:05 am    Post subject: Reply with quote

Bump for 0.3.0

Home Page
Download


This is a really huge update. Lots of bug fixes and feature additions.

Note there is no patcher for this version. I changed a bunch of stuff internally and it's just easier for me to make everyone get a fresh copy (your existing data should still work fine).

Also, I haven't touched the CSV parser so it probably won't work right but I get the feeling I was the only one who used that...

Though I think I've worked everything out, it might not be a bad idea to make a backup of your data folder for safe keeping in case of some bug. Keep in mind the only thing you lose if the database gets corrupted are locally saved scores that ScoreHero deleted because you entered higher ones.

Version 0.3.0
-------------
- GHWT, GHM, and GHSH are at long last supported.
- May possibly have fixed NullPointerException related to
jshm.Score.equals(Score.java:590). Hard to test this though.
- The last game/instrument/difficulty you viewed is now saved and
restored when you restart the program.
- Menu items that used Control for the accelerator keystroke should now
use Command on Macs (though I can't really test this).
- Added more options to the right-click menu when browsing scores.
- Fixed bug that made the go to song feature stop working after opening
the score upload wizard.
- Added a toolbar for quicker access to some of the menu commands.
- Added more song sorting options. Guitar Hero games can only be sorted
by ScoreHero's sorting and title due to no apparant song data feed.
Rock Band has the same in-game sorting options thanks to pksage's
master song list. There are some discrepencies between his list
and ScoreHero however. Those songs will show up in an <UNKNOWN> tier.
The sorting can be selected from File -> Sort Songs by.
- There is now an option to hide songs and tiers that don't have any
scores. You can still insert a score via the editor for a hidden song,
which will cause it to appear in the list. This can be toggled in the
File menu.
- Songs now have an icon to indicate where they are from (i.e. RB1, RB2,
DLC, AC/DC).
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
Mike65707  





Joined: 04 Oct 2007
Posts: 1477
Location: Missouri

PostPosted: Sat Jun 27, 2009 10:28 pm    Post subject: Reply with quote

I've come across a small problem.

When I download my scores from Scorehero for GHSH:360 H WT Drums only the first tier scores come up.

Nothing I can't work with just, just letting you know there might a problem there. :P
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: ChAoSnOvA65707 PSN Name: Mike
DarylZero  





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

PostPosted: Sat Jun 27, 2009 11:47 pm    Post subject: Reply with quote

Mike65707, please tell me if after going to File->Sort Songs By->Title the scores show up. I have a hunch about where I didn't account for something...
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
Mike65707  





Joined: 04 Oct 2007
Posts: 1477
Location: Missouri

PostPosted: Sun Jun 28, 2009 1:11 am    Post subject: Reply with quote

Yes they do show up if you have them sorted that way.

It's only the sort by tier.
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: ChAoSnOvA65707 PSN Name: Mike
DarylZero  





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

PostPosted: Sun Jun 28, 2009 2:57 am    Post subject: Reply with quote

Bump for 0.3.1

Home Page
Download

I sort of neglected to ensure that WT drums actually worked, mainly since I have RB drums...

Anyway, I think the wiki path viewer is pretty neat.

Version 0.3.1
-------------
- Added a right click menu item to fetch user-submitted SP paths from
the wiki.
- Clickable links/buttons that might open the internal image viewer can be
forced to be opened in the browser instead by holding Control (Command on
Macs) when clicking the link/button. OutOfMemoryErrors occur when trying to
load large images. If this happens the link will automatically open in the
browser.
- Added GHA for PC for completeness.
- Added additional sorting options (artist, genre, decade) for Guitar Hero
games. This data is gathered from the ScoreHero Wiki page for that song.
If data is missing, you can update the song's wiki page to correct it.
- The checkbox to remember your password is now correctly checked if it was
previously stored and unchecking the box will remove the stored password.
- Fixed issue with songs/scores not showing up after the first tier for
WT Drums.
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
TeaWolf  





Joined: 21 Feb 2008
Posts: 8

PostPosted: Sun Jun 28, 2009 7:35 pm    Post subject: Reply with quote

First, thank you for the program in general and for finally adding WT support!

I've run into some issues attempting to download my GH:WT scores though. My song data is updated, but JSHM complains about not finding a song and aborts the whole download. The exceptions is reproduced below.

I get the same problem on other instruments with another song, id 313. Both of these songs are the first ones in the GH:M / GH:SH demo tiers, so those demo scores seem to be part of the problem.


Error


Message:
jshm.exceptions.ScraperException: RbSong not found, scoreHeroId: 221. Try updating your song data.
Level:
SEVERE
Stack Trace:
RbSong not found, scoreHeroId: 221. Try updating your song data.
jshm.sh.scraper.WtScoreScraper$LatestScoresHandler.handleDataRow(WtScoreScraper.java:223)
jshm.scraper.TieredTabularDataExtractor.extract(TieredTabularDataExtractor.java:126)
jshm.sh.scraper.WtScoreScraper.scrapeLatest(WtScoreScraper.java:182)
jshm.dataupdaters.WtScoreUpdater.update(WtScoreUpdater.java:51)
jshm.gui.wizards.scoredownload.ScoreDownloadWizard$2.start(ScoreDownloadWizard.java:268)
jshm.gui.wizards.displayer.WizardDisplayerImpl$4.run(WizardDisplayerImpl.java:527)
java.lang.Thread.run(Unknown Source)
Back to top
View user's profile Send private message
DarylZero  





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

PostPosted: Sun Jun 28, 2009 9:53 pm    Post subject: Reply with quote

TeaWolf, the issue is that i specifically ignore songs past the downloaded songs tier (i.e. the demo tiers) (because i don't care about tracking the demo songs) when downloading the song data but forgot to ignore them when downloading scores. i never noticed since i never entered any scores for the demo. this issue might exist with the older gh games, not sure.

until i fix it, the only option is to delete your demo scores if you really want to use jshm with world tour ;)

incidentally it says "RbSong not found" but that was just me forgetting to change the error message to "WtSong not found." internally it's doing what it's supposed to.
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
Mike65707  





Joined: 04 Oct 2007
Posts: 1477
Location: Missouri

PostPosted: Tue Jul 07, 2009 9:10 am    Post subject: Reply with quote

Very very small problem I noticed today.

If you change the star rating for a song from the songlist/score section and hit the "Save" button on the toolbar, the score is automatically saved as having no star rating.

While it is fixable by changing the star rating from the editor itself, I thought you should know about it all the same. :P

(This happened on Smash Hits..not sure if it happens with the other games)
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: ChAoSnOvA65707 PSN Name: Mike
DarylZero  





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

PostPosted: Sat Sep 12, 2009 9:40 am    Post subject: Reply with quote

Bump for 0.3.2

Home Page
Download

GH5 and TBRB support are obvious features. I also made it so that it can update the tiers automatically when it updates the song data so I won't have to make a release just for tier name changes (except for GH1-GHA but they don't ever change).

The other noteable feature is I've added a launcher, JSHManager.exe, if you download the self-extracing archive for Windows. This just helps to check that Java is installed and also increases the memory limit.

I hope there is still interest in my program after all this time.

Version 0.3.2
-------------
- Scores for demo tiers are now correctly ignored.
- Empty tiers in the upload score wizard are no longer shown.
- The self-extracting exe for Windows now includes a launcher program,
JSHManager.exe, that checks that the correct version of Java is installed
as well as allocates more memory to prevent OutOfMemoryErrors when loading
chart images. It is recommended, but not required, to use the launcher.
The patcher program will still update JSHManager.jar correctly.
- Added GH5 support. Also added GHWT PC for completeness.
- Added The Beatles: Rock Band support.
- Fixed bug that sometimes set star rating to blank when quick-editing a
score via the song list and later editing/saving it via the editor.
- Changed Go To Song behavior from a dialog box to a small bar like
Internet Explorer or Firefox use for notifications.
- Tiers are now updated with the song data so I won't need to make a new
release just for tier changes. Tiers are not updated for GH1 through GHA
since it is unlikely they will ever change.
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
Cabanon  





Joined: 29 Oct 2007
Posts: 6460
Location: Quebec, Canada

PostPosted: Sat Sep 12, 2009 11:57 am    Post subject: Reply with quote

oh man, thnkx alot ! i've been waiting this update since GH5 launch. i also need to update all my picture link and its gonna be the easiest of it all.

thnxk alot for still updating this program. i absolutly love it !
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger PSN Name: Cabanon
louster200  





Joined: 10 Dec 2007
Posts: 1581
Location: YYZ, Indiana

PostPosted: Mon Sep 14, 2009 9:31 pm    Post subject: Reply with quote

Uh oh. This was updating 3.1 to 3.2

Error


Message:
java.lang.RuntimeException: could not rename the file C:\Users\Louie W\Desktop\JSHManager.jar to C:\Users\LOUIEW~1\AppData\Local\Temp\JSHManager.jar373087467100117398.tmp
Level:
SEVERE
Stack Trace:
could not rename the file C:\Users\Louie W\Desktop\JSHManager.jar to C:\Users\LOUIEW~1\AppData\Local\Temp\JSHManager.jar373087467100117398.tmp
jshm.internal.patcher.Patcher.addFilesToExistingZip(Patcher.java:363)
jshm.internal.patcher.Patcher.main(Patcher.java:189)
_________________
GH Acc./RB Acc./Twitter/Last.fm/My Red SG Microwaved/My DLC/It''s pronounced ''loo-ster-two-hun-dred''

Back to top
View user's profile Wiki User Page Send private message PSN Name: louster200
DarylZero  





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

PostPosted: Tue Sep 15, 2009 6:08 am    Post subject: Reply with quote

meh, just download the full version and overwrite the existing folder. or maybe you have to run the patcher as administrator on vista. who knows :/
_________________
Back to top
View user's profile Wiki User Page Send private message XBL Gamertag: Daryl0
EXEprog527  





Joined: 21 Jan 2008
Posts: 176

PostPosted: Mon Oct 05, 2009 9:28 pm    Post subject: Reply with quote

Any reason why none of my expert+ drum scores won't load? Or is that not supported yet even though it's listed.... whenever I try to upload the scores for them it goes through the upload screen but no scores appear
_________________
Back to top
View user's profile Send private message XBL Gamertag: EXEprog527
DarylZero  





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

PostPosted: Wed Oct 07, 2009 9:16 pm    Post subject: Reply with quote

EXEprog527, it's very difficult to actually find issues with the small amount of data you have provided. Perhaps if you included the following in addition:
- what game
- what drumset (wt or rb)
- when you say "goes through the upload screen", does the last screen actually indicate success? long ago i made it report success/failure for each score in a summary screen after all uploads complete

I just tested uploading an expert+ score for rb drums in ghm, wt, and 5 for the first song in each that has expert+ and they all worked.
_________________
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 ... 8, 9, 10, 11  Next
Page 9 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