asPlayer issue - Forum

Forum Navigation
You need to log in to create posts and topics.

asPlayer issue

Hey guys,

 

So when I am developing my app in VisualNeo Win everything works fine. But when I compile it and run it I get these error. I use 2 plugins, NeoDB Pro (paid for) and asPlayer. When I take asPlayer out of the project and compile it then it runs properly. So I narrowed it down to asPlayer.

error image

I checked and the file is indeed there:

error 2 image

 

Any idea what might be happening? It's odd because asPlayer plugin works great in development mode, but when compiled I get those errors.

I tried adding images but the forum editor keeps changing the http to https and that's not gonna work.... I think I'll give up on this for a while.

 

 

To understand, you need either pictures of the errors that appear, or the original project for verification. With such little information that you said it is impossible to determine why the error occurs.

Regards

Andrei (as3856)

I know as, I was just looking to see if I could set up an https but I will just type the error out its easier. And thanks for the quick response.

I am getting the following error at runtime:

System Error. Code: 126.
The specified module could not be found

Then a second error reads:

C:\Users\mazzu\AppData\Local\Temp\8B10B72A.npb
Unable to load this Plug-In!

I browsed to that folder and the file 8B10B72A.npb is indeed there.

Maybe the bass.dll file is simply missing?
-it must be in the same folder as the compiled project.

Regards

Andrei  (as3856)

You are a GENIUS. That was it!

So whats "best practice" here? Should I embedd the dll and extract it at runtime?

I advise you to simply move this file together with the compiled project
In general, in the project, it is necessary to check for the presence of this file, and in case of its absence, issue a warning window so that there are no other errors.
The presence of this file is up to the developer - that is, to you.

Regards

Andrei (as3856)

Perfect. Totally understood.

Curious. Images came to the mail without problems:

Uploaded files:
  • You need to login to have access to uploads.