Okay, yesterday I switched over to the SVN version of BlitzMax. (of which I wonder why I got 1.30 in Windows Vista and 1.28 on MacOS, oh well).
In my current project I contineously see the next error appear in my output screen:
As far as I saw now, this does not affect the functionality of the program itself in any way, everything works as I intened so far. When I quit the program I get a messagebox showing the same error.
So far this only happened on MacOS X 10.4.11 (Tiger) on PPC, since I won't be able to test in in Windows till Monday I've no idea if this error will pop up there too.
Now I wonder, is this a bug in BlitzMax, or is it possible I used some "incorrect coding".
Too bad I cannot give any source because of a) security reasons, and b) the source is pretty big and I don't know what feature in my project causes it.
The project does use MaxGUI, and I cannot get the feeling out of my head the problem could lie there.
In my current project I contineously see the next error appear in my output screen:
2008-06-13 10:31:23.323 TARI Editor.debug[13588] *** Assertion failure in -[NSTabView removeTabViewItem:](), AppKit.subproj/NSTabView.m:597 2008-06-13 10:31:23.323 TARI Editor.debug[13588] *** -[NSAutoreleasePool dealloc]: Exception ignored while releasing an object in an autorelease pool: Invalid parameter not satisfying: [_tabViewItems containsObject:tabViewItem]
As far as I saw now, this does not affect the functionality of the program itself in any way, everything works as I intened so far. When I quit the program I get a messagebox showing the same error.
So far this only happened on MacOS X 10.4.11 (Tiger) on PPC, since I won't be able to test in in Windows till Monday I've no idea if this error will pop up there too.
Now I wonder, is this a bug in BlitzMax, or is it possible I used some "incorrect coding".
Too bad I cannot give any source because of a) security reasons, and b) the source is pretty big and I don't know what feature in my project causes it.
The project does use MaxGUI, and I cannot get the feeling out of my head the problem could lie there.