Rastar Posted May 17, 2013 Share Posted May 17, 2013 If I create a new project, build and run it in XCode, it immediately crashes with the following message: SimpleTest.debug`Leadwerks::Entity::Move(Leadwerks::Vec3 const&, bool) at Entity.cpp:2150: 0x9e060: pushl %ebp 0x9e061: movl %esp, %ebp 0x9e063: pushl %esi 0x9e064: subl $36, %esp 0x9e067: movb 16(%ebp), %al 0x9e06a: movl 12(%ebp), %ecx 0x9e06d: movl 8(%ebp), %edx 0x9e070: movl %edx, -8(%ebp) 0x9e073: movl %ecx, -12(%ebp) 0x9e076: andb $1, %al 0x9e078: movb %al, -13(%ebp) 0x9e07b: movl -8(%ebp), %ecx 0x9e07e: movl (%ecx), %edx 0x9e080: movl 516(%edx), %edx 0x9e086: movl -12(%ebp), %esi 0x9e089: movss 28(%esi), %xmm0 0x9e08e: movl -12(%ebp), %esi 0x9e091: movss 32(%esi), %xmm1 0x9e096: movl -12(%ebp), %esi 0x9e099: movss 36(%esi), %xmm2 <=== Thread 1: EXC_BAD_ACCESS (code=2, address=0x1c) 0x9e09e: movb -13(%ebp), %al 0x9e0a1: andb $1, %al 0x9e0a3: movl %ecx, (%esp) 0x9e0a6: movss %xmm0, 4(%esp) 0x9e0ac: movss %xmm1, 8(%esp) 0x9e0b2: movss %xmm2, 12(%esp) 0x9e0b8: movzbl %al, %ecx 0x9e0bb: movl %ecx, 16(%esp) 0x9e0bf: calll *%edx 0x9e0c1: addl $36, %esp 0x9e0c4: popl %esi 0x9e0c5: popl %ebp 0x9e0c6: ret I am using the latest LE3 version. Link to comment Share on other sites More sharing options...
Josh Posted May 17, 2013 Share Posted May 17, 2013 Just ran a new project without incident. Is this a C++ or Lua project? My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Rastar Posted May 17, 2013 Author Share Posted May 17, 2013 C++, Lua is working fine. Link to comment Share on other sites More sharing options...
Admin Posted May 18, 2013 Share Posted May 18, 2013 The first thing I would try is cleaning the project, but that might be a little obvious to point out. Link to comment Share on other sites More sharing options...
Rastar Posted May 20, 2013 Author Share Posted May 20, 2013 Nope, cleaning didn't do the trick. Link to comment Share on other sites More sharing options...
Rastar Posted May 21, 2013 Author Share Posted May 21, 2013 I did a clean install of Leadwerks 3, and now it's working again... 1 Link to comment Share on other sites More sharing options...
Recommended Posts