Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP crashes at launch
02-17-2017, 08:33 AM
Post: #1
PPSSPP crashes at launch
Hi,

I'm unable to use PPSSPP: when I execute it it justs quits, without any error message, before even drawing a window. I've downloaded it and the c++ redistributables again and it still won't run.
I've checked the windows event log and there's nothing wrong there.

I have Windows XP64, graphic card is radeon HD4870 with emu_crt drivers configured to send a 15kHz video signal, desktop resolution is 640x480.
Is any of this incompatible with PPSSPP? (it works fine on another computer with win7)

What could cause this problem?

Thanks!
Find all posts by this user
Quote this message in a reply
02-17-2017, 11:20 AM (This post was last modified: 02-17-2017 11:26 AM by Asferot.)
Post: #2
RE: PPSSPP crashes at launch
(02-17-2017 08:33 AM)AlfRas Wrote:  I have Windows XP64, graphic card is radeon HD4870 with emu_crt drivers configured to send a 15kHz video signal, desktop resolution is 640x480.
Is any of this incompatible with PPSSPP?

I... Are you serious about those specs? Or was it meant as a joke post?
Because it sounds like you are installing it on arcade cabinet?

Technically it should run, but I dont know if PPSSPP is still compatible with WinXP, not to mention XP64.

Everything is Hitsuzen!
Find all posts by this user
Quote this message in a reply
02-17-2017, 12:41 PM
Post: #3
RE: PPSSPP crashes at launch
XP64 might run, but only 32 bit version of PPSSPP(if it even comes with WOW64 emulator). AMD64 version of PPSSPP isn't and will never be supported on this outdated OS and trying to use it is probably your problem;p.

Also for radeon HD4870 no idea about any driver mods and their weirdness, but most official drivers will not run in OGL well. It might run better with old 11.11a or alike drivers, otherwise you might need to use less compatible D3d9 backend.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
02-17-2017, 01:30 PM
Post: #4
RE: PPSSPP crashes at launch
(02-17-2017 11:20 AM)Asferot Wrote:  
(02-17-2017 08:33 AM)AlfRas Wrote:  I have Windows XP64, graphic card is radeon HD4870 with emu_crt drivers configured to send a 15kHz video signal, desktop resolution is 640x480.
Is any of this incompatible with PPSSPP?

I... Are you serious about those specs? Or was it meant as a joke post?
Because it sounds like you are installing it on arcade cabinet?

Technically it should run, but I dont know if PPSSPP is still compatible with WinXP, not to mention XP64.

Well yes I'm serious and you're correct, the PC is used as an arcade cabinet. I have some emulators installed and working fine on it, and I wanted to add PPSSPP.
I know that's not a common config, I'm wondering if there's something there that's incompatible with PPSSPP. Or maybe I'm juste missing some dlls or something.


(02-17-2017 12:41 PM)LunaMoo Wrote:  XP64 might run, but only 32 bit version of PPSSPP(if it even comes with WOW64 emulator). AMD64 version of PPSSPP isn't and will never be supported on this outdated OS and trying to use it is probably your problem;p.

Yes with the 64bit version I have an error message saying it's not compatible with my OS, which I get.
The 32 bit version is the one that crashes without saying anything.
Find all posts by this user
Quote this message in a reply
02-17-2017, 02:54 PM
Post: #5
RE: PPSSPP crashes at launch
Then as mentioned earlier it might be graphics driver. You can try editing ppsspp.ini and change GPUBackend from 0 to 1, or switching at your other pc and copy the file if it crashes before creating one.

There are no open source windows drivers so it's just some hackish mod which might as well be tailored for one app breaking stuff for all ppsspp backends. But also XP64 was always known to be awful when it comes to compatibility and there had to be a reason for that, it's WOW64 might simply be buggy meaning you're out of luck on that system.

If you can't change OS on that pc, you could still use some linux distro from pendrive to avoid mixing modern software with OS that remembers dinosaurs.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
02-20-2017, 07:49 AM
Post: #6
RE: PPSSPP crashes at launch
Problem solved: it turns out the culprit is a USB hub! Apprently it causes some sort of problem with directinput, and that makes ppsspp crash. I just need to unplug it when I want to run ppsspp.
Thanks!
Find all posts by this user
Quote this message in a reply
02-20-2017, 11:02 AM
Post: #7
RE: PPSSPP crashes at launch
(02-20-2017 07:49 AM)AlfRas Wrote:  Problem solved: it turns out the culprit is a USB hub! Apprently it causes some sort of problem with directinput, and that makes ppsspp crash. I just need to unplug it when I want to run ppsspp.
Thanks!

That is the weirdest software crash rerason I have heard.

Everything is Hitsuzen!
Find all posts by this user
Quote this message in a reply
02-20-2017, 11:06 AM
Post: #8
RE: PPSSPP crashes at launch
Well that's definitely weird problem, even if it wouldn't be PPSSPP fault, would still be nice to handle it differently than crashing.

Does it happen while using hub on any newer windows or other OS? Might be worth opening a new issue on git for it. But if it only happens with XP it might be hard to find the problem. Don't even have a hub to test myself and no idea what difference it would make on dinput stuff.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
02-20-2017, 12:16 PM
Post: #9
RE: PPSSPP crashes at launch
(02-20-2017 11:06 AM)LunaMoo Wrote:  Well that's definitely weird problem, even if it wouldn't be PPSSPP fault, would still be nice to handle it differently than crashing.

Does it happen while using hub on any newer windows or other OS? Might be worth opening a new issue on git for it. But if it only happens with XP it might be hard to find the problem. Don't even have a hub to test myself and no idea what difference it would make on dinput stuff.

Technically a hub should make 0 difference. Unless it is somehow broken or the drivers are broken. Even then it should not make the emulator instacrash.

Everything is Hitsuzen!
Find all posts by this user
Quote this message in a reply
02-21-2017, 07:20 AM
Post: #10
RE: PPSSPP crashes at launch
(02-20-2017 11:02 AM)Asferot Wrote:  
(02-20-2017 07:49 AM)AlfRas Wrote:  Problem solved: it turns out the culprit is a USB hub! Apprently it causes some sort of problem with directinput, and that makes ppsspp crash. I just need to unplug it when I want to run ppsspp.
Thanks!

That is the weirdest software crash rerason I have heard.

Right? Weirdest part is, I don't think it's defective, it's brand new and the devices plugged in it work. It just makes this particular software crash.


(02-20-2017 11:06 AM)LunaMoo Wrote:  Well that's definitely weird problem, even if it wouldn't be PPSSPP fault, would still be nice to handle it differently than crashing.

Does it happen while using hub on any newer windows or other OS? Might be worth opening a new http//github.com/hrydgard/ppsspp/issues]issue on git for it. But if it only happens with XP it might be hard to find the problem. Don't even have a hub to test myself and no idea what difference it would make on dinput stuff.

I've just tested it on Win 7 and ppsspp runs fine with the hub connected.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: