Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Custom([file_write,stderr]) #5

Open
ashea-code opened this issue Jul 28, 2014 · 0 comments
Open

ERROR: Custom([file_write,stderr]) #5

ashea-code opened this issue Jul 28, 2014 · 0 comments

Comments

@ashea-code
Copy link

Hello there, I really want to use this library for a little side project I have going, but I'm running into an issue trying to compile the native targets on Windows 7 64-Bit.
The build_windows.bat worked fined and created the ndll which I copied to the bin folder just to be sure. But I get a strange Error message after it tried to initialize webm.

Error Custom([file_write,stderr])

I'm using the HaxePunk framework as well, here is my code:

import com.haxepunk.Scene;
import flash.display.Sprite;
import webm.WebmPlayer;
import webm.WebmIoFile;

class MainScene extends Scene
{
    public override function begin()
    {
        var s = new Sprite();
        var stringv = "D:/big-buck-bunny_trailer.webm";
        var io = new WebmIoFile(stringv);
        var player = new WebmPlayer(io,s);
    }
}

I can confirm that the file exists on drive D and is not corrupted. Any help is appreciated!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant