Author Topic: The 08 June 2019 build (11712) is out.  (Read 22421 times)

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 08 June 2019 build (11712) is out.
« Reply #15 on: June 09, 2019, 09:46:24 pm »
Hi
Xaviou: Have you run the bootstrap script?
Shame on me  :-[ I didn't thought about re-running this script.
It worked : Thank you.

I also have the Linux problem reported by killerbot.
Is there a solution or do we have to wait ? (I'm on a Debian Stretch using the official wx-3.0 libs).

Regards
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: The 08 June 2019 build (11712) is out.
« Reply #16 on: June 09, 2019, 10:27:57 pm »
This is probably hardcoded font and it doens't find it on your system. I suppose something in wx's font selection changed. If you want to do experiments check the ListCtrlLogger::UpdateSettings and TextCtrlLogger::UpdateSettings.

What happens if you build cb with latest wx-master?

Investigating the source code would demand more time and expertise than I have.  It's not that big a deal, just a bit annoying that it picks an ugly font and there's seemingly no way to change it.

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: The 08 June 2019 build (11712) is out.
« Reply #17 on: June 10, 2019, 01:05:15 pm »
Quote
IMPORTANT : THIS IS THE FIRT BUILD THAT USES WX 311 with 2D SUPPORT.
Will this version and the following be compilable with 'wx2.8.12' ?
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 08 June 2019 build (11712) is out.
« Reply #18 on: June 10, 2019, 07:58:59 pm »
LETARTARE: What do you mean by compatible? C::B still builds with wx2.8 (a minor build fix is in the works for the windows build). Generally everybody should consider moving to wx3.x releases. At least give the new version a spin to find out if anything useful for you is still working.

Dropping wx2.8 is inevitable!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: The 08 June 2019 build (11712) is out.
« Reply #19 on: June 11, 2019, 06:18:42 pm »
I'm seeing the failed assertion messages at launch of this nightly that I reported with the March 9 nightly:
http://forums.codeblocks.org/index.php/topic,23158.msg157753.html#msg157753

Is there anything useful a person with no significant C++ knowledge like me could do to help troubleshoot this?  I'll largely be stuck on 17.12 indefinitely otherwise.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 08 June 2019 build (11712) is out.
« Reply #20 on: June 11, 2019, 08:40:11 pm »
We need at least backtrace, but this requires building from source.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: The 08 June 2019 build (11712) is out.
« Reply #21 on: June 12, 2019, 05:49:29 am »
There's no other way I could get a build with debugging symbols included or something like that?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 08 June 2019 build (11712) is out.
« Reply #22 on: June 12, 2019, 07:19:04 pm »
Unfortunately, yes you have to build from source.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: The 08 June 2019 build (11712) is out.
« Reply #23 on: June 14, 2019, 06:39:54 am »
I found that if I changed the OS back to US-English locale and rebooted, this hotfix seems to use the same font in the build log that 17.12 uses.  It's a really niche issue, but hopefully that narrows it down a little.