Thread: Shared Memory.
View Single Post
  #1  
Old 03-20-2013, 10:52 PM
Zamthos
Discordant
 
Join Date: Jan 2013
Posts: 284
Default Shared Memory.

My Shared_Memory.exe is crashing upon startup, it says it has an issue with the below line.

Error Message:
Code:
Error: EQEmu Exception <Shared Memory> in ..\..\common\memory_mapped_file.cpp at line (58): Could not open a file for this shared memory segment.
Line of Code:
Code:
EQ_EXCEPT("Shared Memory", "Could not open a file for this shared memory segment.");
Reply With Quote