Opening .app file gets error -10810

Joined
Apr 19, 2016
Messages
3
Reaction score
0
Points
1
Hi. I compiled something, which usually implies I can run it. However, now I get this error:

Code:
MacBook-Pro-2>$ open Hello_world.app/
\LSOpenURLsWithRole() failed with error -10810 for the file /Users/robert/Hello_world.app.

Does anyone know what this error means so I can troubleshoot a bit more specific? Thanks. :)
 

Raz0rEdge

Well-known member
Staff member
Moderator
Joined
Jul 17, 2009
Messages
15,765
Reaction score
2,106
Points
113
Location
MA
Your Mac's Specs
2022 Mac Studio M1 Max, 2023 M2 MBA
Your app wasn't built properly. If you are building this from your own code, perhaps you can explain how you are building it. I presume this is a command line application you are building? What version of XCode and OS X?
 
OP
R
Joined
Apr 19, 2016
Messages
3
Reaction score
0
Points
1
Your app wasn't built properly. If you are building this from your own code, perhaps you can explain how you are building it. I presume this is a command line application you are building? What version of XCode and OS X?

I built it in VirtualBox Windows GLBasic. Does anyone know the exact specification of this error code?

If it helps, here is some system info.

Hardware
Model Name: MacBook Pro
Model Identifier: MacBookPro9,1

Software
System Version: OS X 10.11.4 (15E65)
Kernel Version: Darwin 15.4.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: MacBook Pro (2)
User Name: Robert
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Time since boot: 1 day 6:43
 

Raz0rEdge

Well-known member
Staff member
Moderator
Joined
Jul 17, 2009
Messages
15,765
Reaction score
2,106
Points
113
Location
MA
Your Mac's Specs
2022 Mac Studio M1 Max, 2023 M2 MBA
If your goal is multi platform app development, might I recommend something using newer technology than Basic? For games, you might want to check out Cocos2d-X. For other apps, there's Xamarian, Ionic, React Native and so many more that blend combinations of C#, JavaScript, HTML5 and so on..
 
OP
R
Joined
Apr 19, 2016
Messages
3
Reaction score
0
Points
1
I am already familiar with many of the platforms you describe. The problem is, the project, a videogame, is now in development for 5 years. I cannot change the language at this point. Your recommendations are therefore mute.
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
Moot. I believe that -10810 means Launch Services encountered an unknown error. Oh so clear ;)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top