Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crash When Open Iso File (WINDOWS)
02-25-2013, 03:22 AM (This post was last modified: 02-25-2013 08:09 AM by hardcode212.)
Post: #1
Crash When Open Iso File (WINDOWS)
ppsspp cant work in my pc. crash when open the iso file, but work fine in my acer with core i5 processor. my pc specification :
Intel Pentium Dual CPU E2140 1.6 GHz
2GB RAM
NVIDIA GFORCE 7300SE/7200GS Memory Size 256MB
this is debug log from my PC
edited: my operating system is Windows 7 64bit
   
[sorry for my english]
Find all posts by this user
Quote this message in a reply
02-25-2013, 05:33 AM
Post: #2
RE: Crash When Open Iso File (WINDOWS)
Have you made sure you have the latest drivers installed for your video card?

-[Unknown]
Find all posts by this user
Quote this message in a reply
02-25-2013, 05:59 AM
Post: #3
RE: Crash When Open Iso File (WINDOWS)
PPSSPP Crash On my 7300LE too. I have install the newest driver from nvidia.
The debugger show that glsl_recompile->glLinkProgram not success.
And My laptop with intel GMA4 also crash with some OPENGL func.
What is the minimal request for the video card?
Find all posts by this user
Quote this message in a reply
02-25-2013, 06:14 AM
Post: #4
RE: Crash When Open Iso File (WINDOWS)
I'm not sure, there must be something required beyond OpenGL 2.0.

Is glLinkProgram NULL? Or maybe it's failing to create the program and the error isn't being detected well...

-[Unknown]
Find all posts by this user
Quote this message in a reply
02-25-2013, 07:02 AM
Post: #5
RE: Crash When Open Iso File (WINDOWS)
glLinkProgram(prog);

GLint linkStatus; // initial as 0xcccccccc
glGetProgramiv(prog, GL_LINK_STATUS, &linkStatus);

glLinkProgram is ok, but after glGetProgramiv called, linkStatus leave unchanged(0xcccccccc).
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: