Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function mismatch 00007FF770B4E1C0(connect_check_clear) != 00007FF7702760BD(npc_dynamicnpc_removal_timer) #8241

Open
tote93 opened this issue Apr 9, 2024 · 1 comment · May be fixed by #8265
Labels
type:bug Issue that is a bug within rAthena

Comments

@tote93
Copy link

tote93 commented Apr 9, 2024

rAthena Hash

03f07ab

Client Date

2019-06-05

Server Mode

Renewal

Result

1- Enable log_mvpdrop: yes
2- For testing purpose, I updated amon-ra respawn: moc_pryd06,102,85,1,1 boss_monster Amon Ra 1511,1,120000,0,0

Relevant Log Output

[Error]: delete_timer error : function mismatch 00007FF770B4E1C0(connect_check_clear) != 00007FF7702760BD(npc_dynamicnpc_removal_timer)

Expected Result

No errors in the console, just spawn the MVP.

How to Reproduce

1- Kill Amon Ra
2- Right after is death, run @reload script (usually doesn't show this issue).
3- It will spawn the MVP again.
4- Kill amon-ra and wait for the tomb
5- Right after the tomb shows up, run @reload script
6- Mapserver throws error below:
[Status]: Done loading '0' entries for '0' NPC Markets from 'market' table.
[Error]: delete_timer error : function mismatch 00007FF6AEE3E1C0(connect_check_clear) != 00007FF6AE5660BD(npc_dynamicnpc_removal_timer)
[Status]: Loading NPCs...
[Info]: Done loading '13034' NPCs:

I could noticed that when the error will happen, it takes longer time between the log:
[Status]: Done loading '0' entries for '0' NPC Markets from 'market' table.
to the Loading NPC part:
[Status]: Loading NPCs...
[Info]: Done loading '13034' NPCs:

Official Information

Modifications that may affect results

No response

@tote93 tote93 added the type:bug Issue that is a bug within rAthena label Apr 9, 2024
vstumpf added a commit to vstumpf/rathena that referenced this issue Apr 20, 2024
Fixes rathena#8241
This adds some missing placement news that I'm surprised hasn't blown up yet.
vstumpf added a commit to vstumpf/rathena that referenced this issue Apr 20, 2024
Fixes rathena#8241
This adds some missing placement news that I'm surprised hasn't blown up yet.
@vstumpf vstumpf linked a pull request Apr 20, 2024 that will close this issue
@vstumpf
Copy link
Member

vstumpf commented Apr 20, 2024

I was unable to reproduce with your steps, but can you try out #8265 and see?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Issue that is a bug within rAthena
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants