I have not updated my server's code since the project started using git because I was afraid of breaking something. I finally decided to switch over today and update the code, but of course I broke something. When I start world.exe, I get this error in the logs
Code:
Error Loading Items: EQEmu Exception (Shared Memory) in ..\..\projecteqemu\Server\common\memory_mapped_file.cpp at line (109): Could not open the file to find the existing file size.
and if I try to start a zone,
Code:
[05.02. - 00:17:05] Error Loading Items: EQEmu Exception (Shared Memory) in ..\..\projecteqemu\Server\common\memory_mapped_file.cpp at line (109): Could not open the file to find the existing file size.
[05.02. - 00:17:05] Error Loading npc factions: EQEmu Exception (Shared Memory) in ..\..\projecteqemu\Server\common\memory_mapped_file.cpp at line (109): Could not open the file to find the existing file size.
I have the latest source code, made the things with Cmake, and built it with no errors. Anyone know what the cause of this may be?
Never mind. I just needed to make an empty folder named "Shared" in my build directory. It's working now.