TrenchBroom 2019.5 RC5
TrenchBroom 2019.5 RC6
There was a bug that would result in TB not reading its preferences. RC6 fixes it:
https://github.com/kduske/TrenchBroom/releases/tag/v2019.5-RC6
TrenchBroom 2019.5
Adds ASE support, better rotate handle and visual improvements.
Get it here:
https://github.com/kduske/TrenchBroom/releases/tag/v2019.5
Bug Report
#2957 posted by Reyond on 2019/06/05 00:26:03
Hello, I am working on one map in q3 format. I updated TB (sorry, I do not remember which version I had before). Now when I open the map it just crashes. And here is the crash file:
OS: Windows 7 (build 7601, Service Pack 1), 64-bit edition
wxWidgets:
wxWidgets Library (wxMSW port)
Version 3.1.1 (Unicode: wchar_t, debug level: 1),
compiled at Feb 18 2018 18:36:35
Runtime version of toolkit used is 6.1.
GL_VENDOR: Intel
GL_RENDERER: Intel(R) HD Graphics 4000
GL_VERSION: 3.3.0 - Build 8.15.10.2712
TrenchBroom Version: 2019.6
TrenchBroom Build: v2019.6 Release
Reason: std::exception: bad allocation
Stack trace:
I renamed the textures folder so the editor could not find it and now the map can be opened! After that I disabled all texture collections on the map and I gave the correct name for textures folder so editor could find it. After I add one texture collection by one and in one moment the map crashes again. I dont know how it works. May be the editor has some limitations for allocated memory. How can I fix that?
#2958 posted by
ericw on 2019/06/05 07:40:18
Can you post the map that crashes at
http://github.com/kduske/TrenchBroom/issues please? Using any
.pk3's with third party textures or all stock q3 textures?
Yes Post An Issue Please
I suspect you are loading too many texture collections and run out of memory. Please also post your machine specs such as how much memory it has.
Reply To Ericw And SleepwalkR
#2960 posted by Reyond on 2019/06/05 20:30:40
Hi! Thanks for reply!
In editor I am using textures, which are located in folders, and I dont use any archives for editing maps. I am using my own textures. I thought that the problem can be in one of the textures (may be format is incorrect or some texture crashes the editor by some other reason). So that would mean that some of my texture catalogues contain the "problem" texture and I tried to find it. But each catalogue (folder with textures) can be opened freely without any crashes. But if I try to open more than 3 texture collections the editor crashes. Seems like the problem is in allocated memory
My laptop is 7 or 8 years old but I dont think that it has not enough memory to open the map. I have 8 gb of RAM, intel core i-7-3600 processor and Geforce 650m (idk if this information is needed).
I wonder if there are some limitations for the RAM that can be used in editor? If yes, how can I change it?
How Many Textures Are You Trying To Load In Total?
Also Can You Give A Total Of The Disk Space That These Textures Occupy
Textures
#2963 posted by Reyond on 2019/06/06 13:02:36
Textures occupy 465 mb of disk space. There are 1034 textures in total
DUSK SDK WILL HAVE TRENCH BROOM !
#2964 posted by anonymous user on 2019/06/27 04:11:33
TrenchBroom 2020 Release Candidate 1
It's been a long time since the last release. This one is coming with a lot of changes and bug fixes:
https://github.com/kduske/TrenchBroom/releases/tag/v2020.1-RC1
TrenchBroom 2020 Release Candidate 2
This release candidate contains a lot of bug fixes and a new builtin dark theme, together with new icons that work better for both light and dark environments.
https://github.com/kduske/TrenchBroom/releases/tag/v2020.1-RC2
TrenchBroom 2020.1 Is Out
TrenchBroom 2020.2 Released
Nice Guide For The Compile Menu
TrenchBroom 2021.1 Released
Sweet!
Is it safe to overwrite v.2020.2 or should I delete it first? And if later, where does TB store building tasks config?
#2972 posted by
Joel B on 2021/02/13 17:52:12
Any preferences or configurations you've done are stored in a place that depends on your OS.
Windows C:\Users\<username>\AppData\Roaming\TrenchBroom
macOS ~/Library/Application Support/TrenchBroom
Linux ~/.TrenchBroom
All Textures Are Red
#2973 posted by
SmashDoor on 2021/09/06 14:03:13
I have a problem with textures in the engine. They like small black/white rectangles but in red color.
Smash Door:
#2974 posted by
metlslime on 2021/09/06 17:49:48
Pink/black checkerboard pattern in game is an indication that the textures are missing from the BSP file, which means the compiler probably couldn’t find the wad file, or the wad does not contain all needed textures.
Paths Paths Paths
If you having issues in mapping Quake, always check your paths in your tools.
TrenchBroom 2022.1 Release Candidate 1