Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007650

  • 0 - None Assigned

  • Working as Intended

Issue Confirmations

  • Yes (5)No (1)
Photo

Body Reloc Client Crash

Posted by kyeme on 14 August 2013 - 05:21 PM

Body Reloc Client Crash w/ some official headgear
After using Asura Strike then use Zen then Fury and then Body Reloc (Snap) Boooom client crash.
Video:



Shining Santa Hat
Blue Poring Bubble
Angeling Bubble


Posted Image


To fix:
Change clif->snap(src, src->x, src->y);
to clif_slide(src, src->x, src->y);


skill.c
		case MO_BODYRELOCATION:
			if (unit_movepos(src, x, y, 1, 1)) {
	#if PACKETVER >= 20111005
				- clif->snap(src, src->x, src->y);
                + clif_slide(src, src->x, src->y);
	#else
				clif->skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick);
	#endif

but when using body reloc the posture should be the same as using converter please check my video



Hmm client side or server side? Im using client 2012-04-17Ragexe
Please confirm thank you :)
Note: The item is from official ragnarok

I am using 2013-07-03 client.
following your step my client dont crash. (tested with Blue Poring Bubble)

Edited by purityz, 14 August 2013 - 06:57 PM.


purityz, on 15 Aug 2013 - 02:41, said:

I am using 2013-07-03 client.
following your step my client dont crash. (tested with Blue Poring Bubble)

Im using 2012-04-17Ragexe and 2013-08-07Ragexe

Btw what character did you use? GM Suit or Normal Champion?
Not crashing with GM Suit

Unable to Reproduce

Currently using 2012-04-10
i don't see this
including 2013-06-xx
~

Ind 
changed status to: Confirmed

Did you already confirmed this Sir Ind or wrong status? :o

Edited by kyeme, 10 September 2013 - 04:52 AM.


Ind 
changed status to: Started

Ind 
changed status to: Unable to Fix

its the game clients' fault, while your fix solves the crashing it breaks the skill animation -- breaking the skill effect for those three seems somehow over.

its the game clients' fault, while your fix solves the crashing it breaks the skill animation -- breaking the skill effect for those three seems somehow over.

Question 1> How can I remove the skill animation for this to be fixed?
Question 2> And I really don't know why they do not get errors, is it because of the data files?
:)

Sorry to bump this topic again but I just want to ask again if you don't experience this error?
How to reproduce:
Use Asura Strike then --> Dangerous Soul Collect then --> then use Body Relocation then Voila! Client Crash.

/help
If you guys haven't experienced it yet, Where and what would be the cause of this problem? Or Am I missing some important files?

Another super cutie headgear :(
Posted Image

Sorry to bump this topic again but I just want to ask again if you don't experience this error?
How to reproduce:
Use Asura Strike then --> Dangerous Soul Collect then --> then use Body Relocation then Voila! Client Crash.

/help
If you guys haven't experienced it yet, Where and what would be the cause of this problem? Or Am I missing some important files?

Another super cutie headgear :(
Posted Image





Hello Kyeme

I cant reproduce this ,

do you got a Full CLient downlad from your server ?  so i can download him and debugg him to see where the error is.

or we can do it over teamviewer  , so you can show me the crash

Thank you ossi0110! I appreciate your help. I left you a message.

Ind 
changed status to: New

bgamez23, Hadeszeus confirmed this issue :)

Topic:
http://herc.ws/board...some-headgears/

Yeah How to fix this? What do we need in client files?

Yeah How to fix this? What do we need in client files?

it is not on the client side. it was on the server side problem.

@kyeme Do you still have this problem? It's weird. I can't replicate the problem now... Hmm...

bump the problem still exist.