|
On March 06 2011 17:47 Axeinst wrote: If this stuff helped essentially, then professional players would use those programs alot. But they don't.
If you're want to make any confident, sweeping assertion about anything, it's always a good idea to do it somewhere where it takes at least some effort to refute it.
In this case, you might want to avoid saying that progamers don't use sc2gears in the very same thread where both Jinro and Tyler/NonY have multiple posts talking about using this software, or submitting bug reports, or thanking the author.
|
On March 06 2011 19:23 Aim Here wrote:Show nested quote +On March 06 2011 17:47 Axeinst wrote: If this stuff helped essentially, then professional players would use those programs alot. But they don't. If you're want to make any confident, sweeping assertion about anything, it's always a good idea to do it somewhere where it takes at least some effort to refute it. In this case, you might want to avoid saying that progamers don't use sc2gears in the very same thread where both Jinro and Tyler/NonY have multiple posts talking about using this software, or submitting bug reports, or thanking the author. I am nearly 100% sure that no koreans use that and koreans are the most dominating part of sc2.
This prooves, that sc2gears-like programs are not required at all to be the best of best.
The information this program provides, is not simply relevant.
|
Roffles
Pitcairn19291 Posts
It's a nice way for lazy people like me to save replays. =)
|
On March 06 2011 19:25 Axeinst wrote:Show nested quote +On March 06 2011 19:23 Aim Here wrote:On March 06 2011 17:47 Axeinst wrote: If this stuff helped essentially, then professional players would use those programs alot. But they don't. If you're want to make any confident, sweeping assertion about anything, it's always a good idea to do it somewhere where it takes at least some effort to refute it. In this case, you might want to avoid saying that progamers don't use sc2gears in the very same thread where both Jinro and Tyler/NonY have multiple posts talking about using this software, or submitting bug reports, or thanking the author. I am nearly 100% sure that no koreans use that and koreans are the most dominating part of sc2. This prooves, that sc2gears-like programs are not required at all to be the best of best. The information this program provides, is not simply relevant.
You are wrong. I have heard the korean version of "Replay saved" more than once on Xeph's progamer restream. Do they analyze their reps with it ? I don't know. But some have it installed.
|
I haven't read the whole thread so I'm sure that this question has been asked, but... Is it possible to have a chart like the APM chart that displays your current resource pool? Would be a great tool to have to target what points in the game you tend to pool up resources that you should be spending.
|
On March 06 2011 19:25 Axeinst wrote:
I am nearly 100% sure that no koreans use that and koreans are the most dominating part of sc2.
This prooves, that sc2gears-like programs are not required at all to be the best of best.
The information this program provides, is not simply relevant.
Well at least you're making a generalisation that it takes actual effort to refute. Since I don't read Korean, I'm not about to go trawling the sc2gears threads of the likes of playxp to find out if there's a 'Thanks! This is great' from the likes of HayPro or Choya.
In anycase, I'm pretty sure that every BroodWar progamer roughly knew their APM, and they almost certainly knew that because they were using bwchart, which is the BroodWar equivalent of sc2gears, despite how "useless" you think this sort of thing is. It wouldn't be too much of a stretch for them to use similar tools in Starcraft 2.
|
On March 06 2011 04:34 Dakota_Fanning wrote: Sc2gears 4.4 has been released: Diagnostic tool, Grid on charts, New to Sc2gears dialog, Tips dialog, New Productions chart, BO stats for all formats, Command line interface
Details are in the first post.
When I try to launch this under OSX with the sc2gears-os-x.command file I get an error as follows (i've edited out the names of the computer and account just in case):
*computer name*:~ *account name*$ /Applications/Sc2gears/Sc2gears-os-x.command ; exit; : No such file or directory logout
[Process completed]
|
I dont really understand what this program should help me as player?
Please, inform me.
And this is no sarcasm or anything like that. I am honestly asking this.
|
Hey thanks for the awesome program, it is really useful! I used it all the time on my old gaming PC.
Recently I moved to my laptop and for some reason SC2gears refuses to work. It will boot up all good, and I can click around in it but I can't actually open any replays or do anything useful with it. I really have no idea what is causing the problem. Here is the system_messages log:
+ Show Spoiler +Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField.<clinit>(BuildOrderSearchField.java:61) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:694) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at hu.belicza.andras.sc2gears.sc2replay.ReplayUtils.<clinit>(ReplayUtils.java:338) ... 36 more Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception occurred during event dispatching: java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.sc2replay.ReplayUtils at hu.belicza.andras.sc2gears.sc2replay.ReplayFactory.parseReplay(ReplayFactory.java:194) at hu.belicza.andras.sc2gears.ui.ReplayInfoBox.setReplayFile(ReplayInfoBox.java:88) at hu.belicza.andras.sc2gears.ui.GuiUtils$8.propertyChange(GuiUtils.java:511) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.awt.Component.firePropertyChange(Unknown Source) at javax.swing.JFileChooser.setSelectedFile(Unknown Source) at javax.swing.plaf.basic.BasicFileChooserUI$Handler.valueChanged(Unknown Source) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.Dialog$1.run(Unknown Source) at java.awt.Dialog$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Unknown Source) at javax.swing.JFileChooser.showDialog(Unknown Source) at javax.swing.JFileChooser.showOpenDialog(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replayanal.ReplayAnalyzer.<init>(ReplayAnalyzer.java:305) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1572) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.sc2replay.ReplayUtils at hu.belicza.andras.sc2gears.sc2replay.ReplayFactory.parseReplay(ReplayFactory.java:194) at hu.belicza.andras.sc2gears.ui.moduls.replayanal.ReplayAnalyzer.<init>(ReplayAnalyzer.java:322) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1572) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
|
On March 06 2011 21:53 Axeinst wrote: I dont really understand what this program should help me as player?
Please, inform me.
And this is no sarcasm or anything like that. I am honestly asking this.
For example, if you are a long timer user or just import all your replays, you can view your "progress", and see how much you've improved, not only "league-wise", but in more real terms, like APM, unspent resources, and all that kind of jazz. It's also great to analyze where your weaknesses are, for example if you're loosing to some kind of BO (like 6 pool or w/e) often. It's also a great tool to auto-saving your replays in a way the replay names make sense, like numbering them and writing down whether its a TvZ or a PvT for example. These are just some of the important functions of them, but as I read it, you're being a little bit too negative against this "useless tool". Seems like most of your arguments are biased.
|
What you mean I am biased with this?
|
I think you are saying the program is useless, and it's not helping anyone in becoming a professional player. Thats wrong on so many levels, i.e. you are suggesting that almost no professional players use it without having any prove whatsoever. You're also suggesting that the data doesn't provide any useful data, but whether the data is really useful depends on the user, so this tool might not seem useful to you, but it still might have alot use for someone else. It seems you've already received a warning for this kind of attitude, might I suggest that you leave this discussion alone and move onto another topic?
|
My point is only, that I think it is not requirement to be the best player.
|
On March 06 2011 20:34 Bubble-T wrote:Show nested quote +On March 06 2011 04:34 Dakota_Fanning wrote: Sc2gears 4.4 has been released: Diagnostic tool, Grid on charts, New to Sc2gears dialog, Tips dialog, New Productions chart, BO stats for all formats, Command line interface
Details are in the first post. When I try to launch this under OSX with the sc2gears-os-x.command file I get an error as follows (i've edited out the names of the computer and account just in case): *computer name*:~ *account name*$ /Applications/Sc2gears/Sc2gears-os-x.command ; exit; : No such file or directory logout [Process completed]
Same thing for me, I get that message since the patch... I love the program, please help!
|
Awesome last 2 updates! Really love what you are doing 
Sc2Gears has been very useful ! I don't know what I would do without it.
|
Dakota_Fanning
Hungary2357 Posts
On March 06 2011 20:34 Bubble-T wrote:Show nested quote +On March 06 2011 04:34 Dakota_Fanning wrote: Sc2gears 4.4 has been released: Diagnostic tool, Grid on charts, New to Sc2gears dialog, Tips dialog, New Productions chart, BO stats for all formats, Command line interface
Details are in the first post. When I try to launch this under OSX with the sc2gears-os-x.command file I get an error as follows (i've edited out the names of the computer and account just in case): *computer name*:~ *account name*$ /Applications/Sc2gears/Sc2gears-os-x.command ; exit; : No such file or directory logout [Process completed] The problem is that I edited the script and non-OS-X style line terminating characters were inserted to the script. Edit the script with a text editor, and delete the line terminator characters, and press Enter to insert OS-X specific line terminators. Save the file and you should be able to start it.
|
On March 07 2011 00:10 Dakota_Fanning wrote:Show nested quote +On March 06 2011 20:34 Bubble-T wrote:On March 06 2011 04:34 Dakota_Fanning wrote: Sc2gears 4.4 has been released: Diagnostic tool, Grid on charts, New to Sc2gears dialog, Tips dialog, New Productions chart, BO stats for all formats, Command line interface
Details are in the first post. When I try to launch this under OSX with the sc2gears-os-x.command file I get an error as follows (i've edited out the names of the computer and account just in case): *computer name*:~ *account name*$ /Applications/Sc2gears/Sc2gears-os-x.command ; exit; : No such file or directory logout [Process completed] The problem is that I edited the script and non-OS-X style line terminating characters were inserted to the script. Edit the script with a text editor, and delete the line terminator characters, and press Enter to insert OS-X specific line terminators. Save the file and you should be able to start it.
Any ideas about my problem?
Thanks ^^
|
On March 06 2011 23:28 DJWallet wrote:Show nested quote +On March 06 2011 20:34 Bubble-T wrote:On March 06 2011 04:34 Dakota_Fanning wrote: Sc2gears 4.4 has been released: Diagnostic tool, Grid on charts, New to Sc2gears dialog, Tips dialog, New Productions chart, BO stats for all formats, Command line interface
Details are in the first post. When I try to launch this under OSX with the sc2gears-os-x.command file I get an error as follows (i've edited out the names of the computer and account just in case): *computer name*:~ *account name*$ /Applications/Sc2gears/Sc2gears-os-x.command ; exit; : No such file or directory logout [Process completed] Same thing for me, I get that message since the patch... I love the program, please help! 
It's likely to be the problem I had, on the previous page. What's happening is that your newlines are windows-style, rather than Unix-style and it's confusing some versions of bash. I roughly outlined a workaround for people with perl in that post. There might be some handy utility for converting the newlines somewhere on your system, I don't know offhand what that would be called.
Another workaround is that you could open up your favourite OSX text editor and make a completely new file and reenter, line-by-line, the contents of the "Sc2gears-os-x.command" file (you could copy/paste, but don't copy the end of the lines, because it's the newline characters that are the problem) and save it as a new file; your text editor ought to be able to insert the correct newline types.
The problem is that I edited the script and non-OS-X style line terminating characters were inserted to the script. Edit the script with a text editor, and delete the line terminator characters, and press Enter to insert OS-X specific line terminators. Save the file and you should be able to start it.
This method might not work - some editors are smart enough to look at the file's newline characters and, for the sake of consistency, keep to those terminators throughout, even if you delete the newlines that were there previously. Your method won't work on emacs, for instance.
|
Dakota_Fanning
Hungary2357 Posts
On March 06 2011 22:38 Klonere wrote:Hey thanks for the awesome program, it is really useful! I used it all the time on my old gaming PC. Recently I moved to my laptop and for some reason SC2gears refuses to work. It will boot up all good, and I can click around in it but I can't actually open any replays or do anything useful with it. I really have no idea what is causing the problem. Here is the system_messages log: + Show Spoiler +Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField.<clinit>(BuildOrderSearchField.java:61) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:694) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at hu.belicza.andras.sc2gears.sc2replay.ReplayUtils.<clinit>(ReplayUtils.java:338) ... 36 more Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception occurred during event dispatching: java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.sc2replay.ReplayUtils at hu.belicza.andras.sc2gears.sc2replay.ReplayFactory.parseReplay(ReplayFactory.java:194) at hu.belicza.andras.sc2gears.ui.ReplayInfoBox.setReplayFile(ReplayInfoBox.java:88) at hu.belicza.andras.sc2gears.ui.GuiUtils$8.propertyChange(GuiUtils.java:511) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.awt.Component.firePropertyChange(Unknown Source) at javax.swing.JFileChooser.setSelectedFile(Unknown Source) at javax.swing.plaf.basic.BasicFileChooserUI$Handler.valueChanged(Unknown Source) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.Dialog$1.run(Unknown Source) at java.awt.Dialog$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Unknown Source) at javax.swing.JFileChooser.showDialog(Unknown Source) at javax.swing.JFileChooser.showOpenDialog(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replayanal.ReplayAnalyzer.<init>(ReplayAnalyzer.java:305) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1572) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.sc2replay.ReplayUtils at hu.belicza.andras.sc2gears.sc2replay.ReplayFactory.parseReplay(ReplayFactory.java:194) at hu.belicza.andras.sc2gears.ui.moduls.replayanal.ReplayAnalyzer.<init>(ReplayAnalyzer.java:322) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1572) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
If you manually download a new copy and extract it to a new folder, can you open replays with that?
|
On March 07 2011 00:16 Dakota_Fanning wrote:Show nested quote +On March 06 2011 22:38 Klonere wrote:Hey thanks for the awesome program, it is really useful! I used it all the time on my old gaming PC. Recently I moved to my laptop and for some reason SC2gears refuses to work. It will boot up all good, and I can click around in it but I can't actually open any replays or do anything useful with it. I really have no idea what is causing the problem. Here is the system_messages log: + Show Spoiler +Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField.<clinit>(BuildOrderSearchField.java:61) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:694) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at hu.belicza.andras.sc2gears.sc2replay.ReplayUtils.<clinit>(ReplayUtils.java:338) ... 36 more Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.ui.moduls.replaysearch.searchfieldimpl.BuildOrderSearchField at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.addNewSearchField(SearchFieldGroup.java:88) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.SearchFieldGroup.<init>(SearchFieldGroup.java:78) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.createFiltersTab(ReplaySearch.java:702) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.buildGUI(ReplaySearch.java:293) at hu.belicza.andras.sc2gears.ui.moduls.replaysearch.ReplaySearch.<init>(ReplaySearch.java:212) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1576) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception occurred during event dispatching: java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.sc2replay.ReplayUtils at hu.belicza.andras.sc2gears.sc2replay.ReplayFactory.parseReplay(ReplayFactory.java:194) at hu.belicza.andras.sc2gears.ui.ReplayInfoBox.setReplayFile(ReplayInfoBox.java:88) at hu.belicza.andras.sc2gears.ui.GuiUtils$8.propertyChange(GuiUtils.java:511) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.awt.Component.firePropertyChange(Unknown Source) at javax.swing.JFileChooser.setSelectedFile(Unknown Source) at javax.swing.plaf.basic.BasicFileChooserUI$Handler.valueChanged(Unknown Source) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.Dialog$1.run(Unknown Source) at java.awt.Dialog$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Unknown Source) at javax.swing.JFileChooser.showDialog(Unknown Source) at javax.swing.JFileChooser.showOpenDialog(Unknown Source) at hu.belicza.andras.sc2gears.ui.moduls.replayanal.ReplayAnalyzer.<init>(ReplayAnalyzer.java:305) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1572) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class hu.belicza.andras.sc2gears.sc2replay.ReplayUtils at hu.belicza.andras.sc2gears.sc2replay.ReplayFactory.parseReplay(ReplayFactory.java:194) at hu.belicza.andras.sc2gears.ui.moduls.replayanal.ReplayAnalyzer.<init>(ReplayAnalyzer.java:322) at hu.belicza.andras.sc2gears.ui.MainFrame.createNewInternalFrame(MainFrame.java:1572) at hu.belicza.andras.sc2gears.ui.MainFrame.access$3(MainFrame.java:1569) at hu.belicza.andras.sc2gears.ui.MainFrame$16.mouseClicked(MainFrame.java:705) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
If you manually download a new copy and extract it to a new folder, can you open replays with that?
I re-downloaded it and extracted to the Desktop, named it SC2gears Test. No luck.
When the program is open, it shows a java icon instead of the SC2gears logo in the taskbar. Oh and the "Open" dialogue in Windows Explorer is the symbol for an unknown/broken application, not the SC2gears logo.
|
|
|
|