polybiusproxy / hxCodec

Haxe library for native video playback on HaxeFlixel and OpenFL.
https://lib.haxe.org/p/hxCodec
Mozilla Public License 2.0
109 stars 71 forks source link

error on windows executable #292

Closed MidyGamy closed 11 months ago

MidyGamy commented 11 months ago

image translation: the procedure entry point decode URI could not be located in the dynamic link library

so when i compile the game and launch if from the exported executable, i get this error every time i load a video... the thing is it doesn't happen when using the lime test windows command

polybiusproxy commented 11 months ago

image translation: the procedure entry point decode URI could not be located in the dynamic link library

so when i compile the game and launch if from the exported executable, i get this error every time i load a video... the thing is it doesn't happen when using the lime test windows command

Your builds are missing the 'plugins' folder.

MidyGamy commented 11 months ago

image translation: the procedure entry point decode URI could not be located in the dynamic link library so when i compile the game and launch if from the exported executable, i get this error every time i load a video... the thing is it doesn't happen when using the lime test windows command

Your builds are missing the 'plugins' folder.

no its not

polybiusproxy commented 11 months ago

Then libvlc somehow can't find a function in the libqt4_plugin DLL file.

MidyGamy commented 11 months ago

how can I fix it?

polybiusproxy commented 11 months ago

how can I fix it?

Do you have everything in your plugins folder? Make sure you're not missing anything.

MidyGamy commented 11 months ago

ok for some reasons, removing that plugin fixed the thing...