Error: Line 2038 is incomplete
-
- Posts: 71
- Joined: Tue May 24, 2011 7:36 pm
Error: Line 2038 is incomplete
Any idea what this error is? Happens with every map I try to compile and it stops me from compiling completely. I've tried opening up the map file in Notepad and then copying the whole text there and pasting to make a new map file but it doesn't fix the problem.
Re: Error: Line 2038 is incomplete
Post the .map file. Without it we can only guess at what's wrong.
Re: Error: Line 2038 is incomplete
Yeah, or use a better editor than Notepad (I use Notepad++) and fine line 2038. Usually its something ultra simple, like a bad character or un closed comment.
-
- Posts: 71
- Joined: Tue May 24, 2011 7:36 pm
Re: Error: Line 2038 is incomplete
It's happening with all my maps and I used Notepad++.
Re: Error: Line 2038 is incomplete
All your maps? And all of them report the error that line 2038 is incomplete?
-
- Posts: 71
- Joined: Tue May 24, 2011 7:36 pm
Re: Error: Line 2038 is incomplete
Yes, even with new maps I created.
Re: Error: Line 2038 is incomplete
Can you perhaps post the exact way you start q3map2 and it's output?
-
- Posts: 71
- Joined: Tue May 24, 2011 7:36 pm
Re: Error: Line 2038 is incomplete
I use a GUI interface called Quake Toolkit (I have trouble with the usual Q3Map2), I use a lot of outputs. I use -flares, -info, -skyfix and -v for the bsp tab. With VIS tab I use -v. With the light tab I use -dark, -dirty, -filter, -patchshadows, -shade, -smooth, -v and -samples 10. And I use for the BSPC tab -bsp2aas. I've even tried simplified compiling outputs with just bsp and light tabs checked with the -meta and -v outputs checked on the bsp tab but it does the same thing. I just tried it with Q3Map2 but it done the same thing, what's odd though is that when I put it outside my Quake 3 directory and try compiling it works. It just doesn't work whilst I have it in the Quake 3 directory, is it some sort of shader problem?
Last edited by IveGotPenisEnvy on Thu Dec 01, 2011 3:32 pm, edited 1 time in total.
Re: Error: Line 2038 is incomplete
The logging ouput of q3map2, we need that as well.
Also, inside the Quake Toolkit installation folder, find a file called q3map.bat, open it with notepad and copy/paste the contents in here. It's more readable than what you just posted.
Also, inside the Quake Toolkit installation folder, find a file called q3map.bat, open it with notepad and copy/paste the contents in here. It's more readable than what you just posted.
Re: Error: Line 2038 is incomplete
Not related, but FYI:
-flares doesn't work for Q3.
You probably don't want to use -shade and -smooth unless you have a very specific reason.
-samples should be more like 3, not 10.
Don't toss in random compile switches if you don't know what they do. Read up on them.
Hint: If you want help, and people say that you should post the map file and Q3Map2 logs, it's usually a good idea to do what they ask instead of writing more nondescript paragraphs.
-flares doesn't work for Q3.
You probably don't want to use -shade and -smooth unless you have a very specific reason.
-samples should be more like 3, not 10.
Don't toss in random compile switches if you don't know what they do. Read up on them.
Hint: If you want help, and people say that you should post the map file and Q3Map2 logs, it's usually a good idea to do what they ask instead of writing more nondescript paragraphs.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
-
- Posts: 71
- Joined: Tue May 24, 2011 7:36 pm
Re: Error: Line 2038 is incomplete
Flares work in ioquake3 and look good. And I find -shade makes the shadows look slightly better.
Re: Error: Line 2038 is incomplete
correct me if im wrong but isnt -shade for phong shading?
[url=https://github.com/Garux/netradiant-custom]NRC[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
Re: Error: Line 2038 is incomplete
It is. 

[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Error: Line 2038 is incomplete
Still no compiler output...