Author Topic: How in *&%^'s name do i fix this???  (Read 4260 times)

Kaleo

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
How in *&%^'s name do i fix this???
« on: July 09, 2007, 09:44:19 am »
Quote from: "GTKRadian1.4"
Failed 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

  • Guest
How in *&%^'s name do i fix this???
« Reply #1 on: July 09, 2007, 10:22:55 am »
Try to compile outside of Radiant, this is, not using the menu, but by using the command-line.

Kaleo

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
How in *&%^'s name do i fix this???
« Reply #2 on: July 09, 2007, 10:30:05 am »
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

  • Posts: 234
  • Turrets: +19/-43
How in *&%^'s name do i fix this???
« Reply #3 on: July 09, 2007, 01:52:11 pm »
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

Code: [Select]
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

  • Posts: 19
  • Turrets: +0/-0
How in *&%^'s name do i fix this???
« Reply #4 on: July 11, 2007, 04:24:21 am »
Quote
I 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

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
How in *&%^'s name do i fix this???
« Reply #5 on: July 11, 2007, 04:50:47 am »
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

  • Posts: 234
  • Turrets: +19/-43
How in *&%^'s name do i fix this???
« Reply #6 on: July 13, 2007, 10:36:12 am »
hmm just realised that i missed one parameter - -fs_basepath =.=

add
Code: [Select]
-fs_basepath "/Applications/Tremulous 20060704/base/"  before  
Code: [Select]
"/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

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
How in *&%^'s name do i fix this???
« Reply #7 on: July 13, 2007, 03:01:24 pm »
Quote from: "Megaman"
Quote
I 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...