error 3003

Added by baphomeh about 8 years ago

ERROR HERE [[http://pastebin.com/ygC6RKDX]]

was getting error 3003 and thought it was a server problem.. tried everything.. after a lot of experimentation, i noticed that there were errors in the client. when trying to rebuild the client there were several missing files due to the lack of MCF and ATL (because I am using Visual Studio 2008 Express)

I found out that the Windows Developers Kit has many of the missing header files. It can be downloaded here. [[http://www.microsoft.com/whdc/DevTools/WDK/WDKpkg.mspx]]

The Windows 7 SDK can be downloaded from here for some of the remaining files.
[[http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&displaylang=en]]

INCLUDE FILES: To include these files in Visual Studio 2008 Express, add them into Tools -> Options -> Projects and Solutions -> VC++ Directories -> Include Files section.
(note that these line will be determined by which version of the WDK you install and where)

C:\WinDDK\7600.16385.1\inc\mfc42
C:\WinDDK\7600.16385.1\inc\atl71
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include

LIBRARY FILES: To include these files in Visual Studio 2008 Express, add them into Tools -> Options -> Projects and Solutions -> VC++ Directories -> Library Files section.
(note that these line will be determined by which version of the WDK you install and where)

C:\WinDDK\7600.16385.1\lib\Mfc\i386
C:\WinDDK\7600.16385.1\lib\ATL\i386

P.S. - (your file structure)*\code\ryzom\client\client.sln* is what you need to open and build, then follow instructions in [[http://dev.ryzom.com/wiki/ryzom/RunClientOnWindows]]
(Running outside Visual Studio section)

UPDATE: Well the above technique allowed me to successfully build the client without Visual Studio Professional and MFC/ATL

Unfortunately even after all of that I still get the same 3003 error code... but at least the client builds without errors now.


Replies (8)

RE: error 3003 - Added by TomH about 8 years ago

Actually the 3003 error comes up because the client can't connect to the server to validate the log-in information.

I think you forgot to edit the configuration files for the php login script located at:

\ryzom\code\ryzom\tools\server\www\login

There's a config.php

Edit that and you should be able to connect without a problem.

If there's a problem connecting to database, check http://dev.ryzom.com/wiki/ryzom/ConfigureForLinux#Setting-up-MySQL and http://dev.ryzom.com/wiki/ryzom/EverythingWindows#4-Setting-up-ApacheMySQLPHP

RE: error 3003 - Added by baphomeh about 8 years ago

We actually did remember that section

Here is the full code [[http://pastebin.com/awHmPEKk]]

This problem is driving my whole team nuts. I t must be the same thing Speedz encountered. I have no clue, am hoping i can get one of you guys to remote into my desktop for a few to check it out.. lolz

RE: error 3003 - Added by kerozcak about 8 years ago

Well, maybe if you want working server just now for test, you can set up vmware machine with Ubuntu and make server on linux. You could have working server while working on your Vista issue

RE: error 3003 - Added by baphomeh about 8 years ago

hmmm that is an idea i didnt think of... especially since down the road of course we will be running on linux server anyways and just wanted windows for early development.. but since others have windows working sort of wanted to do that too

you know how it is.. a problem that should be simple.. im sure its something simple. we have three developers. one with windows xp one with vista 64 and windows 7 64

we are building 32 bit clients and servers on all three. the windows xp 32 is working fine and the vista and windows 7 are having the exact same problem. all configs and other info has been done exactly the same on all three machines.

we would prefer to sort this out before moving forward. but if we cant sort it out in the next two days we will have to try your idea.

RE: error 3003 - Added by baphomeh about 8 years ago

ERROR HERE http://pastebin.com/6z7AC8G2

Simply not connecting to Database or more properly, not getting response from database properly during login (able to create users fine)

PLEASE anyone help..

Ive tried everything suggested and STILL nothing works

Checked and double checked all ip adresses (in all config files and also in the database), tried different variations (including using the web ip using whatismyip and also the Ip stated by using ipconfig)

All have same error

When using the specific IP I was able to also get an error 3004 as well, so I changed them all back to localhost

It was suggested for me to run the server on Linux for a while but as I have a real team and am soon expanding, I would prefer to get the two windows boxes that are on Windows 7/Vista 64 to run properly

I am certain the problem is related to that, but other people with Vista and Windows 7 have had it functioning with no problem

I beg plead and otherwise whine in hopes that someone with it working on Windows 7 or Vista come forward, even if it is to do a remote Desktop to my computer to help

btw the website for my project is at http://underworld.wecometoplay.com

If ANYONE knows the user Speedz, please have him contact em via Yahoo IM ID pan_gaa or MSN ID as I am certain this is the same error he encountered, and one with a simple solution.

ERROR HERE http://pastebin.com/6z7AC8G2

RE: error 3003 - Added by TomH about 8 years ago

What I do it have all the configuration files either be localhost or use the ip 127.0.0.1

Then in the database you can use your public ip anywhere where you see open.ryzom.com replace it with your public ip.

Now the login server is trying to connect to 192.168.1.45, is that your internal ip?

Try changing that to 127.0.0.1

This is only for server side.

Now for the client, simply use your public ip.. the same IP you replaced from open.ryzom.com

RE: error 3003 - Added by baphomeh about 8 years ago

192.168.1.45 is my internal IP but it isnt listed in any config files anywhere all of those files and even in the database it says "localhost"

RE: error 3003 - Added by TomH about 8 years ago

I could try and help you out if you want.

I don't promise to resolve the problem but we can give it a try and see.

I'm going to add you to msn. My email begins with jbb...............

(1-8/8)