YouGroove Posted February 8, 2014 Share Posted February 8, 2014 I wsa working on a map today. PErhaps some update has been done behind the scene ? I try launch and i got these two errors : -Running the game fails : map file (23) not supported ? -Trying some "update" button under project manager fails What can i do ? Should not map update must be done behind the scene for the user ? Auto detect map version and propose a dialog box : "Your map version is outdated" "Would you want to update your map ?" Or did i miss something ? Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted February 8, 2014 Share Posted February 8, 2014 Your map file is fine. The editor is failing to copy that DLL, and thus the update process exits before the game executables get written. Why it would be unable to copy it, I do not know. The only thing that would cause that is if the game is running while you do this, or the file is marked read-only for some reason. Try deleting that DLL in your project directory. If Windows won't let you delete it, it means a silent process is using it, or it is read-only. Both of these seem unlikely but that's the only explanation I can think of. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
YouGroove Posted February 8, 2014 Author Share Posted February 8, 2014 Renamed Lua51.dll. In project manager cliecked on Update, this time it updated 16 files. Runned the game , all is fine. Thanks Josh. Thread can be closed. Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted February 8, 2014 Share Posted February 8, 2014 If anyone else experiences anything like this please post a report. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts