Author Topic: Error with 'wxSmith - MIME plugin'  (Read 3045 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 554
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Error with 'wxSmith - MIME plugin'
« on: April 06, 2025, 06:09:13 pm »
Leap15.6, cb-13647, wx-327, gcc-13.3.0

I wanted to see in 'CB' the following files:
Quote
'src|resources|maim_menu.xrc'
'src|resources|env_settings.xrc'
and I got in the log of 'CB'

Code
Could not open file '/home/louis/Travail/SVN_COMPILE/Cb/Gcc1330/wx327-15/cb-13647-restart/src/src/resources/main_menu.xrc'.
The registered handler (wxSmith - MIME plugin) could not open it.
Code
Could not open file '/home/louis/Travail/SVN_COMPILE/Cb/Gcc1330/wx327-15/cb-13647-restart/src/src/resources/main_toolbar.xrc'.
The registered handler (wxSmith - MIME plugin) could not open it.

The other 'xrc' files can be loaded into the editor "wxSmith".
I own these two files.
I have no idea what parameterization is needed ...
CB-13653, plugins-sdk-2.25.0 : Collector-2.6.0, AddOnForQt-4.1.4
1- Win7 Business Pack1 64bits : wx-3.2.7, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.7;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7778
    • My Best Post
Re: Error with 'wxSmith - MIME plugin'
« Reply #1 on: April 07, 2025, 10:48:12 am »
Was able to duplicate the problem with "main_menu.xrc" and "main_toolbar.xrc".

Tim S.
« Last Edit: April 07, 2025, 10:49:47 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7778
    • My Best Post
Re: Error with 'wxSmith - MIME plugin'
« Reply #2 on: April 07, 2025, 10:53:30 am »
Wild guess it has something to do with this line and other like it.

Code
<bitmap stock_id="core/find"/>

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 554
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Error with 'wxSmith - MIME plugin'
« Reply #3 on: April 07, 2025, 01:52:29 pm »
Thanks, but I can't solve this information.

There are two other files that are not being edited in 'wxSmith':
Code
'src|resources|debugger_menu.xrc' 
'src|resources|debugger_toolbar.xrc'
On the other hand, it is always possible to use the internal editor, but it's much less pleasant !

CB-13653, plugins-sdk-2.25.0 : Collector-2.6.0, AddOnForQt-4.1.4
1- Win7 Business Pack1 64bits : wx-3.2.7, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.7;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'