We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the visual studio client shows this error as being in convar.cpp at line 1269 :
m_pConVar = g_pCVar ? g_pCVar->FindVar( pName ) : &s_EmptyConVar;
this line specifically.
this happens in a tf2 build whenever certain actions are made (such as closing the forum popup that comes or applying your settings)
here's a link to my visual studio post crash (and post depression) : https://files.catbox.moe/t9izqx.png (my vs is in french) specs:
OS : Windows 11 GPU : Geforce RTX 3060 Laptop CPU : Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz IDE : Visual Studio 2022 Community
Help me I beg of you ;(
The text was updated successfully, but these errors were encountered:
I can't figure it out but I'm open to giving more info if requested
Sorry, something went wrong.
More Info please. Edit: The Screenshot you provided is in french, im not french, the dev probably also isnt. It would help if you can translate
No branches or pull requests
the visual studio client shows this error as being in convar.cpp at line 1269 :
m_pConVar = g_pCVar ? g_pCVar->FindVar( pName ) : &s_EmptyConVar;
this line specifically.
this happens in a tf2 build whenever certain actions are made (such as closing the forum popup that comes or applying your settings)
here's a link to my visual studio post crash (and post depression) : https://files.catbox.moe/t9izqx.png
(my vs is in french)
specs:
OS : Windows 11
GPU : Geforce RTX 3060 Laptop
CPU : Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
IDE : Visual Studio 2022 Community
Help me I beg of you ;(
The text was updated successfully, but these errors were encountered: