Author Topic: The 25 September 2010 build (6634) is out.  (Read 31571 times)

Offline gku

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 25 September 2010 build (6634) is out.
« Reply #15 on: September 29, 2010, 08:58:36 am »
I have also a problem with the editor settings:
Quote
   
Re: The 24 August 2010 build (6527) is out.
« Reply #5 on: August 25, 2010, 06:15:08 pm »
hi,

(menu) settings->editor... crashes C::B on win7.
Happens also on the nightly 6508 from 21.08.2010.
Deleting all settings in ...\AppData\Roaming\codeblocks\ doesn't help.

The nighly 6454 from 07.08.2010 has no problems.

- I haven't compiled c::b on my on.
- All versions > 6454 crashes here on win7 (ultimate, 64bit, german)
- It hapens no matter if I use a desktop link of a project or if i open c::b directly
- The linux version has no problems (binary debian packages)

Offline alb_cb_moon

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 25 September 2010 build (6634) is out.
« Reply #16 on: September 30, 2010, 08:58:16 am »
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.


Works here.
Which OS ?

This data are at footer of reply::
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds
Compiler: MinGW & gcc 3.4.5
If you build CB by yourself, you need run "src/update.bat" first!

I don`t build from sources, I download and install the nighbuild
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds Compiler: MinGW & gcc 3.4.5

Offline gku

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 25 September 2010 build (6634) is out.
« Reply #17 on: October 05, 2010, 05:15:06 pm »
Quote
(menu) settings->editor... crashes C::B on win7.
Happens also on the nightly 6508 from 21.08.2010.
Deleting all settings in ...\AppData\Roaming\codeblocks\ doesn't help.

The nighly 6454 from 07.08.2010 has no problems.

Found another place where codeblocks data were stored:
user\xyz\Appdata\local\VirtualStore\

After deleting this folder too, i can open the editor settings again.
Quote
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.
... and it doesn't crash on changing the settings.

sadly, i haven't made a backup before deleting the 2 folders, so i can't tell which files have chrashed codeblocks...


Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 25 September 2010 build (6634) is out.
« Reply #18 on: October 08, 2010, 06:11:04 pm »
There seems to be a bug in CB editor.
If I click with the right mouse button in the editorfield, the program crashes.
The program crashes with XP, Vista or W7 too.

Control Text: SCIwindow
Classname:    wxWindowClassNR
SVN:          6634
OS:           XP-Pro SP3

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 25 September 2010 build (6634) is out.
« Reply #19 on: October 08, 2010, 08:34:15 pm »
There seems to be a bug in CB editor.
If I click with the right mouse button in the editorfield, the program crashes.
The program crashes with XP, Vista or W7 too.

Control Text: SCIwindow
Classname:    wxWindowClassNR
SVN:          6634
OS:           XP-Pro SP3

Did you rename or delete the Code::Blocks configuration file like one of the others did to see if that fixes the problem?

The configuration file for CB is normally default.conf in the "%APPDATA%\codeblocks" folder.

Tim S
« Last Edit: October 08, 2010, 08:36:31 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 25 September 2010 build (6634) is out.
« Reply #20 on: October 09, 2010, 10:50:42 am »
I think I have found the reason:
If I remove the file 'de_codeblocks.mo' for the german translation, CB will no longer crashes.

Thanks for helping.

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 25 September 2010 build (6634) is out.
« Reply #21 on: October 09, 2010, 11:58:46 am »
Hi

There seems to be a bug in CB editor.
If I click with the right mouse button in the editorfield, the program crashes.
The program crashes with XP, Vista or W7 too.

Control Text: SCIwindow
Classname:    wxWindowClassNR
SVN:          6634
OS:           XP-Pro SP3

I think I have found the reason:
If I remove the file 'de_codeblocks.mo' for the german translation, CB will no longer crashes.

It seems to be the same problem than this one.

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

Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 25 September 2010 build (6634) is out.
« Reply #22 on: October 09, 2010, 05:09:11 pm »
This is probably the reason.

Thanks!