[5165]Error - NewestCOServer has stopped working?

12/01/2011 18:58 t0mb.exe#1
Hello :) I was going to start a source and this "pop up" window came up:
[Only registered and activated users can see links. Click Here To Register...]


This is how it looks like in C# when im trying to build the project!
[Only registered and activated users can see links. Click Here To Register...]

I am running windows 7 ultimate 32bit if that helps, and i have changed the ip's to my hamachi!...

And to guys that says NewestCOServer suck, i don't care! Im sick of that talk... I am only going to use it for me and some of my friend to play on!

Thanks!
12/01/2011 20:05 pro4never#2
There's missing values in the file it's trying to read from.

It's trying to read a double (number which contains a decimal) from a string... but the string is not a number so it throws this error.

I'm guessing it's a configuration file.

#Moved to pserver section.
12/01/2011 20:12 t0mb.exe#3
Quote:
Originally Posted by pro4never View Post
There's missing values in the file it's trying to read from.

It's trying to read a double (number which contains a decimal) from a string... but the string is not a number so it throws this error.

I'm guessing it's a configuration file.

#Moved to pserver section.
Configuration file?
The "Config.ini" inside of OldCODB then?
How can that make an error?
Here you got a pic of it:
[Only registered and activated users can see links. Click Here To Register...]
12/01/2011 20:32 pro4never#4
What you want is a stacktrace of where this is being called from right before it throws the error.. that way you know what file it's loading that could be causing the issue.

it could be a bad line in any of the config files (that one, monster spawns, etc).
12/01/2011 20:37 t0mb.exe#5
Quote:
Originally Posted by pro4never View Post
What you want is a stacktrace of where this is being called from right before it throws the error.. that way you know what file it's loading that could be causing the issue.

it could be a bad line in any of the config files (that one, monster spawns, etc).
Could you tell that on an easyer way? xD
Im not like, "expert" or well, "good" on this :D

I get the same error on every source i try!...
12/03/2011 00:02 t0mb.exe#6
ANYONE?!?!?!?!?!

ANYONE FFS! N00b forum, nobody is f**king helping here! -.- gad!
12/03/2011 07:27 Spirited#7
Quote:
Originally Posted by t0mb.exe View Post
ANYONE?!?!?!?!?!

ANYONE FFS! N00b forum, nobody is f**king helping here! -.- gad!
Damn man.... We're all here and we don't have to answer your bloody stupid questions. You probably didn't put OldCODB in the correct location. It doesn't take a genius to set it up - I set it up when I had 0 exp in programming - so I take no pity on people that say it's difficult. On top of that, you waited for an entire day for someone to answer you. Use your brain and figure out the problem.
12/03/2011 08:31 pro4never#8
He also then remade the thread (in the wrong section) which was lovely of him.

@OP: as said... try doing some proper debugging (breakpoints and such) to find what's CAUSING the error (what file is being loaded or w/e). As fang said you probably didn't put the database in the right place (I seem to remember it needing to be in exactly in C: in a specific folder but I could be wrong. Never used lotf)
12/03/2011 08:37 Spirited#9
And btw, I'm not being harsh .-. I know most of what I say can sound harsh but I'm really not trying to be harsh.

@Chris, you're right. It's in the C directory.
12/03/2011 13:38 t0mb.exe#10
Quote:
Originally Posted by pro4never View Post
He also then remade the thread (in the wrong section) which was lovely of him.

@OP: as said... try doing some proper debugging (breakpoints and such) to find what's CAUSING the error (what file is being loaded or w/e). As fang said you probably didn't put the database in the right place (I seem to remember it needing to be in exactly in C: in a specific folder but I could be wrong. Never used lotf)
Both 5165 Source and OldCODB is in the c directory: ( C:\ )

Quote:
Originally Posted by Fаng View Post
Damn man.... We're all here and we don't have to answer your bloody stupid questions. You probably didn't put OldCODB in the correct location. It doesn't take a genius to set it up - I set it up when I had 0 exp in programming - so I take no pity on people that say it's difficult. On top of that, you waited for an entire day for someone to answer you. Use your brain and figure out the problem.
i put OldCODB in right location ( C:\ ) , and btw... i was sitting hours yersterday reading C# Ebooks, but still not understanding the cause of the problem i have!!!!
12/03/2011 14:50 Lateralus#11
Quote:
Originally Posted by t0mb.exe View Post
i put OldCODB in right location ( C:\ ) , and btw... i was sitting hours yersterday reading C# Ebooks, but still not understanding the cause of the problem i have!!!!
...yet ironically it has nothing to do with C#. No, this one is all common sense and english comprehension.
12/04/2011 01:28 2slam#12
as pro4never said its a configuration error , that doesn't mean its in configuratio.ini file , it means that it may be in mob info,mob spawn, npcs
as u enterd a wrong value for some thing , perhaps is C:/oldcodb/ is ur client path ???
12/04/2011 01:38 Spirited#13
Quote:
Originally Posted by Lateralus View Post
...yet ironically it has nothing to do with C#. No, this one is all common sense and english comprehension.
^
Exactly what I was going to say. The solution is in front of you. You just need to be able to break down the problem on your own and follow the guides available to you. The only stickied post in the release section has everything to do with NewestCoServer. Follow the guide. If you still have a problem, that's not our fault nor is it our problem. Thousands of other people have set it up without a problem.