-
Source Code help
I can get every thing to compile with out errors but i can not get any client to works i get this error
Code:
2011/ 3/31 22:30:33 GetMoverProp range_error min:0, max:1166, index:6553612
2011/ 3/31 22:30:33 CMover::InitProp - GetProp(6553612) return NULL
2011/ 3/31 22:30:33 SerializeOpt:573.119995
2011/ 3/31 22:30:33 GetMoverProp range_error min:0, max:1166, index:6553612
after a search on the forums i find out it the .res files are no good and to get the .res files from the Official client with is v17. if i use the .h files from that i get some compile errors but they are easy to fix. now the client stops working with no errors.
if i try and use the client from on of the repacks with new compiled server the client stops working.
so can some one please help with this i seen this same thing in a lot of posts with no answers. where can you get a working copy of the .res files
-
Re: Source Code help
One thing, if you use v17 files, your servers have to be v17.
-
Re: Source Code help
ok may be i am missing something
here are the steps i take
1. copy .h file from .res files of client to Resource fold for the source code
2. copy all the files from the .res files, the World, Model, and Char Folder from the client to the resource fold of the server
3. Compile the server's and the client
all the server start with no errors
Clients i have tried
V15 from one of the repacks
V15 i found useing google
i get no compile errors but i get this in the error log of the client and client crashes
Code:
2011/ 3/31 22:30:33 GetMoverProp range_error min:0, max:1166, index:6553612
2011/ 3/31 22:30:33 CMover::InitProp - GetProp(6553612) return NULL
2011/ 3/31 22:30:33 SerializeOpt:573.119995
2011/ 3/31 22:30:33 GetMoverProp range_error min:0, max:1166, index:6553612
V15 client upgraded to v16
i get no compile errors but i get this error log of the client
and client crashes. i looked at the strings and do not see any thing wrong with them
Code:
011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003393
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003394
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003395
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003396
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003397
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003398
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003399
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003400
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003401
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003402
V17 client
i get one error when i compile about MAX_LEVEL easy fix after that no compile errors. Client crashes with no error in log file.
-
Re: Source Code help
ok i fixed the V17 crash with no errors it was in the lang.h file had some extra stuff in it
now i get the same error as the v15 clients so i am started to think this error has nothing to do with the data.res datasub1.res and datasub2.res files
so if any one can point in the right way please help
-
Re: Source Code help
I'm having the same problems it all compiles with no errors but world server force closes on start up
-
Re: Source Code help