To post to this group, send an email to earthworm_forum@googlegroups.com
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
---
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to earthworm_forum+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To post to this group, send an email to earthworm_forum@googlegroups.com
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
--- You received this message because you are subscribed to the Google Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to earthworm_forum+unsubscribe@googlegroups.com.
Oh course, I have run Scream on 12.04 LTS, as have many other users.
Can I first say, to anyone having issues with Scream, we have a proactive support service, which you can reach at sup...@guralp.com which will endeavour to sort out issues like this.
Whereas a Windows system is very predictable and consistent from machine to machine, a Linux system can be highly customised, and there are many distributions and package systems. This makes supporting an application on Linux intrinsically much more complicated. (I don't want to get into a Windows v Linux discussion, I'm just saying this is a difference).
Whilst I believe that the majority of users have had no issues, there are a few issues that have come to light. All of these issues to date have been fixed by installing the appropriate packages and/or sorting out the library references.
1) The Scream 4.5 distribution is a 32-bit application. If you have a 64-bit distribution, and you get the "not found" error when trying to run Scream (or any other 32bit app, for that matter), it means that you do not have the 32-bit subsystem installed on your 64-bit distro, and you need to install these. On Ubuntu, this is called "ia32-libs", but that package is missing the also needed "libjpeg62:i386" package.
Note that this requirement is not unique to Scream, it's necessary to run any 32-bit app on a 64-bit distro.
2) If you are on a 32-bit distro, and getting the "initPAnsiStrings" error, then you may need to install the "libjpeg62" package, as this package seems to have been dropped from recent distros.
3) Scream is developed on Delphi (Windows), and Kylix (Linux). These IDE's are produced by Borland (now Embarcadero), and offer cross-platform support by using a customised QT abstraction layer. Hence, the need for the libborqt library. (LIBrary for BORland QT). Again, this library is not unique to Scream, but will be necessary for any application written using Kylix. As Stephen Brewer found, "teamspeak" is one such application.
Normally, the scream rpm installation puts all files in the necessary places, and the scream.sh script accomplishes the last library path alterations that are necessary, and Scream "just runs". However, given the variants of Linux out there, there can be some cases where something derails. Stefan's is one such case, where he was using CentOS. On this occasion, he contacted sup...@guralp.com, and we worked through it, where he used strace to catch the point where the loading failed, to pinpoint the necessary libraries (This is not a trivial task, but we will help anyone through the process). The libraries were similar, but not the same as Ubuntu.
So, if you get "not found", you are on a 64-bit distro, and need the 32bit libraries.
If you are on a 32-bit distro, and getting "initPAnsiStrings", try installing "libjpeg62".
If you still get an "initPAnsiStrings" error, then you are probably not running scream.sh to launch the application.
Finally, if none of the above works, contact us, and we'll help sort it out.
Murray McGowan
Guralp Systems Ltd.