News:

SimuTranslator
Make Simutrans speak your language.

missing error message

Started by gauthier, May 14, 2010, 06:30:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gauthier

Using makeobj 50 (about 50 ...) with windows 7 pro 32 bits
Using makeobj by .bat command files
create.bat with :
Quotemakeobj pak128 2>err.txt

When a picture isn't well sized (there it was a picture of 1025*768 instead of 1024*768), no error message is displayed in err.txt (so I spent a quarter of hour to find the problem).

prissi

Does it generate anyway a working pak? I mean it should do anyway, if you are not requested the 1 pixel slide. I will lokk into it.

gauthier

No it doesn't, there were five vehicles on the picture and makeobj stoped working after the first.

vilvoh

If I remember correctly, when you use pakhelper with makeobj 50 and error log option selected, it shows an error message if the image hasn't got the right size according to the pakset you chose. so maybe you forgot to add some parameter..

gauthier

I don't use pakhelper ... and I don't know what paramater I could forget.

VS

You're redirecting with 2> , perhaps it's in stdout?

gauthier

I don't know how does it work ...

VS

2> 1> >
Find what's the difference and try ;)

gauthier

possible to use the both at the same time ?

VS

That's what the version without number is for (I hope).

gauthier

okay, thanks ... I don't know why the person who gave me this command line put 2 ...