Jump to content
  • 0

Question

Posted

Does anyone know a program that works well on windows 64bit that can debug lua's and give the line error i tried using luac5.0.2.exe for it but it doesnt give the actual line the error is it just keeps giving me line 1 error and there's nothing wrong with the first line.

1 answer to this question

Recommended Posts

Posted

luac is the perfect tool, generally errors in the first line that appears to don't exists are related with text encoding(I don't know if luac support text encoding), try to change the encoding in Notepad++ to Unicode w/o BOM or open the file with some hex editor and remove the first 3 bytes if they aren't characters.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...