Re: Even older version MC?

2011-11-04 Thread Björnke von Gierke
Did you try to use the Rev/LC IDE? maybe it is a bit more specific about the error. Another thing to consider is using a different version of the engine for your game. Older engines do have compatibility problems with some newer OS features, and newer version might interpret existing code slig

Re: Even older version MC?

2011-11-04 Thread Eva Isotalo
Thank you Mark. All paths are relative and the start up stack check where it is situated at at start up and saves the path to a custom prop. Everything having a path of sort is checking this custom prop where to go. One thing some untouched stacks reacted to, after saving the start up stack

Re: Even older version MC?

2011-11-03 Thread Mark Schonewille
Hi Eva, Just a guess... your app expects to find a CD and then reads files from this CD. The path to the files is probably saved in a variable somewhere. Now you have disabled this feature and your app can no longer find the files. As a result, your scripts no longer work properly. Do you think

Even older version MC?

2011-11-03 Thread Eva Isotalo
I'm having irritating issues when trying to adjust our (very old) game. We want to make a download version of it since there is still a demand for it. The only thing I'm doing is to change the start up file (exe) so it doesn't check for a CD in a drive. I then save the start up file. As a resul