1 decade ago by SlotGamer
When loading the game I sometimes get this error "SCRIPT445: Object doesn't support this action ". It outlines the entire extend() function. I've looked long and hard and cannot find anything wrong with it. This can happen on different classes, but for the most part it happens on 2 or 3 specifically each time.
Here is the strange part, it works if I press "refresh" ctrl-F5 multiple times. It eventually loads correctly. So that has been my workaround for now. So, it really seems maybe my issue is with the asynchronous loading being different each time and maybe something isn't defined/initialized yet on the times that it doesn't work.
The debugger shows valid values for the variables when this happens too.
Any clue how to go about figuring this out further?
Here is the strange part, it works if I press "refresh" ctrl-F5 multiple times. It eventually loads correctly. So that has been my workaround for now. So, it really seems maybe my issue is with the asynchronous loading being different each time and maybe something isn't defined/initialized yet on the times that it doesn't work.
The debugger shows valid values for the variables when this happens too.
Any clue how to go about figuring this out further?