View Single Post
  #23  
Old 06-21-2014, 07:30 AM
Astal
Hill Giant
 
Join Date: Mar 2010
Posts: 236
Default

The line in the source that error is pointing at is does that mean the name of the memory file in shared is wrong?

Code:
		if(file == INVALID_HANDLE_VALUE) {
			EQ_EXCEPT("Shared Memory", "Could not open a file for this shared memory segment.");
		}
Reply With Quote