I downloaded the latest version of 3d away and the latest version of awayphysics,
I have the flash version cs6
I created a new project to rule out problems.
in the project and added the following libraries
Away3D-core-fp11_4_1_6.swc
AwayPhysics.swc
lib_simplegui.swc
tweener.swc
MinimalComps_0_9_9.swc
and I used the example of the class BaseTest.as
The result is as follows:
Version: v1.0 alpha AwayPhysics (04/09/2013)
[object Exit]
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F_exit()
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F_abort()
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F__ZN9__gnu_cxx27__verbose_terminate_handlerEv()
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F__ZN10__cxxabiv111__terminateEPFvvE()
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F___cxa_call_terminate()
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F___gxx_personality_sj0()
at global/AWPC_Run_2F_var_2F_folders_2F_j6_2F_n3_wkjdd11nc7fd6p13z371w0000gn_2F_T_2F__2F_ccpUpi1o_2E_lto_2E_bc_3A_4BCEEAEF_2D_400A_2D_4EC0_2D_9C22_2D_5FB023C73DF7::F__Unwind_RaiseException_Phase2()
at Global / AWPC_Run :: F__Unwind_SjLj_Resume ()
at Global / AWPC_Run :: createDiscreteDynamicsWorldWithDbvtInC ()
at awayphysics.dynamics :: AWPDynamicsWorld / initWithDbvtBroadphase ()
at BasicTest / init ()
BasicTest at ()
because it occurs?
Another thing I wanted to comment on the core awayphysics download from github, the following classes
import AWPC_Run.addCompoundChildInC ;
import AWPC_Run.createCompoundShapeInC;
import AWPC_Run.removeCompoundChildInC;
import AWPC_Run.setShapeScalingInC;
import AWPC_Run.disposeCollisionShapeInC;
import AWPC_Run.CModule;
the package AWPC_Run not exist in the discharge
ARE NOT give an error and therefore must be added AwayPhysics.swc necessarily mandatory, but I do not want to use the swc want to have open directories to fix any errors if any
In the core discharge Away3D same ocurreo Also, examples using classes that do not exist only in the downloaded core swc.