trouble with convertdata.exe

  I'm getting a crash error in Windows Vista 64 when using convertdata.exe

 

This is what I'm typing out to use the program.

 

convertdata brushes d:\ h:\ txt

 

I've tried brush and it doesn't do anything.

 

I've tried d:\ as the destination but it just crashes out also.

2,287 views 1 replies
Reply #1 Top

What your command says is convert the binary brush file "D:\" into the text brush file "H:\".

The problem is the "D:\" and the "H:\". As these are both drive letters and not files.

Both of these are supposed to be specific file names (i.e. "Achievements.brushes").

edit: You should be able to use fully qualified file names (i.e. "D:\Program Files\Stardock Games\Sins of a Solar Empire\Window\Achievements.brushes") without any problem.