
I get this error when I try to debug solution. It says that could not find a part etc.. But the problem is that the souls.ini is in that place where it says that it isnt.
My program.cs (line42 and line43)
Kernel.ReadSouls();
Game.ManageSoul.Load();
My kernel.cs (line44 and line45)
StreamReader sr = new StreamReader("database\\souls.ini");
while (!sr.EndOfStream)
Could you help me solve this problem ?
Best regards,
berlogas






