WordRider Home
Welcome! Log In Create A New Profile

Advanced

Error Appears After opening FreeRapid program

Posted by moinebs 
Error Appears After opening FreeRapid program
August 09, 2015 07:43PM
hello;
Error Appears After opening FreeRapid program

Note: read the attachment file.



i have FRD version 0.9u4
i m using the latest version
Attachments:
open | download - Erreur.txt (5.8 KB)
Re: Error Appears After opening FreeRapid program
August 10, 2015 08:48PM
Can anybody help me?
Please.
Re: Error Appears After opening FreeRapid program
August 10, 2015 11:14PM
If you're using Linux, see this post: [wordrider.net].

If you're using Windows, edit frd.bat to something like this :
@echo off
REM Try this batch file if you encounter problems launching FRD with frd.exe
REM (usually some security application is blocking it for unknown reasons).
start javaw.exe -Xmx192m -Djava.util.Arrays.useLegacyMergeSort=true -jar frd.jar

Then run FRD by executing frd.bat
Re: Error Appears After opening FreeRapid program
August 13, 2015 10:35AM
I'll try and let you know the result.
Re: Error Appears After opening FreeRapid program
August 14, 2015 03:12PM
Work like a charm!
thn u
Re: Error Appears After opening FreeRapid program
August 30, 2015 10:27PM
Looks like it has been fixed in Java 9 and has been backported to Java 8u60 and Java 7u85.

The bad news with the fix is (in my Ubuntu Linux systems), setting "java.util.Arrays.useLegacyMergeSort=true" has bad consequences: terrible performance (much worse than pre-8u60) and faulty GUI rendering. So if you experience those, remove "-Djava.util.Arrays.useLegacyMergeSort=true" (without quotes) in your frd.bat, or you can just execute frd.exe (not frd.bat) to run FRD.
Sorry, only registered users may post in this forum.

Click here to login