News:

Come Chat with us live! Learn how HERE!

Main Menu

How in *&%^'s name do i fix this???

Started by Kaleo, July 09, 2007, 09:44:19 AM

Kaleo

Quote from: GTKRadian1.4Failed to get a listening socket on port 39000.
Try running with BSP monitoring disabled if you can't fix this.

Now. How in fuck's name do I fix this.

Google and Search have been no help!
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...

Lava Croft

Try to compile outside of Radiant, this is, not using the menu, but by using the command-line.

Kaleo

I have mac, so that wouldn't work...

Man do I need a new computer...
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...

kaziorvb

probably as lava said (btw http://www.redsaurus.net/gtkrwiki/index.php/Common_Problems)

then u can try compilin without the monitoring (Edit -> Preferences -> Settings -> Build -> Enable Build Process Monitoring (uncheck) ) tho u wont see how is it goin in the MacRadiant console.

is your firewall on and blockin 39000 port? (System Preferences -> Sharing -> Firewall -> Stop)

reopening radiant?

or try terminal compiling

q3map2 is stored in /Applications/MacRadiant15.app/Contents/Resources/sw/radiant15/q3map2.ppc (PPC version)

open textedit
so for compilin your map stored in your /Users/yourname/.trem/base/maps/ folder, named yourmap.map, you can type

exec /Applications/MacRadiant15.app/Contents/Resources/sw/radiant15/q3map2.ppc -meta "/Users/yourname/.trem/base/maps/yourmap.map"
exec /Applications/MacRadiant15.app/Contents/Resources/sw/radiant15/q3map2.ppc -vis -saveprt "/Users/yourname/.trem/base/maps/yourmap.map"
exec /Applications/MacRadiant15.app/Contents/Resources/sw/radiant15/q3map2.ppc -light -fast -filter -super 2 "/Users/yourname/.trem/base/maps/yourmap.map"


save it as eg. yourmap_compile.sh (for eg. on your Desktop)

open terminal (/Applications/Utilities/Terminal)

cd /Desktop
./yourmap_compile

IIRC it went this way

hope it helps ;s ive got few macs and i can compile with the menu without any probs
there was a simpler way...
Signatures are displayed at the bottom of each post or personal message. BBCode and smileys may be used in your signature.

Megaman

QuoteI have mac, so that wouldn't work...

Man do I need a new computer...

Um... Macs can do it too... Just because you don't know how to use Terminal (or X11), don't blame your computer for it.
uper Fighting Robot

Taiyo.uk

Once happened to me when I screwed a build up. Just make sure you're saved then close and restart radiant, or do it from the terminal as described in previous posts.

kaziorvb

hmm just realised that i missed one parameter - -fs_basepath =.=

add -fs_basepath "/Applications/Tremulous 20060704/base/"  before  "/Users/yourname/.trem/base/maps/yourmap.map" in each line... ah, and possibly u would have to do each process (BSP, vis, light) separately so whole shell script is useless now. just paste each line (starting with /exec endin with (...)yourmap.map") into terminal, then next one when previous finishes etc

bah, i hope u wont have to terminal-compile your map ;s
radiants build menu > this method
Signatures are displayed at the bottom of each post or personal message. BBCode and smileys may be used in your signature.

Kaleo

Quote from: Megaman
QuoteI have mac, so that wouldn't work...

Man do I need a new computer...

Um... Macs can do it too... Just because you don't know how to use Terminal (or X11), don't blame your computer for it.
This thread is older than the "Q3MAP2 Build for macs" thread. Shut your pie-hole.

BTW: X11 is a window system with a terminal behind it, just like the Finder is a window system with a terminal behind it.
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...