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).
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