Hi again...
...apols for my tardiness, just got home...
Okidoki...possibly the most useful info about this over at winehq, is this posting..;
http://appdb.winehq.org/objectManager.php?sClass=version&iId=23504
You can aside the CD references and the reference to d3dx9_36 (it's already installed
with Steam), but the rest of that outlay is perhaps pertinent...
...going by your logfile, the game launcher (Launcher.exe) is crashing before it
passes runtime args to the game binary (witcher2.exe) ; the runtime args are created
by the configuration program (Configurator.exe) ... all these three binaries concert
together, but this is probably not happening ; it also means there's 3 binaries that
need be examined (or debugged) -- ostensibly, the logfile you've produced is actually
just what's going wrong with the Launcher.exe part....
...the launcher is the binary looking for vcrun2010 ; I cannot say if the other parts
need this. You'll see in the winehq exposition, that the Launcher.exe part is allegedly
not working -- that may be due to the fact it's calling for gdiplus.dll but nobody has
twigged this (it's in your debuglog tho' =), so perhaps the launcher needs the following
package installed into the same bottle..;
http://www.codeweavers.com/compatibility/browse/name/?app_id=8227
That package is also available in the 'Community Supported Applications' section of the
cxinstaller GUI (as the target 'Platform SDK Redistributable: GDI+') ; that might get the
launcher running, you'll need try it and see....
..else. you'll have to run Configurator.exe manually (using the Run Command function) to
setup the game config files, and then likewise run witcher2.exe manually (if the launcher
still doesn't work)...
..the winetricks targets 'glsl=disabled' and 'VideoMemorySize' may have to be set - you can
do that manually in the windows registry editor, or see the following table...;
https://spreadsheets.google.com/ccc?key=0ApwL_nxxrmmcdDFCdUJPYjJ5M25GWDdaUEN4QlpkSEE&hl=en&pli=1#gid=4
You'll basically have to try/do all this stuff, and see where it leads you ; post back with
any results and we'll see where it puts us...
Cheers!