User forums > Nightly builds
The 14 September 2015 build (10499) is out.
oBFusCATed:
Running codeblocks -v might help show better backtraces.
Lots of wx3 things have been fixed, but I'm sure there are many more to fix.
Also if you have wx28 you don't need to use the wx3 based nightly.
teto:
I didn't know the backtrace was retreived by the program, that's fantastic ! It appears when I click the "compile" button with a project that runs a custom command "./waf build".
I've been using the nightly since then and the display problems I had with a previous nightly vanished or so it seems.
teto:
I have I just noticed that sometimes when moving/resizing the window (I use a tiling manager so it's more like when going from tabs to a stack window disposition for instance), the client window was not redrawn as it should. If I change the disposition then it gets redrawn correctly.
This happens only with codeblocks so I don't think it's a bug of my WM (i3wm.org).
Here is a screenshot, on the right the panel is not drawn:
https://transfer.sh/ZmBIr/2015-09-18-155154-1916x1055-scrot.png
oBFusCATed:
@teto:
Can you post a simple project that can be used to reproduce the problem?
It seems there is an empty command somewhere, but we need to debug it to find the real cause.
For the i3wm issue, can you post the exact steps to reproduce it?
teto:
I uploaded the cb project here:
https://transfer.sh/EZGuz/dce2.cbp
When you go to "Build options", you have on the left the hierarchy :
dce
|-Debug
|-Release
In the "'Make' commands" tab I only filled the toplevel "Build project/target" command. If I fill the other commands "COmpile single file" etc..., the "argv" crash disappears.
Now I also noticed a new bug, when I open this same "Build options" window and goes from "Debug" to "dce" I have another bug (backtrace enclosed).
To reproduce the missing redraw on i3 (my guess is that it should be doable with other WM like awesome, gnome if you have a sudden resize etc...), open codeblocks and a terminal (or anything else) side by side, focus the terminal and press ALT+E (or WIN+E) to go to a tab layout, you should notice that codeblocks doesn't draw everything.
If I do the same while focusing cb, then everything is drawn properly. I don't know how WM/applciations work but either i3 fails to send an update to codeblocks because it's not focused or maybe codeblocks should catch focus events and redraw itself.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version