Results 1 to 3 of 3

Thread: Using Simba and SMART with SRL/OSR.

  1. #1
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default Using Simba and SMART with SRL/OSR.

    I downloaded and installed Simba 1.2 from here. I cloned SRL into C:\Simba\Includes. The script:

    Simba Code:
    program Test;
    {$DEFINE SMART}
    {$I SRL/OSR.simba}

    begin
    end.

    Fails with the message below and the GUI freezes. Simba must be force closed.

    Code:
    Error: Access violation
    Compiling failed.
    Exception TLPThread.Destroy: Access violation

    The script:

    Simba Code:
    program Test;
    {$I SRL/OSR.simba}

    begin
    end.

    Fails with:

    Code:
    ... hints ...
    Compiled successfully in 1047 ms.
    Error: Access violation at line 19
    Execution failed.
    Exception TLPThread.Destroy: Access violation
    And is at line 19 in onterminate.simba but the GUI still works. I tried with the plugins downloaded automatically by Simba 1.1 and the plugins here.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  2. #2
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Only 32bit Simba works.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  3. #3
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    i'll look into it

    Edit: The SimpleOCR 64bit build is broken. IIRC, it did work before, but was never tested with newest Simba & lape. I don't have my tools to try to solve the issue. I might get away with moving the SimpleOCR code from a plugin, to run purely in lape instead.

    I would not recommend to use 64bit Simba, mainly because lape's performance is roughly 6 times lower there.
    Last edited by slacky; 03-20-2017 at 03:13 AM.
    !No priv. messages please

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
  •