http://bugs.winehq.org/show_bug.cgi?id=8770
--- Comment #69 from evildead ok.test.mail@gmail.com 2008-04-26 04:31:23 ---
hi,
i can confirm what reported by Kristian Buchardt. I have done the same test compiling wine 0.9.53 (on debian etch with ati x1300). In server/process.c i have changed the following line in function add_process_thread : list_add_tail( &process->thread_list, &thread->proc_entry ); whith list_add_head( &process->thread_list, &thread->proc_entry );
bnet is now playable. Instead of the freeze, i get the hiccup (like a little lag, but the other players don't notice it)(In reply to comment #55)
hi,
I have changed my ati x1300 with and nvidia N7600GS (nothing else changed on my machine) and all works perfectly using wine 0.9.56. So actually we are sure only about the following points :
1) the error occurs using fglrx ati driver ( perhaps also using intel ) 2) the problem could be probably related to thread management