codepunkschmidt / lcdhost

Automatically exported from code.google.com/p/lcdhost
3 stars 0 forks source link

LH_LUA: Not loading classes (regression) #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reproducable on a fresh install of alpha 18.
The problem can be seen in the log files if you compare an older one with the 
one I get now:

old:
<==
11/05/2011 04:39:38  DBG  LH_Lua: loaded SamplesLuaCairoTest from 
"lua/cairotest.lua"
10/05/2011 16:06:32  DBG  LH_Lua: running Lua 5.1 
10/05/2011 16:06:32  DBG  "LH_Lua" rev 89 loaded with 0 classes
==>

this not happening in alpha 18, instead:
<==
"7/22/2011 10:29:08 PM  DBG  "LH_Lua" loaded with 0 classes"
==>
lua/cairotest.lua is present.

Original issue reported on code.google.com by janis.bl...@gmail.com on 22 Jul 2011 at 8:52

GoogleCodeExporter commented 9 years ago
I just noticed that the old log is actually from two different days. I found it 
on the forum and didn't check properly. The first line is the relevant one that 
does not appear.
in alpha 18 lua/cairotest.lua even though it is valid and should create a class 
in the GUI is not being loaded.

Original comment by janis.bl...@gmail.com on 23 Jul 2011 at 3:13