Quote:
Originally Posted by †Death†Dealer
Still having trouble and i put the debug from the release file into the debug file still get the nobility error and it still closes

plz help me i do have team Veiw
|
There is no structure system created for Nobility. The error means exactly what it states. Unless you change around the code to refer to a different section of the source, you will want to create a new .cs file under Structs and put the structure part of the nobility code in there so the rest of the system will be able to refer to it.
Seems odd though that you only have the one error... usually if it was a serious problem where you were missing an entire structure system, you would have alot more, similar errors.
Check where the error refers to and look for similar lines of code in your nobility system and try to repair the damaged lines using it.
Quote:
Originally Posted by David5646
whenever i try to build i always get this error please help..This has stumped me many times before and is why i cannot make servers....
|
Rather strange problem that you would be missing actual .dll files. Are you using the original released version of CoEmu? or a modified one? Has the source ever worked or is it a new problem brought on by modification to the source?
If it's the base source with some modification I'd strongly recommend re-downloading the base source and working from there. Often the simplest solution is using the knowledge you have obtained with your progress and using it to re-write your missing data (which makes backing up your source whenever you get a new feature completed crucial)
It can be a time consuming way to learn but it really helps when you are testing new stuff and not 100pct confident in your skills. hell, I've messed up my source more times than I can count.