Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - Client crashes on windows #72

Open
Cavonstavant opened this issue Nov 1, 2022 · 0 comments
Open

BUG - Client crashes on windows #72

Cavonstavant opened this issue Nov 1, 2022 · 0 comments
Assignees

Comments

@Cavonstavant
Copy link
Contributor

Client crashes on windows inside ecs::system::draw at line 38: sprite.setTextureRect(animations[i].value().getFrameRect());

getFrameRect is called while _animFrames::_currentFrame is uninitialized

 	ucrtbased.dll!00007ffea489afec()	Unknown
 	ucrtbased.dll!00007ffea489af37()	Unknown
 	r-type_client.exe!std::vector<ecs::component::Animated::AnimFrame,std::allocator<ecs::component::Animated::AnimFrame>>::operator[](const unsigned __int64 _Pos) Line 1757	C++
>	r-type_client.exe!ecs::component::Animated::getFrameRect() Line 65	C++
 	r-type_client.exe!ecs::systems::<lambda_4>::operator()(ecs::World & world) Line 38	C++
 	[External Code]	
 	r-type_client.exe!ecs::World::runSystems() Line 39	C++
 	r-type_client.exe!ecs::Engine::run() Line 74	C++
 	r-type_client.exe!main() Line 146	C++
 	[External Code]	
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants