What's new

[TOOL] MechaTranslator


Re: [TOOL] MechaTranslator

@Habisain:
Any chance you could share the files you changed for ATLAS to work in a portable manner?

Uh, no. Interesting story here. I needed to get it to work under Linux, where the installer doesn't work properly under Wine, so I changed some files and made some registry settings for that, and thought it was more or less portable. Turns out there's something I've done that prevents it from working under Windows though. So not exactly portable.

I suppose I could make something like a Docker VM that you can spin up and connect to through a client, but that seems like it flies in the face of what could be called "portable".
 
Re: [TOOL] MechaTranslator

No idea what to do. I click the .exe and nothing happens.
 
Re: [TOOL] MechaTranslator

No idea what to do. I click the .exe and nothing happens.

Same, got all the requirments, tried both versions. Any help ?

If i use the program in separate folder and drag the file into it i get a python33.dll is missing, if i copy all files to the game folder and use it i get zipimporter instance error.
 
Last edited:
Re: [TOOL] MechaTranslator

No idea what to do. I click the .exe and nothing happens.
Same, got all the requirments, tried both versions. Any help ?

If i use the program in separate folder and drag the file into it i get a python33.dll is missing, if i copy all files to the game folder and use it i get zipimporter instance error.
I think something went wrong with the script I use to build the binaries.

0.3 binaries were only working on my dev machine for some reason, while it looked for Python in others.

I'll look into fixing it, but meanwhile:
0.2.7 Still works
0.3.0 Source still works (but requires Python installed with pypiwin32 as described in first post)

EDIT:
Apparently, cx_freeze (which is used to generate the binaries) doesn't like HTML parser very much (which is needed to use Google Translator).

I hate python and I hate cx_freeze so much.
 
Last edited:
Re: [TOOL] MechaTranslator

Can i have a step by step instruction?

I followed the ins. at first page but when im executing it, It does nothin it automatically close
 
Re: [TOOL] MechaTranslator

Can i have a step by step instruction?

I followed the ins. at first page but when im executing it, It does nothin it automatically close

Do you have ATLAS installed?
 
Re: [TOOL] MechaTranslator

Do you have ATLAS installed?

Yep, I downloaded it on NT. and i tried the source too, installed pthon then pipiwin32 then run still, it automatically close when i run it.
 
Re: [TOOL] MechaTranslator

Yep, I downloaded it on NT. and i tried the source too, installed pthon then pipiwin32 then run still, it automatically close when i run it.
Try running it on the command prompt to see what it's saying, might give more information about it.

On my machine, I have Python 3.6.0 installed, in case python versions make a difference.

Python is pure garbage. Unfortunately, I don't know how to access the ATLAS dlls any other way.


(Wait... does the old binary form also not work? That's a bit more worrisome)
 
Back
Top