WordRider Home
Welcome! Log In Create A New Profile

Advanced

Crash

Posted by thebestjohn 
Crash
June 27, 2013 05:08PM
Please help.

Starting application is ok, after adding any download link it prompts for me to select download location and after showing categories structure it freezes forever so I have to close it using task manager. Please see debug info below

D:\John\FreeRapid-0.9u2>java -jar frd.jar -d
1:05:06 PM INFO: Config files directory: C:\Users\diol\AppData\Roaming\VitySoft\FRD
1:05:06 PM INFO: You are running FRD with JVM version = 1.6.0_14 - (min 1.6.0_07 is required)
1:05:06 PM INFO: Setting locale en_US
1:05:06 PM INFO: Loading lookandfeel path D:\John\FreeRapid-0.9u2\lookandfeel
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/JTattoo.jar
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/laf-plugin-7.1.jar

1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/laf-widget-7.1.jar

1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/pgslookandfeel-1.1
.2.jar
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/quaqua.jar
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/squareness.jar
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/substance-7.1-lite
.jar
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/substance-swingx-7
.1.jar
1:05:06 PM INFO: Loading URL with a jar file:/D:/John/FreeRapid-0.9u2/lookandfeel/swing-layout.jar
1:05:06 PM INFO: Starting version FreeRapid 0.9u2
1:05:06 PM INFO: Proxy set system default connection: false
1:05:06 PM INFO: Setting proxy configuration OFF for default connection
1:05:06 PM INFO: Database path C:\Users\diol\AppData\Roaming\VitySoft\FRD\frd.odb
1:05:06 PM INFO: Init Plugins Manager
1:05:06 PM INFO: Regexp (\.|_)(iso|zip|rar|avi|exe|wmv|pdf|iso2)(\.?|_?|$)
1:05:06 PM INFO: configured, shadow folder is C:\Users\diol\AppData\Local\Temp\.jpf-shadow
1:05:06 PM INFO: got SAX parser factory - com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryIm
pl@7f5580
1:05:06 PM INFO: configured, stopOnError=false, isValidating=true
1:05:06 PM INFO: Plugins dir: C:\Users\diol\AppData\Roaming\VitySoft\FRD\plugins
1:05:06 PM INFO: Found 575 plugins.
1:05:07 PM INFO: Creating pool downloadService
1:05:07 PM INFO: Creating pool runCheckService
1:05:07 PM INFO: Property changed: autoshutdown
1:05:07 PM INFO: Property changed: speedLimit
1:05:07 PM INFO: Property changed: speedLimit
1:05:07 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\filespy.xml
1:05:07 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\freerapid.xml
1:05:07 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\google.xml
1:05:07 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\imdb.xml
1:05:07 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\ulozto.xml
1:05:07 PM INFO: Property changed: searchFieldSearchEngine
1:05:08 PM INFO: plug-in and fragment descriptors registered - 575
1:05:08 PM INFO: Creating pool databaseService
1:05:08 PM INFO: Saving metadata info into database - start
1:05:08 PM INFO: Test for sleeping
1:05:08 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\filespy.xml
1:05:08 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\freerapid.xml
1:05:08 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\google.xml
1:05:08 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\imdb.xml
1:05:08 PM INFO: Parsing search.xml file D:\John\FreeRapid-0.9u2\search\ulozto.xml
1:05:08 PM INFO: Property changed: searchFieldSearchEngine
1:05:08 PM INFO: Rescheduling plugins update check to Fri Jun 28 11:58:58
1:05:08 PM INFO: Saving metadata info into database - end
1:05:09 PM INFO: Trying to import:sun.awt.datatransfer.ClipboardTransferable@14b74a7
1:05:09 PM INFO: Imported files [http://www.filestube.com/4hcxWIljIyGf9hjiq3fT7]
1:05:09 PM INFO: Property changed: lastUsedSavedPaths
1:05:36 PM INFO: Property changed: proxy.password
1:05:37 PM INFO: Starting to check for a new version
1:05:37 PM INFO: Connected to the web, Writing params
1:05:37 PM INFO: Extracting GZIP
1:05:37 PM INFO: disconnecting

D:\John\FreeRapid-0.9u2>
Re: Crash
June 27, 2013 05:18PM
Try to upgrade your JRE version - if it won't help you this upgrade, open file startup.properties and remove # from the following line:
#-DselectDirDialogOverride=true

See [wordrider.net]

-------------------------------------

Re: Crash
June 28, 2013 11:52AM
Vity Wrote:
-------------------------------------------------------
> Try to upgrade your JRE version - if it won't help
> you this upgrade, open file startup.properties and
> remove # from the following line:
> #-DselectDirDialogOverride=true
>
> See
> [wordrider.net]
> low_directory_chooser


Great man, you made my day. Uncommenting this option worked fine, as for the java versions I intentionally downgraded to 1.6 to fit minimum requirements as this bug was with all java versions. And I have too Win7 x64 as reported in that bug.
Thanks again.
Sorry, only registered users may post in this forum.

Click here to login