Thread: Shared Memory.
View Single Post
  #2  
Old 03-20-2013, 11:01 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by Zamthos View Post
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.");
Did you remember to create the folder shared?
Reply With Quote