Loading dlls -- 64-bit Wine

Questions about Wine on Linux
Locked
1350-F
Newbie
Newbie
Posts: 2
Joined: Mon Nov 03, 2014 6:57 pm

Loading dlls -- 64-bit Wine

Post by 1350-F »

This may be more of a Windows question than a Wine question, however I am running the 64-bit version which seems to give people a lot of trouble so it may be related to that.

Essentially I have a 64-bit linux box (debian wheezy) and I want to run a 64-bit windows program.

I installed wine on my machine by following the instructions here: http://wiki.winehq.org/BuildingBiarchWineOnUbuntu and omitting anything related to i386 including the whole lxc bit.

Wine ran the installer exe just fine, however when I try to run the executable it created the terminal spits back out at me a long list of dlls which are "not found" (error c000007b)

For example:

Code: Select all

err:module:import_dll Loading library MSVCR120.dll (which is needed by L"C:\\Program Files\\vKore Suite\\icuuc52.dll") failed (error c000007b).
At the end of the dump it gives a failed status "c0000135." Curiously, I do have the .dlls it is referring to. Some of them I even downloaded via the installer when prompted. They are in the same directory as the exectutable. For example, msvcr120.dll (note: lower case) is in the same folder as icuuc52.dll. Then later in the dump it will say it cannot find icuuc52.dll.

Do I need to run wine with some sort of flag to point it to these files? Or move them somewhere?

Any help is appreciated
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: Loading dlls -- 64-bit Wine

Post by dimesio »

Off the top of my head, I can suggest trying moving the dlls to system32 and/or setting overrides for them in winecfg, but beyond that, you're on your own. Pure 64 bit Wine is not a supported configuration.
1350-F
Newbie
Newbie
Posts: 2
Joined: Mon Nov 03, 2014 6:57 pm

Re: Loading dlls -- 64-bit Wine

Post by 1350-F »

dimesio wrote:Off the top of my head, I can suggest trying moving the dlls to system32
Worked.

Thank you.

Also did not know 64 bit was not supported. Apologies.
Locked