Author Topic: The 28 april 2006 build is out.  (Read 51650 times)

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 28 april 2006 build is out.
« Reply #15 on: April 29, 2006, 11:47:04 am »
For some reason this bug dissapeard for me in the prev nightly build and is also gone in this one.
I only noticed it a few minutes ago.

Look at the Save and Print button. In my system (Win x64 Pro, latest nightly) those always look like they're enabled even if they shouldn't be. The same problem is in the menus too, e.g. File - Save graphic always looks like it's enabled.

Hi,
I liked to try Code:Blocks, but I have the same error with every nightly build. When I try to start a new project it's always crashing :-/

I use Fedora Core 5 and get the following report:

What plugins do you have enabled?
« Last Edit: April 29, 2006, 11:51:15 am by artoj »

grosem

  • Guest
Re: The 28 april 2006 build is out.
« Reply #16 on: April 29, 2006, 11:52:23 am »


Hi,
I liked to try Code:Blocks, but I have the same error with every nightly build. When I try to start a new project it's always crashing :-/

I use Fedora Core 5 and get the following report:

Quote
<frame level="69" function="EditorBase::CreateContextSubMenu(int)" offset="000002c2"/>

That line looks interesting, what plugins do you have enabled?
[/quote]

I just use Codeblocks out of the box without having changed anything.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #17 on: April 29, 2006, 11:56:55 am »
Same with FC4 :?

I only tested the build by switching through the menus, but never tried to create a new project. :(

@artoj: enabled plugins:
Quote
Found 16 plugins
Loading: Wizard wxSmith wxSmithMime wxSmithWizard AStylePlugin CodeStatistics ToDoList FilesExtensionHandler cbKeyBinder Compiler PluginWizard DragScroll Debugger Source Exporter CBProfiler ClassWizard HelpPlugin CodeCompletion
Nightly builds for openSUSE

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 28 april 2006 build is out.
« Reply #18 on: April 29, 2006, 12:02:51 pm »
I just use Codeblocks out of the box without having changed anything.

Could you disable all plugins except Compiler, Debugger, File extensions handler, Generic wizard.

Also, at what point the crashing happens? Do you see the new project dialog? If you see the New project dialog, could you check the "Show file-based templates" checkbox and then select "Console Application" and try to create it.

grosem

  • Guest
Re: The 28 april 2006 build is out.
« Reply #19 on: April 29, 2006, 12:17:16 pm »
I just use Codeblocks out of the box without having changed anything.

Could you disable all plugins except Compiler, Debugger, File extensions handler, Generic wizard.

Also, at what point the crashing happens? Do you see the new project dialog? If you see the New project dialog, could you check the "Show file-based templates" checkbox and then select "Console Application" and try to create it.

I disabled the plugins but it's still the same error. I don't see the "New Project Dialog" :-/

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 28 april 2006 build is out.
« Reply #20 on: April 29, 2006, 12:54:58 pm »
I disabled the plugins but it's still the same error. I don't see the "New Project Dialog" :-/

OK, this might be a GTK error, so we need more information.

Could you type this to terminal and tell us what it outputs:

Code
wx-config --version-full

----

You were able to disable the plugins so you can see other dialogs, could you test if you can see these dialogs:

- Settings -> Enviroment|Editor|Compiler and Debugger
- Tools -> Configure tools

If you can see the Settings -> Enviroment dialog, go to View and disable the "Start here" page and test to create a project again.

----

And last, could you download this simple project file, extract it ("unzip TestConsole.zip") and try to open it from:
- Code::Blocks -> File -> Open
- From terminal "codeblocks TestConsole.cbp"

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #21 on: April 29, 2006, 01:18:21 pm »
No, I don't see the New project dialog, only a dialog saying smth
OK, this might be a GTK error, so we need more information.

Could you type this to terminal and tell us what it outputs:

Code
wx-config --version-full
Code
wx-config --version-full
2.6.2.1
You were able to disable the plugins so you can see other dialogs, could you test if you can see these dialogs:

- Settings -> Enviroment|Editor|Compiler and Debugger
- Tools -> Configure tools
I can see them.
If you can see the Settings -> Enviroment dialog, go to View and disable the "Start here" page and test to create a project again.
Crash is still there.
And last, could you download this simple project file, extract it ("unzip TestConsole.zip") and try to open it from:
- Code::Blocks -> File -> Open
- From terminal "codeblocks TestConsole.cbp"
The project opens correctly (only a warning that the format is an older one v1.3 instead of v1.4)
Nightly builds for openSUSE

grosem

  • Guest
Re: The 28 april 2006 build is out.
« Reply #22 on: April 29, 2006, 01:26:19 pm »
Exactly the same here, except:

wx-config --version-full
2.6.3.1

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #23 on: April 29, 2006, 01:37:41 pm »
I'm currently installing the debuginfo packages for wxGTK and codeblocks (it hasn't been uploaded because it's too big, 25 MB). Will start codeblocks with gdb and look whether there is a bit more information.
Nightly builds for openSUSE

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #24 on: April 29, 2006, 02:13:31 pm »
I attached the whole gdb output and also the codeblocks debug report.

I hope that will bring light into darkness  :lol:

[attachment deleted by admin]
Nightly builds for openSUSE

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 28 april 2006 build is out.
« Reply #25 on: April 29, 2006, 02:42:59 pm »
OK, mandrav created the new project wizard april 18th.

Does the crash happen in nightly builds before april 18th?

Could you test older builds than that also?

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #26 on: April 29, 2006, 02:57:18 pm »
OK, mandrav created the new project wizard april 18th.

Does the crash happen in nightly builds before april 18th?

Could you test older builds than that also?
I'll test through a few older builds and report which doesn't work and which does.
Nightly builds for openSUSE

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 28 april 2006 build is out.
« Reply #27 on: April 29, 2006, 03:01:55 pm »
It's obvious that once again we 're talking about missing resources.
Before building your packages, run "make clean-zipfiles" first...
Be patient!
This bug will be fixed soon...

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #28 on: April 29, 2006, 03:18:18 pm »
ok, will do this.

Is there no possibility to make the resources dependent on the source files they belong to. So that make creates a new zipfile if the source changed ?

EDIT: Will upload a rebuilt package in half an hour.
« Last Edit: April 29, 2006, 03:22:29 pm by daniel2000 »
Nightly builds for openSUSE

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 april 2006 build is out.
« Reply #29 on: April 29, 2006, 04:33:14 pm »
Rebuilt fedora package is uploaded.

At the moment "file doesn't exist" appears when downloading. But it should be available in some time.
Nightly builds for openSUSE