lua-users home
lua-l archive

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


  Hi, 

  This is a bug. We already fixed it in CVS. As a temporary workaround
before the next release, you can execute the following Lua code:

iup.IUPTREEREFTABLE={}

  Anyway, thanks for reporting.

Best,
scuri

> -----Original Message-----
> From: lua-bounces@bazar2.conectiva.com.br [mailto:lua-
> bounces@bazar2.conectiva.com.br] On Behalf Of bhou
> Sent: segunda-feira, 10 de maio de 2010 10:37
> To: Lua list
> Subject: IUP 'TreeSetUserId' problem in Ubuntu
> 
> Hi,
>     I have a program based on IUP under windows. It works very well.
> Recently, I installed ubuntu 10.04 in my laptop. But I found that the
> same program failed with an 'attempt to index a nil value' error from
> the 'TreeSetUserId' method.  Does any one meet the same problem?
> Thanks.
> 
> Here is the stack traceback:
> 
> attempt to index a nil value
> stack traceback:
>      [C]: in function 'TreeSetUserId'
>      ./app/PL2sCF/widgets/CExplorer.lua:757: in function
> 'setCollaboration'
>      ./app/PL2sCF/CLayout.lua:147: in function
> <./app/PL2sCF/CLayout.lua:144>
>      (tail call): ?
>      [C]: in function 'MainLoop'
> 
> 
> Bo