Ticket #2253 (closed defect: fixed)

Opened 7 months ago

Last modified 1 week ago

Duplicate character

Reported by: empiric Assigned to:
Priority: critical Milestone: milestone4
Keywords: Cc:
DP Revision: 4258 L2J Revision:
Geodata: Disabled

Description

Repeated click the Create character button causes duplicate character creation.

Attachments

duplicate.JPG (69.1 kB) - added by empiric on 03/18/08 09:18:55.
duplicate character

Change History

03/18/08 09:18:55 changed by empiric

  • attachment duplicate.JPG added.

duplicate character

07/14/08 18:50:16 changed by anonymous

lol? is this fixed?

07/15/08 18:38:49 changed by DrHouse

  • status changed from new to closed.
  • resolution set to worksforme.

I cannot do this anymore, reopen if it is possible somehow

07/15/08 19:19:58 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

problem still persists!

07/15/08 20:14:02 changed by BinLaden

Yeap I can confirm that it works :)

07/16/08 21:20:21 changed by Ky6uk

  • milestone set to milestone4.

09/06/08 16:47:54 changed by DrHouse

09/29/08 08:33:24 changed by DrHouse

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [2486]) Duplicate char names fix. Fixes #2253

09/29/08 08:48:11 changed by anonymous

What do you think [2486] fixes ? For sure not what you think it does.

That synchro only makes imposible to READ from db simultanously by two threads. But char creation process looks like this:

* Thread 1 checks if name is free * Thread 1 create object, initialize itd etc * Thread 2 check if name is free (it's still free) * Thread 1 save newly created char to DB * Thread 2 initialize char etc

So, we've got two chars with same name ;]


Add/Change #2253 (Duplicate character)




Change Properties
Action