Jump to content
xorpas

access violation at address 04DB31CD ACCESSING ADRESS 00000000

Recommended Posts

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.

 

1067000141_Sanstitre.thumb.png.23bd109a87c577729a97180ebc1fb949.png

Share this post


Link to post

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?

 

  • Like 1

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×