-
2 Attachment(s)
Would anyone reply and fix the error ? What should I do to gain your attention ?
Now I had an error .. mentioned earlier but no one thought about helping with fixing it :mad: now there is a new error Visual C++ Runtime Error Attachment 122544 coming from the SR_GameServer here's the statement about the error
Code:
Association Reputation Check is Failed
Attachment 122545 I removed the server and reset it again, and reinstalled the Visual C++ Runtime Library and still the same problem exists.
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Did you use Grabpets with 5pages?
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Association Reputation Check is Failed << this message comes when the SR_Gameserver finish loading game regions ..
the meaning of my words is it is not a problem you just have to open the SMC and launch your server.
have you tried any other DBs ?
and i want to see your RefRegionBindAssocServer.dbo ..
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
Jason1990
Did you use Grabpets with 5pages?
umm I don't think so cuz I'm using the v1.188 I got from the Tutorial section and I didn't modify anything
-
2 Attachment(s)
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
mazazekoo
Association Reputation Check is Failed << this message comes when the SR_Gameserver finish loading game regions ..
the meaning of my words is it is not a problem you just have to open the SMC and launch your server.
have you tried any other DBs ?
and i want to see your RefRegionBindAssocServer.dbo ..
Actually yes it has finished loading the game I can tell that cuz before that error appeared I wasn't able to start the server (The red circle never turned green in SMC) but now it does turn green and the server should be operating perfectly until the Runtime error pops out and then the SR_Gameserver crashes. About the dbo did you mean this ->Attachment 122551Attachment 122552?
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
samersamirg
Actually yes it has finished loading the game I can tell that cuz before that error appeared I wasn't able to start the server (The red circle never turned green in SMC) but now it does turn green and the server should be operating perfectly until the Runtime error pops out and then the SR_Gameserver crashes. About the dbo did you mean this ->
Attachment 122551Attachment 122552?
I believe that this error may be that your PC can not run all regions.
From what to see in the pic, almost everything enabled. Try to run it again only with CHINA enabled.
1 -> Enabled
0 -> Disabled
-
1 Attachment(s)
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
mayc0n
I believe that this error may be that your PC can not run all regions.
From what to see in the pic, almost everything enabled. Try to run it again only with CHINA enabled.
1 -> Enabled
0 -> Disabled
Thank you, the problem got solved, I'm grateful ^_^ one last question if the 1s for enabling and 0s for disabling then what are 2s used for ? Now I can't use v1.193 client on v1.188 database ? Cuz when I start the client I get this Attachment 122563P.S. I modified the client's version in server.cfg file.
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
looool man it was my solution .... but np i'm happy that your problem has been solved
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
mazazekoo
looool man it was my solution .... but np i'm happy that your problem has been solved
Thanks to you too for your help and you get a like ;) ... umm also I would be grateful if you would tell me if the that C4 error is because of the different version ?
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
samersamirg
Thank you, the problem got solved, I'm grateful ^_^ one last question if the 1s for enabling and 0s for disabling then what are 2s used for ? Now I can't use v1.193 client on v1.188 database ? Cuz when I start the client I get this
Attachment 122563P.S. I modified the client's version in server.cfg file.
2 = second server
3 = third server
and so on
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
thanks for the like.. and i didn't understand you by v1.193 did you mean the new job system or your client version ?
if it is the new job you will have to visit this link http://forum.ragezone.com/f722/vsro-...ew-job-816344/
and if it is your client version you will have download the IPInput tool to change the client version to your DB's version and server's version .:thumbup:
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Code:
Association Reputation Check is Failed
Attachment 122545 I removed the server and reset it again, and reinstalled the Visual C++ Runtime Library and still the same problem exists.[/QUOTE]
how have you solve that?
ps: i have only China 1(what isn't China=0)
Ps:2 i have C++ libraries
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
re-uploaded for all the RZrs IPInput.rar
Quote:
Originally Posted by
OnlyRipper
Code:
Association Reputation Check is Failed
Attachment 122545 I removed the server and reset it again, and reinstalled the Visual C++ Runtime Library and still the same problem exists.
how have you solve that?
ps: i have only China 1(what isn't China=0)
Ps:2 i have C++ libraries
maybe you should give more information or pictures. and I'll try to help because i didn't understand you .
did you mean that no regions work but china ?
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
http://forum.ragezone.com/f739/check-screen-907649/
here you'll find
ps: When i enter in client it doesnt'appear "check"but some strange letter and no text like Login/Connect/Exit everythign it's transparent
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Man please did you start your server from the SMC or have tryed to do that and failed ?
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
OnlyRipper
Code:
Association Reputation Check is Failed
Attachment 122545 I removed the server and reset it again, and reinstalled the Visual C++ Runtime Library and still the same problem exists.
give us information to try to solve your problem
you used 5Page inventory.
if your yes , execute this querrys
*This to delete pets from all Server Characters
Code:
USE SRO_VT_SHARD EXEC _SEEK_N_DESTROY_ITEM [Here Write Pets Codes]
*This to back your pets 1Page inventory again
Code:
USE [SRO_VT_SHARD]
GO
/****** Object: StoredProcedure [dbo].[_AddNewCOS] Script Date: 09/01/2012 12:09:06 ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[_AddNewCOS]
@OwnerCharID int,
@RefObjID int,
@Level int,
@HP int,
@MP int,
@HGP int,
@KeeperNPC int,
@State int,
@InventorySize int,
@itemID int,
@PickItemConfig tinyint,
@RentEndTime smalldatetime
as
begin tran
declare @COS_ID int
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- pet_skill_item (ÃÖ¼±È£)
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
declare @MaxInventorySize tinyint
select @MaxInventorySize = InventorySize
from _RefObjCommon, _RefObjChar
where _RefObjCommon.ID = @RefObjID and _RefObjCommon.Link = _RefObjChar.ID
if( @@rowcount = 0 or @MaxInventorySize < @InventorySize )
begin
rollback tran
return -5
end
insert into _CharCOS values (@OwnerCharID, @RefObjID, @HP, @MP, @KeeperNPC, @State, NULL, @Level, 0, @HGP, @PickItemConfig, @RentEndTime)
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
set @COS_ID = @@identity
if (@COS_ID = 0 OR @@error <> 0)
begin
rollback tran
return -1
end
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- pet_skill_item (ÃÖ¼±È£)
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
if (@MaxInventorySize > 0)
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
begin
declare @Slot int
set @Slot = 0
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- pet_skill_item (ÃÖ¼±È£)
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
while (@Slot < @MaxInventorySize)
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
begin
insert into _InvCOS values(@COS_ID, @Slot, 0)
if (@@error <> 0)
begin
-- Àκ¥Å丮 »ý¼º ½ÇÆÐ!
rollback tran
return -2
end
set @Slot = @Slot + 1
end
end
/* --´õ ÀÌ»ó ÀÌ Ä÷³¿¡´Â µ¥ÀÌÅ͸¦ ³ÖÁö ¾Ê´Â´Ù!
UPDATE _Char SET EngagedCOS = @COS_ID WHERE CharID = @OwnerCharID
IF (@@ERROR <> 0 OR @@ROWCOUNT = 0)
BEGIN
ROLLBACK TRANSACTION
RETURN -3
END
*/
if( @itemID <> 0 )
begin
update _Items set Data = @COS_ID where ID64 = @itemID
if( @@error <> 0 or @@rowcount = 0 )
begin
rollback transaction
return -4
end
end
commit tran
return @COS_ID
Which Sr_GameServer your using !
The Really perfect one is Chernobyl sr_gameserver you can find it on Release section
Like if Helped
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
mazazekoo
Man please did you start your server from the SMC or have tryed to do that and failed ?
i started with/without SMC and it's the same look here please.
http://forum.ragezone.com/f739/check-screen-907649/
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
OnlyRipper
can you show me the SR_Gameserver's picuter ? you are showing me the globalmanager only
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
mazazekoo
Man please did you start your server from the SMC or have tryed to do that and failed ?
Quote:
Originally Posted by
mazazekoo
can you show me the SR_Gameserver's picuter ? you are showing me the globalmanager only
'
Done!
Look here:http://forum.ragezone.com/f739/check-screen-907649/
That its' my post xD please
It's with all errors that i have +screens
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
OnlyRipper
LOL cool please check your ini.txt and your DB Name :) thats all
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
same....i've chcked,rewrite all! i don't know what to do ...can you give me your skype?
just don't know what to do
DONE!
Thx to mazazekoo i set up the server now it's done.i have some problems with the cllient now because the launcher don't want to update it can'd find jupiter mobs,some skills from jupiter mobs
-
1 Attachment(s)
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
mazazekoo
thanks for the like.. and i didn't understand you by v1.193 did you mean the new job system or your client version ?
if it is the new job you will have to visit this link
http://forum.ragezone.com/f722/vsro-...ew-job-816344/
and if it is your client version you will have download the IPInput tool to change the client version to your DB's version and server's version .:thumbup:
umm I did exactly what you said and the game started normally, then I entered the id & pw and after the image verification code the game crashes (no code appears just an empty box) and I get this error Attachment 122636 BTW my OS is Win 7 SP1 not XP :D. Actually about the new job system I did get the client and the db but I wasn't able to add my ip in that db so I used 1.188 db but the 1.188 client does not work (x-trap crashes the game) so I used the client came with 1.193 db
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
samersamirg
umm I did exactly what you said and the game started normally, then I entered the id & pw and after the image verification code the game crashes (no code appears just an empty box) and I get this error
Attachment 122636 BTW my OS is Win 7 SP1 not XP :D
i think it's something with sro_client.Not sure
what db are you using and what client?
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
Quote:
Originally Posted by
OnlyRipper
i think it's something with sro_client.Not sure
what db are you using and what client?
v.1.193 client (the one in the new job system thread) and v1.188 db. P.S. I edited the version of the client with the db's version and same in the server.cfg
-
Re: Would anyone reply and fix the error ? What should I do to gain your attention ?
that means the client it's wrong try with statiic db and 188 client,do you really want that new job system?