wotwot / haxevideo

Automatically exported from code.google.com/p/haxevideo
0 stars 0 forks source link

Primitive not found : std@mutex_create(0) #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Unzip HaXeVideo 1.1 on a Ubuntu Hardy Heron server.
2. Try to launch neko server localhost 1935.

Output:

Called from hxvid/Client.hx line 76
Called from neko/vm/Mutex.hx line 27
Called from a C function
Called from neko/vm/Mutex.hx line 30
Called from a C function
Called from neko/Lib.hx line 40
Uncaught exception - load.c(324) : Primitive not found : std@mutex_create(0)

What version of the product are you using? On what operating system?

haxevideo-1.1.zip from the Google Code page.
Ubuntu Hardy Heron Server 64 bits.

Original issue reported on code.google.com by webmaste...@gmail.com on 22 Aug 2008 at 1:23

GoogleCodeExporter commented 9 years ago
NB: on the same machine, haxevideo-1.0 runs perfectly.

Original comment by webmaste...@gmail.com on 22 Aug 2008 at 1:29

GoogleCodeExporter commented 9 years ago
Make sure that you have Neko 1.7.1 installed

Original comment by ncanna...@gmail.com on 24 Aug 2008 at 3:56