FLARManagerTutorial_Collada- FlarMangager v1.0-Class cmodule.libFlareTracker::CLibInit

157 views
Skip to first unread message

Thangaraj

unread,
Aug 11, 2010, 2:37:26 AM8/11/10
to FLARToolKit userz
I have updated FlarMangager v1.0

FLARManagerTutorial_Collada it throws me errors, how to solve this
issue
VerifyError: Error #1014: Class cmodule.libFlareTracker::CLibInit
could not be found.

[FLARManager] Initing camera 'USB Video Device'.
[FLARManager] Initial camera validation complete...
VerifyError: Error #1014: Class cmodule.libFlareTracker::CLibInit
could not be found.

at com.transmote.flar.tracker::FlareManager/initTracker()
at com.transmote.flar::FLARManager/onTrackerInited()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.transmote.flar.tracker::FlareManager/onInited()
at com.transmote.utils.time::Timeout/onTimerComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.utils::Timer/tick()
[FLARManager] Validated camera 'USB Video Device'.


Thanks in Advance,
Thangaraj.S

eric socolofsky

unread,
Aug 11, 2010, 2:49:22 AM8/11/10
to flartool...@googlegroups.com
this seems to be the favorite question for v1.0.
are you compiling with Flash, not with Flex/Flash Builder?
you need to be sure the /libs/ folder is in your build path. CLibInit is within the flare* .swc files.

Thangaraj

unread,
Aug 11, 2010, 2:57:07 AM8/11/10
to flartool...@googlegroups.com
Hi ERIC,
 
thanks for your quick reply

Iam using Flash CS4.

inside the /libs/ folder there is file named "libFlareTracker.swc"

i linked External library path in Publsih Settings->AS3 settings>

C:\Documents and Settings\thangaraj\Desktop\V1_multMarker\lib\libFlareTracker.swc

Thangaraj

unread,
Aug 11, 2010, 3:31:11 AM8/11/10
to flartool...@googlegroups.com
I got it Eric.

I used External library path... now i changed to Library path wnd Export SWc

now no errors. but Camera movement is stopped

eric socolofsky

unread,
Aug 11, 2010, 12:13:13 PM8/11/10
to flartool...@googlegroups.com
do you have the .lic file(s) in the same folder as your swf?

Thangaraj

unread,
Aug 12, 2010, 1:00:56 AM8/12/10
to flartool...@googlegroups.com
Thanks Eric, now video capture is working fine now. but collada model is not visible,
The Flarmangager is not triggering the following listener

// begin listening for FLARMarkerEvents.
            this.flarManager.addEventListener(FLARMarkerEvent.MARKER_ADDED,this.onMarkerAdded);
            this.flarManager.addEventListener(FLARMarkerEvent.MARKER_UPDATED,this.onMarkerUpdated);
            this.flarManager.addEventListener(FLARMarkerEvent.MARKER_REMOVED,this.onMarkerRemoved);



carmonkeycasino

unread,
Sep 8, 2010, 9:38:46 AM9/8/10
to FLARToolKit userz
Hi i think i have the same problem. Just downloaded v1.0.1 got the
usual HTML wrapper error plus 3 errors about the CLibInit

1046: Type was not found or was not a compile-time constant:
CLibInit. FlareTracker.as /FLARManager_v1_0_1/src/
at/imagination/flare line 75 Flex Problem
1172: Definition cmodule.libFlareTracker:CLibInit could not be
found. FlareTracker.as /FLARManager_v1_0_1/src/at/
imagination/flare line 16 Flex Problem
1180: Call to a possibly undefined method
CLibInit. FlareTracker.as /
FLARManager_v1_0_1/src/at/imagination/flare line 99 Flex Problem

Theres no lib FlareTracker.swc file in the /libs/ folder, /libs/
folder is in my build path but there is no .lic file(s) in the same
folder as the swf?

Thank you in advance :)

eric socolofsky

unread,
Sep 8, 2010, 12:26:23 PM9/8/10
to flartool...@googlegroups.com
you have to download the swc and lic files from imagination's site, as i describe on my site.

carmonkeycasino

unread,
Sep 8, 2010, 12:42:12 PM9/8/10
to FLARToolKit userz
Okay, thanks.

Coma

unread,
Oct 28, 2010, 5:24:01 AM10/28/10
to FLARToolKit userz
Hi, I have the exact same problem. I tried patching it up myself by
downloading the Evaluation SDK from the imagination site.
Tried copying the libFlareTracker.swc file into the /libs/ folder and
renaming it to FlareTracker.swc..

No more errors, but just blank page..:/

help?

Thank you.

On Sep 8, 3:38 pm, carmonkeycasino <shaneisthen...@gmail.com> wrote:
> Hi i think i have the same problem. Just downloaded v1.0.1 got the
> usual HTML wrapper error plus 3 errors about the CLibInit
>
> 1046: Type was not found or was not a compile-time constant:
> CLibInit.                          FlareTracker.as      /FLARManager_v1_0_1/src/
> at/imagination/flare    line 75 Flex Problem
> 1172: Definition cmodule.libFlareTracker:CLibInit could not be
> found.                    FlareTracker.as      /FLARManager_v1_0_1/src/at/
> imagination/flare       line 16 Flex Problem
> 1180: Call to a possibly undefined method
> CLibInit.                                                  FlareTracker.as      /
> FLARManager_v1_0_1/src/at/imagination/flare     line 99 Flex Problem
>
> Theres no libFlareTracker.swc file in the /libs/ folder, /libs/

eric socolofsky

unread,
Oct 29, 2010, 1:51:14 PM10/29/10
to flartool...@googlegroups.com
try running in safari with the Activity window open, or in firefox with the LiveHTTPHeaders plugin, to see which http requests (external file loads) are failing. you have an incorrect path somewhere....

eric socolofsky

unread,
Oct 31, 2010, 2:48:37 PM10/31/10
to FLARToolKit userz
hey all -- just released an update that fixes the CLibInit error:
http://words.transmote.com/wp/20101031/flarmanager-v1-0-3-augmented-reality-in-flash/

sorry bout this. difficult to keep all the different libs and
versions and project settings straight...hope this makes it all
better.

-e

On Oct 29, 10:51 am, eric socolofsky <e...@transmote.com> wrote:
> try running in safari with the Activity window open, or in firefox with the LiveHTTPHeaders plugin, to see which http requests (external file loads) are failing.  you have an incorrect path somewhere....
>
> On Oct 28, 2010, at 2:24 AM, Coma wrote:
>
> > Hi, I have the exact same problem. I tried patching it up myself by
> > downloading the Evaluation SDK from the imagination site.
> > Tried copying the libFlareTracker.swc file into the /libs/ folder and
> > renaming it to FlareTracker.swc..
>
> > No more errors, but just blank page..:/
>
> > help?
>
> > Thank you.
>
> > On Sep 8, 3:38 pm, carmonkeycasino <shaneisthen...@gmail.com> wrote:
> >> Hi i think i have the same problem. Just downloaded v1.0.1 got the
> >> usual HTML wrapper error plus 3 errors about theCLibInit
>
> >> 1046: Type was not found or was not a compile-time constant:
> >>CLibInit.                          FlareTracker.as      /FLARManager_v1_0_1/src/
> >> at/imagination/flare    line 75 Flex Problem
> >> 1172: Definition cmodule.libFlareTracker:CLibInitcould not be
Reply all
Reply to author
Forward
0 new messages