http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #159 from Carsten Juttner carjay@gmx.net 2012-03-11 07:55:14 CDT --- (In reply to comment #157)
I updated the patch, can you try again? Hopefully you were just having trouble with the CommandLine parsing, so I removed that piece. Not sure what else could have caused a crash anyway :)
This patch won't work as is on my Ubuntu system since it tries to set the scheduling policy to SCHED_FIFO which isn't allowed by the process limits (it will return "no permission" when calling pthread_create).
If I remove the scheduling setup, the login to character selection works (didn't test more).