Hercules Elf Bot - Sep 21, 2012 19:46
Originally posted by [b]Brynner[/b]
when i try to compile a pre-re server. there is no problem on the compilation. but when i try to run the server. map server always restarting.
Hercules Elf Bot - Sep 21, 2012 20:35
Originally posted by [b]Mysterious[/b]
You should try to elaborate a little bit better for us :<. Any errors popping up? When did you notice this beginning? After what revision? Is there anything being mentioned before the server actually restarts? Is it a clean revision or do you have tons of modifications?
This post has been edited by
Mysterious
on Sep 21, 2012 20:36
Hercules Elf Bot - Sep 21, 2012 20:56
Originally posted by [b]Brynner[/b]
there are no errors. the problem is the server is not starting. after reading skill_require_db,txt the map server crashed.
Hercules Elf Bot - Sep 21, 2012 20:59
Originally posted by [b]Brynner[/b]
how to reproduce?
just simply download the latest revision of rathena.
then simply disable #define RENEWAL from
src\config\renewal.h
recompile. then start the server.
Hercules Elf Bot - Sep 21, 2012 21:08
Originally posted by [b]kyeme[/b]
I can login but in the console the error is--> skill_cast_db like this http://rathena.org/board/tracker/issue-6696-skill-cast-dbtxt/
Hercules Elf Bot - Sep 21, 2012 21:09
Originally posted by [b]Brynner[/b]
[quote name='kyeme' timestamp='1348261684' post='14605']
I can login but in the console the error is--> skill_cast_db like this [url="http://rathena.org/board/tracker/issue-6696-skill-cast-dbtxt/"]http://rathena.org/b...ill-cast-dbtxt/[/url]
[/quote]
are you using the latest and fresh revision?
Hercules Elf Bot - Sep 21, 2012 21:14
Originally posted by [b]kyeme[/b]
Yes, super latest revision
Hercules Elf Bot - Sep 22, 2012 22:09
Originally posted by [b]Brynner[/b]
why it became duplicate? duplicate from what issue? im using the latest revision. the map server still crashed if i disabled the renewal setup.
This post has been edited by
Brynner
on Sep 22, 2012 22:16
Hercules Elf Bot - Sep 23, 2012 3:12
Originally posted by [b]malufett[/b]
this cause the crash
[CODE]
#ifdef RENEWAL_CAST
skill_split_atoi(split[7],skill_db[i].fixed_cast);
#endif[/CODE]
anyway I'll commit fixes later...
Hercules Elf Bot - Sep 24, 2012 15:30
Originally posted by [b]Brynner[/b]
[quote name='malufett' timestamp='1348369938' post='14636']
this cause the crash[CODE]#ifdef RENEWAL_CASTskill_split_atoi(split[7],skill_db[i].fixed_cast);#endif[/CODE]anyway I'll commit fixes later...

[/quote]
thanks for confirming this. i hope this will be fix soon.
Hercules Elf Bot - Sep 27, 2012 7:56
Originally posted by [b]cataclysmro[/b]
bump. Any news regarding this one?
Hercules Elf Bot - Sep 27, 2012 14:22
Originally posted by [b]Brynner[/b]
bump for this. i can't use pre-re on latest revision.
Hercules Elf Bot - Sep 27, 2012 14:34
Originally posted by [b]malufett[/b]
[quote]bump for this. i can't use pre-re on latest revision.[/quote]
w8 a moment..ATM disable your RENEWAL_CAST
Hercules Elf Bot - Sep 27, 2012 15:07
Originally posted by [b]malufett[/b]
Fixed @ [rev='16806']