ERROR 1.6.4 Project Settings

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
Pat Howard
Posts: 494
Joined: Tue Mar 31, 2009 11:14 am

ERROR 1.6.4 Project Settings

Post by Pat Howard »

Radiant 1.6.4 works great on my Windows 7 computer, but I can't get the compiler to work on my Windows XP computer. I am getting an error regarding the paths I set in my project settings which lead to my baseq3 folder.

Code: Select all

Failed to execute the following command: "filepath + q3map2 commands"
Check that the file exists and that you don't run out of system resources.
Here are a couple of screenies...

1.4.0

[lvlshot]https://dl.dropboxusercontent.com/u/3305662/baseq3/screenshots/forum/paths_1-4-0.jpg[/lvlshot]

1.4.0: File paths work with the compiler with no problems.

1.6.4

[lvlshot]https://dl.dropboxusercontent.com/u/3305662/baseq3/screenshots/forum/paths_1-6-4.jpg[/lvlshot]

1.6.4: Same computer, same file paths and the .map file is clearly there. Note: whole error did not fit on screen.

I'm tired and probably making a dumb mistake! Anyone know what's up? Thanks for your reply,
pat
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: ERROR 1.6.4 Project Settings

Post by obsidian »

I could be wrong, but I don't think XP is smart enough to recognize longer than 8 character directory names. I also I don't know if this has anything to do with how GtkRadiant instructs Q3Map2 what to do.

Can you compile your map using 1.6.4's Q3Map2 and a batch file?

BTW... XP :puke:
(Also, it's no longer supported by MS so it should just die)
[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]
Pat Howard
Posts: 494
Joined: Tue Mar 31, 2009 11:14 am

Re: ERROR 1.6.4 Project Settings

Post by Pat Howard »

@obsidian: yep, that works. thanks, i'll just do it this way for now.

i love my old xp desktop, it's perfect for quake :)
User avatar
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: ERROR 1.6.4 Project Settings

Post by monaster »

It's more likely that you had one or more space(s) in your path. Q3Map2 was too dumb to get that whenever I worked on my maps. IIRC, I just renamed my folders by replacing every space with an underscore. Maybe it's the same for you, I assume that by reducing the dir names to 8 letters you automatically got rid of any spaces, too?

Also, XP is still supported. Millions of devices still run on XP such as ATMs and elevators, so Microsoft hasn't ceased support yet. You just have to know how to get those updates for your personal OS. <3
If you are caught on a golf course during a storm and are afraid of lightning, hold up a 1-iron. Not even God can hit a 1-iron.
-Lee Trevino, golfer who actually has been struck by lightning.
User avatar
CZghost
Posts: 1943
Joined: Wed Jun 22, 2011 1:45 pm
Location: Czechia
Contact:

Re: ERROR 1.6.4 Project Settings

Post by CZghost »

monaster wrote:Also, XP is still supported. Millions of devices still run on XP such as ATMs and elevators, so Microsoft hasn't ceased support yet. You just have to know how to get those updates for your personal OS. <3
Elevators on XP? Mother of god :olo:
[ Linktree | Twitch | YouTube | Instagram | Websites ]
When you feel the worst, turn to the sun and all the shadows will fall behind you.” - John Lennon
User avatar
Hipshot
Posts: 1547
Joined: Sun Jan 20, 2002 8:00 am

Re: ERROR 1.6.4 Project Settings

Post by Hipshot »

Pat, I would start using a batch file instead.

If you use "" around your paths, you should be able to use spaces and long names in XP

Monaster, MS support for XP ended spring 2014
Q3Map2 2516 -> http://www.zfight.com/misc/files/q3/q3map_2.5.16_win32_x86.zip
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: ERROR 1.6.4 Project Settings

Post by Eraser »

Or use this :)
http://www.theenginesofcreation.com/Con ... r/qtoolkit
Post Reply