Author Topic: DLLEXPORT: Invalid DLL type 'void vsRTE:rteAddFile(int handle, VSPSZ _fileName)'  (Read 4975 times)

timur

  • Senior Community Member
  • Posts: 205
  • Hero Points: 3
I'm running Slickedit 11 on Fedora 13 x86-64.  I had to install several 32-bit libraries to get VSE to run.

Sometimes, when I start VSE, I get a whole bunch of dialog boxes (one after another) complaining about some invalid operation.  When I dismiss the dialog box, another appears with a similar error message.  After dismissing a few these, I'm often left with a blank VSE window.  I usually have to kill the 'vs' process in order to recover.  Sometimes I have to start VSE three or four times before it starts normally.

I've pasted below the output of my /tmp/vsstack file for the first of these messages.  Can anyone tell me what this even means?


  Slick-C STACK TRACE ******************************
 Created on 11/1/2010 at 8:43:39 (369 ms)
 Edit module and type "st -f <offset>" to get the
 run-time error position

 error code=-3061
 DLLEXPORT: Invalid DLL type 'void vsRTE:rteAddFile(int handle, VSPSZ _fileName)'

files.ex 8311 call_list(dllinit_)   p_window_id: 10   p_object: OI_EDITOR   p_name:
main.ex 4524 defmain()   p_window_id: 10   p_object: OI_EDITOR   p_name:

ku1256

  • Community Member
  • Posts: 10
  • Hero Points: 0
I have the same problem on Ubuntu 10.10 x86-64 with Slickedit 13.02. Does it work only with 32 bits Linux?

timur

  • Senior Community Member
  • Posts: 205
  • Hero Points: 3
I just discovered this post:

http://community.slickedit.com/index.php?topic=6491.0

I'm testing now to see if it helps.

timur

  • Senior Community Member
  • Posts: 205
  • Hero Points: 3
Doing the following appears to have fixed the problem for me:

Code: [Select]
ulimit -s 204800