Going Back To An Earlier Version Of TB2?
I have the TB2 Beta installed on my system (Linux), but it's not working so well for me and I'm keen to get back to a map I was working on. The last few alpha builds were more usable for me, so I was wondering if it's possible to use one of those while waiting for the newer stable beta version...?
(I've installed both Netradiant and Jackhammer in the mean time, but they're both very different from TB and I can't see myself getting much done with either of them in the near future. This is not meant as a judgement on the value of those editors; I'm sure they're both great, but I just can't seem to get a grip on either. It's probably a testament to TB's ease of use, though!)
I've just tried to install one of the TB2 alphas by doing the same thing I did before the Beta came out, i.e. the process described here:
https://github.com/kduske/TrenchBroom/blob/develop/Build.txt (I suspected that was not the correct thing to do, but I thought I'd try it before asking for help here.)
It worked, sort of. I ended up with "Version 2.0.0 Interim" instead of one of the alpha builds. I can launch the programme, but when I try to open any map projects it crashes.
If I understand the automatically generated crash report correctly, it's trying to access a ".TrenchBroom" directory in my home directory, but ~/.TrenchBroom doesn't exist:
Reason: Exception: Cannot open directory: '/home/total_newbie/.TrenchBroom'
I then tried following the advice in post #2013 above, i.e. I ran
git log
, which listed what I understood to be the last four versions of TB2. So I picked the first one and ran
git checkout f673031f5024e4fe23ff1e24dc86e0de22985c01
That still left me with a 2.0.0 Interim version that crashes for seemingly the exact same reason.
I'm sure this was all really stupid, but is there a way of doing what I was trying to do, i.e. install one of the last alpha builds of TB2 to use while waiting for the new beta?