Red Hat :: GLX Error At Runtime Worked On Rhel4 But Not Rhel5?

Mar 7, 2010

I have a code that does 3D rendering that worked on a system running RHEL4 32-bit with an NVIDIA GeForce 260 video card. I have a new system now running RHEL5 64-bit (The shared object libraries for the code are 32-bit) with an NVIDIA GeForce 295 video card that when I execute the code I receive the following error:

BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 26
Current serial number in output stream: 26

Can anyone give me any ideas on what could be causing this error? This really isn't my area of expertise unfortunately. I'm not the author of the code. Could I be missing some libraries or something along those lines? Let me know if you need me to post up more information.

View 6 Replies


ADVERTISEMENT

Red Hat :: Upgrading From RHEL4 To RHEL5?

Mar 19, 2010

Under RHEL4, I've mounted a drive (/dev/sdb1) under /home and it mounts with no problem a boot time since I have an entry in /etc/fstab. Using the same parameters under RHEL5, /home is a 'read only' directory. I've tried to add a 'rw' option to /etc/fstab, but /home remains a 'read only' file system.

View 1 Replies View Related

General :: Tata Photon Card Is Not Working In Rhel4 And Rhel5?

May 11, 2010

Tata photon card is not working in rhel4 and rhel5.

View 4 Replies View Related

Fedora :: Wine Runtime Error ?

Jul 25, 2010

I have been using wine to run a mapping application called Tracklogs. It provides Ordnance Survey 1:25000 mapping that can be printed as well as upload routes to my GPS.

It has worked perfectly since Fedora 8, I last updated wine appDb in January 2010 reporting that it was working with Fedora 12 and wine version 1.1.32.

Since wine has been updated, I now get an error dialog "Microsoft Visual C++, This application has requested the Runtime to terminate it in an unusual way. Please contact the applications's support team for more information".

As far as I am aware tracklogs does not use Visual C++ Runtime, so I am not sure why it is even installed. It is a clean install of wine and this is the only application I have.

It has worked consistently for over 2 years and 4 versions of Fedora and no doubt multiple updates of wine, but at some point recently something has changed with wine that causes this error. Have they included Visual C++ Runtime by default? Is there anyway to get rid of it?

View 1 Replies View Related

General :: Matlab 7.5 Compiled Runtime Installation: Getting A "No Java Runtime Environment Was Found On This System"?

Oct 15, 2010

I am trying to install the Matlab 7.5 compiled runtime for 64-bit Linux (MCRInstaller.75.glnxa64.bin) and keep getting a "No Java Runtime Environment(JRE) was found on this system." error message.

I understand the JRE is bundled with MCRInstaller and will self-compile/install. However, I don't have admin access, could this be the source of the problem? If so, how could I fix it (not sure how to direct it to install locally without going into the source code)?

I got around this error before, but stupid me didn't write down what I did and I forgot.

View 3 Replies View Related

Software :: Error While Installing Oracle 10g R2 On Rhel4

Feb 18, 2010

i am facing problem in installing oracle 10g R2 on rhel4 x86. following error is throwing while installation:-java.io.FileNotFoundException: /tmp/OraInstall2010-02-19_10-21-06AM/oui/instImages/images.properties (No such file or directory)

[code]....

View 2 Replies View Related

Ubuntu :: 9.10 - ImageMagick Installation (Runtime Error)

Jan 8, 2010

I am getting error like:
"/usr/lib/ruby/1.8/i486-linux/RMagick2.so: This installation of RMagick was configured with ImageMagick 6.5.1 but ImageMagick 6.5.8-10 is in use. (RuntimeError)".
So, I am trying to install ImageMagick 6.5.1. But it gives me error like:
"ERROR: Can't create '/usr/local/man/man3".
And I am using Ubuntu 9.10.

View 3 Replies View Related

Ubuntu :: Runtime Error For Glade Based GUI

Mar 27, 2010

I'm trying to write a GUI using Glade and pyGtk. I had a problem so decided to go back and start from a helloWorld, but I still have a problem. here is my code for the program

Code:
#!/usr/bin/env python
import sys
try:
import pygtk
pygtk.require("2.0")
except:
pass
try:
[Code].....

View 7 Replies View Related

Ubuntu :: Photoshop CS5 Portable Runtime Error?

Nov 5, 2010

I did originally have Ubuntu 10.04, in which gave me the same problem. I have upgraded to Ubuntu 10.10.I have been using the portable Adobe Photoshop CS5 application for a while now however it has kind of broken on me now. Everytime I tun the application now, it gives me a runtime error.

"Runtime Error!
Program C:Pro.
R6034

An application has made an attempt to load the C runtime library incorrectly. contact the application's support team for more info" I have tried re-installing several times now. Even downloading a different version. I am also running it through wine through the following command.. "wine "C:Program FilesPhotoshopPortablePhotoshopCS5Portable.exe"

View 5 Replies View Related

Programming :: Gfortran V4.4.1 Run In Machine Gives Runtime Error?

Sep 10, 2010

I am new to both linux and fortran programming. I am trying to read from an external file, but it gives this error message: Fortran runtime error: Bad integer for item 1 in list input Part of the code that has the problem is:

open(unit=3,file=&
atrain_data/prfdata/temp_pres_cld_profile_for_CRTM2006-06-15T200163.dat',FORM='formatted')
read(3,*)bsepos
read(3,*)toppos
write(3,*)bsepos
write(3,*)toppos

[Code]...

All the variables have been declared before and there is no problem with that. The problem (error message) is in the (first) line that deals with open(unit=3,file='..//').

View 2 Replies View Related

CentOS 5 :: Mono Runtime ERROR: PlatformNotSupportedException

May 16, 2009

I'm running CentOS operation system 5.2 with the following softwares installed:

1) OS: CentOS release 5.2 (Final)
2) Web Server: Apache 2.2.4
3) Mono: Mono 1.2.4
4) xsp: xsp 1.2.4
5) mod_mono: mod_mono 1.2.4

I don't find any errors during installation of all of the above items. Problem is that, when I try to invoke one of my ASMX file from the browser, I'm getting the following error in my $APACHE_HOME/logs/error_log. This same ASMX is working fine in one of my RedHat ES Linux 5 system, what I mean here is I don't have any compilation or runtime errors in my ASMX code.

ERROR DETAILS
[Sat May 16 08:03:38 2009] [notice] Apache/2.2.4 (Unix) mod_mono/1.2.4 configured -- resuming normal operations
System.PlatformNotSupportedException: This operation requires Windows NT, Windows 2000, or Windows XP.
at System.Web.Hosting.ApplicationHost.CreateApplicationHost (System.Type hostType, System.String virtualDir, System.String physicalDir) [0x00000]

[Code]...

View 1 Replies View Related

Red Hat / Fedora :: RHEL4 Snmpd: Error Parsing '', Skipping?

Jul 21, 2009

I'm really new to Linux and I badly needed some help.

I can't find the possible cause of this error log:

snmpd: error parsing '', skipping
RHEL version: RHEL4 ES Update 4 64-bit
version of snmp packages installed : net-snmp-5.2.1-0.2, net-snmp-libs-5.1.2-11, net-snmp-libs-5.2.1-0.2

View 1 Replies View Related

General :: Error Pear Install Packages On RHEL4

May 17, 2010

I am facing issue when trying to install php-pear packages on RHEL 4,

Troubleshoot error.

My php and pear version as below.

View 4 Replies View Related

OpenSUSE :: Fatal Error Detected By Java Runtime Environment

Apr 8, 2011

Some files are generating in my Documents folder named hs_err_pid4214.log ........ different logs files are generated. I put the contents of one of them:
Code:
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f1714b33e30, pid=4214, tid=139736470193920
JRE version: 6.0_24-b07
Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [libsvllx.so+0x82e30] _ZN26SvNumberFormatsSupplierObj18SetNumberFormatterEP17SvNumberFormatter+0x0
# If you would like to submit a bug report, please visit: [URL]. The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.

View 2 Replies View Related

Ubuntu :: A Fatal Error Has Been Detected By The Java Runtime Environment?

Mar 7, 2011

A fatal error has been detected by the Java Runtime Environment?

View 9 Replies View Related

Programming :: Fortran Runtime Error: Bad Value During Floating Point Read

Jun 28, 2011

I am getting error Fortran runtime error: Bad value during floating point read. How do I format negative sign?

[code]...

View 1 Replies View Related

Red Hat :: WINE Runtime Error - Cannot Import Dll:C:usersxxxTempis-00IEG.tmpisskin.dll

May 6, 2011

im running a Red Hat Enterprise Linux 6 Server Machine. i tried this commnad

Quote:

wine QUBEEWCM.exe

but getting below error

Quote:

Runtime Error (at - 1:0): Cannot Import dll:C:usersxxxTempis-00IEG.tmpisskin.dll

View 3 Replies View Related

General :: Can't Build RRDTool On RHEL4 - 'make' Command Give Error Message

Mar 19, 2010

I'm new to LinuxQuestions and this is my first post. I'm trying to build rrdtool to install Cacti and encountered the following problem: 'make' step returns an error messages:

Code:
./.libs/librrd.so: undefined reference to `xmlTextReaderGetParserLineNumber'
collect2: ld returned 1 exit status
What I have doneDownload and build the latest version of pkg-config, glib, pixman, cairo, pango, atk, gtk+ from official sites.
Download rrdtool source
Set PKG_CONFIG_PATH correctly

[Code]...

There is actually another problem with the computer which is "The Nautilus application has quit unexpectedly" everytime I open File Browser application or right-click>Properties a file/directory. This happen only after installing cairo and pango and I don't know how to revert to old version. Since there are a lot of log files so I'm very confused. Can someone give me a direction on how to resolve this?

View 3 Replies View Related

Ubuntu Installation :: Error "You Are Running VisualVM Using Java Runtime Envoronment (JRE)

Dec 3, 2010

I just installed Ubuntu10.10 (i had 9.10 before that). I am trying to run VisualVM (which was already installed) and i get the following error "You are running VisualVM using Java Runtime Envoronment (JRE). Please use Java Development Kit (JDK) to run VisualVM"

I have Sun JDK installed. How do I instruvt VisualVM to use the JDK?

View 2 Replies View Related

General :: Fortran Runtime Error: Bad Real Number In Item 1 Of List Input

Feb 9, 2011

I am using the package Quantum espresso to get electron phonon coefficients for monolayer graphene. While applying one of the executables, I got the error: "At line 356 of file q2r.f90 (Unit 51 "a2Fq2r.51") Traceback not availabel: compile with -ftrace=frame or -ftrace=full. Fortran Runtime error: bad real number in item 1 of list input

View 3 Replies View Related

Ubuntu Installation :: Update Manager Stopped Worked (http Error 127)?

Jan 12, 2011

I have 10.04 installed and Update Manager has worked fine for months, until about 2 weeks ago. When I ask Update Manager to update its indexes, I get this error message returned almost immediately

"Method http has died unexpectedly!
Sub-process http returned an error code (127)
Method http has died unexpectedly!
Sub-process http returned an error code (127)

The internet connection is working fine on this machine. I have another 10.04 machine sitting right next to the problem computer, and Update Manager works fine on that machine. I verified that all settings are the same between the 2 machines in these areas

1. All Update Manager SETTINGS (including SOFTWARE SOURCES)

2. System -> Preferences -> NETWORK PROXY (which is a Direct Internet Connection)

3. System -> Preferences -> NETWORK CONNECTION

It appears to me that the connection to Ubuntu repositories is failing but I can't find anything different between the 2 machines.

View 4 Replies View Related

Fedora Installation :: Cannot Find Anaconda-runtime In /usr/lib/anaconda-runtime

Feb 16, 2011

After installing Fedora 14 and being satisfied with the behaviour and the packages installed for it, i want to replicate the same installation in a few more PCs, so i installed Revisor to make with it an iso file that reflects my actual installation.

The problem is that if i run the software from Applications->System tools->Revisor, nothing happens after giving the user password.

Then i run it from a consele and this error is produced after giving my password: "Cannot find anaconda-runtime in /usr/lib/anaconda-runtime"

But anaconda is the environment used for installation, so it is installed from the very begining. Why this happens?

View 1 Replies View Related

Ubuntu :: Worked Fine Until It Showed An Error Saying "cannot Reserve MMIO Region"?

May 10, 2010

I updated my laptop to 10.04 earlier today and it worked fine but it was being a bit glitchy so i rebooted my laptop and it worked fine until it showed an error saying "cannot reserve MMIO region".

View 9 Replies View Related

General :: Error When Configuring Apache 2.2 And Php 5.3.2 On RHEL5

Apr 22, 2010

i am in the process of installing apache 2.2 with php 5.3.2, my problem is that after installing and configuring them , this important module libphp5.so is no where to be seen under /usr/local//apache2/modules/, so when i attempt to start or stop apachectl , i get the following errors ..

httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory

this is how am loading the module in httpd.conf

#LoadModule php5_module modules/libphp5.so

why isn't this file there . is there a way i can get this to work

View 2 Replies View Related

Red Hat :: RHEL5 Booting - Error 15 (File Not Found)

Jan 21, 2011

I have installed Red Hat Linux 5 and using it. But when I uninstalled one package and booting after that, I got the following error
Error 15 : file not found

View 6 Replies View Related

Red Hat :: Unable To Install RHEL5 On Pc. Page Load Error

Mar 1, 2010

Not able to install RHEL5 on my pc, I frequently get the page load error 0x30/0x40

View 3 Replies View Related

Red Hat / Fedora :: RHEL5 Won't Exit Screensaver And Causes File System Error

Apr 27, 2010

I've got a fresh install of RHEL5 with updates installed running on a PC104. If the machine starts up the screensaver, I can't ever get out of it. The mouse pointer comes back up on the screen, but the desktop doesn't appear or a box to enter a password. I try to reboot X and get an error that X can't be started and it drops me to a prompt. I reboot from the command line and then I get the filesystem error and have to wait 2 hours while it scans.

View 4 Replies View Related

Server :: Make Bootable Iso Of RHEL5.2 - Error 'no-emul-boot'

Jan 21, 2010

I am having a problem making an iso image using mkisofs. I currently have all the files I want to make a RHEL5.2 iso image from in /tmp/RHEL5.2-server-x86_64. There are the typical directories needed for a RHEL distro in here.

Cluster ClusterStorage images isolinux Server VT. In the isolinux directory I have the following files:

[code]...

I was able to build an image earlier off of this, only to find that I didnt create a bootable iso :-( and have to start the process over again. I am trying to make a bootable iso of RHEL5.2, and here is the command I am passing, but it is throwing an error:

[code]...

View 1 Replies View Related

Software :: Reduce Lvm In Size In RHEL5.0 / System Is Not Booting Saying File System Corrupted Error?

May 14, 2009

reducing the size of LVM. I did it by using the commands, lvreduce,fsck,resize2fs.After reducing the lvm size, my system is not booting...it is saying file system corrupted error.

View 1 Replies View Related

Red Hat :: Installing Gcc On RHEL4?

Nov 28, 2010

I'm a newbie in this forum and a newbie with administering Linux. I need to install gcc 3.4.6-10 and I've downloaded and installed the rpm, but it seems that it did not do anything.

Code:
[root@server ~]# rpm -ivh gcc-3.4.6-10.src.rpm
1:gcc [100%]
[root@server ~]# rpm -q gcc

package gcc is not installed What else should I do?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved