Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad access when producing a pixel buffer #4

Closed
Timstarockz opened this issue Jun 21, 2019 · 4 comments
Closed

Bad access when producing a pixel buffer #4

Timstarockz opened this issue Jun 21, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Timstarockz
Copy link

Timstarockz commented Jun 21, 2019

Hi! So I've run into an interesting issue that I found in InternalRecorder.swift. I managed to get it to crash at this line:

https://github.com/gorastudio/SCNRecorder/blob/6ea497e347cab67460a1fcc4a4a739d5d6a79a70/Source/InternalRecorder/InternalRecorder.swift#L278

I can never capture the frame with the actual error but I was able to see it output some sort of EXC_BAD_ACCESS error. This seems to only be happening to me when recording an SCNView.

@v-grigoriev
Copy link
Collaborator

Hi! Yea, it looks interesting. Do you use Metal or OpenGL based rendering?

@Timstarockz
Copy link
Author

I currently use Metal based rendering. Mostly just out of the box SceneKit right now.

@v-grigoriev
Copy link
Collaborator

OK, thank you! I will investigate for a week and get back to you.

@v-grigoriev v-grigoriev self-assigned this Jun 21, 2019
@v-grigoriev v-grigoriev added the bug Something isn't working label Jun 21, 2019
@v-grigoriev
Copy link
Collaborator

Should be fixed in the new version. I can't reproduce it and there are no memory leaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants