Mediasource hangs every time i start it

hi, any advice on how to get back up and running with Mediasource much appreciated.
MS seemed to be working fine until I tried to record from the line-in, which made it freeze. I tried a few times and it froze up every time. The next time I started up my computer MS froze as soon as I opened it, and so I could no longer even transfer my existing music files; very annoying.
I've removed and reinstalled all components several times but cannot get MS to fully start. The panel comes up, the icon changes to a hourtimer, and thats as far as it gets. If I have my Zen Touch connected, the tracklisting appears, but still I get the hourtimer icon and no further response.
Windows XP
Version 2.03.29 of MediaSource

nope still doesnt work
there were no .dat files (i had hidden files on) so i tried to delete the whole creative folder only to be told that I could not because another application was using it. This was despite the fact it was the first thing I had tried after turning on my PC. So I deleted the Mediasource, Nomad and Media Database folders individually, leaving the Creative folder empty. Still however when i start Mediacentre (or Player) it freezes with the hourtimer. Nomad seems to be working fine though.
I dont have Service Pack 2, as someone else suggested in another thread.
Its a SB Li've soundcard
Please any more suggestions?
Message Edited by ric on 02-09-2005 0:5 AM

Similar Messages

  • Tempo service hangs every time I start laptop

    Hi I have a Satellite L350 - 17P and every day it starts up it locks up. It works for about a minute then freezes. On starting it up the 2nd time it works perfectly. Any one have any ideas how to stop this pc doing this? It's a few years old now and I was not told it did this by my son until I used it one day!
    Tempo service hangs every time I start the computer.
    I have done a search for Version.txt and minidump.mdmp but can't find them.
    Can anybody help?
    Details below.
    Description:
    Service Notebook Performance Tuning Service hung on starting.
    Problem signature
    Problem Event Name: ServiceHang
    Service Name: TempoMonitoringService
    Image Name: TempoSVC.exe"
    Image Version: 0.0.0.0
    Service Type: 10
    Start Type: 2
    OS Version: 6.0.6000.2.0.0.768.3
    Locale ID: 2057
    Files that help describe the problem
    Version.txt
    minidump.mdmp

    Well it hung again even after uninstalling and installing tempro.
    I decided to unistall it completely as hoped this would stop it freezing up but it didn't.
    Today it froze as per usual but when I checked the problem reporting there was not a report nor did it give me any information as to why it froze again today.
    Totally at a loss as to why this is happening, and how can it be fixed if there is no reason given for it freezing???

  • ITunes 7.0.1 hangs every time I start it

    Ever since I upgraded iTunes from 6 to 7.0.1 it hangs every time I start it while it is "Determining Gapless Playback Information". It always hangs on the 19th song and I have to force quit iTunes just to be able to use my computer again. Does anyone know how to fix this?

    I have managed to solve the problem. It seems that iTunes 7.0.1 is unable to play one album in my entire collection and it hangs if I try to have any songs from that album in my iTunes library. I managed to get iTunes working again by reimporting my iTunes library and then removing the offending album before it could get up to doing the gapless playback mojo on those tracks.
    To reinstall the iTunes library
    1- go to ~/Music/iTunes/
    2- move iTunes Music Library.xml file to your desktop.
    3- trash the iTunes Library file.
    4- start up iTunes and go to ->File->Import and import the iTunes Music Library.xml file from your desktop.
    Bare in mind if you have a big library that it will probably take a while to import your entire file list. Try removing the offending song from your iTunes library and see if it works.
    Strangely, the offending mp3 files play fine if opened in Quicktime. It would seem that something to do with the files encoding is crashing iTunes gapless playback process.

  • Why does my iTunes hang every time when using automatic device detect?

    Why does my iTunes hang every time that I connect either of my devices (iTouch-4th Gen, iPod Nano-5th Gen), to my Win 7 (64-bit) PC desktop?  By the way, this does not happen if I open iTunes first, and then connect the device.  So my workaround was to simply uncheck the checkbox that allows iTunes to start automatically upon device connection.  This doesn't fix the problem, but it allows me to synch my device, but it would be nice to be able to have the autodetect work properly, so that iTunes would start normally without locking up on me and freezing. That's what I mean by 'hanging'.  My whole computer doesn't freeze--only iTunes.

    Hello E
    Start with finding the path where the songs are on your PC by right clicking the songs that are missing in iTunes and click Get Info. You should get a window that pops up and in the Summary tab; the path will be there. Then navigate to where it was and see if the files exist. Other than that you can try to search your computer to find those files. Checkout the articles below for tips on finding the missing music, also if some of the tracks are downloaded from the iTunes Store you can download the tracks again by deleting the missing tracks from iTunes and then navigating to the purchases section in the iTunes Store to download them again.
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Download past purchases
    http://support.apple.com/kb/HT2519
    Regards,
    -Norm G.

  • Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode?

    Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode? Particularly when I have to do it before I turn on iTunes.

    Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • Tried to reinstall OSX Mountain Lion 10.8.4 and every time i start with the installation i get a requested time out message, had to shut down my MacBook Pro retina. Now when i start up it automatically start internet recovery

    tried to reinstall OSX Mountain Lion 10.8.4 and every time i start with the installation i get a requested time out message, had to shut down my MacBook Pro retina. Now when i start up it automatically start internet recovery for two ouers. After the internet recovery the same problem with reinstalling OSX message

    Gave up on the GUI.  This script derived from http://blog.netnerds.net/2012/07/os-x-how-to-setup-nat-on-lion-and-mountain-lion / seems to work for me:
    gwdev=en0 # This is my WiFi connection (has Internet connection)
    targetdev=en1 # This is the USB to Ethernet adapter (to give Internet connection)
    /sbin/ifconfig $targetdev down
    /sbin/ifconfig bridge0 create
    /sbin/ifconfig bridge0 up
    /sbin/ifconfig bridge0 addm $gwdev
    /sbin/ifconfig bridge0 $HOST_ADDR
    /sbin/route add default -interface bridge0 -ifscope bridge0 -cloning
    /usr/sbin/sysctl -w net.inet.ip.forwarding=1
    /sbin/ipfw add 100 divert natd ip from any to any via $gwdev
    /usr/sbin/natd -interface $gwdev -use_sockets -same_ports -unregistered_only -dynamic -clamp_mss -enable_natportmap -natportmap_interface $targetdev

  • Hi,  I was wondering if someone can help me. I have a MacBook Pro, it has came up saying I need to free up space on the disk as it full every time it starts up, so I log in and no icons or applications show up on the screen just my background wallpaper, t

    Hi,
    I was wondering if someone can help me. I have a MacBook Pro, it has came up saying I need to free up space on the disk as it full every time it starts up, so I log in and no icons or applications show up on the screen just my background wallpaper, the only thing I can do is the force quit keyboard shortcut but there is nothing to quit, I have tried to start up in safe mode but again there is no icons in the desktop,
    I have my disks that came with my laptop I have went into disk utility to repair disk and I still seem to have the same problem .. No icons or apps or anything lol just the cursor I can only shut down the laptop via power but and the press shut down.
    Please help I am going out my mind with this thing :(
    Thanks x jade

    This can be used to boot the machine and delelte enough files to get it to boot normally.
    .Create a data recovery/undelete external boot drive
    Read about storage drive so you can store your extra stuff.
    Most commonly used backup methods
    Also here to see how a full boot drive slows the machine down
    Why is my computer slow?

  • Trying to use a new, larger external hard drive for my Time Machine backup.  However, every time I start the backup, it gets started then fails.  And, I can't delete the few files that did save on the external.  Sort of a catch 22.  Any ideas?

    Trying to use a new, larger external hard drive for my Time Machine backup.  However, every time I start the backup, it gets started then fails.  And, I can't delete the few files that did save on the external.  Sort of a catch 22.  Any ideas?

    Is it a USB hard drive?  USB hard drives have the problem of not giving full speed if they are hooked up on the same bus as keyboards and mice.  Double check your profiler to make sure that is not a problem.  If it is Firewire, make sure there aren't other firewire devices in use at the same time.  I recommend not only keeping a Time Machine backup, but also a clone, and if you do use Time Machine, to make sure the Time Machine drive or partition is at least twice the size of the original drive.

  • How do I tell photoshop to stop opening the same document every time I start Photoshop CS6?

    Hi all,
    Each and every time I start up Photoshop CS6 (running the latest version I think....13.0.1 x64) on my Mac Running 10.7.5
    the same document opens up. As if it thinks it crashed and needs to recover it. Im a member of Creative Cloud in case that matters.
    I have saved the document and closed it properly and yet - it returns every time I start up the program. Can anyone help?
    Its not a killer issue but extremely annoying.
    thank you.
    -wendy-

    Yeah - literally can't find anything remotely similar. If anyone knows where I might find the thread to a fix I'd be mightly helpful.
    Haven't a clue how to word to it any differently to try to find the answer.

  • HT3529 My group messaging on/off label isn't showing up at all. I can only create group messages but every time someone starts a group chat it says its send to my number but I never got any text. I wen't to settings Messages and I can't find any on/off sw

    I can only create group messages but every time someone starts a group chat it says its send to my number but I never got any text. I wen't to settings>Messages and I can't find any on/off switch.

    Hello there, Idaniabb.
    The following Knowledge Base article offers up some great information in regards to group messaging and also links to another excellent resource for troubleshooting messages as well:
    iOS: Understanding group messaging
    http://support.apple.com/kb/HT5760
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Every time I start up my computer and load firefox, the theme I was using is not showing up.

    Every time I start up my computer and load Firefox, the theme I was using has gone back to the default one. The theme is still on my computer and it works if I change it back, I just don't know why it won't show up when I first load Firefox.
    == This happened ==
    Every time Firefox opened

    See http://kb.mozillazine.org/Preferences_not_saved and [[Preferences are not saved]]

  • Every time I start Fire fox an error appears that reads UNABLE TO CONNECT. I believe I accidently hit BLOCK rather then ALLOW. How to I reverse my mistake?

    Every time I start Fire fox an error appears that reads......
    Firefox can't establish a connection to the server at www.yahoo.com.
    * The site could be temporarily unavailable or too busy. Try again in a few moments.
    * If you are unable to load any pages, check your computer's network connection.
    * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • TS1424 Every time I start up iTunes I get this error message. "A required iTunes component is not installed. Please repair or reinstall iTunes (-42404). I have researched this on Google and I have not read of any solution to this. Please advise.

    Him
    Every time I start up iTunes I get this error message. "A required iTunes component is not installed. Please repair or reinstall iTunes (-42404)."  I have researched this on Google and I have not read of any solution. Please advise.

    Here you go: http://support.apple.com/kb/HT1923
    There are three steps so make sure you follow all of them. They are:
    remove iTunes and everthing related to it
    verify everything is really removed
    reinstall iTunes.

  • ITunes Setup Assistant runs every time I start iTunes 7.3.1.3

    The past 2 iterations of iTunes have had the same problem for me - even though the program is installed already, it doesn't save my settings and runs the setup assistant every time I start the application. I've gone through the assistant twice and put everything as I had it previously but, once I close the program and restart, the assistant pops up again and my settings are gone. I never had this problem until 7.3 or 7.3.1 and it's very frustrating... (>_<)<br>
    IBM T43   Windows XP Pro   2.0 ghz Pentium M, 1 gig ram

    Well, iTunes appears to finally work correctly. I don't know exactly why this is but it's due to one of three possible things. First, I uninstalled the 2 programs that I had installed to monitor what music I played for their services. These programs were Last.fm for Windows Version 1.3.1.1 iTunes plugin version 2.0.11.0 and Virb.com iTunes Plugin Version 1.0.0.5. Finally, instead of using the Apple Software Update on my computer as I had previously, this time I went directly to Apple's website, downloaded the entire iTunes + Quicktime install package, and reinstalled from that. After doing so, the Setup Assistant ran again but finally remembered my altered settings upon program restart. Now that iTunes was working properly, I have reinstalled both plugins and they now appear to function properly without negatively affecting iTunes. I hope this helps people who have also installed plugins to monitor their music listening patterns and had problems with the latest iTunes update.

  • Why does a new run once start up program run every time I start my computer? The start up program is coming from Reader XI. The only name on it is a number starting with 141_______.

    Why does a new run once start up program run every time I start my computer? The start up program is coming from Reader XI. The only name on it is a number starting with 141_______.

    See also https://forums.adobe.com/thread/1654402

Maybe you are looking for

  • Why do iOS 5-only apps appear in app-update queue?

    I have two apps sitting in my update queue that will only run on iOS 5 (I have iOS 4). Is there any way to clear your queue, or decline an update? I do not want to upgrade to iOS 5 (or Lion). Also, can anyone explain to me why the App Store upgrade p

  • Audit Vault Download

    Hi experts, I'm interesting in Oracle Audit Vault and going to prepare a test environment. I have an Oracle 10.2.0.3 Database running on HP Itanium platform and want to be install a Audit Vault server on Windows. However, I got problem of implement A

  • Facebook will not load and can no longer play games using Firefox 17.0.1with Windows XP

    The outline of the Facebook page comes up but nothing loads on the page it just stay white. Can load any games. The page is just a solid color depending on the game.

  • Add iCloud account problem

    Having trouble to add my iCloud account on iphone (IOS 6). Delete existing iCloud account on my iphone(IOS6). Add an iCloud account(same as deleted before) on my iphone. Check and uncheck some options then the iphone non stop loading.

  • Logic Pro 8 PPC Songfiles on Intel Macs?

    Dear fellow board members, did anyone experiance problems with a Logic 8 Song file, that was created and saved with Logic 8 on a PPC-Mac, and which has then been opened on Logic 8 on an Intel-Mac? Would I be save to create my Logic 8 Autoload Song (W