bah.regex and wxMax conflict?

BlitzMax Forums/Brucey's Modules/bah.regex and wxMax conflict?

UNZ(Posted 2013) [#1]
Hi,

On my linux (kubuntu 13.10, 64bit)
when I use wxMax and import bah.regex and have gtk2-engines-oxygen:i386 installed I get the following error when I run the app (compilation works though):

GLib-WARNING **: unknown option bit(s) set
GLib-CRITICAL **: g_regex_match_full: assertion 'regex != NULL' failed


Example that throws the error:
SuperStrict
Framework brl.standardio
Import wx.wxApp
Import wx.wxFrame

Import bah.regex

New MyApp.Run()

Type MyApp Extends wxApp

	Method OnInit:Int()
		Local frame:wxFrame = New wxFrame.Create( ,, "wxMax") 
		frame.Show()
		Return False
	End Method
End Type


What is this? Why does it occur only with oxygen installed? When I remove oxygen the error is gone but wxMax tells me
Gtk-WARNING **: Unable to locate theme engine in module_path

and uses a not as pleasing theme.

EDIT:
And why is it a gtk2 theme although wxWidgets 3.0 uses gtk3?

thx in advance


EDIT:
Problem solved with new bah.regex version (07.02.2014)