http://bugs.winehq.org/show_bug.cgi?id=23858
Summary: Starcraft 2: ACCESS_VIOLATION after login with 1.0.1.16195 and 2.6.35-rc6 Product: Wine Version: 1.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: proppy@aminche.com
The game loads, and crash after validating login name with a crash reporting window displaying:
ACCESS_VIOLATION (0xC0000005) occurred at 0073:3CCD9B3F. The memory at '0x35948521' could not be read
I run Ubuntu Lucid, with latest kernel and nvidia driver from ppa:
Linux murasaki 2.6.35-12-generic #17~lucid1-Ubuntu SMP Fri Jul 23 21:24:14 UTC 2010 i686 GNU/Linux ii nvidia-current 256.35-0ubuntu2~xup2
I checked that the kernel source from Ubuntu does include the patch from: http://bugs.winehq.org/show_bug.cgi?id=23323
proppy@murasaki:/usr/src/linux-maverick-source-2.6.35$ grep icebp arch/x86/kernel/traps.c int user_icebp = 0; * then it's very likely the result of an icebp/int01 trap. user_icebp = 1; if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp)
I attached wine output.
Feel free to tell me if you need additional testing, or informations.