Texlive 2018 not working











up vote
0
down vote

favorite












Update : I've uninstalled, cleaned up and reinstalled Texlive 2018 on a Windows 10 machine. Now kpsewhich runs very slowly from the command line but gives what seems like correct output



kpsewhich -expand-var='$TEXMFMAIN'
'C:/texlive/2018//texmf-dist'


But



'kpathsea' is not recognized as an internal or external command,
operable program or batch file.


TeXworks starts and finds the recent .tex files I've compiled but then goes into



kpathsea: Running mktexfmt lualatex.fmt


and outputs



    The command name is C:texlive2018binwin32mktexfmt


fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/users/donal/.texlive2017/texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/users/donal/.texlive2017/texmf-var/web2c
fmtutil [INFO]: did not find entry for byfmt=lualatex, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0
Running the command C:texlive2018binwin32fmtutil-user.exe
This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX)
restricted system commands enabled.
I can't find the format file `lualatex.fmt'!


This puzzled me - as part of the cleanup I deleted the legacy directory c:/users/donal/.texlive2017/ and it's somehow recreated that and tried to use it.



So presumably it came from C:texlivetexmf-localweb2ctexmf.cnf
I updated that to the version from the 2018 installation



tlmgr version produces



tlmgr revision 49226 (2018-11-23 00:37:16 +0100)
tlmgr using installation: C:/texlive/2018
TeX Live (http://tug.org/texlive) version 2018


I ran mktexlsr successfully. fmtutil-sys --all ran very slowly and gave



fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/texlive/2018//texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/texlive/2018/texmf-var/web2c
Use of uninitialized value $whatarg in concatenation (.) or string at c:texlive2018texmf-distscriptstexlivefmtutil.pl line 443.
fmtutil [INFO]: did not find entry for all=, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0


updmap-sys ran really really slowly and finally output



updmap will read the following updmap.cfg files (in precedence order):
c:/texlive/texmf-local/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
c:/texlive/2018//texmf-config/web2c/updmap.cfg
dvips output dir: "c:/texlive/2018//texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "c:/texlive/2018//texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "c:/texlive/2018//texmf-var/fonts/map/dvipdfmx/updmap"
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap [ERROR]: The following map file(s) couldn't be found:
updmap [ERROR]: dvips35.map (in builtin)
updmap [ERROR]: noto.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pac.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pdftex35.map (in builtin)
updmap [ERROR]: ps2pk35.map (in builtin)
updmap [ERROR]: Did you run mktexlsr?

You can disable non-existent map entries using the option
--syncwithtrees.

C:texlive2018binwin32runscript.tlu:812: command failed with exit code 1:
perl.exe c:texlive2018texmf-distscriptstexliveupdmap.pl --sys


Copying a lualatex.fmt file from the 2017 installation into C:Usersdonal.texlive2018texmf-varweb2c allows it to find the file but the format seems to have changed. Now it throws an error



(Fatal format file error; I'm stymied)


So maybe I've moved on to asking how does one get a lualatex.fmt file for the TeXlive 2018.










share|improve this question
























  • May be a typo during install. Did you change the defaults locations?
    – sztruks
    Dec 6 at 6:56










  • @sztruks No, I left them.
    – DLyons
    Dec 6 at 7:23










  • If you didn't touch anything, might be a bug. I'd do this 1) check if the texlive variables are what they should be (I once unticked or forgot to tick the boxes to have them recognized by Windows after install) 2) check on texlive mailing-list if someone faced a similar issue.
    – sztruks
    Dec 6 at 7:29










  • Do you have an external perl installed?
    – Ulrike Fischer
    Dec 6 at 7:33






  • 1




    in a current windows I would run "where perl", to find out where it is. Also your output above shows references to texlive2017, so you should check you path and if you are actually running the texlive2018 tools.
    – Ulrike Fischer
    Dec 6 at 8:14















up vote
0
down vote

favorite












Update : I've uninstalled, cleaned up and reinstalled Texlive 2018 on a Windows 10 machine. Now kpsewhich runs very slowly from the command line but gives what seems like correct output



kpsewhich -expand-var='$TEXMFMAIN'
'C:/texlive/2018//texmf-dist'


But



'kpathsea' is not recognized as an internal or external command,
operable program or batch file.


TeXworks starts and finds the recent .tex files I've compiled but then goes into



kpathsea: Running mktexfmt lualatex.fmt


and outputs



    The command name is C:texlive2018binwin32mktexfmt


fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/users/donal/.texlive2017/texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/users/donal/.texlive2017/texmf-var/web2c
fmtutil [INFO]: did not find entry for byfmt=lualatex, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0
Running the command C:texlive2018binwin32fmtutil-user.exe
This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX)
restricted system commands enabled.
I can't find the format file `lualatex.fmt'!


This puzzled me - as part of the cleanup I deleted the legacy directory c:/users/donal/.texlive2017/ and it's somehow recreated that and tried to use it.



So presumably it came from C:texlivetexmf-localweb2ctexmf.cnf
I updated that to the version from the 2018 installation



tlmgr version produces



tlmgr revision 49226 (2018-11-23 00:37:16 +0100)
tlmgr using installation: C:/texlive/2018
TeX Live (http://tug.org/texlive) version 2018


I ran mktexlsr successfully. fmtutil-sys --all ran very slowly and gave



fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/texlive/2018//texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/texlive/2018/texmf-var/web2c
Use of uninitialized value $whatarg in concatenation (.) or string at c:texlive2018texmf-distscriptstexlivefmtutil.pl line 443.
fmtutil [INFO]: did not find entry for all=, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0


updmap-sys ran really really slowly and finally output



updmap will read the following updmap.cfg files (in precedence order):
c:/texlive/texmf-local/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
c:/texlive/2018//texmf-config/web2c/updmap.cfg
dvips output dir: "c:/texlive/2018//texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "c:/texlive/2018//texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "c:/texlive/2018//texmf-var/fonts/map/dvipdfmx/updmap"
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap [ERROR]: The following map file(s) couldn't be found:
updmap [ERROR]: dvips35.map (in builtin)
updmap [ERROR]: noto.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pac.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pdftex35.map (in builtin)
updmap [ERROR]: ps2pk35.map (in builtin)
updmap [ERROR]: Did you run mktexlsr?

You can disable non-existent map entries using the option
--syncwithtrees.

C:texlive2018binwin32runscript.tlu:812: command failed with exit code 1:
perl.exe c:texlive2018texmf-distscriptstexliveupdmap.pl --sys


Copying a lualatex.fmt file from the 2017 installation into C:Usersdonal.texlive2018texmf-varweb2c allows it to find the file but the format seems to have changed. Now it throws an error



(Fatal format file error; I'm stymied)


So maybe I've moved on to asking how does one get a lualatex.fmt file for the TeXlive 2018.










share|improve this question
























  • May be a typo during install. Did you change the defaults locations?
    – sztruks
    Dec 6 at 6:56










  • @sztruks No, I left them.
    – DLyons
    Dec 6 at 7:23










  • If you didn't touch anything, might be a bug. I'd do this 1) check if the texlive variables are what they should be (I once unticked or forgot to tick the boxes to have them recognized by Windows after install) 2) check on texlive mailing-list if someone faced a similar issue.
    – sztruks
    Dec 6 at 7:29










  • Do you have an external perl installed?
    – Ulrike Fischer
    Dec 6 at 7:33






  • 1




    in a current windows I would run "where perl", to find out where it is. Also your output above shows references to texlive2017, so you should check you path and if you are actually running the texlive2018 tools.
    – Ulrike Fischer
    Dec 6 at 8:14













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Update : I've uninstalled, cleaned up and reinstalled Texlive 2018 on a Windows 10 machine. Now kpsewhich runs very slowly from the command line but gives what seems like correct output



kpsewhich -expand-var='$TEXMFMAIN'
'C:/texlive/2018//texmf-dist'


But



'kpathsea' is not recognized as an internal or external command,
operable program or batch file.


TeXworks starts and finds the recent .tex files I've compiled but then goes into



kpathsea: Running mktexfmt lualatex.fmt


and outputs



    The command name is C:texlive2018binwin32mktexfmt


fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/users/donal/.texlive2017/texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/users/donal/.texlive2017/texmf-var/web2c
fmtutil [INFO]: did not find entry for byfmt=lualatex, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0
Running the command C:texlive2018binwin32fmtutil-user.exe
This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX)
restricted system commands enabled.
I can't find the format file `lualatex.fmt'!


This puzzled me - as part of the cleanup I deleted the legacy directory c:/users/donal/.texlive2017/ and it's somehow recreated that and tried to use it.



So presumably it came from C:texlivetexmf-localweb2ctexmf.cnf
I updated that to the version from the 2018 installation



tlmgr version produces



tlmgr revision 49226 (2018-11-23 00:37:16 +0100)
tlmgr using installation: C:/texlive/2018
TeX Live (http://tug.org/texlive) version 2018


I ran mktexlsr successfully. fmtutil-sys --all ran very slowly and gave



fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/texlive/2018//texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/texlive/2018/texmf-var/web2c
Use of uninitialized value $whatarg in concatenation (.) or string at c:texlive2018texmf-distscriptstexlivefmtutil.pl line 443.
fmtutil [INFO]: did not find entry for all=, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0


updmap-sys ran really really slowly and finally output



updmap will read the following updmap.cfg files (in precedence order):
c:/texlive/texmf-local/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
c:/texlive/2018//texmf-config/web2c/updmap.cfg
dvips output dir: "c:/texlive/2018//texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "c:/texlive/2018//texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "c:/texlive/2018//texmf-var/fonts/map/dvipdfmx/updmap"
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap [ERROR]: The following map file(s) couldn't be found:
updmap [ERROR]: dvips35.map (in builtin)
updmap [ERROR]: noto.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pac.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pdftex35.map (in builtin)
updmap [ERROR]: ps2pk35.map (in builtin)
updmap [ERROR]: Did you run mktexlsr?

You can disable non-existent map entries using the option
--syncwithtrees.

C:texlive2018binwin32runscript.tlu:812: command failed with exit code 1:
perl.exe c:texlive2018texmf-distscriptstexliveupdmap.pl --sys


Copying a lualatex.fmt file from the 2017 installation into C:Usersdonal.texlive2018texmf-varweb2c allows it to find the file but the format seems to have changed. Now it throws an error



(Fatal format file error; I'm stymied)


So maybe I've moved on to asking how does one get a lualatex.fmt file for the TeXlive 2018.










share|improve this question















Update : I've uninstalled, cleaned up and reinstalled Texlive 2018 on a Windows 10 machine. Now kpsewhich runs very slowly from the command line but gives what seems like correct output



kpsewhich -expand-var='$TEXMFMAIN'
'C:/texlive/2018//texmf-dist'


But



'kpathsea' is not recognized as an internal or external command,
operable program or batch file.


TeXworks starts and finds the recent .tex files I've compiled but then goes into



kpathsea: Running mktexfmt lualatex.fmt


and outputs



    The command name is C:texlive2018binwin32mktexfmt


fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/users/donal/.texlive2017/texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/users/donal/.texlive2017/texmf-var/web2c
fmtutil [INFO]: did not find entry for byfmt=lualatex, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0
Running the command C:texlive2018binwin32fmtutil-user.exe
This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX)
restricted system commands enabled.
I can't find the format file `lualatex.fmt'!


This puzzled me - as part of the cleanup I deleted the legacy directory c:/users/donal/.texlive2017/ and it's somehow recreated that and tried to use it.



So presumably it came from C:texlivetexmf-localweb2ctexmf.cnf
I updated that to the version from the 2018 installation



tlmgr version produces



tlmgr revision 49226 (2018-11-23 00:37:16 +0100)
tlmgr using installation: C:/texlive/2018
TeX Live (http://tug.org/texlive) version 2018


I ran mktexlsr successfully. fmtutil-sys --all ran very slowly and gave



fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil: c:/texlive/2018//texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under c:/texlive/2018/texmf-var/web2c
Use of uninitialized value $whatarg in concatenation (.) or string at c:texlive2018texmf-distscriptstexlivefmtutil.pl line 443.
fmtutil [INFO]: did not find entry for all=, skipped
fmtutil [INFO]: Total formats: 0
fmtutil [INFO]: exiting with status 0


updmap-sys ran really really slowly and finally output



updmap will read the following updmap.cfg files (in precedence order):
c:/texlive/texmf-local/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
c:/texlive/2018//texmf-config/web2c/updmap.cfg
dvips output dir: "c:/texlive/2018//texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "c:/texlive/2018//texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "c:/texlive/2018//texmf-var/fonts/map/dvipdfmx/updmap"
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2138.
Use of uninitialized value $fn in concatenation (.) or string at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap: open() failed: No such file or directory at c:texlive2018texmf-distscriptstexliveupdmap.pl line 2139.
updmap [ERROR]: The following map file(s) couldn't be found:
updmap [ERROR]: dvips35.map (in builtin)
updmap [ERROR]: noto.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pac.map (in c:/texlive/texmf-local/web2c/updmap.cfg)
updmap [ERROR]: pdftex35.map (in builtin)
updmap [ERROR]: ps2pk35.map (in builtin)
updmap [ERROR]: Did you run mktexlsr?

You can disable non-existent map entries using the option
--syncwithtrees.

C:texlive2018binwin32runscript.tlu:812: command failed with exit code 1:
perl.exe c:texlive2018texmf-distscriptstexliveupdmap.pl --sys


Copying a lualatex.fmt file from the 2017 installation into C:Usersdonal.texlive2018texmf-varweb2c allows it to find the file but the format seems to have changed. Now it throws an error



(Fatal format file error; I'm stymied)


So maybe I've moved on to asking how does one get a lualatex.fmt file for the TeXlive 2018.







texlive-2018






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 6 at 17:39

























asked Dec 6 at 5:34









DLyons

1616




1616












  • May be a typo during install. Did you change the defaults locations?
    – sztruks
    Dec 6 at 6:56










  • @sztruks No, I left them.
    – DLyons
    Dec 6 at 7:23










  • If you didn't touch anything, might be a bug. I'd do this 1) check if the texlive variables are what they should be (I once unticked or forgot to tick the boxes to have them recognized by Windows after install) 2) check on texlive mailing-list if someone faced a similar issue.
    – sztruks
    Dec 6 at 7:29










  • Do you have an external perl installed?
    – Ulrike Fischer
    Dec 6 at 7:33






  • 1




    in a current windows I would run "where perl", to find out where it is. Also your output above shows references to texlive2017, so you should check you path and if you are actually running the texlive2018 tools.
    – Ulrike Fischer
    Dec 6 at 8:14


















  • May be a typo during install. Did you change the defaults locations?
    – sztruks
    Dec 6 at 6:56










  • @sztruks No, I left them.
    – DLyons
    Dec 6 at 7:23










  • If you didn't touch anything, might be a bug. I'd do this 1) check if the texlive variables are what they should be (I once unticked or forgot to tick the boxes to have them recognized by Windows after install) 2) check on texlive mailing-list if someone faced a similar issue.
    – sztruks
    Dec 6 at 7:29










  • Do you have an external perl installed?
    – Ulrike Fischer
    Dec 6 at 7:33






  • 1




    in a current windows I would run "where perl", to find out where it is. Also your output above shows references to texlive2017, so you should check you path and if you are actually running the texlive2018 tools.
    – Ulrike Fischer
    Dec 6 at 8:14
















May be a typo during install. Did you change the defaults locations?
– sztruks
Dec 6 at 6:56




May be a typo during install. Did you change the defaults locations?
– sztruks
Dec 6 at 6:56












@sztruks No, I left them.
– DLyons
Dec 6 at 7:23




@sztruks No, I left them.
– DLyons
Dec 6 at 7:23












If you didn't touch anything, might be a bug. I'd do this 1) check if the texlive variables are what they should be (I once unticked or forgot to tick the boxes to have them recognized by Windows after install) 2) check on texlive mailing-list if someone faced a similar issue.
– sztruks
Dec 6 at 7:29




If you didn't touch anything, might be a bug. I'd do this 1) check if the texlive variables are what they should be (I once unticked or forgot to tick the boxes to have them recognized by Windows after install) 2) check on texlive mailing-list if someone faced a similar issue.
– sztruks
Dec 6 at 7:29












Do you have an external perl installed?
– Ulrike Fischer
Dec 6 at 7:33




Do you have an external perl installed?
– Ulrike Fischer
Dec 6 at 7:33




1




1




in a current windows I would run "where perl", to find out where it is. Also your output above shows references to texlive2017, so you should check you path and if you are actually running the texlive2018 tools.
– Ulrike Fischer
Dec 6 at 8:14




in a current windows I would run "where perl", to find out where it is. Also your output above shows references to texlive2017, so you should check you path and if you are actually running the texlive2018 tools.
– Ulrike Fischer
Dec 6 at 8:14















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463458%2ftexlive-2018-not-working%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463458%2ftexlive-2018-not-working%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?