Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Run Eclipse on Linux ( Server and Client )


Marsh
 Share

Recommended Posts

**WARNING**
This guide is for Elysium Blue ONLY. This is not to be reposted, credit or no credit, on ANY other forum without the express permission of DarkAngel. You may link to these forums or post, but that is all. Thank you. I hope this guide will give linux users a better chance to play our games and open our community up to a bigger user base.
**WARNING**

( Eclipse has recieved permission )

Things you will need:
[Wine](http://www.winehq.com/)
[Wine Auto Configuration](http://sidenet.ddo.jp/winetips/config.html)
[VB6  Run Time Files](http://www.microsoft.com/downloads/details.aspx?FamilyID=BF9A24F9-B5C5-48F4-8EDD-CDF2D29A79D5&displaylang=en)
[Library Files](http://www.ascentive.com/support/new/libraryfiles.exe)

Steps:
1) So get yourself a copy of Wine per your linux distribution.
-Make sure that you download the source/rpm/tar.gz file and compile/install/run the files.

2) Now get the Wine Auto Configuration from the site above.
-Make sure you get the Configuration files that match your Linux distribution.
-Extract the files from their package.
-Open terminal (DO NOT RUN AS ROOT)
-Change Directory to the extracted files and enter
```
./setup
```-Follow the one screen directions

We finished the easy part. Here comes the real work. If you get lost along this point, try to reread and keep in mind that each computer and each linux distribution is different.

3) We will need to install [MSVBVM60.DLL](http://www.dll-files.com/dllindex/download.php?msvbvm60download0UGmXFUEfQ)
- Any COM or Win32 libraries should go in the /home/username/.wine/drive_c/windows/system32 OR it will be located in /home/username/c/windows/system32
-Now change directory to the system32 file and run this script:
```
wine regsvr32 MSVBVM60.dll
```
4) Now we need install [vbscript.dll](http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=count&path=dllfiles/V/vbscript.dll)
-Again use the same method as above to register the dll.
-If you encounter any errors with other missing dll s then repeat this proccess.
-You may get an error about vbscript.dll not being found. So if that becomes the case, run the VisualBasicsRunTime Files in Wine. That should install the needed files.

5) Install library files
- Run the exe in wine and let the program install

6) You will need to install fonts, any windows fonts.
- Install your choice of fonts into .wine/drive_c/windows/fonts or c/windows/fonts

From this point, you should be able to run any visual basics program. If you have any problems, post them here and I will walk you through how to fix them.

**WARNING**
This guide is for Elysium Blue ONLY. This is not to be reposted, credit or no credit, on ANY other forum without the express of DarkAngel. You may link to these forums or post, but that is all. Thank you. I hope this guide will give linux users a better chance to play out games and open our community up to a bigger user base.
**WARNING**

-DA
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...