Snacko wrote:I mean in Forge code, adding some logging to caught exceptions would probably help to pinpoint exact cause.
But this might also be some mac os related bug in java.
`
I think that I may have discovered the source of the problem. Looking at my console output I see the line:
java.io.FileNotFoundException: /Applications/ Forge 01-17\res/pics\plains3.jpg (No such file or directory)
The problem appears to be with the slashes that signify the directory tree path to follow to find the jpg picture to display. Windows uses the back slash "\" and Mac OS uses the forward slash "/".
So, you are right about the problem being in the Forge code. I will see if I can find the hard coded path in my local copy and replace the "\" with "/" and Forge will then be able to find the pics to display.
