Hi,
if been using SS for a couple of years now and it's still the best peace of software out there!
Yet, recently i changed more or less to linux, but i'm still running Servant Salamand inside VMWare (In fact SS is the ONLY tool i wholeheartedly miss under linux)... The last upgrade (2.5b11) did not go as flawless as usually:
SS claimed about missing SALRTL.dll. The problem was, that the filename was all lowercase, while the program call wasn't... Normally nobody notices this, as Windows doesn't care about the case in filenames. In my case it is different, as the underlying OS does care (The Salamand directory lies on a network share, which gets mounted in Windows via NAT-connection to the vmware host).
If it was for this one dll, well i already fixed the problem for me; but this particular problem seems to persist for all the plugins as well, as i get (more or less) the same error message e.g. for Pictview "Unable to load image processing library PVW32Cnv.dll"
Do you guys think it would be a great deal to search&replace the sources for correct casing?
TIA
Hog
DLL-calls are Case-sensitive; Filenames are not...
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
Hi Jan,
you are right - i got confused with the extensions...
The filename that is needed & searched for by the program is "SALRTL.DLL" whereas the filename created by the installation is "salrtl.dll"
Like said, something similar yet different goes for some of the plugins: Eroiica claims some unspecified error ("Creating instance of WMF export filter failed"), some of the plugins even crash SS, when i just hover the mouse over the menu-item...
The "sharing" is done within vmware, and i haven't bothered finding out, how exactly this is done (I have no samba installed, but who knows - maybe there's some stripped-down vmware-samba running?). But i will try and copy the whole directory to a folder inside the vmware-windows-installation, which should make all these problems disappear.
Just out of curiousity: Is there a naming scheme? Why are some of the dll's in capital letters some in lower and some in mixed writing? I guess it would solve these problems if all where capital or even better: lower case.
But then again: If it took that long for someone to stumble upon this problem, he (me) is probably the only one who will ever ramble about this...
you are right - i got confused with the extensions...
The filename that is needed & searched for by the program is "SALRTL.DLL" whereas the filename created by the installation is "salrtl.dll"
Like said, something similar yet different goes for some of the plugins: Eroiica claims some unspecified error ("Creating instance of WMF export filter failed"), some of the plugins even crash SS, when i just hover the mouse over the menu-item...
The "sharing" is done within vmware, and i haven't bothered finding out, how exactly this is done (I have no samba installed, but who knows - maybe there's some stripped-down vmware-samba running?). But i will try and copy the whole directory to a folder inside the vmware-windows-installation, which should make all these problems disappear.
Just out of curiousity: Is there a naming scheme? Why are some of the dll's in capital letters some in lower and some in mixed writing? I guess it would solve these problems if all where capital or even better: lower case.
But then again: If it took that long for someone to stumble upon this problem, he (me) is probably the only one who will ever ramble about this...

-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
We have no naming scheme (lower/upper case), there was not the reason...Hog wrote:Just out of curiousity: Is there a naming scheme? Why are some of the dll's in capital letters some in lower and some in mixed writing? I guess it would solve these problems if all where capital or even better: lower case.
You should focus on case sensitive sharing option as I mentioned above.
-
- Plugin Developer
- Posts: 707
- Joined: 08 Dec 2005, 14:33
- Location: Prague, Czech Republic
- Contact:
Hi Jan,
Like promised, i copied the files over to the Windows installation and it works from there. (not surprisingly)
I think i can live with that...
Thank again
Hog
Well, there are no such options in VMWare, at least no obvious ones...We have no naming scheme (lower/upper case), there was not the reason...
You should focus on case sensitive sharing option as I mentioned above.
Like promised, i copied the files over to the Windows installation and it works from there. (not surprisingly)
I think i can live with that...

Thank again
Hog