MAJigsaw77 / hxvlc

A Haxe/OpenFL library for @:native video playback using libVLC.
https://lib.haxe.org/p/hxvlc
MIT License
42 stars 19 forks source link

unable to compile, error during compilation #55

Closed Slushi-Github closed 4 months ago

Slushi-Github commented 4 months ago

I have been trying to compile hxvlc, but it is impossible, during the compilation (which is from scratch, new compilation), this error occurs: Code_zFBbxvcOE8

yes, an apology that this is in Spanish the error hehe...

MAJigsaw77 commented 4 months ago

If you somehow use hmm, be sure both libs are the same and be sure to also do a clean compile using -clean option

Slushi-Github commented 4 months ago

I installed it using hmm, re-installed it using haxelib git and nothing, I have tried -clean and nothing either, it doesn`t compile and I am forced to disable the video feature.

MAJigsaw77 commented 4 months ago

Are you sure you don't use any another lib that does this? Maybe also try to delete the hole export

Slushi-Github commented 4 months ago

No, I am using libraries in local mode inside the repository I am using and there is only hxvlc and only hxvlc is imported in project.xml and of course where it is needed for video stuff.

MAJigsaw77 commented 4 months ago

Try deleting the hole export

Slushi-Github commented 4 months ago

What does it mean? Try using -clean again?

MAJigsaw77 commented 4 months ago

What does it mean? Try using -clean again?

No, delete the folder

Slushi-Github commented 4 months ago

nope, nothing, the same error again.

MAJigsaw77 commented 4 months ago

nope, nothing, the same error again.

I suggest you to check again because the workflows doesn't seem to have an issue compiling

Slushi-Github commented 4 months ago

I finally found the error, it was HxCodec. I really don't understand how it interferes with a library that is not being imported into the project and it doesn't even exist locally in the project. Thanks for the help

MAJigsaw77 commented 4 months ago

I finally found the error, it was HxCodec. I really don't understand how it interferes with a library that is not being imported into the project and it doesn't even exist locally in the project. Thanks for the help

Np

kornelbut commented 3 months ago

I finally found the error, it was HxCodec. I really don't understand how it interferes with a library that is not being imported into the project and it doesn't even exist locally in the project. Thanks for the help

I'm getting the same error at the moment. What did you do with hxCodec to fix it?

Slushi-Github commented 3 months ago

Remove HxCodec, that's what I did

kornelbut commented 3 months ago

Alright thanks

Zuk0109 commented 2 months ago

how exactly did you remove hxcodec? all i did was remove it from the project.xml file and i get a VideoHandler error now

Slushi-Github commented 2 months ago

how exactly did you remove hxcodec? all i did was remove it from the project.xml file and i get a VideoHandler error now

haxelib remove hxcodec