Fixing problem with with studio 11

Hello
I have problems using the fix command in studio 11
when I try to fix my program I get a warning and afterwards dbx crashes:
dbx >fix -v -f
/opt/Sun_Studio11/SUNWspro/prod/bin/cc -g -c -o testinfowin.o -I /v10.0/sources/include -D_POSIX_PTHREAD_SEMANTICS -v -DANSI -DSYS='UNIX_V' test.c -W0,-xp\$XAjQAqAhDgNGnrg. -c -o /tmp/dbx.fix.test.o.24753.464.6.o
"test.c", line 22: warning: Function has no return statement : main
/usr/ccs/bin/ld -G -o /tmp/dbx.fix.test.o.24753.464.5.so /tmp/dbx.fix.test.o.24753.464.6.o
dbx: warning: new function '' found in "test.c"
dbx: warning: new function '' found in "test.c"
handler (2) moved to "test.c":14
dbx: internal error: signal SIGSEGV (no mapping at the fault address)
dbx's coredump will appear in /tmp
Abort (core dumped)
The strange thing with this is, that there is no new function.
The problem doesn't occur with older Verions of dbx
Does any one know this problem or a solution?
Thanks
Clemens

Hello Maxim
thanks for your reply.
Looks like a bug in dbx, which I am not aware of...
It wouldn't hurt however to try to install latest
patches (both OS and Sun Studio ones):
http://developers.sun.com/sunstudio/downloads/patches/
ss11_patches.html
Maybe it is linker issue?
I have already installed patches
121023-04
109147-43
108434-22
121017-10
121015-04
Could you also post dbx stack trace here? It can be
obtained with
$ pstack /tmp/core
right after dbx has crashed. here is the output from pstack:
pstack /tmp/core
core '/tmp/core' of 24753: /opt/Sun_Studio11/SUNWspro/bin/../prod/bin/sparcv9/dbx testinfowin
ffffffff7e5a7ed4 _kill (ffffffff7e6b6f60, 60b1, 10052db5d, 1006085c0, 10052d000, 10052d) + 8
00000001000c1fcc ???????? (b, 100400, 100633, 100400, 100635000, 10053a628)
ffffffff7e5a72f0 sigacthandler (b, ffffffff7fffb020, ffffffff7fffad40, b, 81010100, 10065a2d4) + 2c
--- called from signal handler with signal 11 (SIGSEGV) ---
ffffffff7e53c1ec strlen (0, 0, 10062a140, 100549029, 0, 0) + 7c
ffffffff7e591a10 vprintf (0, 10062a0c0, ffffffff7e6c4c90, ffffffff7fffc2a8, 10054901c, 100400) + ec
0000000100332f30 __1cHvprintx6Fpkcpv_i_ (10054901c, ffffffff7fffc2a8, ffffffff7fffc2a8, 0, 1005b7000, 1005b79d8) + 2c
0000000100333210 __1cGprintx6FpkcE_i_ (10054901c, 0, 1016a9950, ee6, 10064de40, 100400) + 1c
00000001001457cc ???????? (10053a628, 1016a7980, 100633, 1010f6d60, 100548f40, 0)
0000000100146e7c ???????? (100655ed0, 100736fc0, ffffffff7fffc9a8, 1005493ea, 1, 1005493ce)
000000010014808c ???????? (100655ed0, 100736fc0, ffffffff7fffc9a8, 100548000, 100548, 100548)
0000000100147118 __1cHfix_cmd6FpnGInterp_ppcbbbbb_v_ (100655ed0, 100a9bdb8, 1, 1, 0, 1) + 68
000000010017d650 ???????? (100655ed0, 100400, 0, 1, 1, e)
00000001002c67f4 ???????? (10017d204, 1010f6500, 100a9bda0, 10066b3b0, 0, 100655ef0)
00000001002c55a0 __1cNpdksh_execute6FpnGInterp_pnCop_i_i_ (1010f6540, 1010f8e70, 0, 1002c5, 100655ed0, 10053a) + 1e8
00000001002b2134 __1cLpdksh_shell6FpnGInterp_pnGSource__i_ (100655ed0, 1015ec7c0, 100593679, 100593680, 100655ed9, 1000c19bc) + 4cc
00000001000c5eb4 __1cNmain_cmd_loop6FpnGInterp__v_ (100655ed0, 100400, 10057e000, 100610a60, 10057e358, 10052ec6a) + a8
00000001000c6cd8 main (2, ffffffff7fffdf88, 100655ed0, 8002, 10052de50, 1) + 990
00000001000b84bc _start (0, 0, 0, 0, 0, 0) + 17c
It would also be great
to have a reproducible test case if you can manage
it, of course.That' s a little bit difficult since I have to link about 11 libraries.
I don't know whether this helps you: I have written a short test program calling a function in a library It look like this
#include "osystem.h"
#include "userwin.h"
extern long InfoWindowInit(int openWindow, WINSRVFKT applMsgServer, CMDDISPATCH cmdWpFkt, ACCDATA accel, MENUDATA menu, short menuRet, char parFileName, long mode, long helpMsgNr, char *helpString);
int InfoMainMsgServer(long winId, int mode, int par, long lppar)
return 0;
int main(int argc, char ** argv)
char *parFileName = "test";
InfoWindowInit(0, InfoMainMsgServer,
(CMDDISPATCH)0,
(ACCDATA *)0,
(MENUDATA *)0,
(short *)0,
parFileName,
2,0,CNULL);
if I omit the declaration, I get a compiler warning, but i can fix.
>
And by the way, which version of Solaris you are
running?I am running Solaris 8

Similar Messages

  • [svn] 4143: Fixed problem with metadata in SelectionFormatTextStyles. as so that named colors work for selectionColor, unfocusedSelectionColor, and inactiveSelectionColor attributes on Gumbo components.

    Revision: 4143
    Author: [email protected]
    Date: 2008-11-19 14:53:40 -0800 (Wed, 19 Nov 2008)
    Log Message:
    Fixed problem with metadata in SelectionFormatTextStyles.as so that named colors work for selectionColor, unfocusedSelectionColor, and inactiveSelectionColor attributes on Gumbo components.
    Thanks, Glenn!
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18070
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18070
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/SelectionFormatTextStyles .as
    flex/sdk/trunk/frameworks/projects/wireframe/bundles.properties

    Revision: 4143
    Author: [email protected]
    Date: 2008-11-19 14:53:40 -0800 (Wed, 19 Nov 2008)
    Log Message:
    Fixed problem with metadata in SelectionFormatTextStyles.as so that named colors work for selectionColor, unfocusedSelectionColor, and inactiveSelectionColor attributes on Gumbo components.
    Thanks, Glenn!
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18070
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18070
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/SelectionFormatTextStyles .as
    flex/sdk/trunk/frameworks/projects/wireframe/bundles.properties

  • Does Lion 10.7.1 fix problems with fan noise and hot in Air 2008 Model?

    Does Lion 10.7.1 fix problems with fan noise and hot in Air 2008 Model?
    I´ve installed a week ago but i downgraded to SL again. My CPU was hotter and high rpm fan eve in idle state.
    Does fix 10.7.1 this issues?
    I´ve got first generation macbook air, 2gb ram, ssd 60gb .

    Simply NO, we´re still waiting....

  • [svn] 4836: Fix problems with asdoc comments and conditionally compiled definitions.

    Revision: 4836
    Author: [email protected]
    Date: 2009-02-04 11:07:52 -0800 (Wed, 04 Feb 2009)
    Log Message:
    Fix problems with asdoc comments and conditionally compiled definitions. Fixes bug http://bugs.adobe.com/jira/browse/ASC-3649
    Ticket Links:
    http://bugs.adobe.com/jira/browse/ASC-3649
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Compiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConfigurationEvaluator.java

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • [svn:fx-trunk] 8277: Use blendMode="normal" to fix problems with disabled appearance when baseColor is set.

    Revision: 8277
    Author:   [email protected]
    Date:     2009-06-25 17:46:00 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Use blendMode="normal" to fix problems with disabled appearance when baseColor is set.
    Bugs: SDK-19745, SDK-19762
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19745
        http://bugs.adobe.com/jira/browse/SDK-19762
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • Is Verizon unwilling or unable to fix problem with Account Owner(s)

    A forum or Google search reveals several customers unhappy with how Verizon treats the account owners... count me as one.  I'm sure there are many more customers who were equally unhappy but just accept Verizon's incompetence and complete the unnecessary gymnastics of un-registering accounts and then re-registering with a new username.
    PROBLEM:
    There are numerous scenarios that can cause a My Verizon account to have the Account Owner be listed with an incorrect telephone number.  In my case, I had an account with AT&T and 3 additional numbers associated.  As each account expired, I transferred the numbers to Verizon.  The first account transferred was my 14yr old son.  I registered a My Verizon account for management (my name & my userid) and eventually added the additional numbers, however, the Account Owner's phone number is listed as my son's cell.
    Over the past 2 years (since I migrated to Verizon), I've had small problems with account notifications and other information being text to my son's cell.  I've called numerous times and customer service says it's corrected, but eventually the problems return.  Recently, I upgraded my phone and started using some new services like Backup Assistant and the fact that the Account Owner is associated with an incorrect number has caused even more trouble.
    I simply want to keep my existing username for My Verizon and correct the cell phone number associated as the Account Owner.  This should be extremely simple.
    VERIZON'S SOLUTION:
    "We can't do it".  "Our systems don't allow us to make this change".
    The Customer Service Department (or Lack of Customer Service Department) tells me that since they can't or are unwilling to do the necessary changes, their only solution is to force their customer to do their work.  They will un-register the account and I can register again.  There is no concern for the preferences of an existing customer (almost 3 years); there is no concern for the inconvenience caused to an existing customer who spends hundreds of dollars each month and thousands of dollars each year (I currently have 2 separate accounts with Verizon, 4 phones on my problem account and 4 phones on another for a total of 8 phones with data plans... do the math); there is no concern that I will now have to use a completely different username one that is no longer uniform with my other accounts; there is no concern that I will have to change any and all services that reference My Verizon.  Quite simply... Verizon Wireless shows their Account Owners that they have no concern for us.
    PROPER SOLUTION:
    I have almost 25 years of Information Technology experience and over 3 years working with Call Centers (similar to Verizon's Customer Service), which explains in part why I find this so frustrating...  the fix for this is SIMPLE!!!  The real problem is that Verizon simply doesn't care enough to fix it because we are existing customers and not new customers.
    Without going into specifics (nor could I since I don't have access to their systems), data for the My Verizon portal is contained within modifiable databases.  These relational databases will be tied to other systems and other databases, but a modification of this type would just require that the portal be allowed to make the update to the appropriate field(s) within the appropriate database(s).  If direct access is not attainable because of their design, it is still not too difficult to write an additional process to accommodate this change.  These types of things are done everyday.
    More importantly, even if Verizon was unable or unwilling to make these programming changes...  I have no doubt that if Customer Service has an escalation process to their I.T. Department that a programmer with access to the application(s) and/or database(s) could easily make the change directly and almost immediately.
    CONCLUSION:
    Until now, my experience with Verizon has been mostly positive even to the point of recommending the carrier to friends and family.  I've found their coverage area to meet my needs and the data speeds to be more than satisfactory.  However, Verizon needs to remember that cellular service has essentially become a commodity and that customer retention is often based on other things than simply providing dial tone.  With a monthly cell phone expense that rivals a car payment, I would think that Verizon would be more than willing to accommodate such a simple request to maintain a satisfied customer.
    If you too are one of the many customers having issue with modifying the Account Owner, just resolve yourself that it appears Verizon is unwilling to make the simple correction to the My Verizon portal to satisfy our request.

    I'm not 100% sure that I follow your reasoning, so please correct me if I misstate your opinions.  I've numbered them so it will be easier to identify any mistakes I make.
    1.  Not allowing a user, customer service representative, or any Verizon representative to change the cell phone number associated with the Account Owner to another cell phone number on the same account is a security risk.
    I'm not suggesting that I be allowed to change the name, social security number, or any other pertinent details related to establishing the original account.  All the information pertaining to who is responsible for the bill remains the same with the single exception that the current associated cell phone number be changed to another number already listed on the account.  In what possible manner is this a security risk?  Frankly if the ability was enabled and someone either by mistake or incompetence made such a change the impact would simply be what I'm currently experiencing (inconvenience).  Since in this hypothetical situation the ability to change this value is enabled, the "inconvenience" would easily be re-mediated by returning the value to its original state.
    Furthermore, if there is some "security risk" that I'm over looking then an organization that is concerned about providing quality customer service would create procedures to accommodate customer requests and meet security requirements.  Let's use a bank (with an obvious security vulnerability) and debit cards as an example.  If I lose my debit card, I cannot go to my computer and print out a temporary debit card (very user friendly, but not secure).  Some banks will allow you to go online and cancel the lost debit card while requesting a new one to be mailed to the address you have on file (user friendly and mostly secure).  To solve this same problem at other banks might require you to go into the office and sign a form cancelling the lost debit card and confirming the address to mail you a new one (less user friendly, but highly secure).  The Verizon equivalent, is me requesting that I add an existing bank account to my online banking and being told "We can't do it".  However, because the bank cares so much about keeping me as a customer... they will delete my account, allow me to create another, possibly losing my historical data, have me change my username that I've been using for years, spend time adding all my online bill payments... all for the pleasure of staying their customer and getting to use their services as they should have been designed.
    2.  Making a software change that would allow users or CSR's to associate a different cell phone number on the account to the current Account Owner would be difficult and require downtime.
    You give some time expounding this thought and I'm unaware of your web, application, and/or database experience... but I will try to address your concerns later.  However, let's assume that you are correct and these changes will be difficult ("taking weeks to months").  The purpose of my post was whether Verizon was unwilling or unable to accommodate this customer request.  You seem to be agreeing that Verizon is unwilling to make these changes, or at the very least, feel that Verizon has decided that the time and expense involved is of more importance than correcting an issue impacting their customers.  I personally find the later equally disheartening as this has been an issue for many customers (you yourself mention experiencing the problem) and has been well documented through previous forum and Internet posts.  Even by your estimations, if they had taken previous customer complaints seriously... this would have been fixed by now.  Once again it seems the obvious answer is that Verizon may not consider customer service as an important factor as I do.
    As far as your technology issues, I agree that more than a web page change would be required.  I do take issue with comparing the change of a distributed application (operating system) that must be designed to support enumerable hardware components to the work required to makes changes to a web portal with a back-end in-house database.  You could write an entire book detailing the differences between these two scenarios as they have very little in common, but I'll try to keep it focused to your points.
    Coding
    Coding an Operating System that must run on literally a multitude of hardware configurations and support an unending diversity of applications is an incredible endeavor and really never a finished product.  Changes to an OS are constantly being made and the developers must consider hardware and software that they are not intimately familiar and occasionally even deal with 3rd parties to facilitate changes.
    The change I'm advocating has a web component which would be replicated throughout their web server topology, however, these are items that Verizon's developers deal with routinely (if not daily).  There are a very limited number of 3rd party concerns (a few different browsers, IE, Chrome, Mozilla & a disparate platforms such as PC, tablet, phone).  A little research in the benefits of web portals (and cloud computing) verses distributed applications will clearly outline the drastic differences.  A simple illustrative question (though maybe not a completely fair analogy) is how many people do you know who can code an operating system and how many people get on GoDaddy and create their own web pages.  I'm not trying to insinuate that anyone who knows a little HTML can make the web portal changes, however, this isn't a difficult project for an experienced developer.
    The bigger issues and ones that I alluded to in my original post are the changes that would be required to Verizon's back-end databases.  The changes that would need to be made mostly likely involve multiple databases and assuming they are using a typical relational database design might require changes to key fields, adding new databases/tables, and exhaustive integrity checks.  This isn't something that an average user could sit down and accomplish in an hour, however, these are simply the routine day-to-day duties of any professional database developer.
    Again I reiterate... this change simply involves allowing someone (either a user, CSR, or other Verizon agent) to readily change an index record or records that correlates Account Owner to cell phone number.  In terms of database management this should be simple.
    Debugging & Deployment
    The debugging/testing of changes made to an Operating System are amazingly complex for all the aforementioned reasons.  The deployment of such changes is even more complex in that you've got to develop the mechanism to push these changes out to the entirety of the user community.  I'll address deployment (or as you said dispersal) of this change because it's the easiest... quite simply there isn't one.  The benefit of having a centralized web portal like My Verizon is that users come to you, not the other way around, and any change made will immediately be accessible by the user community.  There is a deployment aspect in that My Verizon doesn't exist on a single web server, but again this is just the typical topology for a portal of this size and not relevant to our discussion.  Debugging/Testing is an important aspect of any change and certainly Verizon has this methodology in place, however, I'll reiterate that this change should not be complex and shouldn't require extensive testing.  We've also already discussed the fact that any debugging/testing only has to take place on a limited number of platforms.
    Downtime
    If adding the ability to change the relationship of the Account Owner to an associated cell phone number requires any downtime... the person responsible for Verizon's Development, Beta, and Production environments should be fired.  There is simply no way this is even a possible concern.  I've dealt with many companies with far less resources than Verizon and I assure you that changes of this nature would never require down time.  I'm sure they have staff in place whose sole responsibility is to work on their continuity plan.  This is a non issue.
    Other Carriers
    You can't possibly know how all carriers operate, though you may have some past experience with other companies.  I would contend (and maybe I'm too optimistic) that a company with a focus on customer satisfaction when made aware of complaints and/or limitations in their service would seek to rectify the issue.  It's quite possible that whatever other company you are referencing has fixed this issue if indeed it was similar... especially since I've hopefully bolstered my opinion that the resolution is not overly complicated.
    Would you mind telling me if you deleted your 2 original comments to my post before I had an opportunity to answer?  The reason I ask is that last night another user (jimfitzgerald) had posted a comment and I replied.  He later posted a 2nd comment and while writing my response... all the posts were removed (his 2 posts, my reply, and your 2 posts).  I'm curious if this was just a user withdrawal (though I really wish my response had remained in the thread), if there was some sort of technical issue with these forums last night, or if my response was deleted for cause by Verizon or other admin.   Thanks!

  • Eligible update from adobe to fix problem with brushes?

    As you know I tryinf find out some solution to fix my problem with Adobe Photoshop cs5 Extended version with the newest updates- I ve got a problem with corectly view of brush preview on my screen and bugs with it- always change to normla cursor, exactly this:
    http://www.youtube.com/watch?v=UAwav8h41o0
    I have already contacting INTEL:
    Try to find out some updates to my video cards: INTEL HD GRAPHIC 3000
    But inel told me that is not their problem and they gonna not help me, they told me that I should contact APPLE,
    So I contact apple:
    Apple told me that they have no responsibility from 3rd party company as ADOBE and their software: Photosohp CS5 and they told me as well that I should contact ADOBE,
    Ok, I try to cntact adobe:
    but I cannot find some contact on official site- email, where I can deteailed describe my problem, so for that I try to find some information through the community forum here:
    PLEASE IF THIS READ ANYBODY FROM DEVELOPER TEAM FROM ADOBE:
    Can you give some advice how can I fix my problem?
    THANK YOU VERY MUCH

    You could try
    http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop
    But are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift pressed while starting Photoshop, 3rd party plug-ins deactivation, system maintenance like repairing permissions, purging PRAM, font validation, etc.) yet?

  • Fixing problem with no scanner detection on Mac 10.6.8

    At the time I upgraded to the Snow Leopard, I experienced a loss of use of the scanner function on my HP 4500 printer scanner while I am able to use the printer function.  I've been advised to try to fix the problem with a download of Image Capture.  Where do I get right version  and how do I proceed?  Is it free?
    This question was solved.
    View Solution.

    The problem of communication that prevented the initialization of the printer by the Mac was solved by removing the printer plug from a power strip and attaching it directly to the receptacle in the wall.  Thanks to the member who posted the idea.

  • How to fix problems with apps that need access to Apple servers?

    I have problems with Apple apps that connects to Apple servers (App Store, iTunes Store, Apple Support pages on Safari).
    They are very slow or even not responding like iTunes Store with blank pages.
    Please help.

    There have been other threads on this and it seems that some members have reported that resetting your Macs PRAM has fixed it for them.
    Reset your computer’s PRAM: http://support.apple.com/kb/PH14222

  • Upgraded to mac os x maverick 10.9.1. Any suggestions on how to fix problems with audio and video bugs?

    Having problems with video and audio delays for mac ox x maverick 10.9. Are there any ways to fix this?

    I also noticed that if I wiggle my mouse around while I watch video streams the video&audio is significantly smoothier.

  • How do fix problem with iPages - type does not enter - ?

    How do I fix this problem with Pages - type from keyboard does not enter ?  If I need to re-install, How do I do that?

    Hello DonAndNorma,
    You may need to uninstall, then reinstall the Pages application. Steps for doing so can be found in the article linked below.
    OS X Mavericks: Install, update, and uninstall apps
    http://support.apple.com/kb/PH14299
    Cheers,
    Allen

  • How do I fix problem with linked and cropped image frames not printing properly when spanning pages?

    We are using InDesign (ID) to develop and print church bulletins which contain a combination of text frames and graphics. One of the graphic types we use are TIF files which are high-resolution scans of hymns.
    A hymn usually has a combination of the musical score, plus the lyrics - with many verses., so the modular structure is 'staff' composed of a treble clef, followed by verses, followed by a base clef.
    If the example above had 6 verses instead of one, we would crop the image by adjusting the frame, so that the treble clef and the desired verses showed through the frame.
    We would then copy and link the frame - piggy back - adjusting the next content window etc....so we build a custom version of the music as a series of linked frames - each with the same base image, but a different frame position.
    So this works fine, when we do this on a single page, but when we then add a 'last staff' at the top of the following page, we encounter print problems with some output devices.
    Imagine a two-page spread, with a full page of music on the left, and the last staff (treble clef, verses, base clef) unit as a separately linked frame at the top of the right page of the spread.
    It displays correctly, and will print individually as pages correctly, but when we print it as a booklet, the last frame drops out and we have blank space.
    I can print the document to PDF and it works fine, but if I print it to a copier or laser printer I get drop out.
    It is inconsistent.
    Previews are always okay. Individual page prints are okay, but when you print the entire document, the last frame in this kind of linked series gets blanked.
    If we create and name the image differently, and call it in as a new image - (not linked to the previous), but it is still a large image that is cropped to a small piece, then it doesn't print.
    If we save the last frame as a different image type (take the TIFF file into photoshop, crop it and save it as a jpg - so it is only the 'snippet') and then import it, it works fine.
    So my question to you InDesigners....is there some setting or tip or trick I need to know to be able to link a series of frames with the same base image, but different crops and make it span across two pages properly.
    Or do we need to play this game of crop and trim the image so that it doesn't drop out?
    Any thoughts, advice, direction would be gratefully received!

    I did a lot of such hymn things in the past, but I was alway working on the scans in Photoshop, like adjusting, retouching spots and cropping. And I was always seperating those images to be more flexible so I never run into such a problem.
    I am always scanning in a higher quality level than I would need, I scan it in color, this allows me to eliminate paper color easily, even if I need 1-bit images at the end, I do it in color, so I can also turn the image.
    I did once run into a similar problem with a scan I have got from a copier-scanner machine (it was not a song). But saving as PSD resolved my problem.
    So I would suggest: Open your files in Photoshop, resave them as PSD files and use those instead. If you use 1-bit images (which is fine for this type of images) you should use a resolution equal to the printer's resolution.

  • Is Adobe even trying to fix problems with their flash player?

    I have been using Adobe Flash Player for a number of years now the error messages
    all seemed to happen for me right after their update to version 14
    Okay so, I uninstalled Adobe Shockwave 12 but I still get this annoying
    "Shockwave Flash" is slowing down your computer, would you
    like to stop it?
    NO because why would I want to stop an app that I just took out of my pc?
    And whatever happened to uninstalling old flash data before installing a new one?

    crisS wrote:
    No.  Adobe is not doing anything to solve the problems with Flash Player.
    And you are not getting anything done about it by posting Flash Player issues in the Shockwave Player forum!
    This topic is now locked.

  • How do I fix problem with Smart Sharpen & CR as filter

    Smart Sharpen doesn't apply (or apply completely).   Photoshop CC on Mac OSX 10.7.5
    new merged layer > Filter > Sharpen > Smart Sharpen > adjust sliders > toggle Preview > click OK (progress bar) > nothing or 50% applied
    1. Smart Sharpen (SS) shows changes from sliders in SS dialog box AND on underlaying image in PS  but  checking and unchecking the Preview box only toggles the image in PS, the SS dialog box does not change.
    2. After clicking 'OK' SS does not  seem to apply at normal ranges but when the radius is cranked up to super ugly it appears to apply at about 50% (Opacity and Fill are at 100%).
    Related Problem:
    After using 'Camera Raw as a filter' on a new merged layer, then adding a layer mask, and then painting with a brush at 100% opacity and Flow, it appears that only about 50% opacity is applied to the mask from the brush.

    I did a lot of such hymn things in the past, but I was alway working on the scans in Photoshop, like adjusting, retouching spots and cropping. And I was always seperating those images to be more flexible so I never run into such a problem.
    I am always scanning in a higher quality level than I would need, I scan it in color, this allows me to eliminate paper color easily, even if I need 1-bit images at the end, I do it in color, so I can also turn the image.
    I did once run into a similar problem with a scan I have got from a copier-scanner machine (it was not a song). But saving as PSD resolved my problem.
    So I would suggest: Open your files in Photoshop, resave them as PSD files and use those instead. If you use 1-bit images (which is fine for this type of images) you should use a resolution equal to the printer's resolution.

  • Fixing problems with the Microsoft Windows Installer Cleanup Utility

    Sorry for the long subject. I am having what appear to be common problems with my acrobat reader for which the only solution appears to be using the microsoft windows installer cleanup thing.
    I have acheived downloading the utility to my desktop but when I try to run it I get an error message as follows:
    Across the top of the message it says 'WINDOWS SCRIPT HOST' and in the box it says:
    Script: C:\DOCUMEN~1\Karen\LOCAL~1\Temp\IXP000.TMP\StartMsi.vbs
    Line: 1
    Char: 1
    Error: The specified module could not be found
    Code: 800700E
    Source: (Null)
    Does anyone have any clues as to where I can go from here as I am stuck with a program I can neither use or uninstall, and a reascue plan that doesn't want to cooperate either. And please treat me like a 2 yr old with the technical stuff. Thanks. :-)
    Karen

    Can you try to download it again, perhaps to the C:\ drive rather than the Desktop? Delete the Desktop download, then open Windows Explorer, and run the installer from the C:\ drive.
    P.S. do you have administrative privileges on your system?

  • New power supply did't fix problem with geforce 4400

    I continue to get flashing on the monitor and locking up problems with my new MSI geforce 4 ti 4400 card despite installing the latest Nvidia driver and new Compuserve 500W power supply (30A on the +3.3).  Everything I've read here said it was probably my old 350W power supply.  Not so.  What do I try now?  
    Here's my specs:
    P4 2.0
    Soyo Ps4 Dragon Ultra
    1 gb ddr ram
    80gb WD hard drive
    Soundblaster Live 5.1
    Windows XP
    Compuserve 500W ps
    Viewsonic VA 800 monitor
    I really need help!

    I had similar problems when I tried to use an MSI GF4 Ti4600 and Windows XP Professional locks up at the splash screen. I also tried a Leadtek GF4 Ti4600 and got the same results. I had already upgraded my power supply from a Antec TruePower 330 watts to 480 but to no avail.
    Turns out the problem was caused by my brand new Gigabyte GA-8IEXP rev. 1.2 motherboard not fully supporting AGP 2.0 voltage requirements required by the power hungry GF4 Ti4600 cards though their tech support would not confirm nor deny this. Even upping the core and AGP voltages via the BIOS didn't help.
    I then bought an Intel D845EBG2L motherboard (that stated AGP 2.0 compliance in the manual in addition to AGP 4X support) and the GF4 Ti4600 ran great  :P

Maybe you are looking for

  • O/S error in starting Oracle DBID Agent

    Hi, I'm installing fresh Oracle 8.1.7 software. However, after a while it gives me an error mesage "O/S error in starting Oracle<DBID>Agent. I open Services window. I try to start the service manually. It gives me "The service could not be start on l

  • What is the best file type to use when dealing with text data?

    Hello, I am trying to read off text information from a file stored on the phone. I am currently using a txt file to store the data; however the input streaming process is very slow. Is there another way, or file type I can use which is much quicker?

  • Time Machine backup 0,0 kb...

    I'm trying to copy all data from a Macbook to a Macbook Pro (both 2006 and running 10.6.4) using Time Machine. But when I try to copy the MB-files to the MBP I get a message the MB-files are 0,0 kb. Instead of the 43 gig they really are. What am I do

  • Random Number Generator setSeed(); method???

    I've searched and can't get a good understanding of the setSeed() method. I am suppose to use the loop control variable to seed the random number generator inside the loop. I need to use the same input everytime I use the random generator. When I com

  • Recent Notes Gone, not in email, can anyone help me

    So this is the second time this happened (the first time I was unable to retrieve lost notes). I only lose certain notes during whatever is going on. I thought it was my iCloud being weird so I turned that off. Now it has happened again and an 8 mont