Error 1000

BlitzMax Forums/BlitzMax Beginners Area/Error 1000

KrayzBlu(Posted 2005) [#1]
Hi,

I've made my game and it works fine, so I want to create a binary app of it. However, when I do so (Build GUI App), and try to run it, it gives me 'Error 1000' Does anyone know what this is, and what could be causing it?

Thanks,
KrayzBlu


Perturbatio(Posted 2005) [#2]
Where does this error display? (i.e. in the console output or as a dialogue?)


KrayzBlu(Posted 2005) [#3]
It's a dialogue :/


Perturbatio(Posted 2005) [#4]
does anything different occur if you build it with debug on?


KrayzBlu(Posted 2005) [#5]
No :(


Perturbatio(Posted 2005) [#6]
what version are you using and have you done a syncmods?


KrayzBlu(Posted 2005) [#7]
1.10, and yes I have.


Perturbatio(Posted 2005) [#8]
have you installed any mods other than the default BRL ones?


Perturbatio(Posted 2005) [#9]
also, if your game works fine when running from the IDE, try running it then browsing to the folder where your source is and run the executable BMax creates.


KrayzBlu(Posted 2005) [#10]
Nope, no other mods
Tried running and still the same thing :/


Perturbatio(Posted 2005) [#11]
Near as I can tell ( http://lists.apple.com/archives/carbon-development/2003/Jun/msg01935.html ), this is an error to do with the executable not being in a list of some sort (or out of a folder), unfortunately, I don't have a mac so it's not so easy for me to test things.

another page detailing a solution for another app:
http://www.rapattoni.com/citrix/issues/5.htm


Perturbatio(Posted 2005) [#12]
something you might want to test as well:
Framework BRL.basic

Print "test"


build the above code (not as a GUI app) and run it, see what happens with that.


Perturbatio(Posted 2005) [#13]
http://www.cdrom-guide.com/forums/showthread.php?t=255014

This person apparently had to update OSX to get rid of the error (don't know if that would solve it for you though).


KrayzBlu(Posted 2005) [#14]
LOL
Ok, I got it ;)
It only gives the error if you rename the app after you build it ;)
If you don't rename it, it works fine (easy, quick solution)

Thanks for your help, much appreciated :)


Perturbatio(Posted 2005) [#15]
ahhh... that would explain the missing from list thing.

You could always rename the source file then compile that though. :)