While trying to make my application open .JPG files, I may have discovered something wrong in Blitzmax configuration.
Try the following:
- Locate any .BMX source file
- Do Get Info
- In the Open with: section, select other...[b], browse and select another application, such as [b]TextEdit.app.
- Click on Change All...
- Now click again and select MaxIDE.app, then click on Change All... to revert back to normal.
Boom: I get the error message:
The operation could not be completed.
An unexpected error occurred (error code -10813).
I have looked up for this error message on Apple website and found this:
kLSDataUnavailableErr -10813
Data of the desired type is not available (for example, there is no kind string).
The 'kind string' is most probably the type name of the registered extension .bmx, which in this case is MaxIDE.app Document, i.e.: The default name. But I have spent hours fiddling around and it doesn't seem to be obvious to fix.
What is going wrong?
Try the following:
- Locate any .BMX source file
- Do Get Info
- In the Open with: section, select other...[b], browse and select another application, such as [b]TextEdit.app.
- Click on Change All...
- Now click again and select MaxIDE.app, then click on Change All... to revert back to normal.
Boom: I get the error message:
The operation could not be completed.
An unexpected error occurred (error code -10813).
I have looked up for this error message on Apple website and found this:
kLSDataUnavailableErr -10813
Data of the desired type is not available (for example, there is no kind string).
The 'kind string' is most probably the type name of the registered extension .bmx, which in this case is MaxIDE.app Document, i.e.: The default name. But I have spent hours fiddling around and it doesn't seem to be obvious to fix.
What is going wrong?