Page 1 of 1

Lua Error

Posted: Mon Mar 14, 2011 1:33 pm
by Light-Dark
when ever i try to run my program with the luaL_loadfile("filennammehere"); or luaL_dofile("filename"); call stack comes up with this:

#0 10013863 luaL_loadfile() (C:\Users\Owner\Documents\C++\Engine\lua5.1.dll:??)
#1 00402AD0 SDL_main(argc=1, args=0xc12f50) (C:\Users\Owner\Documents\C++\Engine\main.cpp:852)
#2 00403B1B console_main(argc=1, argv=0xc12f50) (./src/main/win32/SDL_win32_main.c:315)
#3 00403BD8 WinMain(hInst=0x400000, hPrev=0x0, szCmdLine=0x9239c1 "", sw=10) (./src/main/win32/SDL_win32_main.c:398)
#4 00000000 0x004034a6 in main() (??:??)

Help?... please?

Re: Lua Error

Posted: Mon Mar 14, 2011 1:36 pm
by Falco Girgis
...you aren't even passing the Lua state to either function...

You might want to have another look at those prototypes.

Re: Lua Error

Posted: Mon Mar 14, 2011 1:38 pm
by Light-Dark
luaL_dofile(L,"filenamehere")

woops forgot it but i have that in there ._.

it still wont work :(