Internal Source Compiler error
Hello, I'm getting an Internal Error when trying to compile any plugin, this randomly started happening after nothing in particular as far as I'm aware. Reinstalling the latest Sourcemod did not fix this, any ideas on what's causing this? Thanks.
|
Re: Internal Source Compiler error
Share the log error message and the plugin .sp file/thread link if possible
|
Re: Internal Source Compiler error
PHP Code:
|
Re: Internal Source Compiler error
Blinx, Is there a "compiled" folder next to the compiler (or its shortcut if plugins are compiled by dragging sources onto the shortcut)?
Are you using Windows or Linux to compile? |
Re: Internal Source Compiler error
Compiled folder still exists.
Using Windows. |
Re: Internal Source Compiler error
Could you tell, step by step. How you compile plugin ?
- Because there are Pawn editors and simple "drag & drop" source file on spcom.exe, style Are you compiling plugin in your own PC ? What CMD console message show when you run spcomp.exe, not using any file. |
Re: Internal Source Compiler error
Quote:
1 - Make sure you have the latest version of the SourceMod compiler installed on your system. If you're using an older version, it might not be able to handle the syntax or features of the plugin you're trying to compile. 2 - Check if you have any syntax errors in your plugin code. The Internal Error message can be caused by syntax mistakes in the plugin source code, such as missing brackets or incorrect variable names. 3 - Make sure that you have the required dependencies installed on your system. Some plugins may require additional libraries or include files in order to be compiled properly. 4 - Check if you have any other SourceMod plugins installed that could be causing conflicts with the plugin you're trying to compile. It's possible that one of the other plugins is causing the Internal Error message to be displayed. |
Re: Internal Source Compiler error
Quote:
I'm compiling on my own PC. If I just open compile with no file, I get this message: PHP Code:
|
Re: Internal Source Compiler error
Are you using this ???
https://github.com/spiretf/spcomp *edit In scripting folder there is spcomp.exe. Drag and drop one plugin source file, top of it. You should get *.smx file into "compiled" folder *edit edit https://wiki.alliedmods.net/Compiling_SourceMod_Plugins Maybe you need: Code:
spcomp pluginfilename.sp |
Re: Internal Source Compiler error
Quote:
|
| All times are GMT -4. The time now is 21:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.