Page 2 of 3
Re: Dawn of Light on Linux
PostPosted: Wed Apr 15, 2009 6:41 pm
by noyankiziltan
I read on mono website that mono works on solarisveven with sparc. THe only problem is can I run a server by just using a shell on terminal? if yes can you guys tell me how to?
Re: Dawn of Light on Linux
PostPosted: Wed Apr 15, 2009 6:48 pm
by alex_speed
mono dolserver.exe
You need to have mono executable in your path. I guess you'll need root rights in order to install it, maybe you can try to have a user space installation of mono.
Re: Dawn of Light on Linux
PostPosted: Wed Apr 15, 2009 7:04 pm
by Graveen
You can run dol from a shell.
Of course, if the shell is remote, you should better run it as a daemon, and get rid of the console i/o.
Re: Dawn of Light on Linux
PostPosted: Fri Apr 17, 2009 11:59 pm
by noyankiziltan
hmm, I guess I am not allowed to install anything. Can't we just compile the source code under any OS?
Re: Dawn of Light on Linux
PostPosted: Sat Apr 18, 2009 4:10 am
by noyankiziltan
oh, i see why know. It is written in C# ! Okay, i guess i will try converting the code to Java, then it will work on any platform.
Re: Dawn of Light on Linux
PostPosted: Sat Apr 18, 2009 5:18 am
by Tired
wow... that'll take awhile... a lonnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn *gasps for air* nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnng time to do that.
Re: Dawn of Light on Linux
PostPosted: Sat Apr 18, 2009 6:56 pm
by noyankiziltan
or maybe use a cheap hosting solution?

anybody knows what specs i need for a server with 100 player cap?
Re: Dawn of Light on Linux
PostPosted: Tue May 26, 2009 6:47 am
by Krusck
i cant install any emulator of windows or program in this machine becasue is an VPS .. i can only put on this the server folder .. how can i do ?

this machine have installated Mysql and Mysql Remote Control .. :/
Re: Dawn of Light on Linux
PostPosted: Tue May 26, 2009 9:37 pm
by Dunnerholl
hmm, I guess I am not allowed to install anything. Can't we just compile the source code under any OS?
compile u can but u need the .net emulator aka mono
Re: Dawn of Light on Linux
PostPosted: Fri Jun 26, 2009 9:41 am
by Dunnerholl
i tried to run it under mono 2.4 unmodified svn.
i always get this and server stopps:
- Code: Select all
2009-06-26 11:38:51,177 - [MAIN] - ERROR - DOL.WeakMulticastDelegate - InvokeSafe
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotImplementedException: The requested feature is not implemented.
at System.Diagnostics.PerformanceCounterCategory.ReadCategory () [0x00000]
at DOL.GS.GameEvents.StatPrint.GetProcessCounterName () [0x00000]
at DOL.GS.GameEvents.StatPrint.OnScriptCompiled (DOL.Events.DOLEvent e, System.Object sender, System.EventArgs args) [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000]
at DOL.WeakMulticastDelegate.InvokeSafe (System.Object[] args) [0x00000]
Anybody knows how to fix it? is it the old multiprocessor problem?
Re: Dawn of Light on Linux
PostPosted: Fri Jun 26, 2009 2:09 pm
by Graveen
yes you remove the performance counter is DOLServer.exe. They are not available on mono (as i know)
Re: Dawn of Light on Linux
PostPosted: Fri Jun 26, 2009 3:01 pm
by Dunnerholl
yes you remove the performance counter is DOLServer.exe. They are not available on mono (as i know)
apart from this, the log is not written consequently. it stops now for about 10 minutes to write, then writes a batch of lines thens tops again. whats the fix for this now?
Re: Dawn of Light on Linux
PostPosted: Fri Jun 26, 2009 9:30 pm
by Graveen
remove the color in log4net xml config file
Re: Dawn of Light on Linux
PostPosted: Sun Jul 26, 2009 6:37 pm
by mgX
consider that mono currently suck horribly...im seriously concerned with the GC, or the lack of it so to speak...I heard theyre working hard on this issue, and we might see some useful mono svn build soon... In any case, i suggest you use the svn build, and not releases, since theyre much further in terms of usability.
Re: Dawn of Light on Linux
PostPosted: Sun Jul 26, 2009 9:03 pm
by Dinberg
Graveens got tom working on an automated nightly build system, which i hear works but they just havnt linked
Please get that up soon grav!