activegs-ios icon indicating copy to clipboard operation
activegs-ios copied to clipboard

Video not displaying in iOS 15

Open yoshisuga opened this issue 3 years ago • 9 comments

I just updated and built ActiveGS in Xcode 13/iOS 15. Sound works and emulation is occurring but the video is not displayed.

I tried to debug the portion where the image view is updated, but it's coming up with a blank image so I'm not sure if the video data is being written to.

yoshisuga avatar Sep 21 '21 09:09 yoshisuga

Saw your commit about iOS15 : sounds weird to have to adjust the width, any thought on why it is required ?

ogoguel avatar Sep 24 '21 17:09 ogoguel

Yeah it's very puzzling! I changed the method to pass a CGImageRef reference so that I can convert it to a UIImage and I was able to see the image, but it looks like CGContextDrawImage couldn't render the image.

It could be a size/pixel issue rendering an image into a smaller rect. Sadly I don't know enough about the details of drawing an image to the context. Converting to a UIImage and displaying that might work but I'm guessing that CGContextDrawImage is faster. Also strange that it happens on iOS 15 but not iOS 14.

yoshisuga avatar Sep 24 '21 18:09 yoshisuga

The issue has been reported to Apple: waiting for their feedback

ogoguel avatar Oct 03 '21 19:10 ogoguel

@ogoguel do you have feedback from Apple?

utilsites avatar Nov 23 '21 19:11 utilsites

Nope :( I put online a quick hack to be compatible with anyway

Le 23 nov. 2021 à 20:21, utilsites @.***> a écrit :

 @ogoguel do you have feedback from Apple?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

ogoguel avatar Nov 27 '21 13:11 ogoguel

Can you share the hack @ogoguel ? Thanks

utilsites avatar Nov 28 '21 07:11 utilsites

sure: https://github.com/ogoguel/activegs-ios/commit/3110db04dc1de2be2d333722457d55ee541452ce

Le dim. 28 nov. 2021 à 08:51, utilsites @.***> a écrit :

Can you share the hack @ogoguel https://github.com/ogoguel ? Thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ogoguel/activegs-ios/issues/15#issuecomment-980933375, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFEZB7Q6UOWKLYSAX4ZSR3UOHNOPANCNFSM5EN4AS4A .

-- ıllıllı ɹǝ!ʌ!ןo ıllıllı

ogoguel avatar Nov 28 '21 16:11 ogoguel

I downloaded the iOS 15.3 but when i try to install it they tell me it cant be installed I need help

Paa-Kwesi-ML avatar Feb 01 '22 19:02 Paa-Kwesi-ML

@Amkwesi I did not try yet the 15.3 beta.... any relevant messages/logs?

ogoguel avatar Feb 13 '22 11:02 ogoguel