Thread: FFR Standalone!
View Single Post
Old 09-3-2016, 10:52 PM   #441
CocoaPuff3100
FFR Player
 
CocoaPuff3100's Avatar
 
Join Date: Jan 2011
Posts: 42
Default Re: FFR Standalone!

Just wanted to post that I got this working in linux (ubuntu 14.04) with wine. Despite the standalone links for linux in the OP and on Adobe's website, I didn't have any luck with getting it to run natively, but wine is surprisingly smooth.

You can always first try downloading flash 11 for linux (just extract it and run the file, presumably), but it didn't work for me and I looked it up and others have encountered problems as well, so if that doesn't work, try this out.

Running FFR Standalone on Linux using Wine

Step 1: Download the Windows flash player version of your choice.

a) Flash 8
b) Flash 9
c) Flash 10
d) Flash 11
e) Flash 12
f) Flash 13
g) Flash 14
h) Flash 15
i) Flash 16

I got flash 9 because it's said to have the least problems, but you need 10 or above for rates. I'm fairly sure that any version will work, but some may run better or worse for you.

Depending on which one you get, you'll download either a .zip or an .exe. If it's a .zip, extract it and browse to the folder with flashplayer_x_sa.exe.

Step 2: Install and configure Wine

To check if you already have wine, right click your flash exe and see if there's an option to open it with Wine Windows Program Loader. If there is, skip to step 3. If not, we'll install it now.

You can choose to install wine through the terminal or the software centre, but you'll have to use the terminal to configure wine, so I would recommend installing through there as well, seems a bit easier.

Installing Wine through the terminal:

1. Open a terminal (ctrl+alt+T).
2. Run the following commands:
Code:
sudo add-apt-repository ppa:wine/wine-builds
3.
Code:
sudo apt-get update
4.
Code:
sudo apt-get install wine
5.
Code:
winecfg
6. A window will appear with wine configuration options, but you don't need to change anything here, so you can exit that and the terminal.

OR

Installing Wine through Ubuntu Software Centre:

1. Search for wine in the software centre.
2. Install Wine Windows Program Loader.
3. Open a terminal (ctrl+alt+T).
4. Run
Code:
winecfg
5. Again, no need to change anything in this window, so close both at this point.

Step 3: Running Flash

Go back to your flash exe and right click it. You should now see an option to open it with Wine Windows Program Loader. If it's not there, look under the "open with" menu. Once you open it, the flashplayer window should appear.

Step 4: Loading FFR

The R^3 engine link is here: http://www.flashflashrevolution.com/~velocity/R%5E3.swf

The rest can be found in the OP.

Copy the link to the FFR engine you want. If you are using R^3, you must first set up the main FFR R^3 swf linked above. Additional engines will be added through R^3. However, if you're using legacy or velocity, you can use the swfs to alternate engines linked in the OP, but you will most likely still want to put the main FFR swf in first.

In the flashplayer window, go to File > Open and put in the URL. FFR should run now.

Step 4.5 (optional): Adding other engines in R^3

Go to Options, Other Options, and click the engine playlist dropdown. From there you can add the xml links to other R^3 engines.

Step 5: Making an executable

In the flash menu bar, go to File > Create projector. Name and save the file somewhere easily accessible like the desktop. This is what you'll click to run FFR.

The first time you run the executable, you may need to right click, open with, and choose Wine. That will set it as the default program, and then you're done!

If you have any questions or run into problems, please let me know.

I'm running ubuntu 14.04 and wine 1.6.2 (old version lol). The instructions I gave should install a newer version of wine, but that shouldn't matter. My laptop is pretty mediocre, but it runs 60fps with no lag. Wine isn't as resource-intensive as it sounds so don't be afraid to try it out.
CocoaPuff3100 is offline   Reply With Quote