Survex 1.2.8
Olly Betts
olly at survex.com
Thu Jan 9 00:32:30 GMT 2014
On Wed, Jan 08, 2014 at 09:31:07PM -0000, Brian Clipstone wrote:
> I tried 1.2.9 but I still get the same problems but with an extra
> fault, clicking mouse left
> and right buttons at the same time I get a windows error message 'Aven has
> encountered a problem etc'.
OK, I can reproduce this - the code which handles "mouse button
released" events assumes that mouse buttons clicks don't overlap.
Fixing the assertion is easy, but making the result work in a way which
feels natural will take a little more work. I'll get that done for the
next release.
> I have tried Survex 1.2.7b, 1.2.8 and 1.2.9 on my lap top running
> Windows 7 and get the same Print and Export faults. This also
> applies to my XP computer.
The only thought I have is that the last export format used is saved so
we can default to it next time we export (in the registry on Windows; in
~/.aven on Unix). If 1.2.7b stored an invalid value there, maybe we
crash trying to handle that when we come to read it and set it as the
default. But that's only read for Export, not Print, and the code which
handles it should just default to the first entry if the stored value
doesn't match any of them. If I change it by hand on Linux, that indeed
happens.
Does anyone else see this with 1.2.8 or 1.2.9?
Brian: Is this with all .3d files you've tried? Can you share an
example one?
Cheers,
Olly
More information about the Survex
mailing list