[MaxIDE] Error After Running Programs in IDE (10.6

Archives Forums/BlitzMax Bug Reports/[MaxIDE] Error After Running Programs in IDE (10.6

Evil Roy Ferguson(Posted 2009) [#1]
After running any program from MaxIDE (including "Hello World"), the following error is displayed:

Compile Error

46.059 untitled1.debug.mt[87646:60b] __CFServiceControllerBeginPBSLoadForLocalizations timed out while talking to pbs


Even though "Compile Error" is displayed, an executable is generated and run. The executables appear to function correctly despite this; although they do print this error to the Console, it doesn't seem to affect their operation.


*(Posted 2010) [#2]
I have had this lately when using max on Snow leopard.


SebHoll(Posted 2010) [#3]
Are you definitely using the latest version of XCode?


marksibly(Posted 2010) [#4]
Hi,

Googling for this produces quite a few results, the most useful probably being:

http://lists.apple.com/archives/java-dev/2009/Oct/msg00017.html

This reckons it a debugging message to do with the 'pasteboad server' (pbs) so it should be safe to ignore.

The 'Compile Error' is just the IDE getting a little confused - it's definitely a runtime error/issue.