Author Topic: File association: Crash (again?)  (Read 4772 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
File association: Crash (again?)
« on: February 23, 2006, 07:42:57 pm »
Now that's strange. Do you remember: http://forums.codeblocks.org/index.php?topic=2413.0? It happens to me again using build 2066. Click on "Manage" in the "General settings" and C::B crashes silently. It was working after the fixes from the other post. Now the crash came back again? ...or is that only for me? By the way: the "manage_assocs.xrc" file is there.
Morten.
Ps.: Version 1.0 revision 2066 (gcc 3.4.4 Windows/unicode, build: Feb 23 2006 18:31:58)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: File association: Crash (again?)
« Reply #1 on: February 23, 2006, 07:56:52 pm »
Did you run update.bat?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: File association: Crash (again?)
« Reply #2 on: February 23, 2006, 08:01:05 pm »
It crashes here too when I click on Manage. Same revision.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: File association: Crash (again?)
« Reply #3 on: February 23, 2006, 08:12:52 pm »
Did you run update.bat?
Yes, I do that always because I usually work with the version that is placed in the "output" folder then.
I tried the one from the "devel" folder - it's the same issue there. :(
I checked the resources.zip file: It includes "manage_assocs.xrc" and "env_settings.xrc", both are in the ZIP file(s). It was already working after the patches (addition of the missing XRC stuff) that were applied after my message from the other day...
Morten.

Edit: ...and there is no *.rpt file created, it immediately crashes - as on the other day...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: File association: Crash (again?)
« Reply #4 on: February 23, 2006, 08:26:53 pm »
I just tried, that problem was introduced in 2063, the dialog was (again) deleted as a result of editing the file with wxSmith.

It strikes me funny that you get a silent crash, though. I always assert dialogs and controls, so it should throw an assertion. And indeed, for me, it does.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: File association: Crash (again?)
« Reply #5 on: February 23, 2006, 08:41:54 pm »
2068 and later should be fine again.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

  • Guest
Re: File association: Crash (again?)
« Reply #6 on: February 23, 2006, 08:44:06 pm »
2068 and later should be fine again.

It always gets me how when I finish compiling a new revision, a new one comes out the second I finish compiling.  :lol:

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: File association: Crash (again?)
« Reply #7 on: February 23, 2006, 08:55:50 pm »
2068 and later should be fine again.
Confirmed. Thanks a lot and: Fast as usual... :P

It strikes me funny that you get a silent crash, though.
Well, I do get *.rpt files, but not for this type of issue. Is this maybe because I'm not using a wxwidgets debug DLL? I only encounter silent crashes if there is an issue with a (missing) XRC resource, otherwise I do get *.rpt files (...normally). Maybe that explains something to you...?!
Morten.

Ps.: I assume byo is aware of that issue...?!

Pps.:
It always gets me how when I finish compiling a new revision, a new one comes out the second I finish compiling.  :lol:
Yeah, me too. I can only explain as following: They never ever sleep. :lol: :lol: :lol:
« Last Edit: February 23, 2006, 08:57:48 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ