Erebus Posted April 25, 2017 Share Posted April 25, 2017 In order to get the server and client running on linux I had to do the following: 1. Make sure mono is installer. 2. Download Intersect Engine Beta 3.1.zip and extract it. 3. Copy the dll files from "Server/libs/server/x64" into "Server/libs/server"   Make sure to copy the correct files for your system. 4. Copy the hole x86 folder from "Client and Editor/libs/client" to the "Client and Editor" folder  I have not been able to get the editor to run, but one thing that needs to be done for it to run is to edit "Intersect Editor.exe.config" and change <probing privatePath="libs\editor;"/> to <probing privatePath="libs/editor;"/> Pigot 1 Link to comment Share on other sites More sharing options...
eins Posted April 25, 2017 Share Posted April 25, 2017 The editor is using DirectX as far as i know, not OpenGL like the client. Since DirectX is Windows only i dont think it will run in Mono. You could maybe try Wine. Link to comment Share on other sites More sharing options...
jcsnider Posted April 25, 2017 Share Posted April 25, 2017 Good job on getting the server to run those are the correct steps (or the steps I've been taking) Â Unfortunately the Editor uses DirectX and a ton of Win32 API calls for the cool editor docking windows. There is no chance that it will ever run on Linux without some major reworking from the ground up. The client should work though. Link to comment Share on other sites More sharing options...
Teppy Posted April 25, 2017 Share Posted April 25, 2017 1 hour ago, jcsnider said: Good job on getting the server to run those are the correct steps (or the steps I've been taking)  Unfortunately the Editor uses DirectX and a ton of Win32 API calls for the cool editor docking windows. There is no chance that it will ever run on Linux without some major reworking from the ground up. The client should work though.  Hey jc, any chance I can get some assistance getting this to run on my Linux server?  Link to comment Share on other sites More sharing options...
Teppy Posted April 25, 2017 Share Posted April 25, 2017 Blah. Nevermind. Literally fixed it right after askiing that, despite trying to for the few hours lol. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now