Author Topic: The 01 January 2019 build (11544) is out.  (Read 26818 times)

Offline deftware

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 01 January 2019 build (11544) is out.
« Reply #15 on: January 04, 2019, 08:24:28 am »
This just freezes and crashes almost immediately after opening a project.

EDIT: Specifically it crashes in codecompletion.dll

EDIT2: Disabling code-completion before opening a project doesn't help either. Still crashes :(
« Last Edit: January 04, 2019, 08:27:58 am by deftware »

Offline kingfox

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 01 January 2019 build (11544) is out.
« Reply #16 on: January 05, 2019, 02:17:59 pm »
the crash when loading for example the CB workspace still is present, disable CC and the problem is gone.
the temporary solution: use the last nightly build of CC plugins.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 January 2019 build (11544) is out.
« Reply #17 on: January 05, 2019, 03:33:28 pm »
deftware: Disable CC and restart codeblocks.
kingfox: If your using the old dll then this is really bad idea. Nothing is the same between these two night builds.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline kingfox

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 01 January 2019 build (11544) is out.
« Reply #18 on: January 06, 2019, 02:40:02 am »
deftware: Disable CC and restart codeblocks.
kingfox: If your using the old dll then this is really bad idea. Nothing is the same between these two night builds.
Maybe my idea is not so good, but at least I can use CC although it's an old version. Now I use CC from nightlybuild 20181229_rev11543 to replace the CC in nithglybuild 20190101_rev11544, and it looks working fine.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 January 2019 build (11544) is out.
« Reply #19 on: January 06, 2019, 10:54:51 am »
OK, but please do not report any crashes you see with this version!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline UberNewb2

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 01 January 2019 build (11544) is out.
« Reply #20 on: January 09, 2019, 02:55:11 am »
When running the 11544 build CB runs and I open my project from the start page, and then code blocks opens my open files and hangs and then closes without warning or error. Windows 10.

Let me know if you need any other info. Or which revisions to try and revert to to remedy this problem.

EDIT
I just reverted to the 11530 NB and the problem is gone.

EDIT2
I tried the previous reversion (11543 NB) and it doesn't hang or close.

EDIT3
Disabling Code Completion and restarting did not fix it.

« Last Edit: January 09, 2019, 04:26:50 am by UberNewb2 »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 January 2019 build (11544) is out.
« Reply #21 on: January 09, 2019, 06:50:19 am »
Can you reproduce this with a simple hello world project. Are you sure cc is disabled? Do you have a rpt file?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline UberNewb2

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 01 January 2019 build (11544) is out.
« Reply #22 on: January 10, 2019, 03:07:09 pm »
With 11544, creating an empty project and adding an empty file to it works, with or without code completion enabled.

With 11544, trying to open my project from the start page results in a hang and close, with or without code completion enabled.

I attached codeblocks.RPT from when it closed (code completion was disabled by the menu and restarted first). From looking at the .RPT file, it appears the code completion dll is still being loaded.


Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 01 January 2019 build (11544) is out.
« Reply #23 on: January 10, 2019, 03:23:57 pm »
With 11544, creating an empty project and adding an empty file to it works, with or without code completion enabled.

With 11544, trying to open my project from the start page results in a hang and close, with or without code completion enabled.

I attached codeblocks.RPT from when it closed (code completion was disabled by the menu and restarted first). From looking at the .RPT file, it appears the code completion dll is still being loaded.
We say "disable code completion plugin" means you have to go to the Menu->Plugins->Manage Plugins. Then in the dialog, select the code completion plugin, and disable it.
I see the RPT file is still showing the call stack from code completion dll, so you don't disable the code completion plugin correctly.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline UberNewb2

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 01 January 2019 build (11544) is out.
« Reply #24 on: January 10, 2019, 07:18:29 pm »
Okay, your workaround fixed it afaics.

However, I found another crash or warning, when I tried to enable code completion in the global settings menu.

Error image attached.

However, I realize it is silly to enable code competion through settings when the plugin is disabled, but you see my confusion when you told me to disable code completion, I didn't realize you meant the plugin, as they are separate settings. Perhaps one should be grayed out or disabled when the plugin is not enabled. /?



Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 January 2019 build (11544) is out.
« Reply #25 on: January 10, 2019, 08:00:47 pm »
This is unrelated to the crash and for now I've not observed any problems caused by this. And unfortunately it is pretty random, so investigation is hard...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline simoneadore

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 01 January 2019 build (11544) is out.
« Reply #26 on: January 17, 2019, 12:54:26 pm »
I was also hoping for this release, I wondered if you have any financial support for this project, I find that this editor is a great product, you can make deposits, you have a circuit where you can make a small contribution to the project.

Thanks for your work,

Sincerely

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 01 January 2019 build (11544) is out.
« Reply #27 on: January 17, 2019, 06:57:03 pm »
I was also hoping for this release, I wondered if you have any financial support for this project, I find that this editor is a great product, you can make deposits, you have a circuit where you can make a small contribution to the project.

Thanks for your work,

Sincerely

http://www.codeblocks.org/donations