WordRider Home
Welcome! Log In Create A New Profile

Advanced

openload.io/bitster.cz

Posted by firesplit 
Re: openload.io/bitster.cz
February 20, 2016 10:50AM
I use portable version

"~path~\frd.jar" -p

How exactly should I run this "-Xss1m" trick?
Please guide me.
Re: openload.io/bitster.cz
February 20, 2016 11:11AM
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 -Xss1m -jar frd.jar

Edit startup.properties:
find line that contains "#--portable" (without quotes), remove the comment sign (#), so it becomes "--portable" (without quotes)

Start FRD by executing/running frd.bat.
Re: openload.io/bitster.cz
February 20, 2016 07:17PM
If you're on linux, you can edit frd.sh instead. smiling smiley

The file is a bit more complicated, but there are two lines with "-Xmx". Edit both of those.



Edited 1 time(s). Last edit at 02/20/2016 07:19PM by ntoskrnl.
Re: openload.io/bitster.cz
February 21, 2016 06:44AM
Thanks a lot tong.. its working now :)
Re: openload.io/bitster.cz
June 07, 2016 01:49PM
@ntoskrnl and other devs: wouldn't it be better if we use rhino (https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino) instead of using whatever scripting engine that is shipped with jre/jdk?

We have broken plugins as scripting engine incompatibility consequences, for example: LetItBit.

But yes, we will have problem to ship the updated rhino library if there are some changes.
Sorry, only registered users may post in this forum.

Click here to login