
10th March 2009, 10:44 AM
|
Senior Member
Thanks Meter 11
Posts: 524
Join Date: Mar 2008
|
hi,
i have a problem with a lua script,his name is 11b8059d_manila (AlarmEdit.luac)
Well,i click on "decompile and save sourcecode" a file named 11b8059d_manila.lua is created,i refresh in m9editor list of files and 11b8059d_manila became blue,if i click on it and select "compile and import" i have the following error:
11b8059d_manila.lua:17:'}' expected near '='
I don't modify nothing on the source code,only decompile and try to ricompile the file.
|

10th March 2009, 10:46 AM
|
Recognized Developer
Thanks Meter 814
Posts: 1,051
Join Date: Dec 2008
Location: London
DONATE TO ME
|
Quote:
Originally Posted by texture
hi,
i have a problem with a lua script,his name is 11b8059d_manila (AlarmEdit.luac)
Well,i click on "decompile and save sourcecode" a file named 11b8059d_manila.lua is created,i refresh in m9editor list of files and 11b8059d_manila became blue,if i click on it and select "compile and import" i have the following error:
11b8059d_manila.lua:17:'}' expected near '='
I don't modify nothing on the source code,only decompile and try to ricompile the file.
|
decompilation is not that easy. There is a whole thread regarding this here
|

10th March 2009, 10:54 AM
|
Senior Member
Thanks Meter 11
Posts: 524
Join Date: Mar 2008
|
I read this thread,but i don't understand where is the problem,line 17 in file is:
Quote:
|
RepeatWeekDay = {0 = "S", 1 = "M", 2 = "T", 3 = "W", 4 = "T", 5 = "F", 6 = "S"}
|
I try to convert in ANSI,but m9 show this error:
Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.MissingMethodException: Method not found: 'System.String System.Windows.Forms.OpenFileDialog.get_SafeFileNa me()'.
at m9editor.m9emain.ctxmenu_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
|

10th March 2009, 11:50 AM
|
Senior Member
Thanks Meter 0
Posts: 738
Join Date: Oct 2006
|
Quote:
Originally Posted by texture
RepeatWeekDay = {0 = "S", 1 = "M", 2 = "T", 3 = "W", 4 = "T", 5 = "F", 6 = "S"}
|
It shd b RepeatWeekDay = {S=0, M=1, T=2 ...etc
|

10th March 2009, 12:04 PM
|
Recognized Developer
Thanks Meter 814
Posts: 1,051
Join Date: Dec 2008
Location: London
DONATE TO ME
|
Quote:
Originally Posted by mun_rus
It shd b RepeatWeekDay = {S=0, M=1, T=2 ...etc
|
or RepeatWeekDay = {[0] = S, [1] = M, etc.}
|

10th March 2009, 01:27 PM
|
Senior Member
Thanks Meter 11
Posts: 524
Join Date: Mar 2008
|
Solved with:
Quote:
|
RepeatWeekDay = {[0] = "S", [1] = "M" ....
|
Now i have another error
Quote:
|
line 237 '<eof>' expected near 'end'
|
but in this line i find only:
|

10th March 2009, 03:44 PM
(Last edited by 12aon; 1st March 2013 at 09:53 AM.)
|
Developer Committee / Senior Moderator
Thanks Meter 312
Posts: 2,407
Join Date: Mar 2008
DONATE TO ME
|
Right mouse click error
I think it been reported already but as soon as I click select and round mouse click on any file I get this error:
- Removed -
Hope it helps, 12
|

10th March 2009, 05:20 PM
|
Junior Member
Thanks Meter 1
Posts: 11
Join Date: Dec 2008
Location: Jeddah
|
Help .. No Arabic
How Can I activate Arabic lang from .reg file
Pleas any body give me the key
 
|

10th March 2009, 06:49 PM
|
Recognized Developer
Thanks Meter 814
Posts: 1,051
Join Date: Dec 2008
Location: London
DONATE TO ME
|
Hi!
I updated both LuaDec and Manila kitchen with some new stuff, including a batch application that can de-hash and re-hash a complete manila package automatically (and many more)
I also found some more filenames, attached them in m9editor.names.txt form
|

10th March 2009, 11:17 PM
|
Retired Senior Moderator - OP
Thanks Meter 5
 
Posts: 1,150
Join Date: Apr 2008
Location: Vienna
|
Quote:
Originally Posted by 12aon
I think it been reported already but as soon as I click select and round mouse click on any file I get this error
|
right, will fix that.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|
|