Posts: 12
Threads: 2
Joined: Oct 2011
Reputation:
0
10-01-2011, 01:38 AM
(This post was last modified: 10-01-2011, 01:40 AM by Shinmegumi.)
I am running Windows 7 Home Premium 64-bit through BootCamp on a brand new MacBook Pro. The reason I chose boot camp is because the Mac version is not as compatible as the windows version. I can use 0.9.8 r4600 with no problem, but this computer is equipped with a core i7 and I want to use all 4 cores. I have downloaded all the service packs for Visual C++ 2008 and 2010 and have reinstalled them and I still get this error.
The application was unable to start correctly (0x000007b). Click ok to close the application.
I'm not sure what to do to get it to work, or if it will not work period.
Posts: 12
Threads: 2
Joined: Oct 2011
Reputation:
0
No it is not self compiled. I download the revisions either from the automated builder or from EmuCR. Anything past r4600 I cannot get to run. It runs fine on my old PC, but this MacBook does not seem to let it run in bootcamp. I have installed everything necessary, but still get that error.
Posts: 1.353
Threads: 56
Joined: Jun 2011
Reputation:
35
Location: Vietnam
VC 10 x86 program cannot be run on a computer with only VC 10 x64 residist installed. An x86 program cannot call a function in a x64 DLL. It still needs the x86 version of the runtime library.
/to Shinmegumi The number of cores (or threads) an application uses is depend on the programmer, not the compiler. Maybe in the future the compiler can optimize this but for now the answer is no. So don't waste your time installing Visual Studio or Visual C++.
Your error is a generic Windows error so it is very hard to identify the problem. The error code 123 is ERROR_INVALID_NAME. Did you use Unicode characters in directory or file name?
Posts: 3.559
Threads: 21
Joined: Jul 2010
Reputation:
62
Location: Australia
7b issues are due to the MSVC10 runtime not being installed BUT COPIED to the directory.
delete any msvc files from the pcsx2 folder and install the runtime properly