First I'll let everyone know that I'm a junior dev at best, and I'm still in school. For the most part I don't really know what's going on, so expect some ignorance and such.
I've been trying to fix my Vita crashing when I stream from my computer, and so I forked vita-moonlight (right here) and I managed to get it to build.
To get it to build, I had to add
-DNO_MSGAPI
to the C flags as CMSG_FIRSTHDR and CMSG_NXTHDR don't seem to exist in the vita sdk.
From here, I can parse coredumps but that's about it.
Here's the Dissasembly around a few:
First I'll let everyone know that I'm a junior dev at best, and I'm still in school. For the most part I don't really know what's going on, so expect some ignorance and such.
I've been trying to fix my Vita crashing when I stream from my computer, and so I forked vita-moonlight (right here) and I managed to get it to build.
To get it to build, I had to add
-DNO_MSGAPI
to the C flags asCMSG_FIRSTHDR
andCMSG_NXTHDR
don't seem to exist in the vita sdk.From here, I can parse coredumps but that's about it. Here's the Dissasembly around a few:
coredump1.txt
Dump2:
coredump2.txt
Dump3:
coredump3.txt
I apologize for the long post but I wanted to include as much information as I could. I'll provide anything else that's needed.