[Release] Nearly no more crashes!

Status
Not open for further replies.
Joined
Apr 7, 2008
Messages
570
Reaction score
31
So, i finally figured the cause of the crashes
It was because of a Java Heap Space error.
I coded a simple application in C++ to prevent these kind of crashes
It's a simple server starter =]

Usage:
1) Download the attachment
2) Put it in your source folder
3) Extract it and run serverstarter.exe
4) Play

This is tested, i've ran a server for over 3 full days without crash!

Edit: If you can't see the attachment click me
Edit2: Screenshot
Edit3: This is for Odin Source
Edit4: Your bat files must be named:
  • launch_world.bat
  • launch_login.bat
  • launch_channel.bat
Edit5: If this gives you an error Try this one

kippieeej - [Release] Nearly no more crashes! - RaGEZONE Forums
 

Attachments

Last edited:
For Titan source ??
Because when i put into my source folder and run it, it says "This application has failded to start because the application configuration is incorrect. Reinstalling the application may fix this problem"
 
Dudes the real fix isn't just writing
where you find [in your bats edited as notepad]
java

add:

-Xmx512m

so it's like
java -Xmx512

basically change it to 1024, 2048, or some random power of 2?
 
Dudes the real fix isn't just writing
where you find [in your bats edited as notepad]
java

add:

-Xmx512m

so it's like
java -Xmx512

basically change it to 1024, 2048, or some random power of 2?

That would make 512 (mb?) the max the bat file should use
I have a server with an average of 150 users online
that would crash my server within, 20 minutes
 
Status
Not open for further replies.
Back