Skip to content

Cannot Run -> Run as -> Launch in LSL Sim #37

Closed
@Corysia

Description

@Corysia

It's possible I'm doing something wrong, but I keep getting an error when trying to run/debug an LSL script. I'm choosing Run -> Run as -> Launch in LSL Sim

An internal error occurred during: "Launching Example".
Could not initialize class lslforge.debug.LSLSimInteractor$ContinueCommand

The simple script is:

integer foo()
{
return 1;
}

default
{
state_entry()
{
llSay(0, "testing");
integer value = foo();
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions