Register for your free account! | Forgot your password?

You last visited: Today at 01:08

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



PS_UserLog error

Discussion on PS_UserLog error within the Shaiya PServer Development forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
PS_UserLog error

Hellow guys, when I select my character gives me this error: "Game data load error"
PS_UserLog:
2018-02-14 17:54:42 PS_USERLOG__system log start (UserLog)

2018-02-14 17:54:46 connect

2018-02-14 17:55:03 connect

2018-02-14 17:55:05 connect

2018-02-14 17:55:58 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'PS_GameLog.dbo.UserLog'., SQL STATE: 42S02, NATIVE ERROR: 208 (0xD0)

2018-02-14 17:55:58 DBWrite::LogLogin: err=-1, query=EXEC usp_Try_GameLogout_R 1,5232371168509427713,4,'64'

2018-02-14 17:55:58 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'PS_GameLog.dbo.UserLog'., SQL STATE: 42S02, NATIVE ERROR: 208 (0xD0)

2018-02-14 17:55:58 DBWrite::LogLogin: err=-1, query=EXEC usp_Try_GameLogout_R 1,5232371168509427713,4,'64'


if somebody can help me with where are the problem?
dorado1234 is offline  
Old 02/14/2018, 22:51   #2
 
XareL's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 159
Received Thanks: 346
Check this query from in DB > usp_Try_GameLogout_R
XareL is offline  
Old 02/14/2018, 23:17   #3
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
I find it. Now, what i need do?
dorado1234 is offline  
Old 02/15/2018, 01:39   #4
 
[MXD]Takeshi's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 137
Received Thanks: 147
Quote:
Originally Posted by dorado1234 View Post
I find it. Now, what i need do?
you missing this table, you can add it, or check proc for delete string
[MXD]Takeshi is offline  
Old 02/15/2018, 02:01   #5
 
killer2p's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 417
Received Thanks: 159
your missing your userlog
killer2p is offline  
Old 02/15/2018, 02:25   #6
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
Thanks for your answers, but what should I do to fix this error?
dorado1234 is offline  
Old 02/15/2018, 08:30   #7

 
{Skrillex}'s Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 849
Received Thanks: 407
Maybe the full database is missing. If not
execute this query below:
PHP Code:
USE [PS_GameLog]
GO

/****** Object:  Table [dbo].[UserLog]    Script Date: 02/15/2018 08:30:18 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE 
[dbo].[UserLog](
    [
row] [intIDENTITY(1,1NOT NULL,
    [
UserUID] [intNULL,
    [
SessionID] [bigintNULL,
    [
LogoutType] [smallintNULL,
    [
ErrType] [intNULL,
    [
LogType] [intNULL,
    [
LogTime] [datetimeNULL,
 
CONSTRAINT [PK_UserLogPRIMARY KEY CLUSTERED 
(
    [
rowASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONFILLFACTOR 90ON [PRIMARY]
ON [PRIMARY]

GO 
{Skrillex} is offline  
Thanks
2 Users
Old 02/15/2018, 14:09   #8
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
Hellow, this script don't work for me :/ i don't know that do
dorado1234 is offline  
Old 02/15/2018, 15:01   #9

 
{Skrillex}'s Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 849
Received Thanks: 407
Men, then please descripe what the problem is.
The Log says clearly that your .dbo.UserLog is missing. When you want help then tell us what says SQL Server after executing? Are you share that you have PS_GameLog DATABASE?

Regards
{Skrillex} is offline  
Old 02/15/2018, 15:22   #10
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
Sorry, i'm having error when i want enter with my character : " Game Data Load Error" i have ep 4.5 and my register are clean
your script work but i'm having game data load error.i was editing npcquest.data before of that error
PS_SESSION
2018-02-15 11:19:02 PS_SESSION__system log start (Session)

2018-02-15 11:19:03 userlog connect failed

2018-02-15 11:19:03 initserver() failed

2018-02-15 11:19:03 3 1 SService::ServiceCtrlDispatcher(): m_pService->Init()

2018-02-15 11:19:03 PS_SESSION__system log end (Session)

2018-02-15 11:19:03 3 1 SService::ServiceCtrlDispatcher(): service shutdown




PS_LOGIN:
2018-02-15 11:19:19 PS_LOGIN__system log start (Login01)

2018-02-15 11:19:21 session connect failed

2018-02-15 11:19:21 3 1 SService::ServiceCtrlDispatcher(): m_pService->Init()

2018-02-15 11:19:21 PS_LOGIN__system log end (Login01)

2018-02-15 11:19:21 3 1 SService::ServiceCtrlDispatcher(): service shutdown
dorado1234 is offline  
Old 02/15/2018, 19:55   #11

 
{Skrillex}'s Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 849
Received Thanks: 407
Okay. Do you have added linked server to SQL Server?

Itīs better when you post your PS_DBAGENT Log here.
{Skrillex} is offline  
Old 02/15/2018, 23:20   #12
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
I have error "game data load error". i was editing npcquest.sdata and i was put him on my shaiya server file > PS_CLIENT > BIN > DATA > HERE and now i have this error and i was import him with shaiya data tool to my client.

PS_DBAGENT:
2018-02-15 19:16:55 PS_DBAGENT__system log start (DBAgent01)

2018-02-15 19:17:06 connect game, Name=



2018-02-15 19:17:06 connect game, Name=
dorado1234 is offline  
Old 02/16/2018, 00:25   #13

 
{Skrillex}'s Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 849
Received Thanks: 407
Okay. Then you need to encrypt the NpcQuest.Sdata.

But in your logs PS_Session it sais cant connect to iniserver
{Skrillex} is offline  
Old 02/16/2018, 00:34   #14
 
elite*gold: 0
Join Date: Oct 2017
Posts: 160
Received Thanks: 11
PS_SESSION:
2018-02-15 19:16:47 PS_SESSION__system log start (Session)

2018-02-15 19:17:04 connect login

2018-02-15 19:17:06 connect game


i was fix it. but i have this error " game data load error" now i change this npcquest.data but i have the error too. :/
dorado1234 is offline  
Old 02/16/2018, 00:52   #15

 
{Skrillex}'s Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 849
Received Thanks: 407
Then you imported the NpcQuest.SData wrong. Client side needs to be decrypted
{Skrillex} is offline  
Reply

Tags
ps_userlog


Similar Threads Similar Threads
İbot Error-Error Video- Error İmages-HELP
04/10/2012 - DarkOrbit - 11 Replies
SORRY, MY ENGLİSH VERY BAD.I USE TO GOOGLE TRANSLATE :) Most people trying to ibot but in my computer İbot not working. Declared out this error everywhere but I do not get answers Here's the error Video http://youtu.be/q0fK09v-K3c
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_
04/08/2012 - elite*gold Trading - 2 Replies
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_uri URL is not properly formatted Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe.. was heisst das? redirect_uri URL is not properly formatted
[Error]Error when using Zero's method/And another Error
09/16/2011 - Shaiya Private Server - 5 Replies
well here is a screeny of my problem. Any assistance is greatly appreciated. I haven't come across this error before nor seen any posts up here about it. Also this is me executing the NpcQuest_cvs.bat and yes i changed python to C:/Python27/Python.exe in the command line. http://img707.imageshack.us/img707/9997/errorgx.p ng Ok So my second error involves changing Stat points per lvl here is my screen shots http://img854.imageshack.us/img854/6412/nosave.pn g
[Error] Server Error [/Error]
03/30/2011 - Dekaron Private Server - 7 Replies
Okay so i just start the server as usual but then i got this error: http://i.min.us/ibDMH2.jpg
ERROR ERROR ERROR!
11/08/2008 - Dekaron - 5 Replies
Hello, everytime i launch 2moons and log in it freezes just as the map is finished loading and the DAMN CRASH REPORTER comes up and the game closes. Can anyone help me get around this? I tried deleting the bug reporter(LOL) but all that happened was that it crashed without it popping up. PS. I think i read somewhere that it was caused because i needed to update something or change files, but no one would reply to me :( I am using the crc bypass from the sticky Anticipating your...



All times are GMT +2. The time now is 01:08.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.