World of Tanks

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

World of Tanks

Post by Wineexperiments187 »

hi there.

I need some assistance on installing World of tanks with wine
Now I have installed the W.O.T download through wine without much problem.

Now I just need help on how to run the game
my first problem I ran into was the Visual C++ Runtime when starting the game. I think I Fixed that problem.

maybe...

Now I need to know if there are anything Else I should install before attempting to run the game again
Help?
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

AppDB?

Post by SpawnHappyJake »

One of the test results at the AppDB said this:
winetricks d3dx9_36 corefonts msxml3 wininet ie7
And another test result adds this:
vcrun2008
Also, there's lots of information in the comments. For example, there's a pretty involved how-to in the comments (not the tester's "Additional Comments"; the comments-comments below the test result) here: http://appdb.winehq.org/objectManager.p ... &iId=22521

Cheers,
Jake
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

does typing this command through the terminal install it automatically or do I have to install each manually? :?:

winetricks d3dx9_36 corefonts msxml3 wininet ie7

this applies to the other installations I need to install...
Also According to your link I might need to apply a patch...How Do I do that?
Do I download it and then run it through the wine program loader?
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

In addition... Whenever I try to run the W.O.T game it keeps flashing

Microsoft Visual C++ runtime Error!

Program: C:/Games/World_Of_Tanks/WOTlauncher.exe

this application has requested runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

I have already contacted them and they redirected me to installing the microsoft visual C++ libraries Via WineTricks, Obviously If this is still flashing after I tried to install the libraries Via winetricks, Then I must have done something wrong...
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Trickery

Post by SpawnHappyJake »

Winetricks is actually a script mostly written and maintained by Dan Kegal. This script downloads and runs the installer for many things. I think it even edits the wine registry if nessicary and does whatever trickery it needs to to install what you told it to.
You still have to click "agree" and "next" etc on the installers, but winetricks does pop them up for you.
You just go to terminal and enter "sh /usr/bin/winetricks [or wherever it is] [insert what you want winetricks to install or do here]"
You can even tell it to do more than one trick in one shot like so:
"sh /usr/bin/winetricks gdiplus dotnet20 corefonts". That will make it get gdiplus, dotnet20 and corefonts. One at a time, but it will get them.
You can even pick the prefix you want it to do trickery to, like so:
"env WINEPREFIX=$HOME/wot sh /usr/bin/winetricks gdiplus dotnet20 corefonts"
Just make sure you're connected to the Internet so it can download the installers.
Cheers,
Jake
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

As far as the patch, that's referring to downloading the WINE source code, editing the actual source code with this patch, and then compiling the modified source code to get an executable patched WINE.
They obviously can't support patched versions of WINE here, but no one says you can't do the patch, either.

Let's not try the patch yet. But some people left some pretty detailed comments on how to do it over at the AppDB.

Cheers,
Jake
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Wineexperiments187 wrote:does typing this command through the terminal install it automatically or do I have to install each manually? :?:

winetricks d3dx9_36 corefonts msxml3 wininet ie7
It downloads them automatically, and starts them automatically,
and lets you click through the installers.

If you don't want to click through the installers, give the -q option, e.g.

winetricks -q d3dx9_36 corefonts msxml3 wininet ie7

Then it will do silent installs for you.
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

Sorry about that. It's "Kegel" not "Kegal". Cool silent option, though!
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

As far as installing stuff Via the terminal
I think I got the stuff I need to run W.O.T, the Terminal even says That these items....
d3dx9_36 vcrun2008 corefonts Are already installed and Will skip it....

If that is the case... Why am I still seeing this message???

The one with the Microsoft Visual C++ runtime error, See above post on what it looks like.

At the moment I think I am using a linux ubuntu 9.10
with a Wine Version of 1.3
Is my Ubuntu system outdated that W.O.T will not run despite me installing these items?
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

Maybe we should try installing the Visual C++ libraries. You can download the Visual C++ libraries installer here:http://www.microsoft.com/download/en/de ... px?id=5555.

It's a redistributable. Just run this installer in the appropriate prefix.

Hopefully it installs, and even more hopefully, it makes WOT work.

I'm getting worried that you'll just have to do the patch. That won't be quick, and it won't be easy. You'd have to hunt down and install all the WINE dependencies, figure out how to apply the patch to the source code, and compile.

Cheers,
Jake
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

Make sure you have all 7 above mentioned winetricks installed. Then if installing the Visual C++ libraries doesn't make it work, you'll probably need to do the patch. In fact, it looks like there's 2 patches; the main one and one to get the mouse to work.

Cheers,
Jake
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

well first I want to try to Actually run the game and get it started before I install anything else.
so these:d3dx9_36 vcrun2008 corefonts
Are all I need to install unless REALLY needed...

And the Visual C++ libraries you directed me to... I Installed them Via the Wine Program loader/ I actually attempted to install them before from this Exact Website, But did Nada...

Am I installing them wrong? Am I suppose to use something else instead of the Wine program loader?
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

So to confirm, you have installed vcrun2008, corefonts, and d3dx9_36, right?
What happens when you try to run the game now?

As far as the Visual C++ libraries installer, is that an msi or exe? Did it even download? Msis do need to be ran in a special way, and simply trying to run them with "Wine program launcher" won't do. They need to be opened with WINE's msi utility.

Cheers,
Jake
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

yes I do have the stuff online, the terminal says so...

well the same thing still happens despite me installing the stuff...
the Visual C++ libraries runtime error message again....

installer?? oh... well the Visual libraries says its a vcredist_x86.exe
So its a exe. Yes It did download, I downloaded and Saved it in my files
thats how I know its an exe.

Also I got a file thats an msi
If I want to install that where Do I go to get the wine msi utility?
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

The msi utility comes with WINE. Just go to terminal and do "wine msiexec /i [path to msi]" to install something from an msi. I'm doubting that this will help if the exe didn't. You can also specify a WINE prefix by tacking on a "WINEPREFIX=[path to prefix]" in front.

Cheers,
Jake
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

So as far as the visual error, I don't have a clue as to how to fix it...

I have gone as far as too... Download and install VCrun_2008 via Winetricks..., Attempt install the Visual Libraries through a Regular download and WINE installation and that did nada....

the Stupid message still pops up... no matter what I do....

SO... I guess my only option now is to try to update to a linux 10.04 because... well...
according to the testing from wine on WoT they used a linux distribution of 10.04... which I'm assuming is why theirs worked and mine isn't

Unless There are some other options, I will attempt to update eventually.
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

My gut feeling is that you'll need to use the patch.
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

Alright then.... Lets try patching this up :shock:

So... wheres this patch?
and How Do I use it?
Wineexperiments187
Level 2
Level 2
Posts: 37
Joined: Wed Jun 08, 2011 12:05 pm

Post by Wineexperiments187 »

Ok mainly Where Is The patch? I can't find it other than the one to fix the mouse.

And Once I have the patch, What Do I do when I have it?
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Sometimes the Dead Come Back

Post by SpawnHappyJake »

Hi Wineexperiments187,

Sorry about dying off there. I had to learn a thing or two about applying patches myself, find the dependencies to build wine, then thought that DOSBox would be good practice for applying patches, and got a little absorbed in that. Plus life happened and had to do college stuff.

I made some pretty detailed instructions for you for how to install WINE from source and how to apply the patch. They are a little too big for here, so I posted them here:http://dl.dropbox.com/u/20170669/WOT%20WINE%20Post.txt

Unfortunately, you'll be seeing less and less of me as college draws near, until next summer (well, hopefully next summer). But I don't think I'm done posting here yet.

Cheers,
Jake
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

World of Tanks

Post by jjmckenzie »

On Wed, Jul 27, 2011 at 12:17 AM, SpawnHappyJake
<[email protected]> wrote:
Hi Wineexperiments187,

   Sorry about dying off there. I had to learn a thing or two about applying patches myself, find the dependencies to build
wine, then thought that DOSBox would be good practice for applying patches, and got a little absorbed in that. Plus life
happened and had to do college stuff.

  I made some pretty detailed instructions for you for how to install WINE from source and how to apply the patch. They are
a little too big for here, so I posted them here:http://dl.dropbox.com/u/20170669/WOT%20WINE%20Post.txt
Jake:

You can do all of us a favor by looking at and updating the Wine Wiki.
It would be very nice to keep all of the good Wine information
together and we've been looking for a 'n00bs' guide to patching and
updating Wine. You seem to be a good source of that information.

James
viktor6
Newbie
Newbie
Posts: 1
Joined: Sat Jan 28, 2012 5:25 am

Post by viktor6 »

Code: Select all

Unhandled exception: unimplemented function msvcp90.dll.??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAE@XZ called in 32-bit code (0x7b83ad72).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b83ad72 ESP:0033fce8 EBP:0033fd4c EFLAGS:00200246(   - --  I  Z- -P- )
 EAX:7b8279a5 EBX:7b895d88 ECX:00000000 EDX:80000100
 ESI:80000100 EDI:00d08bcc
Stack dump:
0x0033fce8:  0033fd6c 00000008 0033fd40 80000100
0x0033fcf8:  00000001 00000000 7b83ad72 00000002
0x0033fd08:  7e1f8040 7e1fbfca 0033fd20 7bc688db
0x0033fd18:  01160c00 00000000 0033fd40 7e1798c1
0x0033fd28:  00031a77 00d68f24 38492a1e 7e8f264c
0x0033fd38:  7e1798b0 00d08bcc 7b83ad2a 7e8f264c
Backtrace:
=>0 0x7b83ad72 RaiseException+0x52(code=0x80000100, flags=0x1, nbargs=<is not available>, args=0x33fd6c) [/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/kernel32/../../../dlls/kernel32/except.c:84] in kernel32 (0x0033fd4c)
  1 0x7e1f7fd8 __wine_spec_unimplemented_stub+0x37(module="msvcp90.dll", function="??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAE@XZ") [/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/winecrt0/../../../dlls/winecrt0/stub.c:34] in msvcp90 (0x0033fd7c)
  2 0x7e1c3bdd in msvcp90 (+0x13bdc) (0x0033fde4)
  3 0x00cf249d in worldoftanks (+0x8f249c) (0x0033fde4)
  4 0x00a8d757 in worldoftanks (+0x68d756) (0x0033fe70)
  5 0x7b85b38c call_process_entry+0xb() in kernel32 (0x0033fe88)
  6 0x7b85c55f start_process+0x5e(peb=0x7ffdf000) [/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/kernel32/../../../dlls/kernel32/process.c:1084] in kernel32 (0x0033fec8)
  7 0x7bc74b10 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8)
  8 0x7bc7752d call_thread_func+0x7c(entry=0x7b85c500, arg=0x7ffdf000, frame=0x33ffc8) [/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/ntdll/../../../dlls/ntdll/signal_i386.c:2532] in ntdll (0x0033ffa8)
  9 0x7bc74aee RtlRaiseException+0x21() in ntdll (0x0033ffc8)
  10 0x7bc4d26e start_process+0x1d(kernel_start=0x7b85c500) [/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/ntdll/../../../dlls/ntdll/loader.c:2612] in ntdll (0x0033ffe8)
  11 0xf7641b7d wine_call_on_stack+0x1c() in libwine-unstable.so.1 (0x00000000)
0x7b83ad72 RaiseException+0x52 [/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/kernel32/../../../dlls/kernel32/except.c:84] in kernel32: subl	$4,%esp
Unable to access file '/tmp/buildd/wine-unstable-1.4~rc1/build32/dlls/kernel32/../../../dlls/kernel32/except.c'
Modules:
Module	Address			Debug info	Name (130 modules)
PE	  340000-  389000	Deferred        ortp
PE	  390000-  3d3000	Deferred        libcurl
PE	  400000- 13f9000	Export          worldoftanks
PE	 1400000- 1a68000	Deferred        vivoxsdk
PE	 1a70000- 1be3000	Deferred        vivoxoal
PE	 1bf0000- 1d2a000	Deferred        vivoxplatform
PE	 1d30000- 1dff000	Deferred        umbra
PE	 1e00000- 1efe000	Deferred        libeay32
PE	 1f00000- 20cb000	Deferred        fmodex
PE	 20d0000- 211f000	Deferred        fmod_event_net
PE	10000000-10054000	Deferred        voip
PE	61b80000-61b98000	Deferred        zlib1
PE	6f140000-6f199000	Deferred        libsndfile-1
ELF	7b800000-7b8f5000	Dwarf           kernel32<elf>
  \-PE	7b810000-7b8f5000	\               kernel32
ELF	7bc00000-7bcc5000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bcc5000	\               ntdll
ELF	7bf00000-7bf03000	Deferred        <wine-loader>
ELF	7d8a3000-7d8d6000	Deferred        uxtheme<elf>
  \-PE	7d8b0000-7d8d6000	\               uxtheme
ELF	7d8d6000-7da10000	Deferred        wined3d<elf>
  \-PE	7d8e0000-7da10000	\               wined3d
ELF	7da79000-7da91000	Deferred        d3dx10_43<elf>
  \-PE	7da80000-7da91000	\               d3dx10_43
ELF	7da91000-7daab000	Deferred        wsock32<elf>
  \-PE	7daa0000-7daab000	\               wsock32
ELF	7daab000-7dae2000	Deferred        d3d9<elf>
  \-PE	7dab0000-7dae2000	\               d3d9
ELF	7dae2000-7daeb000	Deferred        libxcursor.so.1
ELF	7daee000-7db01000	Deferred        psapi<elf>
  \-PE	7daf0000-7db01000	\               psapi
ELF	7db33000-7db59000	Deferred        libexpat.so.1
ELF	7db59000-7db88000	Deferred        libfontconfig.so.1
ELF	7db88000-7db95000	Deferred        libxi.so.6
ELF	7db95000-7db9a000	Deferred        libxfixes.so.3
ELF	7db9a000-7db9d000	Deferred        libxcomposite.so.1
ELF	7db9d000-7dba4000	Deferred        libxrandr.so.2
ELF	7dba4000-7dbad000	Deferred        libxrender.so.1
ELF	7dbad000-7dbb2000	Deferred        libxxf86vm.so.1
ELF	7dbb2000-7dbb5000	Deferred        libxinerama.so.1
ELF	7dbb5000-7dbba000	Deferred        libxdmcp.so.6
ELF	7dbba000-7dbd3000	Deferred        libxcb.so.1
ELF	7dbd3000-7dbd7000	Deferred        libuuid.so.1
ELF	7dbd7000-7dcf4000	Deferred        libx11.so.6
ELF	7dcf4000-7dd03000	Deferred        libxext.so.6
ELF	7dd03000-7dd1a000	Deferred        libice.so.6
ELF	7dd1a000-7dd22000	Deferred        libsm.so.6
ELF	7dd22000-7ddb5000	Deferred        winex11<elf>
  \-PE	7dd30000-7ddb5000	\               winex11
ELF	7ddb5000-7de2c000	Deferred        libfreetype.so.6
ELF	7de2c000-7de50000	Deferred        d3dxof<elf>
  \-PE	7de30000-7de50000	\               d3dxof
ELF	7de50000-7dea7000	Deferred        d3dcompiler_43<elf>
  \-PE	7de60000-7dea7000	\               d3dcompiler_43
ELF	7dea7000-7df10000	Deferred        d3dx9_36<elf>
  \-PE	7deb0000-7df10000	\               d3dx9_36
ELF	7df10000-7df29000	Deferred        d3dx9_43<elf>
  \-PE	7df20000-7df29000	\               d3dx9_43
ELF	7df29000-7df44000	Deferred        dinput8<elf>
  \-PE	7df30000-7df44000	\               dinput8
ELF	7df44000-7e037000	Deferred        oleaut32<elf>
  \-PE	7df60000-7e037000	\               oleaut32
ELF	7e037000-7e0ac000	Deferred        gdiplus<elf>
  \-PE	7e050000-7e0ac000	\               gdiplus
ELF	7e0ac000-7e0d1000	Deferred        mpr<elf>
  \-PE	7e0b0000-7e0d1000	\               mpr
ELF	7e0d1000-7e140000	Deferred        wininet<elf>
  \-PE	7e0e0000-7e140000	\               wininet
ELF	7e140000-7e161000	Deferred        imm32<elf>
  \-PE	7e150000-7e161000	\               imm32
ELF	7e161000-7e18f000	Deferred        msvcr90<elf>
  \-PE	7e170000-7e18f000	\               msvcr90
ELF	7e18f000-7e276000	Dwarf           msvcp90<elf>
  \-PE	7e1b0000-7e276000	\               msvcp90
ELF	7e276000-7e2ea000	Deferred        libgcrypt.so.11
ELF	7e2ea000-7e2fe000	Deferred        libz.so.1
ELF	7e2fe000-7e30e000	Deferred        libtasn1.so.3
ELF	7e30e000-7e3a6000	Deferred        libgnutls.so.26
ELF	7e3a6000-7e3bd000	Deferred        libsasl2.so.2
ELF	7e3bd000-7e3c9000	Deferred        liblber-2.4.so.2
ELF	7e3c9000-7e40e000	Deferred        libldap_r-2.4.so.2
ELF	7e424000-7e480000	Deferred        wldap32<elf>
  \-PE	7e430000-7e480000	\               wldap32
ELF	7e480000-7e4aa000	Deferred        netapi32<elf>
  \-PE	7e490000-7e4aa000	\               netapi32
ELF	7e4aa000-7e4c8000	Deferred        dnsapi<elf>
  \-PE	7e4b0000-7e4c8000	\               dnsapi
ELF	7e4c8000-7e5c0000	Deferred        comctl32<elf>
  \-PE	7e4d0000-7e5c0000	\               comctl32
ELF	7e5c0000-7e62a000	Deferred        shlwapi<elf>
  \-PE	7e5d0000-7e62a000	\               shlwapi
ELF	7e62a000-7e839000	Deferred        shell32<elf>
  \-PE	7e640000-7e839000	\               shell32
ELF	7e839000-7e84d000	Deferred        libresolv.so.2
ELF	7e84d000-7e86e000	Deferred        iphlpapi<elf>
  \-PE	7e850000-7e86e000	\               iphlpapi
ELF	7e86e000-7e8fc000	Deferred        msvcrt<elf>
  \-PE	7e880000-7e8fc000	\               msvcrt
ELF	7e8fc000-7e923000	Deferred        msacm32<elf>
  \-PE	7e900000-7e923000	\               msacm32
ELF	7e923000-7e999000	Deferred        rpcrt4<elf>
  \-PE	7e930000-7e999000	\               rpcrt4
ELF	7e999000-7eaa0000	Deferred        ole32<elf>
  \-PE	7e9b0000-7eaa0000	\               ole32
ELF	7eaa0000-7eb44000	Deferred        winmm<elf>
  \-PE	7eab0000-7eb44000	\               winmm
ELF	7eb44000-7eb75000	Deferred        ws2_32<elf>
  \-PE	7eb50000-7eb75000	\               ws2_32
ELF	7eba7000-7ebbf000	Deferred        version<elf>
  \-PE	7ebb0000-7ebbf000	\               version
ELF	7ebbf000-7ec1f000	Deferred        advapi32<elf>
  \-PE	7ebd0000-7ec1f000	\               advapi32
ELF	7ec1f000-7ecdb000	Deferred        gdi32<elf>
  \-PE	7ec30000-7ecdb000	\               gdi32
ELF	7ecdb000-7ee1a000	Deferred        user32<elf>
  \-PE	7ecf0000-7ee1a000	\               user32
ELF	7ee1a000-7ee26000	Deferred        libnss_files.so.2
ELF	7ee26000-7ee30000	Deferred        libnss_nis.so.2
ELF	7ee30000-7ee47000	Deferred        libnsl.so.1
ELF	7ee47000-7ee4f000	Deferred        libnss_compat.so.2
ELF	7efc4000-7efea000	Deferred        libm.so.6
ELF	7efea000-7efed000	Deferred        libxau.so.6
ELF	7efed000-7f000000	Deferred        sensapi<elf>
  \-PE	7eff0000-7f000000	\               sensapi
ELF	f74d3000-f74d7000	Deferred        libdl.so.2
ELF	f74d7000-f761e000	Deferred        libc.so.6
ELF	f761f000-f7638000	Deferred        libpthread.so.0
ELF	f7638000-f777a000	Dwarf           libwine-unstable.so.1
ELF	f777c000-f7780000	Deferred        libgpg-error.so.0
ELF	f7792000-f77b0000	Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	0000001f    0
	0000001e    0
	00000018    0
	00000017    0
	00000015    0
	00000010    0
	0000000f    0
00000012 winedevice.exe
	0000001c    0
	00000019    0
	00000014    0
	00000013    0
0000001a plugplay.exe
	00000020    0
	0000001d    0
	0000001b    0
00000021 explorer.exe
	00000022    0
00000023 (D) Z:\home\viktor\WoTFLIX\.wine\drive_c\Games\World_of_Tanks\WorldOfTanks.exe
	00000024    0 <==
System information:
    Wine build: wine-1.4-rc1
    Platform: i386
    Host system: Linux
    Host version: 2.6.32-5-amd64
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

viktor6 wrote:Unhandled exception: unimplemented function msvcp90.dll.??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAE@XZ called in 32-bit code (0x7b83ad72).
Install native msvcp90.dll with 'winetricks vcrun2008'.
Locked