Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 04, 2006, 10:56:57 pm

Title: The 04 december 2006 build is out.
Post by: killerbot on December 04, 2006, 10:56:57 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 04 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_fc4+5.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 04 december 2006 build is out.
Post by: notBlahButBlahBlah on December 04, 2006, 11:37:38 pm
hi,

on deb etch (gcc 4.1.2) with trunk  svn I get error make :
Quote
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp  -fPIC -DPIC -o .libs/tinywxuni.o
In file included from ../sdk_precomp.h:8,
                 from tinywxuni.cpp:4:
../sdk_common.h:89:32: error: wx/wxscintilla.h: No such file or directory
../cbeditor.h:23: error: expected class-name before '{' token
../cbeditor.h:313: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:314: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:315: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:316: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:317: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:318: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:319: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:320: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:321: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:322: error: 'wxScintillaEvent' has not been declared
../editorcolourset.h:44: error: 'wxSCI_KEYWORDSET_MAX' was not declared in this scope
../editorcolourset.h:52: error: 'wxSCI_KEYWORDSET_MAX' was not declared in this scope
make[4]: *** [tinywxuni.lo] Erreur 1

best regards and good night :wink:
Title: Re: The 04 december 2006 build is out.
Post by: sethjackson on December 04, 2006, 11:50:40 pm
Same thing happens on FreeBSD....
Title: Re: The 04 december 2006 build is out.
Post by: killerbot on December 04, 2006, 11:56:01 pm
that cpp file is not including the correct headers, some are missing, earlier today there was a reduction to a simple "sdk_precomp.h" include, but that's not good enough.

I will have a look at it tomorrow, if Morton hasn't beaten me to it ;-)

[EDIT] for me it's now tomorrow ;-)
committed, probably the include paths are not 100% correct in the autotools build ?? ...
I think the sdk dir should be added, can someone confirm or proof the opposite ?
Title: Re: The 04 december 2006 build is out.
Post by: pasgui on December 05, 2006, 12:08:42 am
I changes in the tinyxml Makefile:
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk -I$(top_builddir)/src/sdk/wxscintilla/include
instead of
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk

I thinks there is a best way to fix this problem but........ :shock:

Best regards
Title: Re: The 04 december 2006 build is out.
Post by: killerbot on December 05, 2006, 12:16:13 am
something else, someone already mentioned it earlier.
When CB is not open -> double click in explorer a cpp file -> CB opens up, but does not open that file, and the explorer seems to be hanging --> NASTY. We need to focus on this. Still present in this nightly.
Title: Re: The 04 december 2006 build is out.
Post by: sethjackson on December 05, 2006, 12:22:47 am
something else, someone already mentioned it earlier.
When CB is not open -> double click in explorer a cpp file -> CB opens up, but does not open that file, and the explorer seems to be hanging --> NASTY. We need to focus on this. Still present in this nightly.

Huh? Works for me? I've done that over five times today.......
Title: Re: The 04 december 2006 build is out.
Post by: mandrav on December 05, 2006, 08:48:04 am
something else, someone already mentioned it earlier.
When CB is not open -> double click in explorer a cpp file -> CB opens up, but does not open that file, and the explorer seems to be hanging --> NASTY. We need to focus on this. Still present in this nightly.

Isn't this what you mentioned the other day and we found out it happened only in one computer of yours?
Title: Re: The 04 december 2006 build is out.
Post by: killerbot on December 05, 2006, 09:20:28 am
nope : this problem I have on 2 machines, just tried it at work also, ... , but at work : in the end CB opened the file and the explorer came back to live (but really took a long time) [should try it again with a high enough patient threshold] ;-)
Title: Re: The 04 december 2006 build is out.
Post by: dje on December 05, 2006, 09:34:41 am
Hi !!

I think the RSS has not been updated.

Dje
Title: Re: The 04 december 2006 build is out.
Post by: killerbot on December 05, 2006, 09:50:02 am
Hi !!

I think the RSS has not been updated.

Dje

that's correct, I couldn't connect to the CB ftp yesterday
Title: Re: The 04 december 2006 build is out.
Post by: bigbug on December 05, 2006, 11:46:14 am
Hello,
Code::Block sometimes still crashes on exit, if I open a .cbp on Windows XP SP2 and close Code::Blocks immediately.
Quote from: codeblocks.RPT
C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe caused an Access Violation at location 618785dd in module C:\Programme\Entwicklung\CodeBlocks\codeblocks.dll Reading from location 00000044.

Registers:
eax=00000000 ebx=00000000 ecx=00000000 edx=00b839c0 esi=00000000 edi=00000000
eip=618785dd esp=0022f4d4 ebp=0022f5fc iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
618785DD  C:\Programme\Entwicklung\CodeBlocks\codeblocks.dll:618785DD  _ZN14MessageManager8DebugLogEPKwz
0042AFFB  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:0042AFFB
0040166E  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:0040166E
1008B13F  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:1008B13F  _ZN15wxDDEConnection12OnDisconnectEv
77D29BD2  C:\WINDOWS\system32\USER32.dll:77D29BD2  SetShellWindowEx
77D29B81  C:\WINDOWS\system32\USER32.dll:77D29B81  SetShellWindowEx
77D68602  C:\WINDOWS\system32\USER32.dll:77D68602  EnableScrollBar
77D68911  C:\WINDOWS\system32\USER32.dll:77D68911  EnableScrollBar
77D5AB0B  C:\WINDOWS\system32\USER32.dll:77D5AB0B  DdeInitializeA
77D5AC5E  C:\WINDOWS\system32\USER32.dll:77D5AC5E  DdeInitializeA
77D5AEEC  C:\WINDOWS\system32\USER32.dll:77D5AEEC  DdeInitializeA
77D18734  C:\WINDOWS\system32\USER32.dll:77D18734  GetDC
77D18816  C:\WINDOWS\system32\USER32.dll:77D18816  GetDC
77D189CD  C:\WINDOWS\system32\USER32.dll:77D189CD  GetWindowLongW
77D18A10  C:\WINDOWS\system32\USER32.dll:77D18A10  DispatchMessageW
77D2E097  C:\WINDOWS\system32\USER32.dll:77D2E097  IsDialogMessageW
100ECBAD  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECBAD  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404A8E  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:00404A8E
10043B67  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
00401874  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:00401874
0046BEFA  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:0046BEFA
00401237  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:00401237
004012A8  C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe:004012A8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle

Another crash on exit (thisone occured only once during testing to open a .cbp and close Code::Blocks immediately) with this nightly produced the following report:
Quote from: codeblocks.RPT
C:\Programme\Entwicklung\CodeBlocks\codeblocks.exe caused an Access Violation at location 7c920f2b in module C:\WINDOWS\system32\ntdll.dll Reading from location 00050008.

Registers:
eax=03895ff8 ebx=003f0000 ecx=00000000 edx=00050004 esi=03895ff0 edi=03895d70
eip=7c920f2b esp=0250f5c8 ebp=0250f5d4 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
7C920F2B  C:\WINDOWS\system32\ntdll.dll:7C920F2B  wcsncpy
7C920D5C  C:\WINDOWS\system32\ntdll.dll:7C920D5C  wcsncpy
77BFC2DE  C:\WINDOWS\system32\msvcrt.dll:77BFC2DE  free
65EDF2C5  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EDF2C5
65EF4219  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EF4219  _ZN8cbPlugin9OnReleaseEb
65F2C73C  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F2C73C  _ZNK8cbPlugin9CanDetachEv
65F2C8E2  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F2C8E2  _ZNK8cbPlugin9CanDetachEv
65F2D116  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F2D116  _ZNK8cbPlugin9CanDetachEv
65F2D4C2  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F2D4C2  _ZNK8cbPlugin9CanDetachEv
65F22D31  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F22D31  _ZNK8cbPlugin9CanDetachEv
65F38541  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F38541  _ZNK8cbPlugin9CanDetachEv
65F341CB  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F341CB  _ZNK8cbPlugin9CanDetachEv
65F38261  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F38261  _ZNK8cbPlugin9CanDetachEv
65F2963E  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F2963E  _ZNK8cbPlugin9CanDetachEv
65F29F09  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F29F09  _ZNK8cbPlugin9CanDetachEv
65EED8DF  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EED8DF
65ED4F5D  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ED4F5D
65ED4881  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ED4881
65EC6813  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EC6813
65EC7268  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EC7268
65EC4E28  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EC4E28
65EC4C58  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EC4C58
65EC4571  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EC4571
65EEF0E1  C:\Programme\Entwicklung\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EEF0E1
617E832E  C:\Programme\Entwicklung\CodeBlocks\codeblocks.dll:617E832E  _ZN12cbThreadPool14cbWorkerThread5EntryEv
100A0815  C:\Programme\Entwicklung\CodeBlocks\wxmsw26u_gcc_cb.dll:100A0815  _ZN8wxThreadD2Ev
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA

Nevertheless working with Code::Blocks is a pleasure.
Thank You and please keep up the good work
Title: Re: The 04 december 2006 build is out.
Post by: skirby on December 05, 2006, 12:18:52 pm
nope : this problem I have on 2 machines, just tried it at work also, ... , but at work : in the end CB opened the file and the explorer came back to live (but really took a long time) [should try it again with a high enough patient threshold] ;-)

I can confirm that problem on my computer (Windows 2000 sp4)
When you resize C::B (in order to view the explorer) and double click on a .cbp file from explorer, you can see that Splash Screen stay visible (that's why explorer seems to be hang up)
After 10 seconds, the splash screen dissapear itself and explorer is available.

Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Otherwise, If I quit C::B before the splash screen disapeared, I have the following error message.
(http://img299.imageshack.us/img299/2950/errormessageku5.th.png) (http://img299.imageshack.us/my.php?image=errormessageku5.png)
Title: Re: The 04 december 2006 build is out.
Post by: bigbug on December 05, 2006, 12:47:38 pm
Quote from: skirby
Otherwise, If I quit C::B before the splash screen disapeared, I have the following error message.
I had this message too (just in another language ;)). I'm not sure, but I think it appeared in conjunction with the second quote from codeblocks.RPT I posted in this thread. Can you confirm this, skirby?
Title: Re: The 04 december 2006 build is out.
Post by: skirby on December 05, 2006, 01:37:49 pm
Hello bigbug,

Sorry I can't confirm that.
I simply have the message box but no crash  :wink:
Title: Re: The 04 december 2006 build is out.
Post by: sethjackson on December 05, 2006, 04:58:16 pm
Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Me too. I have no idea where they come from. :P
Mandrav?
Title: Re: The 04 december 2006 build is out.
Post by: mandrav on December 05, 2006, 05:18:00 pm
Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Me too. I have no idea where they come from. :P
Mandrav?

/me has no knowledge about these files
Title: Re: The 04 december 2006 build is out.
Post by: MortenMacFly on December 05, 2006, 05:29:31 pm
/me has no knowledge about these files
I believe it is related to Thomas' changes. He made changes not to use wxTempFile but the S::B SDK variant for saving files. Anyway: It's better to have a few more files then a few less. ;-) That's what those changes were intended to fix... IIRC...
With regards, Morten.
Title: Re: The 04 december 2006 build is out.
Post by: sethjackson on December 05, 2006, 06:35:35 pm
Also, I don't know why but now I have these two files in my project folder.
MyTest.layout.cbBack
MyTest.layout.cbTemp

Me too. I have no idea where they come from. :P
Mandrav?

/me has no knowledge about these files

Ok.

/me has no knowledge about these files
I believe it is related to Thomas' changes. He made changes not to use wxTempFile but the S::B SDK variant for saving files. Anyway: It's better to have a few more files then a few less. ;-) That's what those changes were intended to fix... IIRC...
With regards, Morten.


Yup. :)

Code
bool FileManager::Save(const wxString& name, const char* data, size_t len)
{
    if(wxFileExists(name) == false) // why bother if we don't need to
    {
        wxFile f(name, wxFile::write);
        if(!f.IsOpened())
            return false;
        return f.Write(data, len);
    }

    wxString tempName(name + _T(".cbTemp"));
    wxString backupName(name + _T(".cbBack"));
    .....
}
Title: Re: The 04 december 2006 build is out.
Post by: AmR EiSa on December 05, 2006, 09:08:51 pm
Hi

i try edit path in wizard for console app but i find it's not give the info for Builld Options !!!
why ?

AmR EiSa
Title: Re: The 04 december 2006 build is out.
Post by: Encryptor on December 06, 2006, 01:40:30 pm
I changes in the tinyxml Makefile:
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk -I$(top_builddir)/src/sdk/wxscintilla/include
instead of
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk

I thinks there is a best way to fix this problem but........ :shock:

Best regards

this fixed the problem for me
Title: Re: The 04 december 2006 build is out.
Post by: magisu on December 06, 2006, 02:06:51 pm
Now code::blocks becomes more and more powerful. Thanks to the team!
Title: Re: The 04 december 2006 build is out.
Post by: Zut on December 06, 2006, 04:45:35 pm
I have a really nasty bug, Im not sure if its native to my system (Ubuntu dapper drake) , but thats my guess since its so severe you'd probably fix it right away if it weren't :O

Im on a laptop, and since the mousepad is kinda glitchy I click a bit now and then by mistake. Sometimes, when I accedently click, I drag and drop, but since my intention is not to drag and drop, I drop is almost instantly after I start draggin. When I do this in CB, there is a bit of a delay from when the cursor changes and when the document icon apears udnerneath the cursor. If the drop triggers before the document icon apears, my entire system freezes over. It seems CB consumes all input from both keyboard and mouse, I can move the mouse cursor, but mousclicks and keystrokes do nothing. I can see my system monitor graphs changing in my panel, but all I can do is hold the powerbutton and wait for shutdown.

I can produce this error on purpose, all I need is a quick drag'n'drop, but I dont know if I can get you a crashlog or anything, since I cant send any input to the system after it.

I've tested it a bit extra now just to make sure Im just sending you some imaginary bullshit, and I can produce the crash even with only the "Start here" tab open. It seems I can drag both tabs and text.

I'm willing to do some testing if you can come up with a way to capture the events, lovely IDE ^^
Title: Re: The 04 december 2006 build is out.
Post by: Pecan on December 06, 2006, 05:54:07 pm
http://forums.codeblocks.org/index.php?topic=4596.msg36300#msg36300
Title: Re: The 04 december 2006 build is out.
Post by: thomas on December 07, 2006, 10:07:22 am
/me has no knowledge about these files
Thomas has knowledge about these files and knew it would not take but a day until someone complains...
Title: Re: The 04 december 2006 build is out.
Post by: mscava on December 07, 2006, 05:29:02 pm
Code
-------------------

Error occured on Thursday, December 7, 2006 at 17:22:43.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 619d5702 in module C:\Program Files\CodeBlocks\codeblocks.dll Reading from location 2e2e2212.

Registers:
eax=2e2e220a ebx=00b8e3c0 ecx=00000001 edx=00b83510 esi=64c46840 edi=0022f864
eip=619d5702 esp=0022f37c ebp=0022f37c iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
619D5702  C:\Program Files\CodeBlocks\codeblocks.dll:619D5702  _ZNK10wxNodeBase7GetDataEv
619D6BE5  C:\Program Files\CodeBlocks\codeblocks.dll:619D6BE5  _ZNK15wxFilesListNode7GetDataEv
617E4669  C:\Program Files\CodeBlocks\codeblocks.dll:617E4669  _ZN9cbProject12SaveAllFilesEv
64B98B21  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B98B21
64B8A82D  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B8A82D
100AA808  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AA808  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AABCC  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AABCC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100ABBA9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABBA9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
101B30A3  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101B30A3  _ZN11wxFrameBase14ProcessCommandEi
1013868F  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1013868F  _ZN7wxFrame13HandleCommandEttPv
10138DB6  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10138DB6  _ZN7wxFrame13MSWWindowProcEjjl
1010D6D0  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D6D0  _Z9wxWndProcP6HWND__jjl@16
77D48734  C:\WINDOWS\system32\USER32.dll:77D48734  GetDC
77D48816  C:\WINDOWS\system32\USER32.dll:77D48816  GetDC
77D4B4C0  C:\WINDOWS\system32\USER32.dll:77D4B4C0  DefWindowProcW
77D4B50C  C:\WINDOWS\system32\USER32.dll:77D4B50C  DefWindowProcW
7C90EAE3  C:\WINDOWS\system32\ntdll.dll:7C90EAE3  KiUserCallbackDispatcher
10124F04  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10124F04  _ZNK18wxAcceleratorTable9TranslateEP8wxWindowP6tagMSG
101383C9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101383C9  _ZN7wxFrame19MSWTranslateMessageEP6tagMSG
100ECAF2  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECAF2  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404A8E  C:\Program Files\CodeBlocks\codeblocks.exe:00404A8E
10043B67  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
00401874  C:\Program Files\CodeBlocks\codeblocks.exe:00401874
0046BEFA  C:\Program Files\CodeBlocks\codeblocks.exe:0046BEFA
00401237  C:\Program Files\CodeBlocks\codeblocks.exe:00401237
004012A8  C:\Program Files\CodeBlocks\codeblocks.exe:004012A8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle

Crashed when I've tried to compile one file ( Ctrl-Shift-F9 )
Title: Re: The 04 december 2006 build is out.
Post by: MortenMacFly on December 07, 2006, 05:36:57 pm
Crashed when I've tried to compile one file ( Ctrl-Shift-F9 )
Is this reproducible? What version? (This nightly)? What file? Could you post the (zipped) project/code?
With regards, Morten.
Title: Re: The 04 december 2006 build is out.
Post by: mscava on December 07, 2006, 06:33:53 pm
Quote
Insert Quote
Quote from: mscava on Today at 11:28:39 AM
Crashed when I've tried to compile one file ( Ctrl-Shift-F9 )
Is this reproducible? What version? (This nightly)? What file? Could you post the (zipped) project/code?
With regards, Morten.

Sorry for lack of information. Hope this will help.
It's not reproducible I guess. The next time I compiled it. It was ok. And yes, this nightly build ( 4.Dec ).
http://www.members.allegro.cc/mscava/project.tgz (http://www.members.allegro.cc/mscava/project.tgz) Here is whole my project. I founded it yesterday so it has 2kb. And it happened while compiling Tile.cpp.
Title: Re: The 04 december 2006 build is out.
Post by: mscava on December 07, 2006, 08:46:08 pm
Code
Error occured on Thursday, December 7, 2006 at 20:43:57.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 64b98b80 in module C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll Reading from location 0000011c.

Registers:
eax=037020e8 ebx=00b8e3c0 ecx=0022f4a4 edx=0000011c esi=64c46840 edi=0022f864
eip=64b98b80 esp=0022f434 ebp=0022f4fc iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202

Call stack:
64B98B80  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B98B80
64B8A82D  C:\Program Files\CodeBlocks\share\codeblocks\plugins\compiler.dll:64B8A82D
100AA808  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AA808  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AABCC  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100AABCC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100ABBA9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABBA9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100ABB49  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABB49  _ZN12wxEvtHandler12ProcessEventER7wxEvent
101B30A3  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101B30A3  _ZN11wxFrameBase14ProcessCommandEi
1013868F  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1013868F  _ZN7wxFrame13HandleCommandEttPv
10138DB6  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10138DB6  _ZN7wxFrame13MSWWindowProcEjjl
1010D6D0  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D6D0  _Z9wxWndProcP6HWND__jjl@16
77D48734  C:\WINDOWS\system32\USER32.dll:77D48734  GetDC
77D48816  C:\WINDOWS\system32\USER32.dll:77D48816  GetDC
77D4B4C0  C:\WINDOWS\system32\USER32.dll:77D4B4C0  DefWindowProcW
77D4B50C  C:\WINDOWS\system32\USER32.dll:77D4B50C  DefWindowProcW
7C90EAE3  C:\WINDOWS\system32\ntdll.dll:7C90EAE3  KiUserCallbackDispatcher
10124F04  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10124F04  _ZNK18wxAcceleratorTable9TranslateEP8wxWindowP6tagMSG
101383C9  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:101383C9  _ZN7wxFrame19MSWTranslateMessageEP6tagMSG
100ECAF2  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECAF2  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404A8E  C:\Program Files\CodeBlocks\codeblocks.exe:00404A8E
10043B67  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  C:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
00401874  C:\Program Files\CodeBlocks\codeblocks.exe:00401874
0046BEFA  C:\Program Files\CodeBlocks\codeblocks.exe:0046BEFA
00401237  C:\Program Files\CodeBlocks\codeblocks.exe:00401237
004012A8  C:\Program Files\CodeBlocks\codeblocks.exe:004012A8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle

Well it crashed again. When trying to compile Tile.hpp, which should just output a message box.
Title: Re: The 04 december 2006 build is out.
Post by: MortenMacFly on December 07, 2006, 09:01:44 pm
Well it crashed again. When trying to compile Tile.hpp, which should just output a message box.
Can't reproduce. Tried over and over again... :-(
What do you mean by compiling "*.hpp" - a header file?
What message box should appear?! Do you have an updated (minimalistic) project?
With regards, Morten.
Title: Re: The 04 december 2006 build is out.
Post by: mscava on December 07, 2006, 09:14:17 pm
Maybe there's something wrong with my system... ( XP SP2 )
And it was a mistake, I should compile *.cpp. But haven't switched to it. And that message box... I thought that when you try to compile *.hpp there comes out a message box, but it does not.. sorry.
Well... I don't know what a minimalistic project is, so I can't reply on this one.

BTW: It crashed again when I was trying to get that message box when pressing Ctrl-Shift-F9 when *.hpp file active.

And sorry but I'm going to bed. Thank you very much for interest Morten.
Title: Re: The 04 december 2006 build is out.
Post by: Cepheus on December 07, 2006, 10:33:18 pm
With Code::Blocks (3 december 2006 SVN) + Kubuntu Edgy :
When saving a file on a FAT32 system i get an error "failed to set temporary file permissions : Not allowed operation" (but the file is saved correctly). i have this error since i use the nightly builds (maybe 1 month ago ?).



[attachment deleted by admin]