2010-12-13, 10:12 AM
(2010-12-13, 10:10 AM)Holy Diver link Wrote:I think I've got it
Try this...
I'm going to put an error box in there about a missing Project.dat file, and make it possible to put the the project.dat file somewhere else / use a .som file instead if present. The project.dat file seems a little out of place in the game folder.
PS: This...
EX::CreateFileA()
EX::ReadFile()
EX::CloseHandle()
EX::CreateFileA()
EX::CloseHandle()
EX::CreateFileA()
EX::CloseHandle()
Is the only stuff that showed up in the logs before the point I knew Som wasn't getting to, and I started thinking about what files those could be. Obviously one was project.dat. I'll probably look to see what the other is, if it's even Som related.