Common BricsCAD Problems and How to Fix Them

That frustrating BricsCAD ‘bug’ that’s killing your productivity probably isn’t a bug at all. You’re trying to draw a simple line, but it refuses to connect accurately or stay perfectly straight. Sound familiar? In practice, these workflow-stopping BricsCAD problems are almost always caused by a single, accidental click on a hidden setting. The good news is that you can fix it in less than a minute once you know where to look.

Summary

Most BricsCAD “bugs” are accidental toggles or system variable changes, not true errors. Quick fixes include enabling ESNAP and ORTHO, restoring PICKFIRST and SELECTIONPREVIEW, and ensuring HPASSOC for associative hatches. For lag and plotting issues, try switching the render device, PURGE unused items, set Plot Area to Extents, enable plot styles, and always use Preview. If problems persist across the interface, create a fresh user profile to reset BricsCAD, using this checklist-driven approach to troubleshoot confidently.

First, direct your eyes to the bottom-right corner of your screen. This row of icons is the Status Bar, and it’s like the dashboard of a car, showing the status of your most important drafting aids. If you’re facing the classic “ESNAP not working” issue where your cursor won’t ‘stick’ to the endpoint of a line, find the button labeled ESNAP. If it’s grey, click it so it turns blue. This reactivates object snapping, instantly restoring your ability to draw with precision.

Struggling to draw a perfectly straight line? A similar one-click fix is right nearby. To lock your cursor to flawless horizontal and vertical paths, simply find and activate the ORTHO button on the Status Bar. Toggling ESNAP for snapping and ORTHO for straightness will solve the vast majority of initial frustrations, letting you get back to productive work instead of fighting the software.

Depending on the BricsCAD software you use, how you fix the software may differ. To find out the full details of each BricsCAD’s version, take a look through out ultimate guide here.

Why Can’t I Select Objects? Fixing ‘Noun/Verb’ Selection in 30 Seconds

It’s a classic moment of frustration: you carefully select a group of objects, type a command like MOVE, and your selection instantly disappears, forcing you to select everything all over again. This standard workflow, often called “Noun/Verb” selection (picking the “noun” or object first, then the “verb” or command), is essential for efficient drafting. When it stops working, it’s one of the most disruptive BricsCAD errors you can encounter.

Fortunately, this isn’t a bug. The behaviour is controlled by a hidden setting called a System Variable. Think of these as background switches that manage how BricsCAD operates. The specific variable that controls your ability to select an object before a command is named PICKFIRST. When it gets accidentally turned off, your workflow breaks.

You can fix this problem in under a minute directly from your command line. Here’s how to turn the setting back on:

  1. Type PICKFIRST into the command line at the bottom of your screen and press Enter.

  2. BricsCAD will prompt you to enter a new value. Type 1 and press Enter.

  3. That’s it. The value 1 stands for “On,” while 0 means “Off.”

Now, try selecting an object and then starting a command. Your selection should hold, restoring your normal, productive workflow. Realising that a simple System Variable is often the root cause is the key to solving many common BricsCAD issues. But what if your selection issue is visual, like objects not highlighting when you hover over them? That’s often a different kind of setting entirely.

Solving Annoying Visual Glitches: Why Objects Won’t Highlight or Hatches Act Weird

Another common selection issue isn’t about if you can select an object, but how it looks when you try. You move your cursor over a line or circle, expecting it to glow or thicken to confirm you’re about to select it, but nothing happens. This lack of visual feedback can make precise selection difficult and slow you down, even if the commands themselves still work. These types of visual quirks are some of the most frequently reported BricsCAD problems.

Just like with PICKFIRST, this highlighting behaviour is governed by a System Variable. The one you need to know is SELECTIONPREVIEW. When it’s turned off, that helpful pre-selection glow vanishes. To restore it, simply type SELECTIONPREVIEW into the command line, press Enter, set the value to 1, and press Enter again. Immediately, objects will begin highlighting as your cursor hovers over them, giving you clear confirmation of your target.

This same principle applies to other objects, like hatches. Have you ever created a hatch pattern, only to find that when you try to select it, you can only grab individual lines instead of the whole pattern? This is controlled by HPASSOC, which determines if a hatch is “associative” (a single, intelligent object). Sometimes, a custom tool or a LISP routine not working correctly can toggle these settings off. To ensure new hatches behave as one entity, set the HPASSOC variable to 1.

Knowing these variables transforms frustrating BricsCAD errors into simple, 30-second fixes. It proves that often, the program isn’t broken; a background setting has just been changed.

Is BricsCAD Running Slow? Two Performance Tweaks for a Smoother Experience

When BricsCAD feels like it’s wading through mud, with every pan and zoom taking ages, the issue is often how it draws things on your screen. This lag, where freezing becomes a daily headache, doesn’t always mean your computer is too slow. Instead, the key to better performance often lies in a single graphics setting that tells the software how to best use your computer’s resources.

BricsCAD can use either your dedicated graphics card (“Hardware”) or your main processor (“Software”) to render drawings. To change this, type OPTIONS and press Enter, then navigate to Program Options > Display to find the “Render device” setting. While “Hardware” is typically faster, some systems actually work better with “Software.” If you’re experiencing lag, try switching to the other option, restart BricsCAD, and see if it feels more responsive. This toggle helps find the most stable mode for your hardware.

Sometimes the slowdown isn’t the program, but the drawing file itself. Over time, files can get bloated with unused layers, block definitions, and text styles that you no longer need. To fix this, use the PURGE command. Just type PURGE, press Enter, and in the dialog that appears, you can choose to purge all unneeded items. This acts like a deep clean for your drawing, often making the file smaller and noticeably snappier.

Between tweaking your render device and purging your files, you have two powerful tools for optimising BricsCAD performance. These steps can transform a frustratingly slow experience into a smooth workflow.

Why Won’t My Drawing Print Correctly? Solving Common BricsCAD Plotting Problems

You’ve finished your drawing, hit the plot button, and a blank page comes out of the printer. This is one of the most common plotting problems, and the fix is usually found in one dropdown menu. In the Plot dialog, look for the Plot Area section. This tells BricsCAD what to print. If it’s set to print an area where there’s no geometry, you’ll get a blank sheet. A reliable first step is to change this setting to Extents, which tells BricsCAD to print everything you’ve drawn in the file, ensuring nothing is accidentally left out.

Even when the drawing appears on the page, it might look wrong—thin lines appear thick, or everything prints with the same weight. This is almost always related to your plot styles. BricsCAD uses a file, called a Plot Style Table (often ending in .ctb), to translate the colours on your screen into line weights and colours on paper. For this to work, you must make sure the “Plot with plot styles” checkbox is enabled in the Plot dialog. If it’s unchecked, BricsCAD ignores your settings and often prints everything with a default, uniform line weight.

Before you waste a single sheet of paper, there’s one button that can save you from nearly all of these headaches: Preview…. Located at the bottom-left of the Plot dialog, this button generates an exact on-screen image of what your final print will look like. Using the preview allows you to instantly see if your Plot Area is correct and if your lineweights are appearing as expected. Make it a habit to always click Preview before you click OK.

Mastering these few settings solves the vast majority of printing issues. However, what happens when problems aren’t isolated to a single command but seem to affect the entire program? If BricsCAD is acting erratically everywhere, a deeper issue like a corrupt file might be at play, and it could be time to reset BricsCAD to its default settings.

The Ultimate Fix: How to Safely Reset BricsCAD When All Else Fails

If BricsCAD is misbehaving in multiple ways—toolbars are gone, commands fail, or the entire user interface has disappeared—the problem often lies not with your drawing, but with a single setting file: your User Profile. Think of a User Profile like your personal settings on a phone; it remembers your preferences, toolbars, and custom layouts. When this profile gets scrambled or corrupted, it can cause widespread, unpredictable errors that seem impossible to solve.

Instead of a full re-installation, the best solution is often a simple reset. This process creates a clean, factory-fresh profile, which is the most effective way to reset BricsCAD to its defaults without losing your drawing files. It’s a powerful fix for what often feels like a serious file corruption issue.

Warning: This process will reset your interface customisations (like toolbar positions and colour schemes) but will not affect your saved drawings.

To create a new, clean profile, follow these steps precisely:

  1. First, make sure BricsCAD is completely closed.

  2. Go to your Windows Start Menu and find the folder for your BricsCAD installation. Inside, click on User Profile Manager.

  3. In the dialog that appears, click the Create… button.

  4. Give your new profile a memorable name, like “Fresh Start,” and click OK.

  5. Select your new “Fresh Start” profile from the list and then click the Set Current button.

Now, you can close the Profile Manager and launch BricsCAD. It will open with its original, default interface, and the strange behaviours should be gone. While you may need to rearrange a few of your favourite toolbars, you’ll have a stable and reliable program to work with again, which is a small price for a quick and effective fix. Should you need further assistance, official BricsCAD support channels are also available.

From Frustration to Fixer: Your New BricsCAD Troubleshooting Toolkit

Before this guide, a sudden BricsCAD glitch could stop your project cold. Now, you possess something more valuable than a handful of fixes: a repeatable method for troubleshooting. You’ve gone from being stalled by unexpected problems to being empowered to solve them methodically, turning frustration back into focus.

This new confidence comes from having a clear mental checklist. You know to start with simple on-screen toggles before investigating those once-mysterious system variables. If the answer isn’t there, you can calmly explore deeper plot or display settings, knowing you have a structured plan.

The next time BricsCAD acts up, that moment of panic will be replaced by purpose. What was once a dead end is now a puzzle you have the pieces to solve. You are now your own first line of BricsCAD help, a principle central to the NORI CAD technical support philosophy, turning minutes of problem-solving into hours of reclaimed productivity.

Learn how to troubleshoot effectively using our support and training services explained guide.

Frequently Asked Questions

Question: How do I quickly fix snapping or perfectly straight line issues? Short answer: Check the Status Bar at the bottom-right. If ESNAP (object snap) is gray, click it to turn it blue (on) so your cursor “sticks” to endpoints and other snap points. For flawless horizontal/vertical lines, toggle ORTHO on. These two switches resolve most early-drafting frustrations in seconds.

Question: I select objects, start MOVE (or another command), and my selection clears. How do I restore “noun/verb” selection? Short answer: Turn PICKFIRST back on. Type PICKFIRST in the command line, press Enter, enter 1, and press Enter again. A value of 1 means “On” (keep your preselection when starting a command); 0 means “Off.”

Question: BricsCAD feels laggy when panning/zooming. What performance tweaks should I try first? Short answer: Try switching the Render device and clean the file.

  • Render device: Type OPTIONS > Program Options > Display > Render device, toggle between Hardware and Software, restart BricsCAD, and test which is smoother on your system.

  • PURGE: Type PURGE and remove unused layers, blocks, text styles, etc. This “deep clean” often shrinks file size and speeds up navigation.

Question: My print is blank or lineweights look wrong. Which plot settings should I check? Short answer: In the Plot dialog:

  • Plot Area: Set to Extents to ensure everything in the drawing prints.

  • Plot styles: Enable “Plot with plot styles” and make sure a .ctb file is applied so lineweights/colors map correctly.

  • Always click Preview to confirm content and lineweights before sending to paper.

Question: When should I reset BricsCAD, and will I lose my drawings? Short answer: Reset when issues are widespread (missing toolbars, failing commands, UI chaos). You won’t lose drawings—only interface/customization settings reset. Steps (Windows):

  1. Close BricsCAD.

  2. Start Menu > BricsCAD folder > User Profile Manager.

  3. Click Create…, name it (e.g., “Fresh Start”), OK.

  4. Select it and click Set Current. Reopen BricsCAD to a clean, default profile and a stable workspace.

Powered by DIT Innovations