© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
7 replies
pogrammerX

❔ Bullet World.Step causes 0xC000001D Illegal Instruction (C BulletSharp)

So i am using BulletSharp in my project.

This is the code i use to step it:
if (settingScene) return;
if ((float)simTime.Elapsed.TotalSeconds < time)
{
time = 0;
timeStep = 0;
}
timeStep = ((float)simTime.Elapsed.TotalSeconds - time);
time = (float)simTime.Elapsed.TotalSeconds;
world.StepSimulation(timeStep, 7);

Everything works fine as long as i only add BoxShapes, but as soon as i add a ConvexHullShape it starts crashing.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ BulletSharp FPS Controller
C#CC# / help
3y ago
Using instruction
C#CC# / help
4y ago
Bullet Kills Wrong Enemy
C#CC# / help
4y ago
✅ just got visual c# step by step by john sharp 2022 release, anyone else?
C#CC# / help
13mo ago