Results 1 to 2 of 2

Thread: keep getting error message, please help im a noob :(

  1. #1
    Join Date
    Mar 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Unhappy keep getting error message, please help im a noob :(

    exception in Script: Unknown declaration "UpChars07" at line 846, column 13 in file "C:\Simba\Includes\SRL-OSR\SRL\core\text.simba"
    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba' used from 'C:\Documents and Settings\Administrator\My Documents\Downloads\LobsterFisher.simba'

  2. #2
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by te1302 View Post
    exception in Script: Unknown declaration "UpChars07" at line 846, column 13 in file "C:\Simba\Includes\SRL-OSR\SRL\core\text.simba"
    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba' used from 'C:\Documents and Settings\Administrator\My Documents\Downloads\LobsterFisher.simba'
    Could be a number of things.
    Firstly, SRL totally updated?

    Are all the include files in their proper directories? That error message suggests that either 1) the include ("al_functions.simba") is being searched for within an incorrect path because LobsterFisher.simba isn't within your simba directory (this depends on how the script was written) or 2) the include isn't on your computer at all.

    The first message also is related to not having includes set up properly.

    Make sure everything here is on your computer: https://github.com/SRL/SRL-OSR

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •