I was doing some searching and found a bugtrap fix. ( Thank You MadMan06 ) It worked for me and I hope it help some of you. Please "THANK" me if it helps.

It says that BugTrap has encountered an error. I found out that if this happens, DEP (Data Execution Prevention) is off. (Could be something else. If it is, I don't know what to do)

To check if DEP is off or on:

1. Go to Start.

2. Right-click on Computer and click Properties. (For other OS (Operating System) users, Go to control panel and then "System")

3. Find Advanced System Settings. (For Vista users, go to the left of the window and look for it there. For other OS users, just look around (If cannot be bothered looking for it, use Search) )

4. Under Performance, click Settings.

5. Go to the tab, Data Execution Prevention.

6. Check if the two (2) first objects are grayed out or just normal selectable. (If selectable, it's on, if grayed out, it's off)

[IMG]http://i1091.photobucke*****m/albums/i384/scott_dunn1/bugtrap.jpg[/IMG]

On my computer, just the first one is on and everything works just fine.

To turn off DEP:

For Vista users:

1. Go to the Command Prompt in Administrator Privilages. (Start-All Programs-Accessories)

2. Type:

bcdedit.exe /set {current} nx OptIn

or (It's best to try one and if that don't work, try the other)

bcdedit.exe /set {current} nx AlwaysOn

3. Press Enter and Restart Computer.

For other OS users

1. Go to the Command Prompt.

2. Do Step 2 and 3 for Vista users.