HowTo compile the latest version of Ember from SourceCode
#48
(2016-07-14, 09:19)Stimmenhotel Wrote:
Code:
Traceback (most recent call last):
  File "<string>", line 113, in <module>
  File "<string>", line 90, in main
  File "C:\projects\transifex-client\txclib\utils.py", line 50, in find_dot_tx
  File "C:\Python27\lib\ntpath.py", line 85, in join
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 8: invalid start byte
tx returned -1

output by txAccount.bat


Code:
*******************************************
*   Language Downloader and Renamer for   *
*           Ember Media Manager           *
*******************************************
*                                         *
*          !!!!! ATTENTION !!!!!          *
*                                         *
*     Existing files will be deleted!     *
*                                         *
*******************************************
*               by DanCooper              *
*******************************************
Das System kann die angegebene Datei nicht finden.
*******************************************
*       Copy default Transifex config     *
*******************************************
Das System kann den angegebenen Pfad nicht finden.
        0 Datei(en) kopiert.
*******************************************
*       Get all files from Transifex      *
*******************************************
Traceback (most recent call last):
  File "<string>", line 113, in <module>
  File "<string>", line 90, in main
  File "C:\projects\transifex-client\txclib\utils.py", line 50, in find_dot_tx
  File "C:\Python27\lib\ntpath.py", line 85, in join
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 8: invalid start byte
tx returned -1
*******************************************
*       Delete unused language files      *
*******************************************
Das System kann die angegebene Datei nicht finden.
Das System kann die angegebene Datei nicht finden.
*******************************************
*          Rename files for Ember         *
*******************************************

Output txDownloader.bat after deleting the CLS commands.



Can't I just use the VS output?
Or is there something that needs to be installed?
I would just copy it from my notebook to my pc.

Looks like an error in Transifex client.
I've just updated the Transifex client to version 0.12.1 (Python 3.x) on GitHub. Please try it again.
If you've installed another python version on your PC, please try it with another version of Transifex client: Link

It's also possible to use the files from VS Release folder, but there are some files that are not needed and only the NSIS Installer cleans up the Module and Main folder of your existing Ember installation.
Reply


Messages In This Thread
RE: HowTo compile the latest version of Ember from SourceCode - by DanCooper - 2016-07-14, 10:30
Logout Mark Read Team Forum Stats Members Help
HowTo compile the latest version of Ember from SourceCode1