Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Tue Aug 22, 2006 6:01 pm Post subject: |
|
|
Hi Steve,
You are looking at a typical map2dif error here. A quick google on "Unable to write detail level to stream" (the exact error) results in only one hit: on this forum. Hurray for the well documented list of errors from the Torque toolset...
What it means is that for some reason the map2dif_plus tool can't write it's output (the .dif file). The two most common settings that might cause this are:
- the output folder is wrong
- there is a typo in the "parameters" field causing the wrong parameters to be send to the tool.
1. Could you check your output folder (probably empty) and the parameters (should be "-o [OutputFolder] -t [TextureFolder] [MapFileName]")?
2. If those look alright, please look at the first line in the output window. It shows the full command line, and should contain the problem. If you can't see anything wrong, please post it here.
3. If the command line looks ok, try invoking the map2dif_plus tool by hand using the parameters from the command line found at (2). Should be informative.
Oh, and thanks for reporting this. I am putting it into the FAQ. |
|