PlaneShift

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category Engine → Crashes
  • Assigned To No-one
  • Operating System Windows
  • Severity Low
  • Priority Medium
  • Reported Version 0.7.28 Unreal
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: PlaneShift
Opened by KiFunStuS - 15.01.2023
Last edited by Talad - 28.01.2023

FS#7678 - my kra is constantly causing a server crash

as a gm even when set to player, my character can attack another player.

it is holding a warhammer in each hand. a 2 handed weapon, from years and years ago when you could dual weild polearms and warhammers.

every time i went to attack someone testing with havi it caused a server crash

if you load my account it is my Kra , heolell , or similar

Closed by  Talad
28.01.2023 11:26
Reason for closing:  Fixed
Admin
Talad commented on 15.01.2023 22:19

For my reference:

Assertion failed: attack_cnt [File:/home/planeshift/PSUnreal/Source/PSUnreal/bulkobjects/pscharacter.h] [Line: 2730]

0x0000000003f4d5f2 PSUnrealServer!UpsCombatENDAttackEvent::Trigger() [/home/planeshift/PSUnreal/Source/PSUnreal/bulkobjects/psattack.cpp:901]

0x00000000042af1e2 PSUnrealServer!UEventManager::ProcessEventQueue(UpsGameEvent*) [/home/planeshift/PSUnreal/Source/PSUnreal/util/eventmanager.cpp:106]

Admin
Talad commented on 23.01.2023 22:39

For my reference:

find who as 2 X two handed weapons equipped:

select char_id_owner,count(*) as c from item_instances i JOIN item_stats s ON i.item_stats_id_standard=s.id where valid_slots like '%BOTHHANDS%' and (parent_item_id is null or parent_item_id=0) and (location_in_parent=0 or location_in_parent=1) group by char_id_owner order by c desc;

move the left hand item in the storage:

update item_instances set location_in_parent=-2 where location_in_parent=1 and (parent_item_id is null or parent_item_id=0) and char_id_owner
IN (….);

Admin
Talad commented on 23.01.2023 23:19

I've moved to the storage the left handed weapon for all the characters that had 2 x two handed weapons equipped. This crash should not happen anymore.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing