Post Reply 
 
Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem Event: BEX
01-24-2013, 08:41 PM
Post: #1
Problem Event: BEX
using windows 8 x64 on an OLD LAPTOP. (Dell inspiron 1440)
I think this problem is on my side but can anybody help me fix it?
I can't open anything. It happens when
Double click .exe -> select .iso file -> ppsspp has stopped working
in details the first line is
Problem Event: BEX
Find all posts by this user
Quote this message in a reply
01-25-2013, 04:00 PM
Post: #2
RE: Problem Event: BEX
Does this only happen with certain games, or all games?

Are you using a special build, or 0.5? Did it ever work?

Is your system updated with all Windows updates?

-[Unknown]
Find all posts by this user
Quote this message in a reply
01-25-2013, 10:25 PM
Post: #3
RE: Problem Event: BEX
Easy, right click your computer icon go to properties and advanced system settings and then under the advanced tab go to system properties. Once there on the advanced tab under performance, click settings then go to the data execution prevention tab and add the game or program to the exception list. Had no problems after this.
Find all posts by this user
Quote this message in a reply
01-26-2013, 11:29 AM
Post: #4
RE: Problem Event: BEX
Tried it on my pc and attatched the screenshots


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
01-26-2013, 01:47 PM (This post was last modified: 01-26-2013 02:01 PM by stodag.)
Post: #5
RE: Problem Event: BEX
Right click on ppsspp try and run as admin also update all windows files incase, Its worth to mention im using windows 7 so it may not work for you, let me know how it goes m8.

Try this type cmd in start menu, right click on it run as admin, Once the command prompt is open, you can now disable the DEP by entering the following command line.

bcdedit.exe /set nx AlwaysOff

3. And to enable it back,

bcdedit.exe /set nx AlwaysOn

If this doesnt work try a full reinstall if nessassrySad
Find all posts by this user
Quote this message in a reply
01-26-2013, 06:22 PM
Post: #6
RE: Problem Event: BEX
the command worked on windows 8 but ppsspp is still crashing. the problem "BEX" was on my laptop but my desktop is not even showing what the error. It crashes and windows shows me the message I attached in the screenshot.
I think I'll just wait for ARM JIT final version which supports qualcomm so that I can use it on my Xperia PLAY. Thats where I am actually going to play more.
Find all posts by this user
Quote this message in a reply
01-26-2013, 06:49 PM
Post: #7
RE: Problem Event: BEX
ok m8 sry
Find all posts by this user
Quote this message in a reply
01-26-2013, 07:08 PM
Post: #8
RE: Problem Event: BEX
Strange. I wonder if it's a problem in the graphics driver, or having VBOs disabled (I got crashes with those off...)

Disabling data execution protection shouldn't be necessary.

-[Unknown]
Find all posts by this user
Quote this message in a reply
01-26-2013, 07:30 PM
Post: #9
RE: Problem Event: BEX
it was a possable work around if you get the DEP error.
Find all posts by this user
Quote this message in a reply
01-28-2013, 05:16 AM
Post: #10
RE: Problem Event: BEX
Hmm. So I did some remote debugging and found it crashing in:

GLuint vsh = glCreateShader(GL_VERTEX_SHADER);

This was on a netbook with a really not great video card... anyone know what video cards they have?

This crash was on an Intel 645 Express, which only has hardware support for OpenGL 1.4 or 1.5 or something. I think that's too low.

-[Unknown]
Find all posts by this user
Quote this message in a reply
01-28-2013, 08:05 AM (This post was last modified: 01-28-2013 08:07 AM by stodag.)
Post: #11
RE: Problem Event: BEX
yep it requires open gl 2.0 i think, i have amd radeon 4xxx cant remember of the top of my head but its hakf decentSmile

HP pavillion dv6
Find all posts by this user
Quote this message in a reply
01-28-2013, 07:01 PM
Post: #12
RE: Problem Event: BEX
I just got this same error running a stock Dell Inspiron 15R (model N5110)
http://www.dell.com/us/en/gen/notebooks/...5110&s=gen

i5 Processor
Standard Intel® HD Graphics 3000

That card SHOULD support up to OpenGL 3.0. If it helps, I'm also trying to run the emulator from an external HDD. I'll try switching to my C:\ drive and see if that changes anything.
Find all posts by this user
Quote this message in a reply
01-28-2013, 08:20 PM (This post was last modified: 01-28-2013 08:23 PM by stodag.)
Post: #13
RE: Problem Event: BEX
I dont think switchin drives will make a difference,as ppsspp hasnt got an installer its just extract n play.

If it did have an installer it may have trouble reading your hdd etc, I think its something to do with gpu/cpu compatibility, same as android.

As the emu grows it should iron these probs out by itselfSmile
Find all posts by this user
Quote this message in a reply
01-29-2013, 12:49 AM
Post: #14
RE: Problem Event: BEX
Yeah, switching drives didn't work, so I went straight to the Intel site (rather than updating drivers through windows) and re-downloaded the latest for my card. It works now.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: