View Single Post
  #5  
Old 06-19-2014, 10:41 PM
Astal
Hill Giant
 
Join Date: Mar 2010
Posts: 236
Default

Quote:
Originally Posted by Scorpious2k View Post
Then you need to run it from a batch file so it doesn't close.

create a file that has these 3 lines in it:

Code:
@echo off
shared_memory.exe
pause
save it as test.bat in your eqemu folder where shared_memory.exe, world.exe, etc are

double click it to run it

let's see what the error says
no error, just stops loading at base data then it says hit any key to continue, the only other error i caught when first running shared memeory is


Eqemu exception (shared memory) in ..\common\memory_mapped_file.cpp at line 61 could not open a file for this shared memory segment
Reply With Quote