Raised This Month: $51 Target: $400
 12% 

Error 075: input line too long (after substitutions) (Fixed)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dubbeh
Senior Member
Join Date: Jul 2007
Old 10-15-2007 , 02:23   Error 075: input line too long (after substitutions) (Fixed)
Reply With Quote #1

Just came across this bug recently and i can't figure out how to find it

Really strange thing about it is, if i merge all the code into one file the bug vanishes

Quote:
SourcePawn Compiler 1.0.0.1478
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2007 AlliedModders, LLC

ygmsm_menuhandlers.sp(0) : error 075: input line too long (after substitutions)
ygmsm_menuhandlers.sp(1) : error 017: undefined symbol "UTIL_FreeHandle"
ygmsm_menuhandlers.sp(1) : error 017: undefined symbol "UTIL_FreeHandle"
ygmsm_menuhandlers.sp(1) : error 017: undefined symbol "sizeo"
ygmsm_menuhandlers.sp(1) : fatal error 127: too many error messages on one line

Compilation aborted.
5 Errors.
The system cannot find the file specified.
Press any key to continue . . .
If anyone has any possible ways of finding this it would be really appreciated

Thanks
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome

Last edited by dubbeh; 10-15-2007 at 17:05.
dubbeh is offline
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 10-15-2007 , 09:23   Re: Error 075: input line too long (after substitutions)
Reply With Quote #2

lack of code to review makes it hard to help.
__________________
I'm a blast from the past!
ferret is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 10-15-2007 , 12:01   Re: Error 075: input line too long (after substitutions)
Reply With Quote #3

Just ha a go at merging the single file back over the multiple ones & the bugs comes back

Attached the latest sourcecode & currently getting these errors

Quote:
SourcePawn Compiler 1.0.0.1478
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2007 AlliedModders, LLC

ygmsm_menuhandlers.sp(0) : error 075: input line too long (after substitutions)
ygmsm_menuhandlers.sp(1) : error 075: input line too long (after substitutions)
ygmsm_menuhandlers.sp(2) : warning 217: loose indentation
ygmsm_menuhandlers.sp(2) : error 075: input line too long (after substitutions)
ygmsm_menuhandlers.sp(3) : warning 217: loose indentation
ygmsm_menuhandlers.sp(3) : error 017: undefined symbol "iMutedClient"
ygmsm_menuhandlers.sp(3) : error 017: undefined symbol "iMutedClient"
ygmsm_menuhandlers.sp(3) : error 017: undefined symbol "szClientName"
ygmsm_menuhandlers.sp(3) : fatal error 127: too many error messages on one line

Compilation aborted.
7 Errors.
Thanks for the help ferret
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome

Last edited by dubbeh; 10-15-2007 at 17:05.
dubbeh is offline
BAILOPAN
Join Date: Jan 2004
Old 10-15-2007 , 12:28   Re: Error 075: input line too long (after substitutions)
Reply With Quote #4

Are you trying to compile these like this?
Code:
spcomp file1.sp file2.sp file3.sp
If so, that method doesn't really work, the best idea is to just #include each .sp file.
__________________
egg
BAILOPAN is offline
dubbeh
Senior Member
Join Date: Jul 2007
Old 10-15-2007 , 12:58   Re: Error 075: input line too long (after substitutions)
Reply With Quote #5

I'm using a small bat file to compile the ygmsm.sp & copy the file over to the plugin directory

Quote:
@echo off

set PLUGINNAME=ygmsm

del %PLUGINNAME%.smx
del ..\css\cstrike\addons\sourcemod\plugins\%PLUG INNAME%.smx
spcomp %PLUGINNAME%.sp
copy %PLUGINNAME%.smx ..\css\cstrike\addons\sourcemod\plugins\%PLUG INNAME%.smx
pause
I'll give it a go with ygmsm_menuhandlers.sp using a shorter name

Thanks for the help bailopan

edit
still get the same problem
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome
dubbeh is offline
Nican
Veteran Member
Join Date: Jan 2006
Location: NY
Old 10-15-2007 , 15:26   Re: Error 075: input line too long (after substitutions)
Reply With Quote #6

I believe the problem is that there is no new lines in ygmsm_menuhandlers.sp when I open it in notepad

What program did you use to make the plugin?
__________________
http://www.nican132.com
I require reputation!

Last edited by Nican; 10-15-2007 at 15:31.
Nican is offline
Send a message via ICQ to Nican Send a message via MSN to Nican
dubbeh
Senior Member
Join Date: Jul 2007
Old 10-15-2007 , 17:04   Re: Error 075: input line too long (after substitutions)
Reply With Quote #7

Well spotted nican, Thanks

I'm using pspad atm, not sure how the file was saved like that

Now i can carry on getting the final things added & get the v1.0.0 release done

Thanks again for finding that
__________________
SM Plugins - dubbeh.net - Plugin requests are welcome
dubbeh is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode