lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks Ian. Yes, I am indeed on Windows.
Since I don't do (and never did) any native programming (C/C++) on Windows, I don't have the development environment (compiler, debugger) setup. I was hoping that the error-message would tell something that people familiar with it might have better clues than I do.

LuaDist is compiled with MinGW AFAIK, so I guess installing GDB should be sufficient. I'll give it a shot.


On Mon, Oct 21, 2013 at 1:26 AM, Ian Jirka <ianjirka@hotmail.com> wrote:
Run it in a debugger and it will tell you the location of the issue.  I'm assuming you're on Windows?

Sent from my Windows Phone

From: Jayanth Acharya
Sent: 10/20/2013 12:40 PM
To: Lua mailing list
Subject: Re: LuaDist - luars232.dll leads to Invalid access to memory location

Researching about that error message, I've found several probable causes, ranging from the Antivirus software interfering, to Data Execution Prevention feature.

I have tried to use the ProcessMonitor tool (which is apparently the closest one can get to an 'strace' equivalent on Windows), but the "lua" ProcessName doesn't seem to show up, and still can't figure out with certainty. Any clues or guidance ?


On Sun, Oct 20, 2013 at 12:51 AM, Jayanth Acharya <jayachar88@gmail.com> wrote:
Moving over from LfW to LuaDist, I am struggling with a bit of a problem with the library luars232.dll. I get an "Invalid access to memory location "

Any ideas on what I could try ?