Search found 4 matches

by Zelacks
Thu Oct 23, 2014 9:52 am
Forum: General Bullet Physics Support and Feedback
Topic: xgetbv Illegal Instruction Crash
Replies: 7
Views: 10541

Re: xgetbv Illegal Instruction Crash

Checking bit 27 (OS uses XSAVE/XRSTOR) and 28 (AVX supported by CPU) of ECX after calling cpuid is the method I have most commonly seen used before calling xgetbv. Googling, it seems chrome had an issue with some users encountering this, but it seems they chalked it up to people using XP or VMs. Bu...
by Zelacks
Thu Oct 23, 2014 6:43 am
Forum: General Bullet Physics Support and Feedback
Topic: xgetbv Illegal Instruction Crash
Replies: 7
Views: 10541

Re: xgetbv Illegal Instruction Crash

Thanks a heap for the responses guys, I am pretty much entirely clueless about the entire situation. I can perhaps confirm that this is not an issue to be due to it being a 32 or 64 bit instruction, as I have tried this on another computer, which has Windows 7 64 bit and an Intel Xeon CPU processor,...
by Zelacks
Fri Oct 10, 2014 11:55 am
Forum: General Bullet Physics Support and Feedback
Topic: xgetbv Illegal Instruction Crash
Replies: 7
Views: 10541

Re: xgetbv Illegal Instruction Crash

cheq that in the project property ->c++ -> code generation ->enhanced instruction set you are using sse2 and not avx also do you have a 32 bit windows or a 64 bit? Is that when building bullet or when building my project (I am pretty sure I tried building bullet with and without SSE) Anyway, I atte...
by Zelacks
Fri Oct 10, 2014 8:12 am
Forum: General Bullet Physics Support and Feedback
Topic: xgetbv Illegal Instruction Crash
Replies: 7
Views: 10541

xgetbv Illegal Instruction Crash

So I am using Bullet 2 (I think?) for a project that I am working on Downloaded from the git repo, https://github.com/bulletphysics/bullet3/archive/Bullet-2.83-alpha.zip Basically, when the program is compiled in debug mode, and the program attempts to create a btSequentialImpulseConstraintSolver ob...