Skill problem

06/25/2013 23:30 myselfMuffin#1
Hallo alle zusammen. ich frage das ungern aber woran liegt das wenn ich auf meinem server die skills höher als 3 machen will mir die PS_Game abkratzt?

Habe das skillfix schon gemacht aber es funkst iwie trotzdem nicht...

Könnte mir da jemand helfen?
06/25/2013 23:39 NationalAlarm#2
ich habe das problem auch pls help?
06/26/2013 10:01 sondo81#3
einfach ausführen:


Code:
Use Ps_GameDefs
set ANSI_NULLS ON
set QUOTED_IDENTIFIER OFF
GO

ALTER Proc [dbo].[usp_Read_SkillMaxID_R]
AS

WAITFOR DELAY '00:01';

SELECT MAX(SkillID)
FROM Skills
WHERE SkillLevel < 100
der Autor hat "use Ps_gameDefs" weggelassen weil ja eigentlich klar ist das man das script auf GameDefs ausführt.
ggf. noch die vorhandenen Skills löschen

Code:
TRUNCATE TABLE [PS_GameData].[dbo].[charapplyskills];
TRUNCATE TABLE [PS_GameData].[dbo].[Charskills];
dann sollte es funktionieren.
06/26/2013 12:06 myselfMuffin#4
habe ich bereits herrausgefunden und auch alles so gemacht... aber es killt meine PS_Game immernoch...
06/26/2013 17:25 {Skrillex}#5
Ein Error log,könnte uns eher Helfen.

Kannst mich gerne auf Skype adden ich helf dir:

PS:Addy in der Signatur.
06/26/2013 18:03 myselfMuffin#6
================================================== ==============

2013-06-20 04:17:31 Exception !!!, code=0xC0000005, address=0x004840A1

Minidump write end.....................

0x004840A1 ps_game.exe: <unknown symbol>

Stack trace end.....................



Stack trace(all thread) begin.....................



Module list:

C:\ShaiyaServer\SERVER\PSM_Client\Bin\ps_game.exe, loaded at 0x00400000 - 09/07/15 12:22:00

WARNING: ps_game.exe is not accessible
Symbol search path is: ps_game.pdb
WARNING: ps_game.pdb is not accessible
WARNING: ps_game.pdb is not accessible

Microsoft (R) Windows Debugger Version 6.3.0017.0
Copyright (coffee) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\ShaiyaServer\SERVER\PSM_Client\Bin\Log\20130620 _031359_ps_game.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available

Windows Longhorn Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible
Product: Server, suite: TerminalServer SingleUserTS Blade
Debug session time: Thu Jun 20 04:17:31 2013
System Uptime: not available
Process Uptime: 0 days 0:03:32.000
Symbol search path is: ps_game.pdb
Executable search path is: ps_game.exe
.............................................
The call to LoadLibrary(ext) failed, Win32 error 2
"Das System kann die angegebene Datei nicht finden."
Please check your debugger configuration and/or network access.
The call to LoadLibrary(exts) failed, Win32 error 2
"Das System kann die angegebene Datei nicht finden."
Please check your debugger configuration and/or network access.
The call to LoadLibrary(uext) failed, Win32 error 2
"Das System kann die angegebene Datei nicht finden."
Please check your debugger configuration and/or network access.
The call to LoadLibrary(ntsdexts) failed, Win32 error 2
"Das System kann die angegebene Datei nicht finden."
Please check your debugger configuration and/or network access.
(6304.4358): Access violation - code c0000005 (!!! second chance !!!)

thread count = 27
thread 0(27872)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x77001194 kernel32.dll: WaitForSingleObjectEx + 67

0x77001148 kernel32.dll: WaitForSingleObject + 18

0x76517BE6 sechost.dll: I_ScIsSecurityProcess + 2215

0x76518040 sechost.dll: RegisterServiceCtrlHandlerExA + 634

0x76518553 sechost.dll: StartServiceCtrlDispatcherA + 104

0x004E427D ps_game.exe: <unknown symbol>

0x00540640 ps_game.exe: <unknown symbol>

0x004CCB90 ps_game.exe: <unknown symbol>

0x95E90000 <unknown module>: <unknown symbol>


thread 1(27904)

0x7758014D ntdll.dll: ZwWaitForMultipleObjects + 21

0x77001A2C kernel32.dll: WaitForMultipleObjectsEx + 142

0x77004238 kernel32.dll: WaitForMultipleObjects + 24

0x004E2B99 ps_game.exe: <unknown symbol>

0xFF006AEC <unknown module>: <unknown symbol>


thread 2(28008)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x77001194 kernel32.dll: WaitForSingleObjectEx + 67

0x77001148 kernel32.dll: WaitForSingleObject + 18

0x004D5738 ps_game.exe: <unknown symbol>

0x770033CA kernel32.dll: BaseThreadInitThunk + 18

0x77599ED2 ntdll.dll: RtlInitializeExceptionChain + 99

0x77599EA5 ntdll.dll: RtlInitializeExceptionChain + 54


thread 3(27760)

0x7758014D ntdll.dll: ZwWaitForMultipleObjects + 21

0x770033CA kernel32.dll: BaseThreadInitThunk + 18

0x77599ED2 ntdll.dll: RtlInitializeExceptionChain + 99

0x77599EA5 ntdll.dll: RtlInitializeExceptionChain + 54


thread 4(26900)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x77001194 kernel32.dll: WaitForSingleObjectEx + 67

0x77001148 kernel32.dll: WaitForSingleObject + 18

0x004D9E2B ps_game.exe: <unknown symbol>

0xFF006AEC <unknown module>: <unknown symbol>


thread 5(28400)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x74FC3176 MSWSOCK.dll: MigrateWinsockConfiguration + 25679

0x76536958 WS2_32.dll: WSAAccept + 130

0x004D7ECE ps_game.exe: <unknown symbol>


thread 6(28600)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x77001194 kernel32.dll: WaitForSingleObjectEx + 67

0x77001148 kernel32.dll: WaitForSingleObject + 18

0x004D9E2B ps_game.exe: <unknown symbol>

0xFF006AEC <unknown module>: <unknown symbol>


thread 7(18828)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x77001194 kernel32.dll: WaitForSingleObjectEx + 67

0x77001148 kernel32.dll: WaitForSingleObject + 18

0x004D9E2B ps_game.exe: <unknown symbol>

0xFF006AEC <unknown module>: <unknown symbol>


thread 8(28188)

0x7757F8C1 ntdll.dll: NtWaitForSingleObject + 21

0x77001194 kernel32.dll: WaitForSingleObjectEx + 67

0x77001148 kernel32.dll: WaitForSingleObject + 18

0x004D9E2B ps_game.exe: <unknown symbol>

0xFF006AEC <unknown module>: <unknown symbol>


thread 9(27832)

0x7757F949 ntdll.dll: NtRemoveIoCompletion + 21

0x004DCB92 ps_game.exe: <unknown symbol>


thread 10(27772)

0x7757F949 ntdll.dll: NtRemoveIoCompletion + 21

0x004DCB92 ps_game.exe: <unknown symbol>


thread 11(26676)

0x7757F949 ntdll.dll: NtRemoveIoCompletion + 21

0x004DCB92 ps_game.exe: <unknown symbol>


thread 12(28620..

Ich hab das Problem immernoch das kotzt langsam echt an...