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

Unhandled exception at 0x0000000000000000 in hl2_win64.exe: 0xC0000005: Access violation executing location 0x0000000000000000. #680

Open
thepowerwolfx opened this issue Feb 20, 2025 · 9 comments

Comments

@thepowerwolfx
Copy link

What is this? how do I fix this?

@AnOldLady
Copy link

Sounds like your server.dll wasn't built. You can double check it by going into the server folder and checking the Release folder, and look for server.dll.

In the event that server.dll didn't build, highly likely because you did not have python installed to generate the necessary vscript files

@thepowerwolfx
Copy link
Author

Thx

@thepowerwolfx
Copy link
Author

Sounds like your server.dll wasn't built. You can double check it by going into the server folder and checking the Release folder, and look for server.dll.

In the event that server.dll didn't build, highly likely because you did not have python installed to generate the necessary vscript files
so how do I build my server.dll bc my python is installed and it's not building. what should I do?

@thepowerwolfx
Copy link
Author

I keep getting errors like'g_Script_spawn_helper': undeclared identifier & 'g_Script_vscript_server': undeclared identifier

@NepJr
Copy link

NepJr commented Feb 20, 2025

Install python 3, verify that the folder it's installed to is in your PATH environment variables, then clean the solution and rebuild

@NepJr
Copy link

NepJr commented Feb 20, 2025

#635 goes over this

@Abdoujumper
Copy link

@AnOldLady where can i find server.dll ? i've been searching this on the whole vs solutions but there is nothing to find, and i have a bug for the server spawn, the #635 didn't helped me so much to fix that

@NepJr
Copy link

NepJr commented Feb 21, 2025

Did you actually verify python works in cmd by opening a cmd terminal and typing python?

Also did you make sure to clean the solution and rebuild?

@Abdoujumper
Copy link

no but i will, thank you, if there is an error ima inform y'all here !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants