LabVIEW crashes the PC in time when it reads Visa serial

Hi, I am new programming in LabVIEW and I need to do a program able to read some parameters from the devices, keep the data in a file, display it in a graph… etc.
From the example “advanced serial write and read” I was able to send the commands to the devices and read it. I also could  manage to save it in a file. The problem is that in time, one hour or so, the PC reboots alone for a problem in the LabVIEW program I have done. Could you please, have a look at it and tell me what could be the possible reason?? 
Any idea of how to improve the structure of the program will be welcome. I try to learn as fast as possible.
Thank you very much attention and patience.
Attachments:
Write and Read_11.vi ‏57 KB

I suspect the Write To Spreadsheet File.vi.  What that VI does is open the file, write your data, and then close it.  It does this with every iteration of your loop.
You will be much better off opening the file before your loop, close it after, and write inside.  You will want to use the Array To Spreadsheet String function to format your data to write it.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

Similar Messages

  • How to check the date and time when a material is blocked

    Hello,
       Please tell me how can i check the date and time when a material is blocked or unblocked.
    Regards,
    Priyanka

    Hi Pryianka,
    Are you speaking about blocked status of material master ('X-plant matl status' > MM03 > Basioc view 1; 'Plant-sp. matl status' > MM03 > MRP 1) or your problem is to find out the date when your material was booked into blocked state (stock category).
    If your problem is about mmr you can use the above mentioned MM04 (or MM03 > menu > Environment > Display changes).
    If your problem is to find out when your goods were posted to blocked stock you have to use MB51 + relevant movement types (e.g. 103, 344) + batch + etc. ()
    BR
    Csaba

  • Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file bu

    Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file but not working. What is the matter and how can I deal with it?

    I am trying it on Adobe Acrobat Reader 9.2.1. Tried to fix Hex code, and also tried 'edit-preference-trust manager'. I focusing on Adobe registries but still couldn't fix the problem.

  • Does LabView display the Bluetooth signal strength when running on Windows XP?

    I am interested in getting the Bluetooth signal strength in a Windows XP application. I would like to use the Microsoft bluetooth drivers for my application. First, Does LabView display the Bluetooth signal strength when running Windows XP? Secondly, If it does what Windows API(s) does it use to get access to this information?

    Hi,
    It does not seem like the Bluetooth VIs allow you to display the signal strength and I can definitly enter that as a product suggestion for the Bluetooth functionality in LabVIEW. For now, I would suggest going through the Windows API and searchingn for RSSI - Received Signal Strength Indication. I did not have a lot of luck in my searches through Microsoft, but you can give that a shot and post back with any more headway you make.
    Also, you can try going to SourceForge.net. Just doing a search for Bluetooth and RSSI popped up several hits of code that has been developed for Bluetooth applications. Then, you can see about creating a DLL call to a particular function that will return RSSI information to you, to which
    you can then use in LabVIEW with the Call Library Node.vi.
    Hope this helps and best of luck!
    Kileen C.
    NI

  • Iphone 4s(ios 7) hangs after i reject calls by pressing the on/off button while it is in the lock screen.I restart the phone every time when i reject calls..what can i do ?

    iphone 4s(ios 7) hangs after i reject calls by pressing the on/off button while it is in the lock screen.I restart the phone every time when i reject calls..what can i do ?

    I've same problem in iPhone 5c. I was using iPhone 4, problem appears after updating to ios7. I changed my phone to iPhone 5c, looks like it's a bug in ios7. But I think you might not turn on or off your internet connection frequently to reduce this problem. My friend has a same iPhone she never gets such problem like this cause she uses iPhone 5c with Tata Docomo (India) 2g with no internet connection. May be this would be the best solve that you should not turn on or of your internet connection so frequently...
    Do any one have any better idea?

  • Why does the keyboard show up when i read a book in Kindle?

    why does the keyboard show up when i read a book in Kindle?
    it blocks about 1/4 of the page. but when i turn the ipad to horizontal it goes away.

    Try these basic things and see if the keyboard goes away for good.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit the Kindle App and restart. Go to the home screen first by tapping the home button. Quit/close open apps by e tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus (-) sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Why does the keyboard shows up when i read a book in Kindle?

    why does the keyboard shows up when i read a book in Kindle?

    Try these basic things and see if the keyboard goes away for good.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit the Kindle App and restart. Go to the home screen first by tapping the home button. Quit/close open apps by e tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus (-) sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Creating dll and calling it in labview crashing the program

    Hi All,
    I am using labview from quite a long time.But this time i am stuck with dll.Not able to solve this issue.
    I have to communicate with FTDI chip.
    I have a VC++ Project to communicate with SPI of FTDI.That Code is working perfectly fine.
    Now I Have to automate that through LabVIEW. VISA Drivers i cant use in this. So Last option left is either to create dll or to make EXE out of it.
    I have tried by creating DLL and then calling it in LabVIEW by using Call Library Function Node.But its not helping me out every time LabVIEW is getting Crashed.
    Is there error in creation of dll or something i am not doing properly while calling?
    Thanks In Advance 
    Shweta
    Attachments:
    old_dolphin_sub_spi_func_ftdi.c ‏21 KB
    ftdi_write_read.vi ‏15 KB

    Which function call crashes LabVIEW?
    Have you tried switching the calling convention from stdcall to C for all of the DLL calls?
    Why are you converting a string to a number, instead of using a numeric constant directly? If you want a number in hex, you can right-click a numeric constant, make the radix visible, and switch it to hex display.

  • Opening "Preferences" folder will crash the Finder every time!

    On my 24" iMac with OSX 10.6.5, opening User's "Preferences" folder will crash the Snow Leopard Finder every time! This will happen even if I try to open a saved "Preferences" folder on an external drive.
    On the brand-new 27" iMac also with OSX 10.6.5, the same thing will happen, but less frequently.
    Is there way around this annoying problem???
    Thanks for the help!

    Problem solved thanks to a tip on the internet:
    Fetch 4.0.3 preference files were causing the Snow Leopard Finder to crash constantly. Removing the files from both iMacs and the problem went away immediately.
    Since I couldn't open the Snow Leopard folder containing the Fetch prefs files long enough to remove them, I used a MacBook, running Leopard to remove the files through the network.

  • FCP 10.7 crashes (the whole Macbook Pro) when titles are added

    I have a very frustrating problem with FCP.  Am on Snow Leopard 10.6.8.  8GB RAM. Was running 10.0.6 but have just upgraded to 10.0.7 - problem persists.  I have one video with titles included in it, put together before Nov 28th, that plays and Shares OK.  However, ever since about Nov 28th, every time I add a title to a video, it will (sometimes after a few seconds, but always when I try to Share it) crash both FCP and Finder.... I am left with a dead Mac (black screen and unresponsive) and have to force power off by holding down the power button.  
    Following all the available info on the net I have:
    trashed the config files (using Preference manager)
    moved out all extraneous Events and Projects (using Event Manager X)
    cleared the render files from both the Project and the related Event
    clicked on Revert to Original Layout
    copied the referenced files onto the Mac Hard Drive (rather than a USB drive) - (yes, I know, I should have the Events, Projects and Media on a non-system drive, but I have no Firewire drive yet... one on order)
    (probably some other tips that I have forgotten).
    None of this works.
    If I add a new title to the 'clean' project (i.e. the one that still works OK with existing titles) then it gives the same problem again. 
    The fact that it is related to titles suggest to me that it might be font related, but I'm not sure how or why it has happened or how I can revert the system if I have somehow got a corrupt font set. 
    I do seem to have a hard drive problem in that after I have one of these crash errors, the disk ends up corrupted... as follows:
    I can run the disk repair utility from the DVD and it fixes it again.   But after the next crash it will be back like this again.
    Is this a sign that my hard drive is on its last legs, and this is just a symptom of this?  But if so, why is it only Final Cut X that is exhibiting problems? 
    Any guidance or suggestions from you FCX gurus out there very welcome.
    Thanks, bob.

    OK - so I am now coming down to thinking that this is a MacBook hardware problem with either the graphics card or the graphics memory.   I have stripped the Mac down to basics by doing the following:
    1) erased hard drive
    2) reinstalled snow leopard (10.6.4)
    3) performed software update (==> 10.6.8)
    4) Installed Final Cut Pro at latest version (10.0.7)
    5) Put together simple series of vanilla Apple GIF pictures using 'Boogie Lights' title at the start. 
    It immediately crashed again with the same symptoms... blank screen and had to hard power off the Mac.   The following is the crash dump, and it references GEForce.  Is there any expert out there who can look at this and say 'Yep, looks like the hardware'....?   I can't see what else it could be given it is a clean install of everything.  It just seems strange that it is only FCX that seems to trigger it regularly (though I did have one other crash one other time while in Time Machine)...?  
    Many thanks in advance....
    Interval Since Last Panic Report:  4471 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    218184F3-3B05-4C34-A99A-E1097C20ABEE
    Sat Dec 29 10:35:09 2012
    panic(cpu 3 caller 0x8354bc9b): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xa60be000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x818297e8 : 0x21b837 (0x5dd7fc 0x8182981c 0x223ce1 0x0)
    0x81829838 : 0x8354bc9b (0x8376128c 0x837d1800 0x8376fe60 0x0)
    0x818298d8 : 0x83666608 (0xd70cc04 0xc4a9004 0x100 0xff251547)
    0x81829928 : 0x8365d601 (0xc4a9004 0x100 0x81829958 0x8353b778)
    0x81829958 : 0x83d809a6 (0xc4a9004 0x100 0x438004ee 0xff211443)
    0x81829a98 : 0x836852b5 (0xc4a9004 0xc4a8004 0x0 0x0)
    0x81829ad8 : 0x83554e7c (0xc4a9004 0xc4a8004 0x0 0x0)
    0x81829b78 : 0x8355155b (0x0 0x9 0x0 0x0)
    0x81829d28 : 0x83552af9 (0x0 0x600d600d 0x704a 0x81829d58)
    0x81829df8 : 0x82c013c2 (0x81829e60 0x8182a1e0 0x98 0x835547a9)
    0x81829f18 : 0x82c017a6 (0xd795404 0x16bbec04 0x6bf541e8 0x8)
    0x81829f78 : 0x82c01a91 (0xd795404 0x16bbec04 0x6bf541e8 0x8182a1e0)
    0x8182a028 : 0x82c15d83 (0xd795404 0x16bb00e8 0x8182a39c 0x8182a1e0)
    0x8182a298 : 0x82bf73f1 (0x6bca6000 0x16bb00e8 0x8182a39c 0x8182a2e8)
    0x8182a3f8 : 0x82bf762f (0x6bc06000 0x16bb0000 0x1 0x0)
    0x8182a428 : 0x82bfa0ec (0x6bc06000 0x16bb0000 0x4dee0000 0x9855f080)
    0x8182a468 : 0x82c1c44a (0x6bc06000 0x16bb0000 0x6bf2f280 0x140)
    0x8182a4f8 : 0x82c0dc9b (0x11509b40 0x16bb0000 0x0 0x1)
    0x8182a558 : 0x82c0df02 (0x6bf2f000 0x6bf2f788 0x16bb0000 0x0)
    0x8182a5a8 : 0x82c0e3d6 (0x6bf2f000 0x6bf2f788 0x8182a8cc 0x8182a86c)
    0x8182a8e8 : 0x82c0b1a1 (0x6bf2f000 0x6bf2f788 0x1 0x2209aa)
    0x8182a908 : 0x82bd288f (0x6bf2f000 0x6bf2f788 0x16ba7000 0x507617)
    0x8182a938 : 0x82c0cc64 (0x6bf2f000 0x8182aa7c 0x8182a968 0x506ad1)
    0x8182a978 : 0x82bd6c93 (0x6bf2f000 0x8182aa7c 0x8182aa7c 0x8182a9e0)
    0x8182aab8 : 0x82c105d8 (0x6bf2f000 0x1 0x8182abcc 0x8182abc8)
    0x8182ab68 : 0x82bd2fe1 (0x6bf2f000 0x1 0x8182abcc 0x8182abc8)
    0x8182abe8 : 0x56da06 (0x6bf2f000 0x0 0x8182ae3c 0x8182ac74)
    0x8182ac38 : 0x56e2a5 (0x82c61720 0x6bf2f000 0x16499b88 0x1)
    0x8182ac88 : 0x56eb59 (0x6bf2f000 0x10 0x8182acd0 0x0)
    0x8182ada8 : 0x286638 (0x6bf2f000 0x10 0x16499b88 0x1)
    0x8182be58 : 0x21dbe5 (0x16499b60 0x16a825a0 0xa7908 0xc71b)
    0x8182be98 : 0x210a86 (0x16499b00 0x0 0x1356a810 0x12c2c340)
    0x8182bef8 : 0x216f84 (0x16499b00 0x0 0x0 0x0)
    0x8182bf78 : 0x295c57 (0x123a3a28 0x0 0x0 0x0)
    0x8182bfc8 : 0x2a256d (0x123a3a24 0x0 0x10 0x123a3a24)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0x82bc7000->0x82c7dfff
                dependency: com.apple.NVDAResman(6.4.0)@0x834e5000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x827da000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a7da000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x827a5000
             com.apple.nvidia.nv50hal(6.4.0)@0x83c4a000->0x8405efff
                dependency: com.apple.NVDAResman(6.4.0)@0x834e5000
             com.apple.NVDAResman(6.4.0)@0x834e5000->0x837d2fff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a7da000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x827da000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x827a5000
    BSD process name corresponding to current thread: Final Cut Pro
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 3601502848115
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI          4.2.0 (addr 0x81e95000, size 0x65536) - last unloaded 92046415154
    loaded kexts:
    com.avast.AvastFileShield          1.0.1 - last loaded 2657331436339
    com.avast.PacketForwarder          1.3
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AGPM          100.12.31
    com.apple.driver.AudioAUUC          1.57
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMikeyDriver          2.0.5f14
    com.apple.driver.AppleIntelHDGraphics          6.4.0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AppleIntelHDGraphicsFB          6.4.0
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.AppleBCM5701Ethernet          3.0.5b8
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.GeForce          6.4.0
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleUSBCardReader          2.6.1
    com.apple.driver.AppleIRController          303.8
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.nvidia.nv50hal          6.4.0
    com.apple.NVDAResman          6.4.0
    com.apple.iokit.IONDRVSupport          2.2.1
    com.apple.iokit.IOGraphicsFamily          2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289.1
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0xfa120000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 8
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 3

  • Itunes crashes the whole OSX system when making multiple downloads and then I can't complete the download once I have rebooted

    Is there a fix for this?
    It keeps happening and is a real pain. I have the latest bversion of itunes.

    Experiencing a similar problem with Mac Pro Dual Quad for at least the last 4 or 5 months. iTunes crashes OS with all applications quickly becoming unresponsive and spinning ball displayed. No erratic behavior is seen before the spinning ball appears. Requires a manual power down and restart to clear. Frequently happens when I am managing my Podcasts, seemingly more frequent if the iPod is attached to the system. The computer is used for a wide range of photographic, audio, video and business applications without issues. Only when iTunes is running does the OS hang occur. Typically after restart, several of the last transactions performed in iTunes are not found and have to be done again. Problem occurred with later versions of Leopard and latest Snow Leopard OS. Curiously, no problem report window to report problem to Apple has ever appeared after experiencing the OS crash.
    Message was edited by: Gregory Lawrence

  • JWS is downloading  the Application every time when I launch from desktop

    Hello All,
    We are Facing a strange issue with the JRE6U14 version. first let me tell you about the jnlp config file we have. we Use JWS to install a SWT Based application. For that we are using two JNLP descriptors . One is the main JNLP <application-desc> and the other is <installer-desc> which we use inside it.
    The application is working fine with the JRE6u13. with no exceptions on a windows XP and Vista systems with IE 6&7 browsers . Recently one of our client installed JRE6u14 and they upgraded their IE browser to IE8, after that they installed our application also through Java Web start. Application got installed without any problem , but the problem they faced is when they try to open the application for the next time from the application shortcut on desktop, web start is not launching the application directly ,instead it is trying to download the application again.
    Our jnlp file has the following configuration for <shortcut> element
    *<shortcut online="true">*
    *<desktop/>*
    *<menu submenu="Course Builder"/>*
    *</shortcut>*
    This was working perfect in JRE6u13 but the mess started with JRE6U14 on windows Vista system with IE 8 . This behavior is not consistent again, the JRE6u14 works fine with IE 7 on windows XP. I have no clue about why it fails , Is any body faced this type of issue with Web start deployment.
    Any suggestion or solution will be much appreciated
    Thanks
    Pavan

    Hello Jorge,
    Make sure your computer's software is completely up to date by going to Apple Menu > Software update.
    Remove the following files to the trash and restart the computer (do not empty the trash until you are sure the issue is resolved):
    Home > Library > Preferences > com.apple.ical (There may be more than one of these files. Remove them all.)
    Home > Library > Caches
    Home > Library > Calendars > Caches (There may be more than one of these files. Remove them all.)
    If after restarting the same thing happens try testing iCal in a new user account http://docs.info.apple.com/article.html?path=Mac/10.6/en/8235.html.
    If the issue only happens in your user account follow http://support.apple.com/kb/TS1627.
    If the issue happens system wide reinstall iCal by moving the iCal application to the trash and following: http://docs.info.apple.com/article.html?path=Mac/10.6/en/19535.html.
    Hope that helps.

  • IPhoto gets the wrong date/time when importing photos

    I just imported a bunch of photos from a Canon Digital Rebel XT. I took the photos today, 10/22/05, but iPhoto has them labelled with yesterday's date. Furthermore, the times are incorrect, with AM and PM apparently switched.
    Looking back now, it seems that there's the same problem with all of the photos I've imported with this camera (which I got last month). I don't know if iPhoto has been screwing these things up the whole time, or if this is something that just happened.
    I've just triple checked the date/time setting on the camera and confirmed that it is correct. I've confirmed that my computer's date & time are correct also. The other data imported with each photo appears to be correct (e.g. camera make & modal, focal length, ISO speed, etc.).
    Anyone have any idea what's going on and how I can fix it?

    Jason,
    Which date are you referring to? The EXIF date that is in the Get info window, or the date that is listed in the left info window. If it is the date that is in the info window on the left it is easy enough to fix. Just highlight and put in the correct date. If you need to do this to a lot of images then use the batch change function.
    If the EXIF data is wrong, I recommend using the software from canon to get the best EXIF data added to your pics. I realize this adds an additional step, but it will fix your problem. The other thing is that if you start to shoot in RAW, your camera is not supported by iPhoto. So if you attempt to import RAW files from the XT directly into iPhoto it will not import them. I have this camera and it is one of the reasons I have stopped using iPhoto for most things.
    You can get the latest versions of the canon software from Canon.com I recommend using these as they are much better than what was in the box that came with my XT. If you plan on working with RAW get the Digital Photo Professional (DDP) Along with the Canons image browser. Both work well on my powerbook and should be great on a Powermac.
    Hope this helps.
    Matt

  • I cannot download new photos to iPhoto because I have only limited space left in iPhoto. That is the message each time when I want to download.

    After I transferred most of my photos and videos to an external hard drive and afterward to the trash can, that I have emtied, I still get the same message from iPhoto that I have only limites space left. What should I do? I read that  the photos are being stored still on the computer's hard drive ( I have never used Time Machine) but I cannot find them? I would like to know where they are being stored so I  could delete them. I would appreciate your comments on this issue.

    How big is your HD? How much free space on it?
    You delete photos from iPhoto via the iPhoto Window.
    Regards
    TD

  • InDesign File crashes the program every time I try to open it...

    And sometimes InDesign itself crashes when opening even with no connection to said file.

    Hello,
    to search/verify/get your correct Serial number you should have a look there: Find your serial number quickly
    Good luck!
    Hans-Günter

Maybe you are looking for