Java_ME_platform_SDK_3.0_EA won't load .gif?

I've been developing a midp 2.0 program for a couple of months now, in which I'm using both .png and .gif files.
The other day I switched from SWT 2.5.2 to Java_ME_platform_SDK_3.0_EA, and suddenly a new error occured when I started the program.
java.io.IOException nullIt seems that now I can no longer load gif's using:
Image.createImage(fullName);Where fullname is a resouce in the .jar i.e. /org/netbeans/microedition/resources/dir.gif
There is no doubt that the problem is within SDK3.0, because if I switch to Sony Ericsson, Nokia or SWT 2.5.2 the code runs fine.
Does anyone know the reason for this? I suspect that it is an actual
problem that can occur on some devices, as I've seen something similar
happen when testing on a HTC P3300 smartphone. I've tried the
application on lots of different Nokia + Sony Ericsson phones without
problems.
I've solved the problem by converting all my .gif's to .png's. But now my jar-file has grown 100% :(
I've also tried to create the image "manually"
           try {
            byte[] bytes = loadImageData(is);
            for (int i = 0; i < bytes.length; i++) {
                System.out.print(bytes[i] + ",");
            Image img = Image.createImage(bytes, 0, bytes.length);
        } catch (Exception e) {
            System.out.println(e.getMessage());
            e.printStackTrace();
    public byte[] loadImageData(InputStream in) throws IOException {
        ByteArrayOutputStream bout = new ByteArrayOutputStream();
        int bs;
        byte[] buffer = new byte[512];
        while ((bs = in.read(buffer)) != -1) {
            bout.write(buffer, 0, bs);
        return bout.toByteArray();
    }Which gives me an IllegalArgumentException (imageData is incorrectly formatted or otherwise cannot be decoded)
But the bytestream appears to be my gif image:
71,73,70,56,57,97,16,0,16,0,-9,0,0,0,0,0,-1,-83,25,-1,-20,127,127,0,0,-1,-1,-1,-1,-34,25,-27,49,0,-57,-57,-57,71,71,71,-1,-62,-78,-1,-1,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,16,0,16,0,0,8,123,0,9,8,20,8,-96,96,-63,-127,8,9,2,8,-64,-48,32,-128,-124,4,22,50,44,80,48,-128,65,-124,18,5,8,40,-88,81,-128,-59,-121,4,3,8,64,112,-112,-28,-127,-115,32,23,106,60,24,81,1,-127,-107,15,1,104,-92,8,0,65,-60,-102,5,80,70,20,64,115,-32,-63,2,61,101,22,44,-128,-47,97,-52,-115,3,-110,42,85,-70,82,-31,0,3,80,-93,26,24,-80,-47,39,-61,-89,9,-78,78,109,-24,83,-30,-46,1,92,125,-34,100,72,-106,101,87,-93,102,33,-86,-123,24,16,0,59

Did you check Release Notes of the SDK? I've seen it once - if memory serves it lists quite a lot of known bugs.
Maybe the problem you describe is listed there too... and if you're really lucky then description may even mention some workaround for it.

Similar Messages

  • Html email - image won't load

    You guys are wonderful - when I've worked and worked on a problem and get to the "pulling out my hair" stage, I remember how helpful the forum has been to me . . .
    I have put Outlook 2007 on my computer now so I can easily test the quirks of email rendering in that email client.
    I'm attempting to test using slices for the nav bar (hopefully a work around for "wonderful" Outlook 2007) but can't get past an image that won't load. I recently combined three images and some text into one image because Outlook was floating the images and spacing them wrong.  The image that I'm referring to which now won't load is http://www.theshimogaproject.com/email/images/shimoga_pics_text.jpg
    The original design displays correctly in browsers:  http://www.theshimogaproject.com/email/riverrun-guests-email.html
    Here's the code for the html email as it stands now:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Pinebrook Vacation Rentals - The Shimoga Project</title>
    </head>
    <body style="background-color: #FFFFCC; border-color: #333300; text-decoration: none; font-size: 30px; font-family: Verdana, Geneva, sans-serif; color: #663300; margin-top: 0;">
    <table width="98%" border="0" cellpadding="0" cellspacing="0" id="Container">
      <tr>
           <td><table width="580" align="center" cellpadding="0" cellspacing="0" id="View In Browser">
             <tr>
                <td align="center" style="text-decoration: none; color: #663300; font-size: 11px;"><p>Having difficulty reading this email? <a href="http://www.theshimogaproject.com/email/riverrun-guests-email.html" target="_blank" style="text-decoration: none; color: #663300; font-size: 11px; font-weight: bold;">View it in your browser</a></p></td>
            </tr>
            </table>
       </tr>
       <tr>
         <td><table width="580" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
        <td rowspan="3" style="text-align: left; font-size: 10px; "><img src="http://www.theshimogaproject.com/email/images/pinebrook-nav_01.jpg" alt="Pinebrook Vacation Rentals" width="229" height="139" align="top" /></td>
        <td colspan="4" ><img src="http://www.theshimgoproject.com/email/images/navArea_top_02.gif" width="351" height="95" align="top" /></td>
        </tr>
      <tr>
        <td><a href="http://www.pinebrookvacationrentals.com/index.html" target="_blank" style="text-decoration: none; color: #FFFFCC; font-size: 10px; "><img src="http://www.theshimogaproject.com/email/images/home.gif" width="57" height="14" alt="Home" /></a></td>
        <td><a href="http://www.pinebrookvacationrentals.com/rentals.html" target="_blank" style="text-decoration: none; color: #FFFFCC; font-size: 10px;"><img src="http://www.theshimogaproject.com/email/images/vacation_rentals.gif" width="120" height="14" alt="Vacation Rentals" /></a></td>
        <td><a href="http://www.pinebrookvacationrentals.com/aboutus.html" target="_blank"style="text-decoration: none; color: #FFFFCC; font-size: 10px;"><img src="http://www.theshimogaproject.com/email/images/about_us.gif" width="78" height="14" alt="About Us" /></a></td>
        <td><a href="http://www.pinebrookvacationrentals.com/contacttemp.html" target="_blank"style="text-decoration: none; color: #FFFFCC; font-size: 10px;"><img src="http://www.theshimogaproject.com/email/images/contact_us.gif" width="78" height="14" alt="Contact Us" /></a></td>
        </tr>
      <tr>
        <td colspan="4" align="top"><img src="http://www.theshimogaproject.com/email/images/navArea_bottom_09.gif" width="351" height="30" /></td>
        </tr>
    </table>  
      <tr>
       <td><table width="580" id="River Run" align="center" >
             <tr>
                <td width="580" style="text-align: left; font-size: 10px; "><img src="http://www.theshimogaproject.com/email/images/rr_pic_text.jpg" alt="Thank You for choosing River Run at Wild Basin" width="580" height="146" /></td>
            </tr>
             <tr valign="top">
               <td bgcolor="#663300" style="padding-left: 15px; padding-right: 15px; padding-bottom: 10px; padding-top: 10px; color: #FFC; font-size: 12px; text-align: center;"><strong>Did you know that your Colorado Vacation is helping a child in need?</strong><br />
                 <br />
    A portion of every rental fee at River Run has been donated toward  building a school for a group of impoverished children in a small, rural village in India. With your help, we have raised over $40,000 of the $103,000 needed to build this school.</td>
             </tr>
           </table>
      </tr>
      <tr>
        <td><table width="580" align="center" id="Shimoga" style="margin-top: 1px; text-align: left; font-size: 10px; ">
      <tr>
        <td><img src="http://www.theshimogaproject.com/email/images/shimoga_pics_text.jpg" alt="The Village Of Shimoga" align="top" /></td>
      </tr> 
         </table>
    </tr>
      <tr>
           <td><table width="580" align="center" cellpadding="0" cellspacing="0" bgcolor="#663300" style="margin-top: 1px;" id="Shimoga Project Link">
             <tr>
                <td align="center" style="padding-bottom: 5px; padding-top: 5px; text-decoration: none; color: #FFC; font-size: 13px;"><p>To learn more about this project:  <a href="http://www.theshimogaproject.com" target="_blank" style="text-decoration: none; color: #FFC; font-size: 13px; font-weight: bold;">---&gt; Click Here</a></p></td>
            </tr>
            </table>
       </tr>
           <tr>
              <td><table width="580" border="0" align="center" cellpadding="0" cellspacing="0" id="Footer">
                <tr>
                  <td align="center" style="padding: 8px; color: #663300; font-size: 11px; text-decoration: none;">
                    <p style="display:inline; padding-right: 15px;">The Shimoga Project</p>
                    <p style="display:inline;"> PO Box 193 </p>
                    <p style="display:inline; padding-right: 15px;"> Allenspark CO 80510 </p>
                    <p style="display:inline;">Phone: (303) 747-2594</p>
                    <br />
                    <p style="display:inline; padding-right: 20px;">Email:<a href="mailto:[email protected]?Subject=River Run Guest" target="_blank" style="text-decoration: none; color: #663300; font-size: 11px; font-weight: bold;"> [email protected]</a></p>
                    <p style="display:inline;"> Web Site: <a href="http://www.theshimogaproject.com" target="_blank" style="text-decoration: none; color: #663300; font-size: 11px; font-weight: bold;"> www.theshimogaproject.com</a></p>    </td>
            </tr>
            </table>
        </tr>
    </table>
    </body>
    </html>

    Thank you for the validator links.  I used them and cleaned up the
    code.  However it is still hanging up at the shimoga_pics_text.jpg
    image.  Any other ideas.  The size of the image is 43KB.  Would that
    have anything to do with it?
    Here's the code as it is now:
    Having difficulty reading this email? View it in your browser
    Did you know that your Colorado Vacation is helping a child in need?
    A portion of every rental fee at River Run has been donated toward building a school for a group of impoverished children in a small, rural village in India. With your help, we have raised over $40,000 of the $103,000 needed to build this school.
    To learn more about this project: ---> Click Here
    The Shimoga Project
    PO Box 193
    Allenspark CO 80510
    Phone: (303) 747-2594
    Email: [email protected]
    Web Site: www.theshimogaproject.com
    Thanks for your help,
    Sandy

  • Page won't load in Internet Explorer

    I have this popup jsp page that loads perfectly in Mozilla Firefox but it wont load in Internet Explorer. There are no errors reported by internet explorer. What am i missing here?
    This is the link that refers to the page:
    add schedule
    This is the page that won't load in internet explorer:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ include file="/WEB-INF/jsp/include.jsp" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Drishti DACX Customized Reports version 0.1</title>
    <link rel="stylesheet" type="text/css" href="css/main.css" />
    <script type="text/javascript">
    var str="<c:out value="${reloadnow}"/>";
    if (str=="true") {
    window.opener.document.location = 'generate.htm';
    window.close();
    </script>
    <script language="javascript" type="text/javascript" src="js/datetimepicker.js" />
    </head>
    <body>
    <h4>Add/Edit Schedule</h4>
    Instruction: Fill out the form below and click on the save button. You may change the default Rate per Sale defined in your campaign preferences.
    <form name="createEntryForm" method="post">
    <c:if test="${addSchedEvent==''}">
    <input type="hidden" name="hdnEvent" value="add">
    </c:if>
    <c:if test="${addSchedEvent!=''}">
    <input type="hidden" name="hdnEvent" value="<c:out value="${addSchedEvent}"/>">
    </c:if>
    <input type="hidden" name="id1" value="<c:out value="${id}"/>">
    <table cellspacing=1 cellpadding=1 border=0 width="100%" height="100%">
    <tr>
    <td align="right" width="30%" class="item2">Date:</td>
    <td> <input name="callDate1" id="callDate1" type="text" size="20" value="<c:out value="${callDate}"/>"> <img src="images/cal.gif" width="16" height="16" border="0" alt="Pick a date"><br> <small><font size="1">mm-dd-yyyy</font></small></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Total Agents:</td>
    <td> <input name="totalAgents1" type="text" size="10" value="<c:out value="${totalAgents}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Payroll Hours:</td>
    <td> <input name="payrollHours1" type="text" size="10" value="<c:out value="${payrollHours}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Rate per Sale (in USD):</td>
    <td> <input name="ratePerSale1" type="text" size="10" value="<c:out value="${ratePerSale}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Percentage Net:</td>
    <td> <input name="percentNet1" type="text" size="10" value="<c:out value="${percentNet}"/>"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><br>
    <c:if test="${addSchedEvent!='delete'}"><input type="submit" value=" Save " onclick="return confirm('Are you sure you want to save this schedule?');"> </c:if>
    <c:if test="${addSchedEvent=='delete'}"><input type="submit" value=" Delete " onclick="return confirm('Are you sure you want to delete this schedule?');"> </c:if>
    <input type="button" value="Cancel" onclick="window.close();"></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    Content of include.jsp:
    <%@ page session="true"%>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
    <%@ taglib prefix="spring" uri="/spring" %>
    <%@ taglib prefix="ui" uri="/datagrid" %>

    Firstly, common error: missing closing HTML comment at the end of the <style> block (in the <head> section) so the browser thinks the entire page code is a HTML comment and ignores it all.
    Always check that HTML comments are correctly closed, particularly inside <style> blocks.
    Around line 130
    change:
    .style75 {color: #CCCCCC}
    </style>
    to:
    .style75 {color: #CCCCCC}
    -->
    </style>
    The "-->" tells the browser that the HTML comment (ignored by browsers) is complete and the browser should start reading and displaying the code again in the browser window.
    See if that helps.

  • Page won't load

    some pages wont load examples facebook

    There are a lot of files that won't load.
    http://cmweb.pvschools.net/dsmsweb/Site/Students_files/Students.js
    http://cmweb.pvschools.net/dsmsweb/Site/Media/winkingmascot3.gif
    http://cmweb.pvschools.net/dsmsweb/Site/Studentsfiles/shapeimage5.png
    are a few.
    It's either the webpage or the webserver (FirstClass®) that has trouble serving the files. Based on the info [it looks like it favours MSIE|http://cmweb.pvschools.net>.
    Check with FirstClass®.

  • I want to install the latest version of i tunes. I recieve an error that the MSI file is missing. It won't load the new version and I can not delete the software either. HELP!

    I have a windows computer running xp. I can not load the latest version of I tunes. I receive an error message that the 'msi" file can not be found. I can not delete I tunes for the same reason.
    HELP

    ItIt is the the ituens msi file
    From: Apple Support Communities Updates
    [email protected]
    Sent: Monday, February 27, 2012 3:40 PM
    To: escow 39
    Subject: - Re: I want to install the latest version of
    i tunes. I recieve an error that the MSI file is missing. It won't load the
    new version and I can not delete the software either. HELP!
      <http://images.apple.com/support/images/emails/apple_logo_gray.gif>
    <https://discussions.apple.com/index.jspa> Apple Support Communities
    Re: I want to install the latest version of i tunes. I recieve an error that
    the MSI file is missing. It won't load the new version and I can not delete
    the software either. HELP!
    created by b noir <https://discussions.apple.com/people/b+noir>  in iTunes
    for Windows - View the full discussion
    <https://discussions.apple.com/message/17708214?ac_cid=142432#17708214

  • Images won't load or they load with errors.

    I bought a new pc a couple of weeks ago, since then images won't load properly or simply won't load. Most of the time it happens with images hosted on imgur.com but happened a couple of times with other hosts too.
    It seems to be a Firefox problem, because images are well displayed on Chrome & IE. Also it's odd because sometimes I cannot see an image, but if I try a few hours later I can view them perfectly.
    A few examples, the originals and how I see them:
    <pre>
    http://i.imgur.com/fgxY56P.jpg
    http://i.imgur.com/5r5ELRN.png
    http://i.imgur.com/JWsLLTu.jpg
    http://i.imgur.com/b8FNb1N.png
    http://i.imgur.com/SIIfgVc.jpg
    http://i.imgur.com/wo2FbUT.png
    http://imgur.com/gallery/3ULJn
    http://i.imgur.com/e3pta66.gif</pre>
    I tried disabling all addons, but I still got errors. I'm using Firefox 28.0 on Win7 Ultimate SP1 x64.
    Excuse my poor english and thanks in advance.

    Resetting Firefox seemed to be the only solution, worked fine.
    Thanks for your help Aman : )

  • ImageIcons won't load from a jar

    ok i have an application that uses imageicons.
    i load the images like this:
    setIcon(new ImageIcon(new URL("file:" + imageName + ".gif")));it works absolutely fine when i run it though eclipse, but when i package it all into a jar, the images won't load. it doesnt throw exceptions or anything, the images just don't show up.
    everything is clanking around loose in my jar, there are no packages or directories. im using the latest jdk and the latest jre.
    thanks.

    thanks michael,
    i found the solution by searching the forums.
    turns out one of my images had a capitalized extension.
    haha ;)
    whoops never mind that didn't fix it...
    aaaugh! this is annoying
    Message was edited by:
    lost_in_java

  • Reading List/Page Won't Load

    Good morning - trying to log in to a website (Facebook), and when I hit "enter" the page goes to reading list but won't log in.  Any thoughts on why it's doing this?  Thanks for any advice.

    There are a lot of files that won't load.
    http://cmweb.pvschools.net/dsmsweb/Site/Students_files/Students.js
    http://cmweb.pvschools.net/dsmsweb/Site/Media/winkingmascot3.gif
    http://cmweb.pvschools.net/dsmsweb/Site/Studentsfiles/shapeimage5.png
    are a few.
    It's either the webpage or the webserver (FirstClass®) that has trouble serving the files. Based on the info [it looks like it favours MSIE|http://cmweb.pvschools.net>.
    Check with FirstClass®.

  • Portal Page won't load

    Hey,
    We have two boxes set up with 9iAS, one with infrastructure and the other with portal/wireless. when we try to access our portal box using http://<computer.domain>/pls/portal we get the 403 forbidden error w/ the message "You don't have permission to access /pls/portal/portal.home on this server.".
    We have tried to reactivate all the services on the portal box as well as those of the infrastructure box using Enterprise Manager, but to no avail. Any recommendations?
    Bborie

    There are a lot of files that won't load.
    http://cmweb.pvschools.net/dsmsweb/Site/Students_files/Students.js
    http://cmweb.pvschools.net/dsmsweb/Site/Media/winkingmascot3.gif
    http://cmweb.pvschools.net/dsmsweb/Site/Studentsfiles/shapeimage5.png
    are a few.
    It's either the webpage or the webserver (FirstClass®) that has trouble serving the files. Based on the info [it looks like it favours MSIE|http://cmweb.pvschools.net>.
    Check with FirstClass®.

  • Can't read or write some files, internet is failing, youtube won't load, software I tried to install was in Slovenian, not dutch or english like in my systempreferences settings, pictures and files won't preview with spacebar, etc. Malware?

    Specs:
    iMac 10.8.5
    3,4 GHz Intel Core i7
    32 GB 1600 MHz DDR3
    Can't read or write some files, internet is failing, youtube won't load, security software I tried to install was in Slovenian, not dutch or english like in my systempreferences settings, pictures and files won't preview with spacebar and are randomly corrupted, when I entered something in the Youtube searchbar (when it was still working) it send me to a site with sexadds.
    I tried restart my iMac and when I was logged back in, my dock preferences were reset.
    Also tried to download some security software to check my Mac for malware, but when I did, I tried several, I got a notification that said something like 'dumpfiles (don't know if this is the right translation...) damaged'.
    I'm taking screenshots from all the weird notifications I get and even three quarters off the screenshots I took in the last three hours are already unreadable.
    It started this morning when I tried opening a Premiere Pro file on which I worked the night before.
    When I tried opening it, it said the file was damaged and could not be openend.
    I tried opening it with AE or importing the file in a new project but nothing helped.
    When I tried looking for autosaves, this is the really weird part, there were none.
    Even though there are autosaves from my other projects, this one was completely gone.
    It looked like the day before never happened on my computer.
    Also when I openend Premiere all the recent projects had been wiped.
    So at first I thought it was a Premiere Pro failure.
    But than, later on the day, I tried loading some RAW files from my compact flash card.
    This is where I would get an error (error -36) which said some data cannot be read or written.
    I tried importing the files with a view different technics, from dragging to importing via Lightroom and I succeeded with Image Browser.
    But when I tried moving the files to an other folder the same error occurred.
    While dealing with this issue I wanted to put on some soothing music on youtube.
    This is when the next weird thing occurred: youtube wasn't completely loading in Chrome. I refreshed a view times, checked the internet connection and still no difference.
    When I tried in Safari it did work but when I clicked enter on the searchbar in Youtube, a page with sexadds appeared (I didn't install AdBlock in Safari...).
    I read about this 'phishing' where you are redirected to a site were a possible malware installment can take place...
    I don't know if it's connected to any of the problems I've been having but I just never experienced this on a mac, I have been a Mac user for 10 years now.
    On top of it all, internet started working worse and worse and now it's not even working at all. I had to fill in the password over and over, normally it remembers.
    Just like my system preferences, all the preferences I had with Chrome where also reset.
    Also somewhere in between I got this notification: Mac OS X must restore library to run programs. Type your password to allow.
    To me this is all very weird and suspicious. I have clearly no idea what's going on. Could this be another sort of trojan horse or malware?
    Some background info which could be helpful for solving this mystery:
    two months ago the one year old Fusion Drive in my iMac just broke out of nowhere.
    I got it replaced by a qualified apple repair store.
    When I got my computer back, all the files where gone.
    I got on the internet without AdBlock installed yet.
    A game or whatever it was, can't clearly remember, got installed by accident.
    I deleted it immediately.
    Only two weeks later, I couldn't log in to my account. It didn't recognize my password and username. 
    So I brought my mac back to the store.
    Here the repair guy said it was a minor thing and he just needed to reconnect my account. He also mentioned he found a downloaded game name Sparta and it probably had something to do with the error.
    I asked him; could it be a virus? He replied no way.
    I don't know why I couldn't be a virus, just because it's a mac doesn't mean it cannot be done.
    So today I tried installing anti virus software (such as avast- was in a weird language looked like slovenian, clamxav - was in slovenian) but I couldn't install them.
    PLEASE help me! I don't know what to do anymore, I work fulltime and I need my computer, I have no time to bring it in for repair, are there other perhaps easier ways?
    Could this be the work of a virus or a malware? Or is it a disk permissions issue?

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Tried to install OSX Mavericks now MBP won't load

    Hi all
    Last night I tried to install OSX Mavericks on my MBP mid-2010 running Mountain Lion. It downloaded fine and then seemed to install fine. When the message came up saying it was going to restart automatically the spinning wheel hanged, which was the first problem. I switched off the MBP and turned it on again. It now refuses to boot up and stays on the Apple bootup screen with the spinning wheel.
    I've tried to restart in recovery mode but this doesn't seem to work. It just goes back to the spinning wheel and there is no progress bar that pops up to indicate the recovery data is being downloaded from the net (I don't have a recovery partition).
    I have a backup external hard drive that I can use to restore my MBP and then try upgrading again, but I can't use that until I get into recovery mode.
    Is anyone able to help?
    Thanks

    Ok so I worked out how to get into recovery mode. Turns out I was doing it wrong! I used an external USB drive to access recovery mode.
    I ran disk utility which identified and fixed some errors on the HD. I thought this might solve the problem but when I restarted the same problem occurred. I then restored my time machine backup which thankfully worked.
    I tried installing mavericks again! Upon restarting and completing the install, I got the message 'OSX has been installed. Your computer will now restart'. After the countdown had finished I got the beach ball which span eternally again, just like last time. After about 10 mins I did a hard reset and again OSX won't load.
    Lame...

  • My iPhone 5c won't send iMessages, snapchats, email from the Mail app, and it won't load YouTube. Other internet apps like Pandora and Instagram work fine though. Any suggestions on how I can fix this?

    A couple days ago I first noticed the problem when snapchats would appear on my lock screen but when I opened the app I kept getting the error message that the app was not able to refresh my story. Then the next day I was no longer able to send iMessages, they wouldn't go through and would only reach the second party when I sent them as text messages. Also, YouTube won't load and Mail won't send or receive email. I've already tried restarting my phone but there was no change. At first I thought my network connection was the problem but Instagram, Safari, Vine and Pandora all work perfectly. Any suggestions?

    Try this procedure to be sure of a proper restart.
    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)
    I would also try: Settings > General > Reset > Reset Network Settings

  • Can't log in - desktop won't load

    Hi, and thanks for reading this. I hope someone here can help me.
    I have a G4 flat-panel iMac, running 10.2.8. Bought brand new in 2002 and have had no problems, with the exception of the hard drive going out a few months later and replaced under warranty. (Apparently a few of the dual-boot machines had this problem.) They also upgraded the OS to 10.2.8 and the computer has run beautifully ever since. Until the other night.
    I was online and the modem disconnected but Internet Connect kept displaying "Disconnecting". This happens on occasion and the only way out of it is to shut down the computer and restart. So I did, and when the computer restarted I could not log in. The computer started as usual and seemed fine, the log-in screen appeared, I entered my password, the computer said "logging in", a blue screen appeared briefly... and then kicked back to the login screen. The desktop never appeared.
    After several tries of that, I decided to reset my password (with the system CD). It let me reset my password and the computer recognized the fact I had changed my password. (You know how the log-in screen "shakes" to signal a wrong password - that never happened.) I tried to log in again and it said "logging in"... and returned to the log-in screen. The same thing happened when I tried the root user account.
    I was able to start up from my Norton CD and changed the startup disk to 9.2. In 9.2, I can see the contents of my hard drive including my User folder in OS X and everything that had been on my desktop in OS X is right there in the "desktop" folder for my user name. I can move, copy, and delete things there. It's all there; the desktop just won't load when I start in OS X.
    I don't know if it helps, but in 9.2, the computer recognizes my ZIP drive, CDs, and my Wacom tablet and mouse.
    I have gone through the discussion boards and articles here and cannot find where anyone else has had the exact same problem. I have tried the possible solutions below, and none of them have changed anything:
    * Norton Utilities (Disk Doctor) - fixed some minor errors, then ran it again and no problems were found.
    * Safe Boot - I couldn't get the mouse to work, and when I figured out the keyboard "shortcuts" to log in, I got the same thing as before... "logging in" and then getting kicked back to the log-in screen.
    * Disk Utility (from the Mac OS X install CD) - it fixed a couple things then said that my hard drive appeared to be okay.
    * fsck (single-user mode) - it said that "Macintosh HD appears to be OK". So at least the hardware seems okay.
    * Rebuilding desktop - a long shot but I figured it was worth a try; nothing changed.
    * Reset privileges (single-user mode) - as far as I can see, nothing changed even after doing this.
    * Startup items (folder) - nothing seems out of place.
    * Disable log-in items - I still couldn't log in
    * In single-user mode: when trying one of the suggestions from an article here, I typed "cd/Users/{my user name}/Library, then mv Preferences Preferences_old, and received a message stating "no such file or directory."
    Looking through the contents of my hard drive, I can see that there is a Desktop icon for OS 9, but not anything for OS X. In theory, shouldn't there also be a desktop icon for OS X? Has my computer somehow lost its "connection" or "map" to my OS X desktop? I ran fsck again today so that I could look at logs/parse failed/plist/etc (an article I found here on apple.com) and following those steps, I noticed there was a line that said "root device is mounted read-only." So I can only assume that has to do with the fact my OS X desktop doesn't load.
    So, with all that being said (it's a lot, I know, and I hope it all makes sense) ... Is this problem something simple that I can fix myself, or do I need to take it into the shop and have a technician look at it? As you can imagine, this is all getting very frustrating, with limited access to an old version of Photoshop, SimpleText, and a very old web browser that only works on a few sites (and thankfully Apple.com is one of them). I miss my OS X.
    Thanks again for reading this, and for any advice/assistance you may be able to provide.

    Thanks, Anna. Excellent work. Everything seems fine, except, of course, the booting OS X part.
    First try Resetting the PRAM
    • Shut down the computer.
    • Locate the following keys: Command, Option, P, and R. You will need to hold these keys down simultaneously later.
    • Turn on the computer.
    • Press and hold the Command + Option + P + R keys immediately after the startup chime.
    • Hold keys down until you hear the startup chime for the third time.
    • Release the keys and immediately and allow computer to boot.
    The fact that you can boot in Safe Mode suggests that you may have a Login item that conflicts with the startup process. If resetting PRAM does not work try this:
    Boot computer in Safe Mode.
    If you are able to get into the Login items (Apple Menu > System Preferences > Accounts > Login Items) make a note of all the log in items (write it down). Then delete them all by selecting each one in turn and clicking the minus sign under the list. Shut down and try booting the computer normally. If you are able to boot successfully add the Login items on your list one by one and try rebooting each time you have added one. This should help you isolate the offending item.
    I hope one of these methods works. Post back and let me know.
    cornelius

  • I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my do

    I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my documents

    I just uninstalled it and am waiting for it to reinstall. I sincerely hope that I have not lost everything that I worked on so hard. Now that mobile me is gone, I have not been able to go between devices to transfer things. I was merely trying to take a document I had worked on and open it in pages, but it said my version was too old. When I updated, it wouldn't load. Now I cannot do anything. I hope that the reinstall fixes it without losing everything. Please advise!!! Yes, I am in panic mode.

  • I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect"

    I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect", which is Windows lingo for "missing package dependencies".  All the computers at my company with 2010 loaded seem to do OK.  When I do a Dependencies Walk I get missing Visual C debug dll's missing plus IEshims and wer which both have a whole tree of dependencies missing on my machine.  The Windows install is the same "Windows XP version 2002 Service Pack 3" on my PC and the working PC's. So I'm thinking I have to uninstall 2011 and go back to 2010.  Is this correct?  Those VC debug dll's were installed on the machines with 2010 in them but were not installed in mine.
    I've heard the advice to recompile the dll with debug turned off but I don't have access to the source code.
    Thanks in advance.

    u87 wrote:
    Thanks for the reply.  This at least tells me that going back to LV2010 is not likely to solve the problem.  The missing dll's are:
    MFC90D.dll
    MSVCR90D.dll
    IESHMS.dll
    WER.dll
    And, once again, IESHMS and WER have other dependencies.  So perhaps i need to install the Visual C++ development environment.
    IESHIMS.dll is an Internet Explorer DLL that gets usually delay loaded by shdocvw.dll. As delay load it can not cause DLL load errors but only runtime errors. Maybe your DLL has it as direct dependency but that is unlikely since it does not have a documented interface.
    WER.dll is Windows error reporting for Vista/Win7.
    MFC90D.dll is the Microsoft Foundation classes and MSVCR90D.dll is the MS C runtime library, both as debug variant.
    So all the DLLs you mention are actually MS DLLs! You haven't identified the DLL that you try to access in LabVIEW that causes these error messages. IESHIMS and WER are usually delay loaded by any component that needs it and should not likely be used by non MS code.
    What is the DLL you try to load into LabVIEW and by whom? Get the provider of that DLL to provide you a non Debug build of the DLL. Installing Visual C on all the machines just to make the DLL load is not a solution, besides that it is likely not legal since I doubt you have that many licenses.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • How to do Customer Partial payment through APP

    Dear Experts How to Customer partial Payment Through APP Regards Ajeesh.s

  • How to change the location of the "Diamond" on the Timeline

    I am new to Flash and using it for just about a month.  I created a series of approximately ten layers all with motion tweens.  The basic drift is that a series of "letters" are moving from right to left and so on.  Eventually they all land at the sa

  • UWL 404 error for 'LeaveRequestApproval'

    Hi, We are working on EP7 sp9 and ECC 6.0, Now the problem is when we are working with UWL in portal, when we click on worklist item(for leave request), we use to get ITS screen. At backend we changed it to 'Java Web Dynpro' USING  SWFVISU transactio

  • Uri-escaping in XSLT-Processor when using html-method in xsl:output

    I've a problem with the XSLT-Processor: He tries to escape non-ASCII Characters in the href-Attribute when I use the output method "html". This is correct according to XSLT 1.0 and HTML4, but the processor doesn't really escape the characters, he jus

  • Shock when plugged in- satellite BT4G22

    hi all i have a TOSHIBA satellite P750-BT4G22 laptop. i bought it from US and i m using it in India presently. The problems is that i am getting mild electric shocks when i plug in the charger. I m gettin shocks from the VGA port and the speaker cove