Skip to main content
Topic: missing error message (Read 2820 times) previous topic - next topic

missing error message

Using makeobj 50 (about 50 ...) with windows 7 pro 32 bits
Using makeobj by .bat command files
create.bat with :
Quote
makeobj 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).

Re: missing error message

Reply #1
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.


Re: missing error message

Reply #3
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..


Re: missing error message

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

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!


Re: missing error message

Reply #7
Code: [Select]
2> 1> >
Find what's the difference and try ;)

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!


Re: missing error message

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

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!