Author Topic: Code:Blocks 16.01 startup crashes  (Read 4565 times)

Offline TiagoGilMarques

  • Single posting newcomer
  • *
  • Posts: 2
Code:Blocks 16.01 startup crashes
« on: June 21, 2016, 04:52:43 pm »
Hello.

My Code::Blocks crashes on startup. Before updating to 16.01 everything was fine.
I'm using Arch Linux 64bits.

My terminal output:
Quote
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,wx containers,compatible with 2.6).
Starting Code::Blocks Release 16.01  rev 10692 Jun 11 2016, 23:37:16 - wx2.8.12 (Linux, unicode) - 64 bit
Initialize EditColourSet .....
Initialize EditColourSet: done.

Aborted (core dumped)

How can I solve this?
I already tried to start it with Valgrind, tried, too, rename "config.script" and nothing worked for me.

Thank you.


P.S: I have another Arch Linux PC with same problem. I think that's something wrong with release version.
Like I said, I downgraded codeblocks to 16.01-2 version, and it works fine.
« Last Edit: June 21, 2016, 07:43:04 pm by TiagoGilMarques »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code:Blocks 16.01 startup crashes
« Reply #1 on: June 21, 2016, 10:11:16 pm »
There error states perfectly clear what the problem is - you're not using the same wxgtk library you've used to build the source. Now you have to find why this happens.
(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 TiagoGilMarques

  • Single posting newcomer
  • *
  • Posts: 2
Re: Code:Blocks 16.01 startup crashes
« Reply #2 on: June 22, 2016, 11:48:24 am »
Hello.
I think that isn't the problem. With previous version installed I have same warning, and code::blocks runs normally.

I installed from arch linux repositories, so I already opened a ticket there. Right now, I go build codeblocks from source.

Offline lbart

  • Single posting newcomer
  • *
  • Posts: 3
Re: Code:Blocks 16.01 startup crashes
« Reply #3 on: August 18, 2016, 10:08:22 pm »
We have also a similar problem with wxGtk and Codeblocks on FreeBSD

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Code:Blocks 16.01 startup crashes
« Reply #4 on: August 18, 2016, 10:42:08 pm »
We have also a similar problem with wxGtk and Codeblocks on FreeBSD
Which compiler version is used ?

Offline lbart

  • Single posting newcomer
  • *
  • Posts: 3
Re: Code:Blocks 16.01 startup crashes
« Reply #5 on: August 21, 2016, 11:25:23 pm »
Clang