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

EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000011318c008 protocol witness for Parsing.packets.getter in conformance Parser #6

Open
NamanVaishnav opened this issue Mar 15, 2019 · 9 comments

Comments

@NamanVaishnav
Copy link

NamanVaishnav commented Mar 15, 2019

First of all this framework is indeed a well maintained and best one available for Engine,
can you please help to rectify this issues which i'm facing during engine usage?
1.
Screenshot 2019-03-15 at 10 57 52 AM
2.
Screenshot 2019-03-15 at 11 34 22 AM

@mlejva
Copy link

mlejva commented Mar 15, 2019

+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.

@NamanVaishnav
Copy link
Author

+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.
1 more problem : (i think you can help mw out with this)

how can we reset engine for next song play. the thing which i'm doing is that playing song from local

scenario :

  1. song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.

@NamanVaishnav
Copy link
Author

+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.
1 more problem : (i think you can help mw out with this)

how can we reset engine for next song play. the thing which i'm doing is that playing song from local

scenario :

  1. song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.

Making currentTimeOffset to 0 will solved

@mlejva
Copy link

mlejva commented Mar 18, 2019

+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.
1 more problem : (i think you can help mw out with this)

how can we reset engine for next song play. the thing which i'm doing is that playing song from local
scenario :

  1. song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.

Making currentTimeOffset to 0 will solved

When/where do you set currentTimeOffset to 0?

@NamanVaishnav
Copy link
Author

+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.
1 more problem : (i think you can help mw out with this)

how can we reset engine for next song play. the thing which i'm doing is that playing song from local
scenario :

  1. song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.

Making currentTimeOffset to 0 will solved

When/where do you set currentTimeOffset to 0?

once the user clicks on next song button and before we assign new song URL to engine

@longvt-1468
Copy link

I have fixed this issue by go to Build Settings and search for "Optimization Level", change the value from "Optimize for Speed" to "No Optimization"

@newbdez33
Copy link

I have fixed this issue by go to Build Settings and search for "Optimization Level", change the value from "Optimize for Speed" to "No Optimization"

What? Why? How? Is this for real?

@kieuquangloc
Copy link

+1, it get this error too, do you all have solution?

@kieuquangloc
Copy link

@syedhali can you take a look? please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants