VS 2012 in compiler (PPSSPP) ?
|
01-15-2013, 05:34 AM
Post: #1
|
|||
|
|||
VS 2012 in compiler (PPSSPP) ?
VS 2012 in compiler (PPSSPP) run the EXE error 0xc000007b?
I do not know how to get to this error? I do not have to do any setting changes,completely default |
|||
01-15-2013, 03:17 PM
Post: #2
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
Is this when running the compiled program or Visual Studio or...?
That generally means a corrupt executable. You might try making sure you're compiling for x86 not x64. If not, I would suggest verifying your ram and hard disk are working properly. Do other programs compile and run fine? -[Unknown] |
|||
01-16-2013, 12:56 AM
(This post was last modified: 01-16-2013 01:15 AM by Thomas.)
Post: #3
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
(01-15-2013 03:17 PM)[Unknown] Wrote: Is this when running the compiled program or Visual Studio or...?I compiled for X64 not X86 Yes, other compiler running well This error only in PPSSPP |
|||
01-16-2013, 05:19 AM
Post: #4
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
Just in case, I would try an x86 build. If your cpu is x64, it should run both. If there's something wrong, maybe x86 will work. Could help narrow it down.
Does it work in debug mode? Or it just won't compile no matter what? -[Unknown] |
|||
01-16-2013, 05:26 AM
Post: #5
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
make sure you have installed the vc++ runtimes for 2012,
https://www.microsoft.com/en-us/download...x?id=30679 are you still using the vs2010 platform toolset or did you convert the project over to 2012? |
|||
01-16-2013, 05:48 AM
(This post was last modified: 01-16-2013 05:53 AM by Thomas.)
Post: #6
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
(01-16-2013 05:19 AM)[Unknown] Wrote: Just in case, I would try an x86 build. If your cpu is x64, it should run both. If there's something wrong, maybe x86 will work. Could help narrow it down. I have tried the X86 version, no errors Not in debug mode, but in release mode x86 no error, this error X64 unique? Why I do not understand what went wrong (01-16-2013 05:26 AM)hyakki Wrote: make sure you have installed the vc++ runtimes for 2012, I'm pretty sure I already installed vc + + runtimes for 2012 Project to convert to 2012, when the first time you open the project file when prompted |
|||
01-16-2013, 07:26 AM
(This post was last modified: 01-16-2013 07:26 AM by [Unknown].)
Post: #7
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
Hmm. I had problems with x64 too so I've been building x86. I had to correct the lib file paths. But it didn't build successfully. I got it working but I had to change files that would give me conflicts on pull so I just left it.
Are you getting something like this? ========== Build: 3 succeeded, 0 failed, 5 up-to-date, 0 skipped ========== Or does it say any failed? -[Unknown] |
|||
01-16-2013, 07:44 AM
Post: #8
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
Just use the 32-bit version for now, there shouldn't be that much speed difference anyway.
|
|||
01-16-2013, 11:11 AM
(This post was last modified: 01-16-2013 11:12 AM by Thomas.)
Post: #9
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
(01-16-2013 07:26 AM)[Unknown] Wrote: Hmm. I had problems with x64 too so I've been building x86. I had to correct the lib file paths. But it didn't build successfully. I got it working but I had to change files that would give me conflicts on pull so I just left it.I did not get this thing Windows sdk lib file path? This is now the x64 unique error |
|||
01-19-2013, 03:07 AM
Post: #10
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
The problem I have been very confused, dolphin without any error x64 and x86
Ppsspp x64 get this error (0xc000007b) I use the ICC to compile a x64 here, anyone? Can help me to resolve it? link:http://www.sendspace.com/file/ctv10g |
|||
01-19-2013, 06:41 PM
Post: #11
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
Actually, I tried 64-bit again recently and it had magically fixed itself.
That error may mean that it hit a compiler error, and didn't finish linking the exe file. Note that compilers may spit out garbage exe files if they hit errors. Are you seeing any error messages in the Output window? -[Unknown] |
|||
01-20-2013, 02:28 AM
Post: #12
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
(01-19-2013 06:41 PM)[Unknown] Wrote: Actually, I tried 64-bit again recently and it had magically fixed itself. I do not understand why it's happening in the output window is almost consistent with the x86, Code: 1> ------ Build started: Project: Common, configure: Release x64 ------ |
|||
01-20-2013, 08:17 AM
Post: #13
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
Hmm, okay, so you do have success at the end:
========== Build: 7 succeeded, 0 failed, the latest 0, 0 skipped ========== Very strange. Except for these (which I haven't seen before, but don't look major), everything looks right: C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ VC \ include \ sal.h (2872): warning RC4005: '__useHeader': redefinition C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ VC \ include \ sal.h (2882): warning RC4005: '__on_failure': redefinition I'm really not sure. Maybe your XInput32.lib or some lib that only PPSSPP is importing is corrupt? Do you have any other computers to test on? Does it work if you install the 7.1 SDK and switch to it? -[Unknown] |
|||
01-20-2013, 08:43 AM
(This post was last modified: 01-20-2013 10:08 AM by Thomas.)
Post: #14
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
(01-20-2013 08:17 AM)[Unknown] Wrote: Hmm, okay, so you do have success at the end: Yes, I've installed the 7.1 SDK, the local computer test error (0xc000007b) Finally successful, see output everything very well, but why is it so? I really want to know, the error is what caused |
|||
09-13-2013, 02:20 AM
Post: #15
|
|||
|
|||
RE: VS 2012 in compiler (PPSSPP) ?
The ppssspp error message (0xc000007b) in windows 7 64-bit can be fixed by installing python-3.3.0.amd 64 for 64-bit my error massage started after i removed my python i tried so many other things till it occurred to me the python has some effect on win7 64-bit DEP process......etc just install it and see if it fixes your problem.
|
|||
« Next Oldest | Next Newest »
|