Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Acheronx

Pages: [1]
1
VisualC++ / Compile/Running server problems
« on: June 05, 2007, 06:44:14 pm »
Running into a few problems. I'll explain what I did or doing at the time of the errors.

Quote
  LoadLibraryEx(C:\dev\planeshift\dbmysql.dll) error 998: Invalid access to memory location.
SCF_WARNING: factory returned a null instance for planeshift.database.mysql if error messages are not self explanatory, recompile CS with CS_DEBUG
WARNING: could not load plugin 'planeshift.database.mysql'

-- Some LOG stuff, if needed, I could post that, otherwise I'm sure it's not important? --

planeshift.application.server:
  No iDataConnection plugin!
    7701 <c:\dev\planeshift\src\server\psserver.cpp:250 psServer::Initialize>
    7703 Could not create database or connect to it:
    7703 error while initializing server!

That error pops up when I try to run psserver.exe. The file dbmysql.dll is located in the same directory as the psserver.exe, and I'm pretty sure it's not corrupted.I did compile the plgdbmysql and it was successful (aside from a warning that it couldn't find dbmysql.lib). Also the database is running at the time, proper tables, user account works, version 5.x CE (as directed in the guides)

Any help to figure what I might have done wrong or whatever it may be will be greatly appreciated. :)

Side note: I did as the guide said, downloaded and compiled the files required. So I'm at a loss to what's wrong. :x

Thanks in advance.
-Ach

Pages: [1]