http://bugs.winehq.org/show_bug.cgi?id=8453
--- Comment #2 from Stefan Dösinger stefandoesinger@gmx.at 2007-09-12 12:58:21 --- Can you retest this bug? I found and fixed a bug in the stateblock code which could cause that. The code attempted to duplicate a list. It created a copy of the first element in the source list, but instead of attaching it to the destination list, it attached it to the source list again.