Assemble To CIL Failed error
|
GeeJAnn Blackadder
Registered User
Join date: 12 Sep 2007
Posts: 14
|
09-12-2009 02:45
I am attempting to Save a script I modified. Running and Mono is checked. I receive error messages, in a blue pop up window. Unable to upload C\Users\Name\AppData\Local\SecondLife\e2481f9e-............lsl due to the following reasons: Assemble to CIL failed. Please try again later.
Has anyone knowledge of what cause this error ? and/or a solution? Thx Gee
|
Dora Gustafson
Registered User
Join date: 13 Mar 2007
Posts: 779
|
09-12-2009 04:56
A wild guess: It looks as it is trying to load something from your local drive and it can't, so I would try to clear the cache or even reinstall the viewer. The guess is far out since I have learned that compiling now a days is done by the sim. It is the LL compiler you use?
_____________________
From Studio Dora
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
09-12-2009 05:00
Move to another sim and try again. Scripts are compiled on the server, and sometimes the process that does the job breaks.
|
GeeJAnn Blackadder
Registered User
Join date: 12 Sep 2007
Posts: 14
|
I have tried ....
09-12-2009 06:04
I cleared cache ... no difference
I tried another sim ... no difference
I can uncheck Mono and the save (compile) will successfully finish ... but the script does not run ...
I have submitted a ticket ...
Thx gee
|
EF Klaar
Registered User
Join date: 11 Jun 2007
Posts: 330
|
09-12-2009 07:41
CIL is Microsoft's Common Intermediate Language, so it appears the error lies deeper than in your script. Beyond that I cannot offer any useful suggestions.
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
09-12-2009 11:20
From: GeeJAnn Blackadder I can uncheck Mono and the save (compile) will successfully finish ... but the script does not run ... That would kind of point at some unusual error in the script that fails in different ways depending on the compiler and runtime. Is the script something not too long or sensitive to post here?
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
09-12-2009 15:47
I'd love to see the script if you don't mind posting it. Always fun to see how others work.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
|
09-12-2009 16:42
A wilder guess would be that this is an opensim script.
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime. From: someone I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
|
GeeJAnn Blackadder
Registered User
Join date: 12 Sep 2007
Posts: 14
|
Script wont compile
09-12-2009 17:57
Thank you for your comments.
I could include the script. But it is quite lengthy. And .. this error happens with more than one script. One scripts is 700 lines the other is 350 lines...
I believe this is a mono compile error being produced by a microsoft upgrade. I installed a number of MS upgrades around the same time that this error started. I am using Vista.
As of this writing Linden has yet to acknowledge my ticket on this matter. I presume that If I am having this issue others will also have it. Perhaps if enough goo seeps through a solution will materialize and this burden will be lifted from my weary Avatar shoulders !!
Gee
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
09-12-2009 18:02
There is one open SL bug that will cause that error, http://jira.secondlife.com/browse/VWR-12252. It will happen if a jump label is duplicated. It used to happen if there were duplicate states, but that should now generate an error message saying so. So, look for things that appear more than once that the language only really allows once. (edit to add: it's not a Microsoft upgrade problem, I get can the exact same error when compiling the VWR-12252 sample from a Mac, with the OS X path shown in the error dialog, and SL's servers run Linux.)
|
GeeJAnn Blackadder
Registered User
Join date: 12 Sep 2007
Posts: 14
|
Thanks to Viktoria and all who responded
09-12-2009 21:05
Thank You for your gracious assistance. It was indeed a duplicate jump. i was able to repair the errant code and we rockin again...
Gee stands before You chagrined and embarrassed at the neophyte codeing error. Yikes.
Thyank You Gee
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
09-12-2009 23:31
It's Allowed. How does anyone figure out the language at all with error messages like that one (or no message at all with LSO)?
|