chraft / c-raft

Project has been retired! -- C#raft the open source c# minecraft server
http://www.c-raft.com
GNU Affero General Public License v3.0
102 stars 43 forks source link

Chunk Generator Not Found #164

Closed Sessional closed 12 years ago

Sessional commented 12 years ago

GetChunkGenerator(string type) in Server.cs returns a KeyNotFoundException when run in a fresh directory.

To produce this error: I cloned c-raft Built it Tried to run chraftServer.exe Doesn't start - loaded solution into Visual Study 2010 and tried to run as debug mode or release mode and got this error.

Sessional commented 12 years ago

Update: Figured out why - maybe look into making it load the CustomGenerator.dll when ran from debug?