AudioStreamer icon indicating copy to clipboard operation
AudioStreamer copied to clipboard

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

Open NamanVaishnav opened this issue 5 years ago • 9 comments

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

NamanVaishnav avatar Mar 15 '19 06:03 NamanVaishnav

+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.

mlejva avatar Mar 15 '19 08:03 mlejva

+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 avatar Mar 15 '19 10:03 NamanVaishnav

+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

NamanVaishnav avatar Mar 18 '19 06:03 NamanVaishnav

+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?

mlejva avatar Mar 18 '19 13:03 mlejva

+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

NamanVaishnav avatar Mar 19 '19 17:03 NamanVaishnav

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"

longvt-1468 avatar Dec 17 '19 08:12 longvt-1468

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?

newbdez33 avatar Jan 12 '21 06:01 newbdez33

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

kieuquangloc avatar Mar 01 '21 05:03 kieuquangloc

@syedhali can you take a look? please

kieuquangloc avatar Mar 02 '21 10:03 kieuquangloc