RPGMaker Trans v2.03 Released

So apparently, there's a bug on the specific version of cx_freeze that I used. I'm not sure how to trigger this bug, because it didn't show up for me, but if it does show up you can't use the patcher at all.

Anyhow, the workaround seems to be using an older version of cx_freeze, so I've done that, and hence v2.03 is released. If you have v2.02 and it works for you, there's no need to upgrade. Otherwise, grab v2.03 and hopefully it will work.

RPGMaker Trans v2.02 Released

OK, so quick changelog:

  • Re-enabled the version checker - I have a feeling it could be useful going forward.
  • Fixed error windows popping up. This wasn't caused by what I initially thought, but it's actually a bug in Python. Fortunately, whilst the fix is not in Python yet, there is a patch available.
  • Nonfatal errors: Now there are errors which pop up and don't cause RPGMaker Trans to completely blow up. Specifically, bad patches/games and not being able to copy files.
  • Readme now included. It's a bit brief, so maybe there will be updates later.
Now, onto VX and multilingual support... (crosses fingers that RPGMaker Trans does not explode...)

Current work

For those wondering what I've been doing, I've mainly been working on the known bugs that were listed in the previous post. So, the itemised list:

  • Most of the way through fixing the error messages that briefly pop up
  • Infrastructure for displaying error messages without the entire patcher bombing out is now in place. Practically, this should mean that error messages that can be anticipated leave helpful error messages in a new error log that appears when necessary rather than cryptic debug tracebacks. Debug tracebacks will still be there, but should only be displayed when there are genuine bugs rather than something on the users system being slightly off (e.g. bad patch, problem writing files, etc)
  • Started a readme
Hoping for a release with these features in quite soon, and then onto the more interesting stuff i.e. VX patching.

RPGMaker Trans v2.01 Released

As the title says. Bugs fixed:

  • The odd error that was affecting high core count PCs
  • Memory usage should be lower
  • Read only files crashing the file copier - hopefully 
  • Progress bar no longer gets stuck at 99%
Bugs that remain
  • On closing, you may see some error boxes pop up. I'm working on fixing this, but it's not a critical thing.
  • Some malformed RPGMaker games may cause the translator component to crash (specifically ones which embed NUL characters in strings - not even sure how one does this with RPGMaker)
  • A readme: A number of recent questions seem to suggest a readme is in order.#
  • EDIT: There is an issue with copying thumbs.db files, it seems. Mitigation: don't have the translated folder open whilst patching and you'll probably be OK; if not try again.
So, theoretically, this one should fix the remaining issues with RPGMaker Trans v2. I've said that before, obviously, but hopefully this time it sticks. When someone finds an error (inner cyniscm taking over here), bug reports in the comments please.  Otherwise, apologies for the very bumpy ride from 1.x to 2.01. Hopefully it's over now.

Bugs and stuff

First off, as people apparently cannot google/read previous comments anymore, this:

IF YOU ARE MISSING MSVCR100.DLL INSTALL THE MS VC++ REDISTRIBUTABLE HERE: http://www.microsoft.com/en-us/download/details.aspx?id=26999

Now that's out of the way - for the people with error in Pythons multiprocessing libraries (the one that ends with "TypeError: WriteFile() argument 1 must be integer, not None"): thanks for the system specs. One thing I notices is that you're running Core i7s which have 8 threads, which leads me to think that RPGMaker Trans is going too parallel for Windows to handle. Hence the next version of RPGMaker Trans will have a limit on the number of processes it uses, and hopefully that will be a cure.

As to me testing this out: I don't have a Windows machine with an 8 thread processor in, so that could be tricky. I'll see if I can set something up, but there's a very high chance that'll I'll be working blind on this one.

ETA on RPGMaker Trans 2.01: Sunday/Monday morning 

EDIT: I've managed to do some testing and managed to produce a similar (although not entirely the same) bug, so I'm pretty certain that this is related to Python spawning too many processes on systems with a high thread count. The reason for this is due to some default behavior in Python that I wasn't aware of (specifically multiprocessing.pool does not spin up processes as necessary, but by default starts one process for each hardware thread). The fix is a bit more involved than I thought, but should be done shortly. It wasn't caught before because testing is on a 2 core VM, which doesn't exhibit this problem. 

EDIT2: And it wasn't that... it seems to be a more fundamental bug in Python, but it's fixed anyway.

On version 1.99

Seeing as a few people have commented "it worked on 1.99" now...

v1.99 is not coming back. The codebase is unmaintainable, I do not have the time or inclination to maintain it, and I am unable to open source it. It doesn't have the architectural features that I need for new features. Further, it was announced very early on that v1.99 would be killed off and I did ask people to test v2. Unfortunately, very few people did.

If more people had tested v2, then I'm pretty certain that all the bugs would be ironed out by now. That isn't the case. I fully intend to get v2 bug free, but that will take time. Until then, people will have to put up with bugs, because if I put v1.99 back out I won't get the bug reports I need to fix v2. To anyone who doesn't like this policy: sorry, but that's tough on you, I guess. If I could get bug reports for v2 any other way, I would. But no-one wanted to engage with the beta testing report unless they were one of the people who couldn't use v1.99.

So in summary: v1.99 is gone, and it isn't coming back.

RPGMaker Trans v2 Final

Well, it took a little bit longer than I thought due to some last minute bugs, but RPGMaker Trans v2 is out. In theory, this should fix the errors that people have been encountering. It should also work with networked file systems, but that's not a tested feature.

Next features:

  1. Compiling with Nuitka: This should fix the CLI mode and give a speed boost.
  2. RPGMaker VX support: Still at the parsing Ruby problem...
  3. Non-ASCII locale support: Still working on finding all the places where files can be referenced in 2k files...
  4. Patch Errors: Mainly for translators; the current handling of problems with patches is less than optimal. Patch errors will simply allow proper reporting of problems in patches.

Delays and plans

Right, so first off is an apology to anyone having issues with RPGMaker Trans. The delay in getting a "fully functional" version out has been caused by my laptop breaking in early January, and the ensuing problems with getting a replacement. Then when I did get said replacement, there was a slight issue with the replacement only having access to Linux, which isn't a whole lot of use when debugging a Windows only problem. That said, all of this has been sorted now.

As to when a new version will be out which fixes these problems: I'm aiming for this weekend. Then onto more interesting things, like VX support.

RPGMaker Trans 1.99 Fixed... Again

OK, I've updated 1.99 to fix the 'download a new release' problems. Again. If you need the 1.99 version, download it again and it should now work.

However, wierd bugs like this one is basically  the reason that I'm doing the version 2 as a near complete rewrite. The v1.x series are pretty much completely unmaintainable.

Status on 2.0 bugs: Currently being worked on. I'm still unable to reproduce them, but I'm relatively confident that locale issues are at play. I'm currently setting up some VMs to do proper testing etc.

Note: If you have issues with 2.0 at the moment, please let me know. I am planning to kill off the 1.x series as soon as I can, so I really do need to get all bugs etc ironed out.

EDIT: Link fixed. Sorry, my bad.

Bugs

Right, so two bugs that have popped up:

1) RPGMaker Trans 2.0 RC2 sometimes doesn't pick up a game
2) RPGMaker Trans 1.99 update checker has triggered for some reason.

If you need to use RPGMaker Trans 1.99 because 2.0 does not work, delete the config file before running 1.99. I'll try to post a fixed version of 1.99 as soon as I can.