John Murphy

Results 35 comments of John Murphy

@all-contributors please add @fuzzyweapon for ideas

+1 Any updates on this? I'm running into the same problem. @NickBlow's solution isn't working at the moment but am still trying to figure it out.

I had to add the following yaml file to my project: ``` # swagger configuration file # values in the swagger hash are system configuration for swagger-node swagger: fittingsDirs: [...

Adjusting init_update_libs.sh and libpng_build.sh doesn't appear to effect anything. I made the changes, re-ran init_update_libs.sh and then ran android_build.sh and get the same error about not being able to find...

I had to update my NDK ABI version to `4.9`(the default is `4.8`). I also had to update my android version to something other than the default(which is `9`). I...

My issue is within x264. Whenever I run the bash script to compile x264, I get the following in the logs: ``` checking for pthread_create(0,0,0,0); in pthread.h... no Failed command...

@djahandarie I have just merged in my PR that updates quite a bit of the main code file and also brings the google chrome extension manifest version to 3. If...

Tried beta 10, 8 and 6 and none work for me. I'm using a Macbook Pro M1 running Ventura 13. Can login fine and it says `Connecting to console` and...

I saw this too but even if I handle that error it's still not working. Seems like the `connectionState` event coming from the xcloud player isn't transmitting the `connected` state....

More info, it seems that this logic: https://github.com/unknownskl/xbox-xcloud-player/blob/main/src/Library.ts#L257 isn't being executed. It's confusing because the console output at the entry point of this function isn't being triggered for audio and...