Hallo Community,
ich möchte einen Rappelz-Server aufsetzen, habe das ganze bisher nur erfolgreich mit WoW hinbekommen, jedoch habe ich keine Ahnung, ob ich einen Rappelz-Server auf meinem Debian-Root zum laufen bekommen kann.
(Ausführen der exe-dateien von Repacks nicht möglich, da keine Grafische Oberfläche besteht).
Würde mich freuen wenn jemand dazu ein Tutorial hat^^
Es würde gehen wenn Du ein bestimmtes Programm auf deinem Linux Server hättest. Das Programm heißt : "Wine" und erlaubt es Dir sämtliche Windows Programme zu installieren, zu starten und zu nutzen!!!
i think Microsoft SQL server couldnt be running on Wine in case of lack of libraries used by MSSQL that could be got using Wine. if im not right, correct me
It might be possible but whats the point overall. Game Guard is the only beast that would have had a hard time running in WINE but with game guard stripped it just might be doable.
Thread is from 2011 anyway, it's almost like beating a dead horse.
Heck playing Rappelz is almost like beating a dead horse too, but at least create a new thread for something if the newest found is from 3 years ago.
It's possible if using an emu that support it (.net may be supported as there is some part of it with Mono, but server stuff might not be implemented), I also heard that it works with wine for the auth server but you can't run the GS since it's 64 bits and wine can't run 64 bits program as good as 32 bits ones IIRC
SQL has to be run on a windows machine but it's possible to connect to it as freetds allow a linux program to connect to a SQL Server server
Running a windows VM on linux is far easier to run a full rappelz server (auth + GS + sql server) than using native linux stuff
(the client works perfectly on wine though, unless you have gameguard or hackshield, so it's possible to have client + server on linux with servers on a VM, which is what I do)
I can say all of this with certainty as I was the maintainer for the WineAPP db project that attempted to run just the Rappelz client on several distro.
Why the client won't work:
The Rappelz client relies (oddly enough) on an antiquated Internet Explorer HTML parsing engine, which to some degree (at-least then) required IExplorer to be running (which only very select versions barely work and ActiveX does not work at all) The client will start and load to the point where it begins parsing HTML via ActiveX controls, wine will immediately go insane and crash.
Why the game-server wont work (aside of a proof of concept):
I'm pretty sure you could launch the GS, with enough WineTricks modifications to your WINE installation, you could probably even host your SQL Server on a remote windows based machine. Assuming all of that worked, you'd likely encounter ***-tons of lag due to the GS running in an emulated environment.
The AS/GS are just one of those things that aren't practical to run in a UNIX environment as it was created for and relies heavily on Windows only services and processes. But as Glandu2 mentioned previously, you could always code a Linux compatible GS, good luck on that.
Linux (Debian) als Linux-Server? 05/13/2011 - Unix/Linux - 2 Replies Hi!
Bevor ihr fragt: Ich habe in Google gesucht...
So ok, jetzt aber zu meiner Frage:
Ich weis das man den Apache auf Debian(Linux) per Kommandozentrale installieren kann. So da dacht ich mir: Warum mach ich nicht einen Computer der IMMER läuft und mach den zusätzlich als Server.
Naja, lange Rede kurzer Sinn: Ich will fragen ob man mit dem Apachen eine Website laufen lassen kann, wie das ist mit Php und mysql (also ob und wie man das installieren kann), und welches dann der...