Maybe I can make everyone's lives a little easier by making an easy to follow guide on how to report a problem. Just saying "This map crashes my quake" doesn't help us much to solve your problem. So be more specific. Follow these steps:
The rest of the quake community will have an easier time helping you if you take the time to fill in all these steps.
* Add this line into your autoexec.cfg file in the id1 folder (or mod folder if necessary). If you don't have an autoexec.cfg file, create one.
** Add this option in the command to run quake
Here's an example:

When you use -condebug, it will write all the messages a developer needs in order to figure out the bug. You will find it in the id1 folder under the name 'qconsole.log'. It will be in the mod folder if you were using a mod.
*** You can easily get this information by right clicking 'My Computer' and selecting 'Properties' on the drop down menu. You should see something like this:
- Write down what the error does.
- Write down how you got the error. This is helpful for us attempting to recreate the error.
- Write down what quake client and version you were using
- Let us know if you were running a mod or custom sounds/textures/etc
- Show a screen shot
- If the error involves a crash, try to recreate the error after typing developer 1000* and writing out to a file**
- Any information about your hardware would be helpful as well***
- If it's a connectivity problem, write down your router, firewall, and anti virus information.
The rest of the quake community will have an easier time helping you if you take the time to fill in all these steps.
* Add this line into your autoexec.cfg file in the id1 folder (or mod folder if necessary). If you don't have an autoexec.cfg file, create one.
Code:
developer 1000;
Code:
quakeengine -condebug

When you use -condebug, it will write all the messages a developer needs in order to figure out the bug. You will find it in the id1 folder under the name 'qconsole.log'. It will be in the mod folder if you were using a mod.
*** You can easily get this information by right clicking 'My Computer' and selecting 'Properties' on the drop down menu. You should see something like this:

Comment