CS4:Mac:Debug Version:Localization Issue

Hi Folks,
I converted a plugin from CS3 to CS4 and testing it under debug version, I'm getting an assert during the launch of the plugin, it says:
"LocaleIndex resource in plugin kMypluginID of type 'PMST' points to bogus resource for locale 256, English"
I checked the "BasicLocalization" sample plugin and couldn't find anything different than I have in my code. That looks the same as mine(although I have more palettes/dialogs..), my plugin runs fine if I press continue in assert dialog and the translated strings in US/and other languages appear fine too.
I noticed the 'PMST' is in in CoreResTypes.h declared as:
#define kStringTableRsrcType 'PMST'
Does anyone know what I'm missing here or what could be wrong?
Thanks
P.S. Use Mac 10.5.5, SDK 352 , Xcode 3.1

What's "CS"? AE is included in the Master Collection and Production Premium, but not in the Web and Design suites, so maybe you simply have one of those?
Mylenium

Similar Messages

  • Need Director 11 MAC DEBUG version

    Hi All,
    I am looking for a MAC DEBUG version of Director 11.
    My searches does not show up any. The Dir11 XDK does not
    have it either.
    Please let me know where i can find this.
    thanks
    Prasannaa

    > I am looking for a MAC DEBUG version of Director 11.
    > My searches does not show up any. The Dir11 XDK does not
    have it either.
    > Please let me know where i can find this.
    Again: ask Adobe. I provided you with an email address on the
    other
    forum where you asked this question.

  • InDesign CS4 Server (Debug version) crashing for XMLCreateElementCmd

    Hi All,
    I am trying to create an empty tag element in a document using CreateElement method of IXMLElementCommands.
    Utils<IXMLElementCommands>()->CreateElement(wTagName,kInvalidUID,parentRef,childCnt,&tagXM LRef,kFalse);
    where wTagName is th widestring containing the Tag name,parentref is tha parent reference,childCnt is the index in parent.
    The server crashes at this point in debug build saying
    XMLCreateElementCmd::SetUpTarget: nil DB
    Command::SetTarget(): nil db pointer.
    Any ideas what could be the reason or where am I going wrong.
    Thanks in advance.
    Regards,
    Jasmine Shaikh

    parentRef is the XMLReference of the root element  of the document. And I am able to create an empty element properly under the <Root> element by this code in the Release build. But the server crashes while shutting down that's why tried building the plugin in the debug version.
    Anyways. The problem has been resolved (Server not crashing at this point but somewhere else now . Will have to look into it ).
    I added another boolean parameter(doVerify) for debug build. The create element statement looks like this now.
    Utils<IXMLElementCommands>()->CreateElement(wTagName,kInvalidUID,parentRef,childCnt,&tagXM LRef,kFalse);
    Thanks,
    Jasmine

  • Have ordered Photoshop Elements 12 and Premiere Elements 12 (for MAC, EN version). Order went through but finally order was cancelled as Adobe Store was unable to approve. Subsequently order was cancelled. did anybody experience the same issue and how to

    Have ordered Photoshop Elements 12 and Premiere Elements 12 (for MAC, EN version). Order went through but finally order was cancelled as Adobe Store was unable to approve. Subsequently order was cancelled. did anybody experience the same issue and how to proceed.

    Hi there
    Please check with your credit card issuer to see why payment is not being approved.  When this is resolved you should be able to place a new order.
    Thanks
    Bev

  • Is there a Photoshop CS4 Debug version?

    Hi, Everyone~
    I want to develop a Photoshop CS4 Plug-in.
    How can I do to develoop that ?
    I already have a Photoshop CS4 SDK. Is it oK that only Photoshop CS4 SDK to develop it?
    I think Photoshop CS4 Debug version needs to develop plug-in, How about it?
    When that needs, Where can I get a Photoshop CS4 Debug Version?

    Short of working for Adobe, you cannot get a debug build of Photoshop.

  • [CS3 Mac Server]: Debug version loaded, Release version not

    Hello!
    I build a plugin for the CS3 Mac Server.
    The debug version of the plugin is loaded by the Debug Server successfully.
    When I want to load the release version by the Release Server, there comes the error message "Adobe InDesign does not recognise ... as a valid plug-in. Please reinstall the ... plug-in and restart Adobe InDesign."
    I am using InDesign Debug Server 5.03 and InDesign Release Server 5.03.
    The libraries and frameworks which are bind to the plugin seem all ok.
    What can be the fault with the release version?
    Any help appreciated.
    Alois Blaimer

    Hi,
    you need:
      - Visual Studio 2005 + SP1
      - Visual Studio 2008
    Gruß,
    Sergey

  • Debug version of Adobe InDesign CS4 Server

    Hi All,
    I have installed Debug version of Adobe InDesign CS4 Server on my PC. It gets install properly. When I try to start the server it gives me such error "The system cannot execute the specified program."
    I have written following command to start the server.
    eg.
    C:\Program Files\Adobe\Adobe InDesign CS4 Server>Indesignserver
    So please tell me if there is another command to start the server or the set up that I have is not proper.
    Thanks & Regards,
    Santosh Kadam.

    Hi,
    Have u supplied registration keys at the time of installation?
    Are other InDesign software woring on ur PC?
    Hope this information will help me to fix it.

  • InDesign CS4 Mac starts but then freezes

    Indesign CS4 Mac starts up but freezes from there. Trying to open files or create new ones results in the filename appearing at the bottom of the Window drop-down menu, but the file doesnt appear on-screen.
    The same result occurs when opening files using "Open Recent File" as well as double-clicking the file in Finder or using "Open With" in FInder.
    It couldnt have picked a worse time to crap out - right in the middle of an urgent contract!! Dang Cleetus!!
    Any suggestions - apart from re-installing the program?
    Cheers,
    John

    Tried renaming InDesign Saved data and InDesign Defaults and restarting InDesign - that didnt seem to fix the problem -  after re-starting InDesign it seemed the program didnt write new versions of the files on re-start.
    Will head back to the office & connect to my 23" display & see if ID works OK with that - that would confirm that it's a screen pointing issue?
    Would re-installing ID help?
    Cheers,
    John

  • Debug version & Release version on same machine?

    Hi all
    I'm new to sdk. I've few questions..
    I've indesign cs3 realease version in my system. Now I need to install indesign cs3 debug version in the same. Will it make any problem??
    or can I install it in different user in the same?
    will the debug version have all features that release version has? For example, if I develope a script with debug version will it work on realease version and viceversa?
    many thanks
    THAMIL

    Once again I'm using CS4, not sure if CS3 writes user prefs in the same fashion.
    Is your concern with user saved preferences?
    I'm assumming that the location you referenced is where user preferences will be written for Indesign on a Windows machine. Since user preferences are comprised of things like color settings, font info, scripts, workspace setting etc. As you change any user stored setting via the release or debug builds both apps will write to the same prefs files. So any changes you make to prefs in the Debug version should be honored when the release version is next launched.
    There are settings specific to the debug build for tracing and so forth, but I beleive those are limited to the current session and are not saved across sessions.
    If your concerned about registration data, that info (on a Mac) is stored in the same Adobe Registration database file but each Adobe app/version has a separate entry.
    Hope that helps
    Mike

  • Mac Snow Leopard install issues w/ CS?

    I'm upgrading my Mac OS to Snow Leopard (10.6.3), and prior to doing so, I decided to go online and search to see if there were any issues or recos I could fine re: the upgrade. I'm glad I did. I seems there are a few problems with Adobe CS softwares – saving files and software crashes with Snow L.
    I am running all CS4 versions, with the exception of InDesign (CS6). Did Mac/Adobe resolve the issues with the 10.6.3 version?

    CS4 should work fine without any issue on Snow Leopard , there could be problem that could be system or application specific which we can try and help you with.

  • HT1277 I have quickbooks software. I am traveling. I tried to send an invoice out, using the mac email (version 5.3) I can't send the mail out. I get a pop up asking for my password, I put the password in and it does not accept it.

    I have quickbooks software. I am traveling. I tried to send an invoice out, using the mac email (version 5.3) I can't send the mail out. I get a pop up asking for my password, I put the password in and it does not accept it. This is the 1st time I've had this problem.
    slpmtns

    Whilst it may not be your fault I am afraid it appears that your post is on a forum which is not the best for your OS. It will save the time of the unpaid volunteers here, and may resolve your issue faster, if you could examine the list below and see if there is a more appropriate forum to which you could direct your question.
    OS X 10.9 Mavericks
    OS X 10.8 Mountain Lion
    OS X 10.7 Lion
    OS X 10.6 Snow Leopard
    OS X 10.5 Leopard
    OS X 10.4 Tiger
    OS X 10.3 and earlier
    OS 9, OS 8 & System 7
    OS X Technologies
    OS X Server
    iPad
    iPhone
    iPod
    Other

  • I can't find older emails in my Yahoo account or iPhone app BUT I am able to see them on my Mac Mail version of email. sent emails are OK.

    ... for the past few months i have noticed that emails in my inbox Yahoo mail account older than a few weeks keep disappearing. i cannot find them in my Yahoo account or iPhone app BUT i can see them on my Mac Mail version of email. Emails that i have stored into folders in my yahoo account are still there... same with my sent emails... it's just the Inbox emails.. strange, very strange. I don't know how to 'move' the emails from my Mac Mail  back to my Yahoo account.

    Please read and begin using Can receive email, but not send email. I had a similar issue with Comcast mail (could receive by not send) and found my answer in this letter. For me it took resetting the outgoing mail and telling the system to use a password when sending outgoing mail. If you need help with that please advise and I'll tell you where to look. 

  • Mac Mail Version 6.0 (1486) has stopped recieving mesages regularly and the search doesn't work

    Mac Mail Version 6.0 (1486) has stopped recieving mesages regularly and the search doesn't work.
    Since installing Mountain Lion, Mail seems to be very unresponsive. I have mac mail running on an iMac (which works fine) and a 2012 MacbookPro which is the one having the issues with the Mail app. Both computers are running on Mountian Lion.
    When I scroll up in Mail for instance, the frame rate drops to about 5 a second.
    When I click on a message it doesn't display it in the preview pane. Which is very annoying!
    But I can get around the issue by double clicking on a message and it opens up the message in a new window.
    When I search for a message, nothing appears in the results. Even if Im searching for something that is defiently there, eg if I type in my name, you'd think some results would come up. But when I click on something else, the results dispaly for about half a second. Bizarre. Is anyone else having this problem?

    what kind of error in browser you are seeing?
    is search service application never starterd or its started but cannot crawl?
    did you see the timer jobs related to search services and what's their status?
    so what about the search results from site collection?
    also make sure this service "SharePoint Search Host Controller Service" started on all servers in the farm.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
    In the browser I receive the following error:
    The search service app is running, doesn't crawl:
    Yes, I can see the timer jobs related to search services, some of them are Succeded, others are Scheduled.
    The service SharePoint Search Host Controller Service is started in the first server of the farm, but not in the second
    one. When I try to start it, I receive the following error:
    Windows could not start the Sharepoint Search Host Controller Service on Local Computer. Error 1067: The process terminated unexpectedly.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • Localization issues

    Would someone be so kind to point me at the right address for general Mac localization issues?
    The problem is with Croatian keyboard and "@" sign - not just on iMacs, but on all Macs and MacBooks.
    I thinik I have tried all official ways to sort out the problem, but no luck so far. Maybe some users from other small countries have experience in similar situations? How to get attention from Apple on this issue if you live in a small country like Croatia?

    Well, our problem in Croatia is that there is no "@" sign printed on our keyboards!
    The problem is super-simple to solve, but just needs a few words at the right department! It's a huge annoyance that new Mac users can't find "@" on our keyboard beacuse it's not marked - and it's just because Apple uses the same ancient Croatian layout as on first 80es Mac computers when first localization took place and when there was no email and the Internet! Unbelievable but true!
    Sure, it's not a problem for an old Mac user, but every single PC switcher ask the same question: "Where is @ sign???". Also, you can't get your new Mac up'n'running if you don't fill in the Registration form at the first start - and you can't do that because you can't type in your email without "@"!
    Do I have to mention that Croatian schools can't use Macs because of it? It is required that keyboard has our Croatian letters and all needed symbols - and that is not the case.
    After over 5 years of complaining about this problem I got to the Apple Europe representative and he said: "We are aware about this problem and working to address it." That was 8 months ago and many new Mac products are out since then... but still no "@" on our keyboards.

  • Clone Stamp Freakout in CS4-Mac

    Hi,
    I am using PhotoShop CS4 on a Mac Pro (2x2.8Ghz Quad Core, 4Gb RAM, NVIDIA GeForce 8800 GT) running 10.5
    My CS4 is up to date.
    I use a Wacom Intuos3 6x11 tablet with stylus; it is also up to date.
    I am retouching a large (1.88GB) PSD file with multiple layers.
    Here is my problem: as I attempt to use the clone stamp, PS stalls in a really peculiar way. I'll either be in the act of cloning, or holding spacebar to get the hand to move around the image, and PS stops functioning. No commands work; the mouse is unresponsive. I do get two large boxes at the top of my image: one is a static checkerboard transparency, the other is a checkerboard trasparency that flickers at seizure-inducing rates.
    This goes on for about 20 minutes, after which I am able to work normally (and save, save, save) for about five minutes.
    It also seems to be exacerbated if I zoom in closer than 100%.
    I have not had this problem on larger files, so I'm not convinced this is a memory issue. It is going to become a "smash my Mac with my tablet" issue.
    I have turned off all other programs, including Spaces.
    Any help is appreciated.
    Thanks.

    Did you update to Photoshop 11.0.1?
    If you already did, then it sounds like you're having a display driver problem or a GPU failure.
    You may want to get the machine checked, and in the meantime you can turn off GPU drawing in preferences.

Maybe you are looking for

  • af:activeCommandButtonToolbarButton in ADF 11g

    Hi i want to know about the Active Boolbar button .so i read the Help about this component.they described about each attribute of the component. i am not getting about some attributes like DepressedIcon,Hiver Icon,disabled Icon,UseWindow,acessKey,imm

  • Tracking Shipments from China and Honk Kong

    Hi all, There are several websites posted on older discussions related to how to track orders from China or Hong Kong. I have compiled a list for everyone's convenience and some instructions. Some websites are specific in checking only tracking numbe

  • I want to exchange my iPhone 4S to 5s. My iPhone 4S is absolutely ok and working condition. How much I have to pay for this..

    I want to exchange my iPhone 4S to 5s. My iPhone 4S is absolutely ok and working condition. How much I have to pay for this..

  • Need 10.6.0, help.

    I updated my iPhone to IOS6 and now I need the latest version of iTunes to use my iPhone on the computer, but when I tried to download the new iTunes it said my computer had to be updated. Im only on 10.5.8 now what do i do? How can I update it now?

  • Hiding Windows Desktop or Locking Windows Dekstop

    Hi, I am raaj, working as a programmer in Malaysia. Right now I am developing an Internet Project in Java using Swing and Access Database. Actually our requirement is, when the system starts, automatically Java Application have to run(this can be don