Jump to content

Adam Kemp

NI
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Adam Kemp

  1. Virtual PC (Windows), the 2004 version that Microsoft is/was offering for free a little while ago. I've tried to install packages for it, but won't do it for Linux.

    Is there a way to get Virtual PC to connect the VM's CD-ROM drive to a .iso file? I really don't want to burn these CDs just for a virtual machine. I know this can be done in VMWare, but I don't see the option in Virtual PC...

    :headbang:

    EDIT: I figured it out. What a silly way to do that...

  2. This looks like an OSMesa issue. Which video card do you have?

    Here's a possible workaround (run these commands as root or use sudo):

    #cd /usr/local/natinst/LabVIEW-8.2#cp linux/libOSMesa.so.4.0 patchlib/libOSMesa.so.4

    To verify that this worked correctly, you can do this:

    #ldd labview		linux-gate.so.1 =>  (0xffffe000)		libOSMesa.so.4 => /usr/local/natinst/LabVIEW-8.2/patchlib/libOSMesa.so.4 (0x40018000)		libGL.so.1 => /usr/lib/libGL.so.1 (0x40180000)		libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401e7000)		libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402e0000)		libdl.so.2 => /lib/libdl.so.2 (0x40308000)		libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4030d000)		libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x4031f000)		libm.so.6 => /lib/tls/libm.so.6 (0x403dd000)		libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0x40403000)		libc.so.6 => /lib/tls/libc.so.6 (0x4040b000)		libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0x4052a000)		/lib/ld-linux.so.2 (0x40000000)

    Make sure that the libOSMesa line shows that path.

    Then try running LabVIEW again. Let me know if this does or does not help. If it does, be sure to let me know which video card you have (and if you've installed any specific driver for it) so we can try to test it next time.

  3. I need more information. Add this to your .labviewrc file (in your home directory):

    labview.DPrintfLogging: True

    Then launch LabVIEW and get it to crash again. Then I want you to attach two log files from your /tmp directory. One will be named "LabVIEW_Failure_Log.username.txt" and the other will be "labview_8.2_username_cur.txt". Attach both of those.

  4. I did as requested and couldn't believe that it generated an 8MB file! I gzipped it down to 600-ish K.

    Now it seems when I start LabVIEW 8.2 that if I just let it sit for a little while at the welcome screen, it will shut down on it's own. I looked at the file created a little and saw things that said "File not found". Can't figure out why it wouldn't see them.

    Wow, I'm sorry. I thought I was subscribed to this post, but I guess not. I'll take a look at the strace output and see if I can determine the cause.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.