User forums > General (but related to Code::Blocks)

wxWidgets 3.0.3 released

<< < (6/7) > >>

danselmi:
It's not fixed yet. It doesn't crash at startup but SpellChecker is not working as intentended.
I got a workaround which is working with 3.0.3 on windows(see attachment). Not tested on Linux nor with 2.8.12.

oBFusCATed:
@danselmi: Would it be possible to commit multiple changes in separate commits in the future? Your fix in the last commit is buried in tons of formatting changes and it is impossible to find what you've changed using online difftools (at sf and github).

For this patch: What is the problem you're trying to fix? You need to show a dialog if there are no dictionaries?

killerbot:
I retested with today state of the code in svn. I can reactivate the splash code and CB starts nicely.

HOWEVER now I get an assert.

../../src/msw/bitmap.cpp(922): assert "image.IsOk()" failed in CreateFromImage(): invalid image

==> when hitting cancel CB continues to start (note this has nothing to do with splash screen, since I still got that when the splash screen code was commented out).



LOOKING IN cb LOG


--- Quote ---23:44:35: Cannot load resources from 'memory:Cccc.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:CppCheck.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:Cscope.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:DoxyBlocks.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:EditorConfig.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:headerfixup.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:ThreadSearch.zip#zip:*.xrc'.
23:44:35: Cannot load resources from 'memory:ToolsPlus.zip#zip:*.xrc'.
23:44:36: Cannot load resources from 'memory:wxSmithAui.zip#zip:*.xrc'.

--- End quote ---

OR


--- Quote ---Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\Cccc.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\CppCheck.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\Cscope.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\DoxyBlocks.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\EditorConfig.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\headerfixup.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\ThreadSearch.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\ToolsPlus.zip'.
Manager failed to load XRC resource 'D:\Codeblocks\src\output30_64\share\codeblocks\wxSmithAui.zip'.

--- End quote ---
===> this was already there on 22 April 2017 (svn rev 11053)
and also:


--- Quote ---FortranProject plugin error: file D:\Codeblocks\src\output30_64\share\codeblocks/images/fortranproject/fortran_intrinsic_modules.f90 was not found.
FortranProject plugin error: file D:\Codeblocks\src\output30_64\share\codeblocks/images/fortranproject/fortran_procedures.f90 was not found.

--- End quote ---

and


--- Quote ---SpellCheck Plugin: Error loading Online SpellChecking Configuration file "D:\Codeblocks\src\output30_64\share\codeblocks\SpellChecker\OnlineSpellChecking.xml"
SpellChecker: Thesaurus files 'D:\Codeblocks\src\output30_64\share\codeblocks\SpellChecker\th_en_US.idx' not found!

--- End quote ---
The thesaurus not found message was there already on 22 April.

The source code around 22 April did not have several of these problems.

For reminder : tdm-gcc 5.1, wx 3.0.3, 64 bit builds on Win10 64 bit.

oBFusCATed:
You can find what triggers the assert if you a debugger and hit the stop button in the assert dialog.

gd_on:
I obtain almost the same problems as Killerbot except the assert message : no assert for me.
The missing xrc does not seem to be a problem : plugins are loaded and seem to work. Effectively, in those zip files there are no .xrc files. No such messages with wx 2.8 (and no .xrc files too !).
I have not seen the message concerning fortran plugin (.f90 files missing).
The missing file th_en_US.idx is not specific to wx 30. I have also it with wx 2.8, but for me no problem with OnlineSpellChecking.xml. A possible solution : install LibreOffice.
I compiled wx 30 and CB with official MinGW 6.3 version in 32 and 64 bits.

gd_on

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version