Jump to content
Sign in to follow this  
Jettie

General Protection Fault

Recommended Posts

So every time i try to create a character or try to enter the world with a already existing one it freezes then i CTD with a general protection fault could somebody please tell me what to do?

Share this post


Link to post
Share on other sites

i think this might be the c++ crash error? i get it too.

 

generally this is created when code called a virtual method from either a constructor or destructor method... which makes sense if it is an exit clean-up routine.

 

feels pretty harmless in itself but it is annoying every time i quit the game to see it not exit cleanly. and it doesn't do it all the time.

 

i do want to mention i run a memory cleaning process on windows 10 that helps keep paging under control. i'm not sure if this exit error could potentially leave users exposed to memory leaks or not. something to keep an eye on for sure...

Share this post


Link to post
Share on other sites

@gordIsMyName Actually not. General Protection Fault error still remains on this game since its release.

It mostly happens when a running thread is trying to access reserved memory addresses.

 

EDIT : The C++ crash error happens because the process is trying to call a pure virtual method, which is normally impossible because a pure virtual method should be redefined in classes that inherits from it and cannot be directly called by the code.

Edited by rSyk

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...