xorpas 4 Posted March 22 Hello friends, please help. I am using Alcinoe's video player on delphi 12 it compile with no error but when app is run it show error access violation at address 04DB31CD ACCESSING ADRESS 00000000 I added all the exoplayer .jar files. Share this post Link to post
Remy Lebeau 1394 Posted March 23 Clearly a nil pointer is being accessed, but there is not enough information to diagnose where exactly. Is it happening in your own code (the most obviously candidate is the ALVideoPlayerSurface1.VideoPlayer property being nil), or is it happening inside the Alcinoe library? 1 Share this post Link to post
xorpas 4 Posted March 24 thank's for replay mr remy when the app is run before the main form showing the error happen this is my project with all jar lib mybe the problem is in the manifest 4.rar Share this post Link to post