News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

My system hangs when trying to open any file, MDI Bug ?

Started by frog-o, April 29, 2005, 04:10:22 PM

Previous topic - Next topic

frog-o

You don't say what you mean buy the MDI bug.  
on
http://www.codeblocks.org/index.php?name=PNphpBB2&file=viewtopic&t=270

What is it doing?

I compiled my code::block a few day ago the only thing I had wrong with it was It did not maximize the first open window(even though it showed it maxumized) now that I updated my cvs version I can't open A single file in the MDI Parrent.

Is the system Hang when try to open progets the Mid bug your talking about ? If so you can help correct maybe correct some of these issue buy looking at what you change.

P.s I can't post on the devolper web sit becuase i'm not regester.

mandrav

QuoteYou don't say what you mean buy the MDI bug
Quotethe only thing I had wrong with it was It did not maximize the first open window
That's the MDI problem, but it has nothing to do with freezing the app or the computer.

You don't give us any actual info to help you...
Please post the C::B version. If it's CVS, also post the wxWidgets version...

Yiannis.
Be patient!
This bug will be fixed soon...

Anonymous

Hello, maybe it's same problem I've got. After updating C::B from cvs yesterday (28.04) it starteed to behave very strange after opening any editor inside C::B.
First symptoms are that only the editor's window is responding for events (mouse and keyboard). After switching to another application and switching back to C::B it is not responding at all (and almost all CPU is used by this frozen instance of C::B). So i suppose that some event handles hangs up.
Of course when C::B is opening it's default workspace during initialization and is opening any files (in edit window) it hangs up at the beginning.
I'm using wxWidgets 2.6.0 but few days before everything was working properly with these libraries

mandrav

Please do a cvs update and see if it persists. I fixed something related to events, just a little while ago...

Yiannis.
Be patient!
This bug will be fixed soon...

byo

Quote from: mandravPlease do a cvs update and see if it persists. I fixed something related to events, just a little while ago...

Heh, see no changes in cvs tree. Maybe anonymous acces is cached.

mandrav

QuoteHeh, see no changes in cvs tree. Maybe anonymous acces is cached.
Yes, it takes 5-6 hrs to become up-to-date...

Yiannis.
Be patient!
This bug will be fixed soon...

Anonymous

I sorry About my very first post.  My app is hanging not system.
I'm using wxwidgets 2.6.0(compiled following thew instruction on  

http://www.codeblocks.org/index.php?name=PNphpBB2&file=viewtopic&t=270)

I asumed that since i pointed too this you would know I'm using wxwidgets 2.6.0 compiled with mingw.

I'm using the lattest mingw gotten thou dev-cpp package system the (the last i check). I just download the latest from cvs at 1:40 and did a rebuild still did not work. It took a little wile to write this and compile.

The pupouse I oridally wrote this is two figure out what rickg22 meant buy mdi bug and let you know there was a problem with the app compile from cvs,  I did not mean for you to try to solve my problem.  I was hopeing i could do this myself.  Even tho any help would greatly be apperrcated.

Thank to all that help and rickg22 who i seen help a lot on the forms.  You  guy are great!!!!!!!!!!!!!

rickg22

Well, we're working on the MDI bug. And by "MDI bug" Yiannis meant the weird behavior in open windows.

Let's see how he does with the data i sent him. Still, if your build keeps w/o working you might have to build using wxWidgets 2.4.2. That's the one I use.

byo

Quote from: mandravPlease do a cvs update and see if it persists. I fixed something related to events, just a little while ago...

Sorry for no reply (I've got computerless weekend :) )
Bug with hanging up events has been succesfully removed (although MDI bug still remains, the application is not hanging up, can open new edit windows with no harm).

Thx, Yannis for your fix (I can not work on new wersion of C::B  :D )

rickg22

Sorry, I haven't been able to test it. Here's a question. The version which crashed, did it also crash whenever you opened a bracket?

if(something)
 somethingelse;

change to:

if(something)
{ <- when pressing csrdown from here, it hanged on me.
 somethingelse;

Does it work fine now (built with wxwidgets 2.4.2) ?

Anonymous

last friday I tryed the latest cvs and did a rebuild at about 5:50 an it got rid of the problem.  It even fix the mdi bug from what i can see.  Is there any way i can see what you don to fix these problems.  I don't know how to use cvs.  I just follow the instruction on faq in order to download.  

P.s I'm also sorry i did not reply sooner I felt six sunday and saturday i was working alot on try to (create a plugin for for widget creation toobar.)  If I feel like i acumplise anything I will email it to codeblock administrator but i don't think there going to here from me.  I'm not very fast at programing and dll's are verry knew to me.

rickg22

There are CVS tutorials on the web. It's kinda... long to explain, but once you get the hang of it, it's easy :)

Anonymous

I know i took a look at it and it gave me a head-ack.  I don't realy want to spend the my time keep looking at it.  It all about how to use the cvs buy comand-prompt  And is very long and borring i keep have to re-read what i read becuse i keep zooning out.  
I rather put my effort to codeing.
But Thank Anyway.  Please note I tryed the latest from cvs yesterday and the midi bug was back how odd?

rickg22

Have you tried downloading TortoiseCVS (tortoisecvs.org) ? That's what I use :)

Anyway, the MDI bug never went away as far as i know. It only happens on wx2.6.

Finally, mind registering in the forums? If you're working on C::B, you better get a username :)

Anonymous

I down load it.  it a very good program.  It just need more turtorial i probly sould ask them to implement one on gitting dif.