VirtualWorldsRepos / lslforge

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

Running Script in SIM not working - LSLForge.exe arguments error #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a script within LSL Project
2. choose Run as - Launch in LSL Sim
3. look at the given Console

What is the expected output? What do you see instead?
A Sim should be started, the script should run - 
instead:
LSLForge.exe: in element tag sim-descriptor,
In a sequence:
  in element tag source_files,
  In a sequence:
    in element tag scripts,
    In a sequence:
      in element tag item,
      Missing opening bracket:
        Expected </ but found &
        in file input  at line 1 col 8300

What version of the product are you using? On what operating system?
LSLForge 0.16
eclipse.buildId=4.3.0.M20130911-1000
java.version=1.7.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.standard.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product 
org.eclipse.epp.package.standard.product
Win 7 64bit

Please provide any additional information below.
The col # the Missing sing appears differs from script to script (e.g. 8578 
with the given Dialog example)

Original issue reported on code.google.com by sl-z...@postman.homeip.net on 12 Jan 2014 at 1:39

GoogleCodeExporter commented 9 years ago
identified the problem:

if a folder inside a LSLForge project holds "&" this will break Run/Debug 
execution
it does not matter where inside the project this folder is ...

workaround:
avoid special signs in any folder/file name
if not possible, create another LSLForge project to use Run/Debug there

Original comment by sl-z...@postman.homeip.net on 14 Jan 2014 at 1:54