Page 1 of 2

Q3Map2 has stopped responding?

Posted: Fri Sep 03, 2010 6:09 pm
by Dessicated corpse
Image

I am speechless. Only thing I have to say is that it stops working everytime MapRawLightmap reaches 4, and the weird thing is, Q3Map2 is still working fine but won't continue the compiling process and I have no choice but to close the program. I've tried using Q3Map2 again and again but it just won't work.

Re: Q3Map2 has stopped responding?

Posted: Fri Sep 03, 2010 6:25 pm
by obsidian
In 10 years of Q3Map/Q3Map2, I don't think I have ever had it crash on me. I doubt it is the fault of the program alone, probably something like bad memory, drivers and most likely something weird that you are doing to your map. Take a look at all those warnings, they're there for a reason.

Any errors in Q3Map2's log files or in Windows Event Viewer? Without more info, it's impossible for anyone to guess what the problem is.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 10:03 am
by Hipshot
Post the .map here...
I'm most certain it's a level issue.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 5:05 pm
by ^misantropia^
Let me amend that: post the map and the output of `q3map2 -v`.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 5:57 pm
by Dessicated corpse
Fine, here.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 6:08 pm
by ShadoW_86
OMG! Unreal DEMO! :):). Actually you just made me to look for my old Unreal CD somewhere to play it!

Sorry guys for offtop ;).

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 7:43 pm
by Dessicated corpse
What's that got to do with this thread?

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 7:49 pm
by ^misantropia^
The map doesn't crash on me (this is with q3map2 2.5.17) but it does abort with "AllocWinding failed: MAX_POINTS_ON_WINDING exceeded". Map bug it is then.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 7:58 pm
by Dessicated corpse
Why does it crash on me then?

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:03 pm
by ^misantropia^

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:10 pm
by mrd
You could likely fix it by finding the offending brush(es) and manually splitting them up into separate brushes, thereby avoiding the co-planar splits by the compiler. I think! Give it a try.

EDIT: :olo: @ "Windows will find a solution for you"

Yeah, and I'm Santa Claus.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:10 pm
by ^misantropia^
As an addendum, you might need to upgrade your q3map2. You didn't mention which version you use, but 2.5.16 is the latest and greatest out in the wild (my 2.5.17 was compiled from SVN).

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:13 pm
by Dessicated corpse
I don't see how it could make the program crash. And I'm using the map compiler from Quake Toolkit. I don't really know what version I'm using. Could Quake Toolkit be the problem?

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:17 pm
by mrd
The version is displayed at the top when you first run the program. I highly doubt Quake Toolkit has anything to do with it, it's likely just a package of software, of which q3map2 is a part of.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:24 pm
by ^misantropia^
I'm a software developer by trade and I can think of a thousand reasons why q3map2 crashes (as an aside: it's a tribute to mankind's ingenuity and perseverance that most software does *not* crash right at start-up).

Anyway... I suggest you (at least temporarily) ditch Quake Toolkit and try to compile your map with a non-tweaked version of GtkRadiant.

EDIT : @mrd: http://www.quakeunity.com/file=1740 suggests that Quake Toolkit comes with q3map2 v2.5.56 which is no version of q3map2 I ever heard of.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:24 pm
by Dessicated corpse
All it says on the top is "C:\Windows\system32\cmd.exe". And this is what it says when I try to run my map (after Q3Map2 fucked up):

Image

And, I didn't know Q3Map2 posted logs, where are they located? Because I can't find any.

@^misantropia^

I do use normal GTKRadiant.

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:28 pm
by mrd
Run q3map2 from the command line like a normal person, and it will spit out the version number at the top.

Something like this: "ydnar's q3map2, v.xxxx"

EDIT: Here:

Image

Re: Q3Map2 has stopped responding?

Posted: Sat Sep 04, 2010 8:29 pm
by Dessicated corpse
All it says it "C:\Q3Map2\Q3Map2.exe".

Re: Q3Map2 has stopped responding?

Posted: Sun Sep 05, 2010 1:52 am
by obsidian
Why do you guys think every single version of Q3Map2 comes with a readme file? Muurrrrrr!

Also, misantropia:
lmgtfy.com makes me lol every time! <3

Re: Q3Map2 has stopped responding?

Posted: Sun Sep 05, 2010 4:17 am
by Dessicated corpse
Q3Map (ydnar) - v2.5.16

Re: Q3Map2 has stopped responding?

Posted: Sun Sep 05, 2010 8:32 am
by Noruen
Dessicated corpse - SV_SETBRUSHMODEL: NULL means, that you left in your level some event without brush. For example when you try to do from func_bobbing > func_plat, it causes, that brush is converted to func_plat, but old func_bobbing is still present but without dimensions. Simply, press E in GTK radiant and try to find that event. Your breaking event (when you click on event, it will be selected) is that event, which is on weird position, or has no brush.

Edit:
And about that map you posted here - it can't be compilled, in the main area there are patches splitting "map" from the "void". You must put some brush behind. But anyway I do not see some problem which can cause that light calculation problem.

Re: Q3Map2 has stopped responding?

Posted: Sun Sep 05, 2010 1:07 pm
by dONKEY
@D C, I hate to say I told you so....but yeah we did. Should have tried listening dude.

Re: Q3Map2 has stopped responding?

Posted: Mon Sep 06, 2010 7:19 am
by Eraser
Dessicated corpse wrote:I don't see how it could make the program crash. And I'm using the map compiler from Quake Toolkit. I don't really know what version I'm using. Could Quake Toolkit be the problem?
Quake Toolkit is just a graphical GUI that calls the q3map2 executable with the selected flags. Kind of like Q3Build and Q3Map2Toolz. It cannot be the cause of this. Also, Q3Map2 is not distributed with the Quake Toolkit, so you got your Q3Map2 from some other source (most likely your GtkRadiant installation).

Re: Q3Map2 has stopped responding?

Posted: Mon Sep 06, 2010 4:48 pm
by Dessicated corpse
I just tried removing every glitch I could find, same problem.

Re: Q3Map2 has stopped responding?

Posted: Mon Sep 06, 2010 9:11 pm
by obsidian
Can you compile a very simple cube map or does that crash on you too?