Jpeg error code from out of nowhere

Hello,
Several years ago, I scanned an entire high school yearbook and simply named each scan to correspond with the page number. I've been opening these files for years. For reasons unknown, almost all the files that have the term "Seniors," "Juniors," "Sophomores," or "Freshmen," inserted in the title won't open. The window that comes up reads, <<Could not complete your request because an unknown or invalid JPEG marker type is found.>> All other pages which are titled, Pg. 1.jpg, Pg. 2. jpg, Pg. 3.jpg etc. open just fine. Does anyone have any idea what may have occurred to the files with the added title?
Here are examples of the bothersome file titles:
Pg. 33 Freshmen.jpg
Pg. 45 Juniors.jpg
Pg. 80 Seniors.jpg and so on
That is all that is different with these. Otherwise, they were all saved similarly. The preview image is still intact. Is there a way to fix the files? I don't have access to that yearbook any longer.
Any directions?
Thanks, all.
Al

This can happen but I do not know why but you can try this
rename the file and see if it opens
open in preview if you have a mac and resave with a different name
open or place the file in Illustrator an export as a jpeg with a different name.

Similar Messages

  • Error during Custom Build - error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

    Hi All,
    I was trying to develop C++ web service using GShop with Visual Studio 2005.I refered a tutorial :-
    http://guruce.com/blogpost/hosting-webservices-on-windows-embedded-compact-windows-ce-using-gsoap .
    AS per the tutorial i proceeded. But, i stuck-up when making a custom build with Helloworld.wsdl.Here is the output :
    1>------ Rebuild All started: Project: HelloWorldWebService, Configuration: Debug Pocket PC 2003 (ARMV4) ------
    1>Deleting intermediate and output files for project 'HelloWorldWebService', configuration 'Debug|Pocket PC 2003 (ARMV4)'
    1>Performing Custom Build Step
    1>'D:\Test' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
    1>Build log was saved at "file://d:\Test Code\HelloWorldWebService\HelloWorldWebService\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
    1>HelloWorldWebService - 1 error(s), 0 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
    As given in the tutorial i kept my custom build command line as : -
    $(SolutionDir)\gsoap-2.8\gsoap\bin\win32\wsdl2h.exe -s $(InputPath) -o $(ProjectDir)$(InputName).h
    and outpouts : $(InputName).h
    I kept GSHOP in the project filder :- D:\Test Code\HelloWorldWebService
    Kindly help.
    Jyotiranjan

    Hi Jyotiranjan,
    I’m glad to hear that you got it working.
    Thank you for sharing your solutions
    experience here. It will be very beneficial for other community members who
    have similar questions.
    Best regards,
    Lucy
    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How do i resolve error code from hardware test

    How do I resolve error code from hardware test.

    by bringing your mac to your local Apple store or AASP for repair.

  • When I try to Export, I get an error code from compressor (-1)?

    I have battled with this issue now for days and I dont know what else to do, I just recently installed the OSX Mavericks beta 2, however I do not think this is the problem
    I am running a 2012 15" 2.6 i7 Quad Core, 8Gb ram MBP (With problem export problem)
    I also have a 2011 iMac, 2.7 i5 Quad Core, 12Gb ram (no problems)
    I have never had issues with FCPX like this before and It still runs perfectly other than the fact that EVERY single option under the SHARE toolbar is frozen.
    It gives me an error code from compressor saying that it coudnt be sent to it (Compressor 4). I tried re-installing it and deleteing the preferences. I tried to trash the preferences in FCPX, I tried deleting all the render files, I tried shutting down FCPX and re-opening it many times, I checked for any damaged video/audio, and NOTHING has worked. Please Help

    Where did this disk image come from? The application has no installer. It installs directly into the Applications folder from the App Store. Are you trying to run the application from the disk image?

  • Error code from easy setup

     I am getting a similar message as others here, but my downloads are more updated:  Error code: 82BD0102
    Error description: The connected gateway is not a Valet.
    Model name: unknown
    Model number: M10
    Serial number: CVJ01K643036
    Firmware version: unknown
    Operating system: Windows 7 SP 1
    Software version: 1.4.11266.0
    Connection type (WAN): unknown
    IP address (LAN): unknown
    IP address (WAN): unknown
    Computer IP address: unknown I have had the Valet since early 2012 and it has worked reasonbaly well not perfect but well.  I have a Grace Reciva internet radio and that went all to hell for me about a week ago, I was ready to put it in mothballs until I decided what we wanted to use as an alarm without the screeching of local radio.  Then I found out I had other problems, my cell phone which is through Republic wireless and worked perfect since we bought it a short while ago, it will download my email, but won't go to the internet, and forget about Pandora or other streaming.  I have another notebook that is connected by way of a wired router, but also picks up the Valet when it is turned on started to give me warnings of ip conflicts but it still worked so I just ignored it, but if I take it off the wired router I found I can't get to the internet with that one either.  So I tried to run the easy set up key from the Cisco Valet router, but it is giving me the error message above.  In spite of it I am able to get the Grace Reciva radio to work now, but the internet on the phone and notebook problem remain the same.  Does anyone see anything here that might explain my problems?

    Last night it really fell apart, I totally lost the internet whcih took me a little while to realize it was the provider.  The only thing still giving me problems is my cell phone and we have to check the tablets.  I did do a factory reset on the router, and maybe the phone is not getting the correct information although it says it is connected to my wireless router.  It jsut won't connect to the internet on the phone and I imagine the streaming apps.  If I figure that one out I will post it here.

  • How do I return error code from a DLL?

    I have a C++ DLL that can throw an exception.  In the C function interface between LabView and the C++ class, I catch exceptions so they don't go up to LabView.  But I want to get the error to the calling VI.  Is there a way to get an error code into the error bundle that comes out of the Call Library Function Node so that I can feed it to the simple error dialog box?  The exception has a string that describes the error and where it came from.  Or should I just make every DLL call return an error string (empty string if no error)?
    Thanks,
    Keith.

    Normally the convention is to use an integer return code with a return code of zero meaning no error. You can then create an error cluster based on this return value. The best thing to do is to have a "Error Code Check" subVI that you plop down each time. The error cluster for the Call Library Function function will tell you of problems with the LabVIEW <--> DLL interface. In fact, earlier versions of LabVIEW did not have an error in/error out cluser for that function. I'm not aware of being able to automatically set the error out cluster for the Call Library Function function. With the .NET interface it's different. If the method throws an exception you get the error out cluster with the error code of 1172 I think.

  • The SMTP Error Code from a message that was not sucessfully delivered ?

    hello,
    I'm developing an aplication that uses Java Mail and
    send emails, but I need to get the error code if this
    email was not sucessfully delivered, use
    mail.smtp.dsn.notify to destination return an email in case
    of failure.
    Thaks for your help.
    rania+

    Do you mean the SMTP server reply codes? These are the codes that are returned when the client tries passing the message to the server. The are from RFC 821 (http://www.ietf.org/rfc/rfc0821.txt).
    500 Syntax error, command unrecognized
    [This may include errors such as command line too long]
    501 Syntax error in parameters or arguments
    502 Command not implemented
    503 Bad sequence of commands
    504 Command parameter not implemented
    211 System status, or system help reply
    214 Help message
    [Information on how to use the receiver or the meaning of a
                particular non-standard command; this reply is useful only
                to the human user]
    220 <domain> Service ready
    221 <domain> Service closing transmission channel
    421 <domain> Service not available,
    closing transmission channel
    [This may be a reply to any command if the service knows it
                must shut down]
    250 Requested mail action okay, completed
    251 User not local; will forward to <forward-path>
    450 Requested mail action not taken: mailbox unavailable
    [E.g., mailbox busy]
    550 Requested action not taken: mailbox unavailable
    [E.g., mailbox not found, no access]
    451 Requested action aborted: error in processing
    551 User not local; please try <forward-path>
    452 Requested action not taken: insufficient system storage
    552 Requested mail action aborted: exceeded storage allocation
    553 Requested action not taken: mailbox name not allowed
    [E.g., mailbox syntax incorrect]
    354 Start mail input; end with <CRLF>.<CRLF>
    554 Transaction failed

  • Error code from Matlabscript

    Hi,
    I'm using Matlab script node to interpolate a 2D Surface. But sometimes it shows an error and close the program.
    The error message is not always there. It appeared when I gave it some specified "XLength" or "YLength".
    Here is the error message:
    Error 1050 occurred at LabVIEW:  Error occurred while executing script.
    Error message from server: ??? qhull precision error: initial facet 2 is coplanar with the interior point
    ERRONEOUS FACET:
    While executing:  | qhull d Qt Qbb Qc
    Options selected for Qhull 2003.1 2003/12/30:
      delaunay  Qtriangulate  Qbbound-last  Qcoplanar-keep  _pre-merge
      _zero-centrum  Pgood  Qinterior-keep  _max-width 1e+003
      Error-roundoff 1.4e-012  _one-merge 9.7e-012  Visible-distance 2.8e-012
      U-coplanar-distance 2.8e-012  Width-outside 5.5e-012  _wide-facet 1.7e-011
    The input to qhull appears to be less than 3 dimensional, or a
    computation has overflowed.
    Qhull could not construct a clearly convex simplex from points:
    The center point is coplanar with a facet, or a vertex is coplanar
    with a neighboring facet.  The maximum round off error for
    computing distances is 1.4e-012.  The center point, facets and distances
    to the center point are as follows:
    facet
     p4
     p20
     p0
     distance= -1.1e-013
    facet
     p24
     p20
     p0
     distance=    0
    facet
     p24
     p4
     p0
     distance=    0
    facet
     p24
     p4
     p20
     distance=    0
    I hope, I can get some advises here. Thanks in advance!
    Attachments:
    Snap.jpg ‏23 KB

    Hi,
    I think you are using LabVIEW 8.5. There are some bugs in LabVIEW 8.5 which cause the 'linear' and 'cubic' options of griddata to return incorrect result. Fortunately, we have already found these bugs and fixed them. If you got a chance to try the LabVIEW 8.6 Platform Beta, you could verify the fix. Here, I attach some snapshots of the result for the 'cubic' option of griddata with the fix. I specify the XLength and YLength to 1000. Are these the results you want?
    As to the crash problem, I am unable to reproduce it on my machine. I follow the instruction to set XLength to 1000 and YLength to 880. All combination of method and option of griddata work well. Therefore, I do not have any idea about it. Maybe, you can try to reinstall the LabVIEW software.
    I do not have access to MATLAB software. Hence, I am unable to run your code with MATLAB Script Node.
    Many thanks!!!
    帖子被ttrr在03-18-2008 08:39 PM时编辑过了
    Attachments:
    spline.PNG ‏28 KB
    nearest.PNG ‏28 KB
    linear.PNG ‏26 KB

  • How to get an error code from from calling sqlplus from shell script?

    Hello -
    i am calling sqlplus from a bash shell script. If the sql statement generates an error, how can I return that error code (unsuccessful) back to the bash shell?
    Thanks!

    user11340104 wrote:
    Hello -
    i am calling sqlplus from a bash shell script. If the sql statement generates an error, how can I return that error code (unsuccessful) back to the bash shell?
    Well, let google be your friend,
    http://www.google.co.in/search?rlz=1C1GGLS_enIN327IN327&sourceid=chrome&ie=UTF-8&q=sqlplus+error+codes
    There are many threads I guess talking about the same issue.
    HTH
    Aman....

  • Mapping error code from Business service to Proxy

    I am trying to get hands on with 11g and following the book Getting started with Oralce 11G soa suite. The example I have described is based on chapter 11 and chapter 14. I have a proxy service and business service. The business service calls a "ValidateCC" composite which validates the credit card information passed and is proxied by the proxy service. The validation of CC is done by a stored procedure, which returns an error ora-20001 if the credit card info is not found in the database.
    Testing PROXY service from OSB console:
    Here is the REQUEST message sent to proxy service:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    <soapenv:Body>
    <cca:creditcardStatusRequest xmlns:cca="http://www.globalcompany.com/ns/CCAuthorizationService">
    <cca:CCNumber>2234-1234-1234-1234</cca:CCNumber>
    </cca:creditcardStatusRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    Here is the response message received:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>BEA-380001: Internal Server Error</faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380001</con:errorCode>
    <con:reason>Internal Server Error</con:reason>
    <con:location>
    <con:node>RouteTo_validationForCC</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Testing Business service from OSB console
    Response received for the same message:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'validateCC' failed due to: Stored procedure invocation error.
    Error while trying to prepare and execute the VALIDATECC API.
    An error occurred while preparing and executing the VALIDATECC API. Cause: java.sql.SQLException: ORA-20001: UNKNOWN CREDIT CARD
    ORA-06512: at "SOADEMO.VALIDATECC", line 12
    ORA-06512: at line 1
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    </faultstring>
    <faultactor/>
    <detail>
    <exception>
    ORA-20001: UNKNOWN CREDIT CARD
    ORA-06512: at "SOADEMO.VALIDATECC", line 12
    ORA-06512: at line 1
    </exception>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    What i need:
    I would like to have the exception 20001 populated in faultcode of the response from proxy message. A down stream BPEL process checks the faultcode and processes the message as needed.
    My OSB message flow contains :
    ValidateCredit +> envelope
    PipelinePairNode1
    Request Pipeline
    Report and Validate
    Response Pipeline
    RouteTo_validationForCC
    Service Error Handler
    stage1 with Alert action.
    My question is how to map the actual error occured in the cally be business service handler to the Service error handler in stead of throwing a generic BEA error. Please let me know

    Thank You Swgt for your reply.
    This is what I did:
    When I'm in Edit mode, in the OSB Web Console, I go to my proxy service, click on the Edit Message Flow icon, in the Map of Message Flow window I left-click on my Route icon (which as you already mentioned routes to my Business Service), select Add Route Error Handler (this option only appears if you're in Edit Mode already), click on the Error Handler icon, Add Stage, click on the Stage icon, Edit Stage, click on Add an Action, Flow Control -> Reply. Here I select the Radio Button "With Failure" and then Save All and Activate the change for the session.
    Is this correct?
    I tried this. I no longer get the BEA-380001 error code. However, the fault returned is not a bindingFault as I would have expected, but rather a remoteFault. hence my fault policy never detects it, doesn't rethrow it, and my BPEL error handling never kicks in.
    Is there a way to change this to work more or less in the sense of the tutorial?
    Does using OSB to connect to the service automatically make it a remote fault, instead of a bindingFault?
    Here's the SOAP message handled by my BPEL Component.
    <messages>
    <input>
    <invokeCCStatusService_execute_InputVariable>
    <part name="part1">
    <creditcardStatusRequest>
    <CCNumber>2234-1234-1234-1234</CCNumber>
    </creditcardStatusRequest>
    </part>
    </invokeCCStatusService_execute_InputVariable>
    </input>
    <fault>
    <bpelFault>
    <faultType>0</faultType>
    <remoteFault>
    <part name="summary">
    <summary>Beim Aufrufen des Bindings ist eine Exception aufgetreten.
    Beim Aufrufen des JCA-Bindings ist eine Exception
    aufgetreten: "JCA Binding execute of Reference operation
    'validateCC' failed due to: Fehler beim Aufrufen von
    gespeicherter Prozedur. Beim Versuch, die VALIDATECC-API
    vorzubereiten und auszuführen, ist ein Fehler aufgetreten.
    Beim Vorbereiten und Ausführen der VALIDATECC-API ist ein
    Fehler aufgetreten. Ursache: java.sql.SQLException:
    ORA-20001: UNKNOWN CREDIT CARD ORA-06512: in
    "SOADEMO.VALIDATECC", Zeile 12 ORA-06512: in Zeile 1 Prüfen
    Sie, ob die API in der Datenbank definiert ist und die
    Parameter der API-Signatur entsprechen. Diese Exception wird
    als nicht wiederholbar betrachtet. Sie ist wahrscheinlich auf
    einen Modellierungsfehler zurückzuführen. Um den Fehler
    stattdessen als wiederholbar zu klassifizieren, fügen Sie die
    Eigenschaft nonRetriableErrorCodes mit dem Wert "-20001" zum
    Deployment-Deskriptor hinzu (d.h. weblogic-ra.xml). Um einen
    wiederholbaren Fault automatisch zu wiederholen, legen Sie
    folgende Eigenschaften von composite.xml für diesen Aufruf
    fest: jca.retry.interval, jca.retry.count und
    jca.retry.backoff. Alle Eigenschaften sind Ganzzahlen. ". Der
    aufgerufene JCA-Adapter hat eine Ressourcen-Exception
    ausgelöst. Prüfen Sie die obige Fehlermeldung sorgfältig, um
    eine Lösung zu finden.</summary>
    </part>
    <part name="detail">
    <detail>
    <exception>ORA-20001: UNKNOWN CREDIT CARD ORA-06512: in
    "SOADEMO.VALIDATECC", Zeile 12 ORA-06512: in Zeile 1</exception>
    </detail>
    </part>
    <part name="code">
    <code>{http://schemas.xmlsoap.org/soap/envelope/}Server</code>
    </part>
    </remoteFault>
    </bpelFault>
    </fault>
    <faultType>
    <message>0</message>
    </faultType>
    </messages>

  • How to obtain error codes from LDAP exceptions

    Is there a way to obtain the error codes returned by LDAP services. In our application, we want to give more understandable messages and solution to rectify the issues, for the exception thrown while accessing LDAP. The NamingException does not contain error codes. Is there a way to obtain the error codes? If not, is there a neat way to handle this?
    Thanks in advance
    Sankar
    Edited by: sansun08 on Nov 14, 2009 9:40 AM

    Huh?
    If it says ignore duplicate keys then that would suggest to me that it isn't an error. If there is no error, then you won't get an error.
    So if you want an error then either remove the ignore or explicitly do a query first and create your own error if the id is already there.

  • Using error codes from executables in chain rule logic

    Hi,
    Any help on this would be appreciated.
    I have a chain with a mixture of external (shell script) & plsql programs.
    The shell script returns 3 possible exit values: 0 (successful) ; 4 (warning) ; 8 (failed).
    I want to incorporate an error code into a chain rule so that if the step returns a particular error code (4); then the chain should not process any of the other steps but exit at that point.
    I can get it to exit if I use a rule like: condition; 'step1 FAILED' with an action of 'step1.error_code' but this caters for both error codes 4 & 8.
    What I want to say is:
    condition: 'step1 FAILED and step1 error_code = 4' with an action of 'END'.
    This does not work since the returned error code (in JOBSCHEDULER_JOB_RUN_DETAILS.additional_info is ...ORA-27369..., even though the JOBSCHEDULER_JOB_RUN_DETAILS.error# shows a value of 4.
    I have not posted any code at this point as I was wondering has anyone else had a similar issue and if anyone knows how to do this.
    thanks

    Hi Mike_King
    Here is a VI snippet that I created with two different approaches, in the first one I used the format into string, the second one the function search and replace.
    Here are some links with information about the functions that I used.
    Format Into String Function - LabVIEW 2011 Help
    Search and Replace String Function - LabVIEW 2011 Help
    Regards
    Esteban R.
    Attachments:
    Generate error code.png ‏34 KB

  • [CS3 SDK] Error "A tool returned an error code from"

    Hello!!!
    I'm starting to develop plug-ins on InDesign using the first exercise of tutorial (WriteFishPrice) with VisuaStudio C++ 2008 ExpressEdition.
    When I try to compile my source I got this message:
    In compiling error does not occur none (0 Failed, 0 warnings, 0 skips)
    In compiling error does not occur none (0 Failed, 0 warnings, 0 skips).
    To me it describe that me code are working fine, but the PlugIn does not work, it is generated, but when put in the plugins folder of InDesign gives error to start.
    (Adobe InDesign cannot load the WRITEFISHPRICE.PLN plug-in. The WRITEFISHPRICE.PLN plug-in requires the debug version of InDesign. Please contact the vendor to get a compatible version of WRITEFISHPRICE.PLN)
    I'm posting the low response from the compiler, if someone could help me I would be grateful.
    http://www.denisramos.com/sidnei/BuildLog.htm
    Thanks

    From the build log, you have a build events which are trying to execute
    odfrc and merge_res.cmd.
    both are in the SDK bin folder; for me it's C:\Adobe\CS2SDK\devtools\bin
    You need to add the path to the equivalent folder either for the project in Visual Studio.
    I'm surprised you have a pln created, but in any case the resources won't be correct.

  • 3253 error code, times out Downloads through itunes on mac

    I have been trying to download the iphone 4 upgrade and some other larger files like movies through itunes and it is soooo slow and always times out or show an error 3253 message.  I have searched for a remedy but only find things in regards to windows and i'm on my mac. I'm disconnected my modem/router and reconnected, rebooted, etc. but still having problems.  Help! My iphone downloads movies faster than itunes does.  The songs are not a problem.

    Changing my DNS settings worked for me (3253 errors on my MBP). I followed the instructions here:
    http://appletoolbox.com/2010/09/itunes-10-the-network-connection-was-reset-fix/
    Hope that helps!

  • Documentation for error codes from tpcall()

    Dear all,
    while investigating a particular error-handling scenario I realized that the documentation for tpcall() was changed between Tuxedo 6.5 and 7.1.
    In the 6.5 docs it's stated that after a TPESVCFAIL error you can do tpcall(..., TPNOTRAN) as long as you haven't run out of TRANTIME.
    In the 7.1 (and onwards) docs it's stated that after a TPESVCFAIL error you can only do tpacall(..., (TPNOBLOCK|TPNOREPLY|TPNOTRAN))
    In the 6.5 docs this is only stated after TPETIME (which makes some kind of sense - you're already late so don't do a lot of more time-consuming stuff).
    On the other handl, in a section in the Tuxedo 10.0 docs about error handling (http://edocs.bea.com/tuxedo/tux100/pgc/pgerr.html#wp1155712) you're again told that it's OK to use tpcall() (and recommended to use TPNOTRAN if doing so)
    Is this related to multi-threading, or why was the documentation changed?
    Testing shows that you can actually do tpcall(..., TPNOTRAN) after a TPESVCFAIL using Tuxedo 8.1. (after a TPETIME it's another story, but I'm OK with that.) Am I the only one being confused by this?
    Best regards,
    /Per

    I just checked the XATMI spec (dated November, 1995....) which states the following regarding tpcall() failures:
    [TPESVCFAIL]
    The service routine sending the caller’s reply called tpreturn( ) with TPFAIL. This is an
    application-level failure. The contents of the service’s reply, if one was sent, are available in
    the buffer pointed to by *odata. If the service request was made on behalf of the caller’s
    current transaction, the transaction is marked rollback-only. Note that so long as the
    transaction has not timed out, further communication may be attempted before rolling back
    the transaction. Such attempts may be processed normally or may fail (producing an error
    return or event). Such attempts should be made with TPNOTRAN set if they are to have
    any lasting effect. Any work performed on behalf of the caller’s transaction is rolled back
    upon transaction completion.
    This is consistent with the 6.5 documentation (and 8.1 behaviour). Has the XATMI spec been updated, or what was the rationale for changing the behavior?
    Best regards,
    /Per

Maybe you are looking for

  • Hang on boot after upgrade to kernel 2.6.31 [SOLVED]

    hey all, My system hangs after installing 2.6.31.  the message is this: pci 0000:00:00.0: BAR 3: address space collision on of device [0xe0000000-0xffffffff] i tried 2.6.30, but compiz was too slow, so i went back to 2.6.29.  dmesg: Linux version 2.6

  • Page works on windows but not on iPad

    Hi. This page works on Safari for Windows 4.0.3 but has issues on Safari for iPad: http://bit.ly/d3ouub Here's what's going on: - If you start a video in any of the AnythingSlider panels (Panel 1 and Panel 5 contain video), the video will overflow th

  • E-mail Attachment Name Changes

    I have a following problem with mail attachments: When I drag the attachment from my mail window onto my desktop, the attachment name changes to "unknown". So for example, "cat.jpg" would become "unknown.jpg". To make this a bit more complicated, the

  • Need to extend the visible character field in the Transform panel y axis

    Just a minor thing, but in the Transform panel, the Y axis text entry field only really allows four visible characters. My vertical site I'm working on may be a bit long, but it's into the five-digit realm at this point, and that last hidden digit ke

  • Search & Index tabs: double topic titles displayed

    In my chm, on the Search and Index tabs, topic titles are displayed twice. The second instance of these does not display the topic when clicked; instead the "cannot display" error message is shown. If there are special characters (ü, ä, ö, etc) in th