Log in

View Full Version : Trouble with memory_mapped file


Randymarsh9
05-02-2013, 12:20 AM
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
Error Loading Items: EQEmu Exception (Shared Memory) in ..\..\projecteqemu\Server\common\memory_mapped_fil e.cpp at line (109): Could not open the file to find the existing file size.

and if I try to start a zone,
[05.02. - 00:17:05] Error Loading Items: EQEmu Exception (Shared Memory) in ..\..\projecteqemu\Server\common\memory_mapped_fil e.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_fil e.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.