Jump to content

How To Update Granny - 2.4 To 2.9


Recommended Posts

  • 3 weeks later...
  • 2 weeks later...

16>  UserInterface.cpp

16>....sourceUserInterfaceUserInterface.cpp(721): error C2440: '=' : cannot convert from 'void (__cdecl *)(granny_log_message_type,granny_log_message_origin,const char *,granny_int32x,const char *,void *)' to 'granny_log_function (__cdecl *)'
16>          This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...

any granny convertor?? all links are dead.

https://metin2dev.org/board/index.php?/files/file/36-granny-converter/

 

You need to convert the gr2 files to 2.9. Try using this converter

Thanks, I'll try that.

 

Edit:

But If I usedon't get those errors.

Even without converting my gr2 files.

 

Why?

You don't have any errors from granny because in this release commented these rows:

//static void GrannyError(granny_log_message_type Type,
// granny_log_message_origin Origin,
// char const*  File,
// granny_int32x Line,
// char const* Message,
// void * UserData)
//{
// TraceError("GRANNY: %s", Message);
//}

//  granny_log_callback Callback;
//   Callback.Function = GrannyError;
//   Callback.UserData = 0;
//   GrannySetLogCallback(&Callback);
return 1;

 

But I still wondering about errors which gives new granny with converted models, probably someone who is in good relationships with it explain these:

 

0817 21:40:26555 :: GRANNY: Unable to find matching track_group for Model: "Object01" in Animation: "D:\zwork\박재관\3월21일이후의수정애니메이션\수라캐릭터수정\수라모션수정\onehand_sword\wait.max"
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Object01' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone01' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone02' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone03' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone04' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Object08' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone05' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone06' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone07' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bone08' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
0817 21:40:43038 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton

 

Should I worry about such errors as "GRANNY: NewMeshBinding: Unable to find bone" and "GRANNY: Unable to find matching track_group for Model" ?

Thanks in advance. Regards.

 

Edited by wezt
Link to comment
Share on other sites

Error	292	error LNK2001: unresolved external symbol __imp__GrannyConvertSingleObject@20	etergrnlib.lib UserInterface
Error	293	error LNK2001: unresolved external symbol __imp__GrannyFindMatchingMember@16	etergrnlib.lib	UserInterface
Error	294	error LNK2001: unresolved external symbol __imp__GrannyUpdateModelMatrix@20	etergrnlib.lib	UserInterface
Error	295	error LNK2001: unresolved external symbol __imp__GrannyNewMeshDeformer@16	etergrnlib.lib	UserInterface
Error	296	fatal error LNK1120: 4 unresolved externals	Release/metin2client.exe	UserInterface

Anyone have an Idea? I use Novaline Client-Source.

 

I don't find etergrnlib.lib in UserInterface.... Or is it in some other File?

 

 

#Solved

 

solved. If anyone has the same problem. Put the Files from the Zip Data in your Extern/lib Folder and your special Lib-Folder.

Edited by xSess
Link to comment
Share on other sites

  • 2 months later...

Hey guys i did that and now i get this syserr

1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_01' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_03' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_sh_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_01' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_03' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_sh_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
1027 08:34:53622 :: Traceback (most recent call last):

1027 08:34:53622 ::   File "networkModule.py", line 247, in SetGamePhase

1027 08:34:53622 ::   File "game.py", line 101, in __init__

1027 08:34:53622 ::   File "interfaceModule.py", line 295, in MakeInterface

1027 08:34:53622 ::   File "interfaceModule.py", line 257, in __MakeTipBoard

1027 08:34:53623 ::   File "uiTip.py", line 182, in __init__

1027 08:34:53623 ::   File "uiTip.py", line 189, in __LoadFrameImages

1027 08:34:53623 :: RuntimeError
1027 08:34:53623 :: : 
1027 08:34:53623 :: Failed to load image (filename: season1/interface/oxevent/frame_2.sub)
1027 08:34:53623 :: 

the game loads fully and stops there the game wont open...

Link to comment
Share on other sites

  • Premium

Hey guys i did that and now i get this syserr

1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_01' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_03' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_sh_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_01' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_03' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_sh_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
1027 08:34:53622 :: Traceback (most recent call last):

1027 08:34:53622 ::   File "networkModule.py", line 247, in SetGamePhase

1027 08:34:53622 ::   File "game.py", line 101, in __init__

1027 08:34:53622 ::   File "interfaceModule.py", line 295, in MakeInterface

1027 08:34:53622 ::   File "interfaceModule.py", line 257, in __MakeTipBoard

1027 08:34:53623 ::   File "uiTip.py", line 182, in __init__

1027 08:34:53623 ::   File "uiTip.py", line 189, in __LoadFrameImages

1027 08:34:53623 :: RuntimeError
1027 08:34:53623 :: : 
1027 08:34:53623 :: Failed to load image (filename: season1/interface/oxevent/frame_2.sub)
1027 08:34:53623 :: 

the game loads fully and stops there the game wont open...

Failed to load image (filename: season1/interface/oxevent/frame_2.sub)

There's your error. Nothing to do with granny.

Link to comment
Share on other sites

Hey guys i did that and now i get this syserr

1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_01' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_03' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_sh_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_01' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_03' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_sh_02' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
1027 08:33:16497 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
1027 08:34:53622 :: Traceback (most recent call last):

1027 08:34:53622 ::   File "networkModule.py", line 247, in SetGamePhase

1027 08:34:53622 ::   File "game.py", line 101, in __init__

1027 08:34:53622 ::   File "interfaceModule.py", line 295, in MakeInterface

1027 08:34:53622 ::   File "interfaceModule.py", line 257, in __MakeTipBoard

1027 08:34:53623 ::   File "uiTip.py", line 182, in __init__

1027 08:34:53623 ::   File "uiTip.py", line 189, in __LoadFrameImages

1027 08:34:53623 :: RuntimeError
1027 08:34:53623 :: : 
1027 08:34:53623 :: Failed to load image (filename: season1/interface/oxevent/frame_2.sub)
1027 08:34:53623 :: 

the game loads fully and stops there the game wont open...

 

Failed to load image (filename: season1/interface/oxevent/frame_2.sub)

There's your error. Nothing to do with granny.

well i re-packed season1 and still i get the same error...

Link to comment
Share on other sites

hey guys i fixed the problem with season1 i replaced the packs with the oldones but i got this syserr

1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 HeadNub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 Ponytail1Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger0Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger1Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Finger2Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_01' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_02' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'lh_w_03' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'left_sh_02' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger0Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger1Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Finger2Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_01' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_02' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'rh_w_03' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'right_sh_02' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 L Toe0Nub' in the ToSkeleton
1028 08:54:31517 :: GRANNY: NewMeshBinding: Unable to find bone: 'Bip01 R Toe0Nub' in the ToSkeleton
1028 08:55:32275 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:32275 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:32850 :: GRANNY: File is file format revision 6 (current version is 7)
1028 08:55:32991 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
1028 08:55:33085 :: GRANNY: File is file format revision 6 (current version is 7)
1028 08:55:33089 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
1028 08:55:33113 :: GRANNY: File is file format revision 6 (current version is 7)
1028 08:55:33129 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
1028 08:55:33267 :: GRANNY: File is file format revision 6 (current version is 7)
1028 08:55:33276 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
1028 08:55:34744 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:34744 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:36226 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:36226 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:37749 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:37749 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:39226 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:39226 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:40671 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:40671 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:42153 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:42153 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:43670 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:43670 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:45135 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:45135 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:46609 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:46609 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:48067 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:48068 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:49544 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:49545 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:51003 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:51003 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:52491 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:52491 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:53997 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:53997 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:55458 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:55458 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:55485 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\run_Ή«±βΐεΒψ[ΌφΑ¤].max"

1028 08:55:55485 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\run_Ή«±βΐεΒψ[ΌφΑ¤].max"

1028 08:55:56501 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:56501 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:55:56501 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:55:56501 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:55:57092 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_02.max"

1028 08:55:57092 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_02.max"

1028 08:55:57603 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141105_ΔήΊΈΈπΌΗΌφΑ¤\combo_03[ΌφΑ¤]03.max"

1028 08:55:57603 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141105_ΔήΊΈΈπΌΗΌφΑ¤\combo_03[ΌφΑ¤]03.max"

1028 08:56:58330 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140826_ΌφΐΞ°ψ°έΈπΌΗΌφΑ¤\NEW ΌφΑ¤\combo_04_01[Ώψ·΅3Ήψ].max"

1028 08:56:58331 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140826_ΌφΐΞ°ψ°έΈπΌΗΌφΑ¤\NEW ΌφΑ¤\combo_04_01[Ώψ·΅3Ήψ].max"

1028 08:56:59350 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:59350 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:59351 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\run_Ή«±βΐεΒψ[ΌφΑ¤].max"

1028 08:56:59351 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\run_Ή«±βΐεΒψ[ΌφΑ¤].max"

1028 08:56:59786 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:59786 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:59811 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:59811 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:01303 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:01304 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:02757 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:02757 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:03212 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\sad.max"

1028 08:56:03212 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\sad.max"

1028 08:56:05951 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:05951 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:06920 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:06920 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:07017 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\dance_5.max"

1028 08:56:07017 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\dance_5.max"

1028 08:56:10917 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:10917 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:11762 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\dance_1.max"

1028 08:56:11762 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\dance_1.max"

1028 08:56:13089 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:13089 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:13876 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\clap.max"

1028 08:56:13876 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\clap.max"

1028 08:56:15713 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:15713 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:16602 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:16602 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:16803 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\congratulation.max"

1028 08:56:16803 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\max\All_set\congratulation.max"

1028 08:56:19036 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:19036 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20141104_ΔήΊΈΑ΅ΗΑΎΦ΄ΟΌφΑ¤\ΌφΑ¤ΐό\combo_01[Ί»ΌφΑ¤].max"

1028 08:56:19892 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:19892 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:21371 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

1028 08:56:21371 :: GRANNY: Unable to find matching track_group for Model: "wolfman_level_03" in Animation: "D:\MyWork\20130107_ΌφΐΞΑ·½Ε±ΤΔ³Έ―ΕΝ\20140917_ΌφΐΞΗμΎξΓί°΅Ώ΅΄λΗΡ ΎΦ΄ΟΌφΑ¤\wolfman\claw\wait[ΌφΑ¤].max"

i unpacked season1 and i copied only the monster npc and pc folders (which contains the new gr2 files) but then the error with the frame2.sub came back. what should i do?

Link to comment
Share on other sites

  • 2 months later...
  • 5 weeks later...
  • 4 weeks later...
  • 2 weeks later...
  • 4 weeks later...
On 17.4.2014 at 3:59 PM, Yiv said:

Dear community,

 

this is my first guide for you in which I will show you how you change the older Granny 2.4 version which is the client using to the newer Granny 2.9 version.

For this tutorial I'm using the mainline_released client source (all client sources are the same as I heard).

 

DO NOT FORGET TO CREATE BACKUPS!

 

1. Step:

Navigate to novalineSrcsToolsRAD Game Toolsgrannycommon and unzip the file granny_common_2_9_12_0_release.zip. You will receive some folders. Now you navigate into the folder include and copy the granny.h file to the include folder of your client (for me it's mainline_releasedSrcsExterninclude). Then you go into the libwin32 folder and copy all the *.lib and *.pdb files into your lib folder of your client.

 

2. Step:

Open your client source and navigate to the project EterGrnLib.

Open Mesh.cpp.

Search for this:


int * boneIndices = GrannyGetMeshBindingToBoneIndices(pgrnMeshBinding);

Replace with this:


int * boneIndices = (int*)GrannyGetMeshBindingToBoneIndices(pgrnMeshBinding);

Search for this:


return GrannyGetMeshBindingToBoneIndices(m_pgrnMeshBindingTemp);

Replace with this:


return (int*)GrannyGetMeshBindingToBoneIndices(m_pgrnMeshBindingTemp);

Search for this:


m_pgrnMeshDeformer = GrannyNewMeshDeformer(pgrnInputType, pgrnOutputType, GrannyDeformPositionNormal);

Replace with this:


m_pgrnMeshDeformer = GrannyNewMeshDeformer(pgrnInputType, pgrnOutputType, GrannyDeformPositionNormal, GrannyAllowUncopiedTail);

-----

Open ModelInstanceUpdate.cpp.

Search for this:


GrannyUpdateModelMatrix(m_pgrnModelInstance, fSecondsElapsed, (const float *) pMatrix, (float *) pMatrix);

Replace with this:


GrannyUpdateModelMatrix(m_pgrnModelInstance, fSecondsElapsed, (const float *) pMatrix, (float *) pMatrix, false);

-----

Open Material.cpp.

Search for this:


granny_variant twoSideResult = GrannyFindMatchingMember(pgrnMaterial->ExtendedData.Type, pgrnMaterial->ExtendedData.Object, "Two-sided");

if (NULL != twoSideResult.Type)
	GrannyConvertSingleObject(twoSideResult.Type, twoSideResult.Object, TwoSidedFieldType, &twoSided);

Replace with this:


granny_variant twoSideResult;

if (GrannyFindMatchingMember(pgrnMaterial->ExtendedData.Type, pgrnMaterial->ExtendedData.Object, "Two-sided", &twoSideResult)  
	&& NULL != twoSideResult.Type)
	GrannyConvertSingleObject(twoSideResult.Type, twoSideResult.Object, TwoSidedFieldType, &twoSided, NULL);

-----

Open ModelInstanceModel.cpp

Search for this:


return GrannyGetMeshBindingToBoneIndices(m_vct_pgrnMeshBinding[iMeshBinding]);

Replace with this:


return (int*)GrannyGetMeshBindingToBoneIndices(m_vct_pgrnMeshBinding[iMeshBinding]);

-----

Navigate to the UserInterface project.

Open UserInterface.cpp.

Search for this (it's at the end of the file):


static void GrannyError(granny_log_message_type Type,
						granny_log_message_origin Origin,
						char const *Error,
						void *UserData)
{
    TraceError("GRANNY: %s", Error);
}

Replace with this:


static void GrannyError(granny_log_message_type Type,
						granny_log_message_origin Origin,
						char const* File,
						granny_int32x Line,
						char const *Error,
						void *UserData)
{
    TraceError("GRANNY: %s", Error);
}

Now rebuild the whole project!

 

 

3. Step:

Go to the folder where we unziped the things of the first step and go to the lib folder. Copy the granny2.dll into your main client directory.

 

 

Now you're finished and you have Granny 2.9.

I hope this guide helped you!

 

 

Special Thanks to Cryfact!

 

Regards

got this error


Z81agHl.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

On 12/03/2015 at 2:36 AM, Adys20 said:
12>EterGrnLib.lib(Material.obj) : error LNK2001: unresolved external symbol __imp__GrannyFindMatchingMember@16
 
12>EterGrnLib.lib(Material.obj) : error LNK2001: unresolved external symbol __imp__GrannyConvertSingleObject@20
 
12>EterGrnLib.lib(ModelInstanceUpdate.obj) : error LNK2001: unresolved external symbol __imp__GrannyUpdateModelMatrix@20
 
12>EterGrnLib.lib(Mesh.obj) : error LNK2001: unresolved external symbol __imp__GrannyNewMeshDeformer@16
 
12>D:workspacebinaryTestRelease.exe : fatal error LNK1120: 4 unresolved externals
 
 
 
Please Help ? :)

Someone know ?

 

 

EDIT : FIX IT

Link to comment
Share on other sites

  • 3 weeks later...
  • 7 months later...

Error    3    error C2065: 'GrannyAllowUncopiedTail' : undeclared identifier    C:\Users\ADMIN\Desktop\Test\ClientSource - Kopya (3)\source\EterGrnLib\Mesh.cpp    139    1    EterGrnLib
Error    2    error C2660: 'GrannyConvertSingleObject' : function does not take 5 arguments    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\source\EterGrnLib\Material.cpp    255    1    EterGrnLib
Error    1    error C2660: 'GrannyFindMatchingMember' : function does not take 4 arguments    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\source\EterGrnLib\Material.cpp    253    1    EterGrnLib
Error    4    error C2660: 'GrannyUpdateModelMatrix' : function does not take 5 arguments    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\source\EterGrnLib\ModelInstanceUpdate.cpp    50    1    EterGrnLib
Error    9    error LNK1120: 4 unresolved externals    C:\Users\ADMIN\Desktop\Test\ClientSource - Kopya (3)\binary\Metin2Release.exe    UserInterface
Error    6    error LNK2001: unresolved external symbol __imp__GrannyConvertSingleObject@16    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(Material.obj)    UserInterface
Error    5    error LNK2001: unresolved external symbol __imp__GrannyFindMatchingMember@12    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(Material.obj)    UserInterface
Error    8    error LNK2001: unresolved external symbol __imp__GrannyNewMeshDeformer@12    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(Mesh.obj)    UserInterface
Error    7    error LNK2001: unresolved external symbol __imp__GrannyUpdateModelMatrix@16    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(ModelInstanceUpdate.obj)    UserInterface

 

Faults :( 

Yiv

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.