EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   Getting errors when i try to launch server (https://www.eqemulator.org/forums/showthread.php?t=38404)

Astal 06-20-2014 03:34 PM

Quote:

Originally Posted by Trubles (Post 231458)
You might have a NULL in your database where there shouldn't be one.

What were you doing before you blew it up.

this is my database from 2012. I quit working on it because i was sick, and figured id start it up again. So i havent really done anything to it since then, it did work with the older server from back then. It says its creating the files but it stops at base data then shared_memory shuts down with no error ect...

I get an error when shared memory runs but it blinks out before you can see it and restarts on its own. I posted it earlier in the thread it was about not being able to open a shared memory file. It errored on the Items table.

For some reason it restarts after that and runs through until base data.

My friend whos running the exact same database as me on x64 says he cant get it working on 32 bit either, so im wondering if its not my database after all

Uleat 06-20-2014 04:08 PM

Since this is a 2012 db..has you sourced in all of the updates since?

Astal 06-20-2014 06:57 PM

Quote:

Originally Posted by Uleat (Post 231461)
Since this is a 2012 db..has you sourced in all of the updates since?

yes, my friend did it, and hes running the exact database on x64 binaries, is there anything specific that may make it run on x64 and not x86, like a specific file he may not have sourced or?

or could it be a memory issue with the server like would i have to edit anything in the source to make it work with extra items and spells?

Astal 06-21-2014 03:08 AM

Resourced my database, no files are appearing in the shared folder and im getting this error from world

nevermind, still getting the same error as before, cannot open shared memory file for this file segment

Astal 06-21-2014 04:47 AM

Ok after i removed all the extra junk from the folder im just getting this error when I launch world after shared memory.

http://s14.postimg.org/o1z45j4pd/eq_errors2.jpg

lerxst2112 06-21-2014 05:36 AM

If there aren't any files in the shared directory it does no good to try and run world, it will fail as you've seen.

Make sure you have a logs directory in your server directory, delete all files from the shared directory, then run shared_memory from a command prompt so you can see everything it outputs. Then, look in the logs directory to see if it wrote anything there.

Post the contents of the shared folder and any text it printed or wrote to a log file.

Astal 06-21-2014 07:08 AM

Quote:

Originally Posted by lerxst2112 (Post 231474)
If there aren't any files in the shared directory it does no good to try and run world, it will fail as you've seen.

Make sure you have a logs directory in your server directory, delete all files from the shared directory, then run shared_memory from a command prompt so you can see everything it outputs. Then, look in the logs directory to see if it wrote anything there.

Post the contents of the shared folder and any text it printed or wrote to a log file.

i cant get em to print in log files but i got the screen shot.

http://s16.postimg.org/8xggmcdol/eq_errors.jpg


HOWEVER if I run my whole server I get this error on world im guessing however thats cause the items arent loaded right, i get the same error using the PEQ database as mine so that shouldnt be it

http://s24.postimg.org/4fugy9pn9/eq_errors2.jpg

Astal 06-21-2014 07:30 AM

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.");
                }


Trubles 06-21-2014 10:47 AM

did you copy eqtime.cfg into your server folder from the source?

joligario 06-21-2014 01:11 PM

Quote:

Originally Posted by Trubles (Post 231481)
did you copy eqtime.cfg into your server folder from the source?

That won't error out the shared memory.

Scorpious2k 06-21-2014 01:55 PM

Quote:

Originally Posted by joligario (Post 231485)
That won't error out the shared memory.

But it is the error he is getting in the screenshot.

Astal 06-21-2014 05:47 PM

Quote:

Originally Posted by Scorpious2k (Post 231486)
But it is the error he is getting in the screenshot.

i fixed the time thing still getting the shared memory error which is the problem, this exact database works on x64

Uleat 06-21-2014 08:28 PM

Re-run cmake and post a screenie of the output there, si vous plais.

(You don't need to make changes..I'm just curious what is being found.)

Astal 06-22-2014 01:18 AM

Quote:

Originally Posted by Uleat (Post 231497)
Re-run cmake and post a screenie of the output there, si vous plais.

(You don't need to make changes..I'm just curious what is being found.)

http://s27.postimg.org/8lbcdsacz/cmake1.jpg

http://s27.postimg.org/gpjgiiws3/cmake2.jpg

Astal 06-22-2014 03:00 AM

Also if anyone could do me this favor, compile the 32bit server with vc++ 2013 and send me the exes maybe this is a problem with VC++ 2010


All times are GMT -4. The time now is 03:25 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.