Did you fix the conditional hook crash thing already?
Not sure. I've been trying to debug things, but I've been hampered since I switched over to Linux and got it working well enough that I virtually never boot to Windows anymore. I've redone the problem functions, but all I can tell right now is that a segmentation fault is occurring. I'm sure that gdb is fully capable of giving me specific information about the problem, or that there's some IDE out there that can tell me what it is, but until I get the time to sort through all the crap and find some documentation that tells me what I need to know, or take the plunge and take the time to set up an IDE, I really can't tell a damn thing. It really annoys me, because you'd think that since all the Linux users tend to be more tech-savvy than their Windows counterparts, they would be interested in having a debugger that just
works. (And there may be one, but there are so many "options" that I don't know anything for sure until I try it out for myself)
Anywaysomething I realized at lunch today (Yes, just popped into my mind

) is that the examples in my last post will only work in an intermediate build between 3.6.9 and the most recent builds. For 3.6.9, the examples won't work at all; I'm pretty sure it doesn't even have conditional hooks. For the most recent builds, you need to change all the "sv" instances into "hv". Further, you should only run the examples separately; if you run them both at the same time, the second one will (or should) always be executed instead of the first. Both still go in the same kinds of files, though.