How can I report a bug to Adobe? (Illustrator crashing Mac when recording to Apple's Time Capsule)

Hello. I know it's a bug because it affects a large number of users. Basically when you save an Illustrator file (and occasionally a psd) back to an Apple Time Capsule the program freezes. Trying to force out Finder crash too then a hard reboot is required.

There is a thread on the forum from Apple here: https://discussions.Apple.com/message/17761304?ac_cid=142432#17761304

However, person or Apple, or Adobe does nothing to solve the problem, so I just want to know how to report this kind of thing to Adobe? I don't have a service plan (and don't think that I should a need either to report this kind of thing).

Any suggestion is appreciated. Thank you very much.

https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

Mylenium

Tags: Illustrator

Similar Questions

  • How can we add a menu in Adobe Illustrator CS3?

    Hello

    I want to create a new menu in the structure of menus of Adobe Illustrator, and I want to call another application through this menu. After hours of searching in the web, I came to know that I have to work with Plugin programming. So I downloaded the Illustrator from adobe CS3 SDK and started programming using Visual Studio .NET 2005 with the code examples provided with the SDK. And I'm still not able to find any solution for adding a new menu. The problem is the documentation provided with the sample code is too short, I'm not able to understand the control flow, the functions used in the sample code.

    Please help me!

    Farida kaid

    I disassembled the code example for the bare minimum for you:

    -snip-

    Error AIErr = kNoErr;

    Add the other menus.
    AIMenuItemHandle throwAwayAIMenu;
    AIPlatformAddMenuItemData throwAwayMenuData;
    AIMenuGroup throwAwayMenuGroup;
    char strBuffer [255];

    #define kMenuPlayMenuGroup "Menu group to play".
    #define kSDKMenuGroup 'Group SDK'

    First, we create a normal menu of plug-ins to use a hierarchical root
    throwAwayMenuData.groupName = "utility window";
    throwAwayMenuData.itemText = SUctopstr ("my menu text group");

    error = sMenu-> ToolBarMenuButton.AddMenuItem (message-> d.self, kSDKMenuGroup, & throwAwayMenuData,
    0, & throwAwayAIMenu);

    If (error)
    GoTo error;

    Now declare us the menu item, a menu group
    sMenu-> AddMenuGroupAsSubMenu (kSDKMenuGroup, 0, throwAwayAIMenu, & throwAwayMenuGroup);

    Now we can add menu items to it.
    throwAwayMenuData.groupName = kSDKMenuGroup;
    * strBuffer = '\0 ';

    throwAwayMenuData.itemText = SUctopstr ("my menu text");

    error = sMenu-> ToolBarMenuButton.AddMenuItem (message-> d.self, "menuname1", & throwAwayMenuData, 0, & throwAwayAIMenu);

    If (error)
    GoTo error;

    -snip-

    Basically, this is going to create a group menu (if it is not already present) called my "text menu group" and then it creates a menuitem in this group called "my menu text. If you select this menu it will trigger notifications that occur in menuhandler_go_item() or something like that - it should be quite obvious in the code example. Normally cling you to the handle, you get when add a menuitem in the handler code, you can tell what menu item is triggered, but if you just do not let ‑‑ you will not be called unless that its your only menuitem. Then, you just do whatever it is you need to do.

    I don't know what you mean by 'add url' for the plugin. You mean you want to add a menu when you click on the point that launches the browser to a specific URL? If not that, I'm not sure what you mean.

    Launch a .exe or another process is not in the scope of the Illustrator SDK - which is the specific platform and you'd better read the Win32 SDK documentation or find a forum for General Windows programming.

  • How can I change my preferences of Adobe Illustrator CC 2014 file?

    I know the location and I've done it before in the previous version of CC, but for some reason any its not let me in its new version of Illustrator (CC 2014), does anyone have a step by step to get this done?


    Mac OS

    Local

    / Users / / library/Preferences/Adobe Illustrator 18 parameters / en_US * / Adobe Illustrator Prefs

    Synchronized

    / Users / / library/Preferences/Adobe Illustrator 18 parameters / en_US * / Adobe Illustrator Prefs of cloud

    You want to edit the new Document profile that you use most, or just make a new document with all the things you want to be there and record in New Document profiles in (on a Mac) HD/Users /library (a folder hidden on OSX 10.7 +) / Application Support/Adobe/Adobe Illustrator CSX/fr_FR/New Document profiles.

  • How can I report a bug with Windows XP?

    I've identified a reproducible bug in Windows XP on the backup and restore of encrypted files (EFS) using the Win32 API.  I have a simple program that illustrates the problem.  The problem does not recur on Vista or Windows 7.  Even if MS will not solve the problem, because the level of support for XP, it would be useful to obtain an acknowledgement of the problem.

    How to bring this to the attention of Ms?

    Thanks in advance,

    Dan

    Unfortunately, microsoft no longer provides support or updates for the xp operating system.

    There are two versions behind the OS vista and win7

    but since there are millions of xp still in use, expecially by company, then my suggestion is to create a blog about your discovery.   my suggestion is to blog on wordpress.

    describe in detail how you discovered it, the symptoms and what solutions or you would recommend workaround.

  • How can I remove the update of Adobe in the Mac menu bar?

    I would delete the Adobe Updater in my sidebar for my Mac, I found a lot of education to remove it for other versions of the update, but the I can't find this option in the new version of CS6.

    If there is a way to completely stop the update of the race, which would also be useful.

    I also don't understand why the updater tell '4' in the menu bar, I only have Photoshop installed, and there is no update available.

    Have you tried adjusting your proferences of in the Application Manager?

    If you open the application manager and click on the 'Préférences' button at the bottom, there should be a check box labeled "Keep me again on the menu bar". If you uncheck this, Adobe icon should disappear from your Mac menu bar.

  • How can I report an error in the cmdlet new - vm, when try/catch catch him?


    I used PowerCLI 5.0.1 and tries to add a processing error on the create a new virtual machine.  My try/catch block doesn't seem to be jumping to catch code.

    try {}

    new-vm-name badvm - vmhost "10.10.1.1" datastore - bad

    ECHO "inside to try"

    }

    catch {}

    $msg = $_. Exception.Message

    ECHO "inside wrestling"

    echo $msg

    }

    When I run the present, I get the appropriate error «...» Cannot find StorageResource with the name of 'bad '... ' appears on the screen and the text ' to try '.  I expect to fall into the Catch code.

    The host is valid and connected; so, it seems that the new - vm cmdlet Gets the host - successfully - and then the host will return the error, but don't know the code to Catch.  Could the successful connection be confusing wrestling?

    I thought call get - vm with the name and check if it was created, but I would like to tell you the cause of the failure.

    Thanks for any help,

    Maureen

    You could add -ErrorAction stop to this cmdlet.

    Or to investigate the content of $error [0] after that you call the cmdlet

  • How can I create a bug report? -Key Shift stickiness

    I have frequent problems in Fusion, where the keystrokes inside the VM frequently enter the State where they are all becoming control keys. For example, type "quit" returns in the application within Windows as quit.

    As you can see, it makes work in the virtual machine near impossible, because the difference between Shift keys and rays causes intolerable failures.

    Sometimes I can clear the problem by activating / disabling the mode of the unit. Most often, the problem occurs in Unity mode and out of this fashion helps. But sometimes the problem occurs in normal mode, and twice switching modes, and then help. Other times, there seems to be no help at all, and the virtual machine becomes unusable.

    The problem does not only with the key "control-sticky" but sometimes as a key "shift-sticky", or "inverted the upper locking button."

    My questions:

    1. How can I report this bug likely?

    2 is this a known bug?

    These conditions may occur if the client and the host of the keyboard state get out of sync.

    Keys stuck, try to press the change affected several times. A reversed, capslock key try the Virtual Machine > touch send > caps lock.

  • I have an idea on the program application Adobe InDesign to increase the power of sale of Adobe InDesign, by adding an additional menu, with an additional menu that I hear more important for the future of printing.  How can I report directly to the

    I have an idea on the program application Adobe InDesign to increase the power of sale of Adobe InDesign, by adding an additional menu, with an additional menu that I hear more important for the future of printing.

    How can I report directly to the developer indesingn adobe...!

    You can create a feature here request:

    Feature requests/bug reports

  • How can I report spam, saying: it's from Mozilla Firefox?

    I have a gmail account and received an email indicating that he was on your part and that I had won a $ 1 million contest.

    I do not of course think that there will have had a contest and I never entered any contest.

    How can I report this to Mozilla Firefox so that you can be aware of someone using your name to scam people?

    Was it a team "Promo price online" email as it is known as a previous similar hoax was mentioned in http://blog.gerv.net/2011/08/hoax_mozilla_firefox_online_promo/

  • How can I close firefox to install Adobe Flash Player

    How can I close Firefox to install Adobe Flash Player?

    'X' at the top right to close the program.
    'X' in the tabs will close the tabs.
    If you have the display of menu toolbar, click on "File" and then "Exit".

  • How can I report a phishing email claiming to be from Apple?

    I recently received the following:

    Dear Apple customer,

    Your identifier Apple (***@gmail,com) has been used to restore a device of one of your iCloud backups.

    IPhone (iPhone 5) of the device: Kewar

    If you have recently restored this device, you can ignore this message.

    If you have not recently restored a device or you think someone may have accessed your account, we recommend that you visit the link below to verify that you are the rightful owner of the account. Check it out now >
    Apple support

    Given that neither the identifier Apple, nor the name of the iPhone are valid, it's obviously a phishing expedition. How can I report it to Apple?

    You can use the address below to send the suspicious message to Apple.

    [email protected]

  • How can I report a receipt by e-mail on the apple store for goods, I have not. I'm sure it's a scam and I would like to report it. I moved into my unwanted file and made to give them one of my info.

    I received an email that said I have money at the iTunes store.  I did not answer but put in my junk mail folder.  How can I report and other guarantees of what I can do?

    You can transfer to Apple: [email protected] and then delete him.

    And if someone else sees this thread and he is not sure if an email is or is not Apple:

    Phishing and similar e-mail: Phishing and other suspicious emails

    The phishing emails: identifying fraudulent "phishing" email - Apple Support

    ITunes real e-mails: identification of legitimate on the iTunes Store - Apple Support emails

    Guarantees for e-mails from phishing in general, there are some tips on these pages:

    http://UK.Norton.com/7-tips-to-protect-against-phishing/article and

    https://www.Sophos.com/en-us/security-news-trends/best-practices/phishing.aspx

  • How can I report email address spam so that it can be blocked from hacking into my account and e-mailing my contacts?

    Original title: How can I report junk e-mail address, so it can be blocked to hack my account & * offshore contacts

    I'm sick & tired of being hacked on & on again by foreign sources, I recently discovered my yahoo account took advantage of Turkey & today that they are now my msn account hacking this is the second time I realized hack & spam there must be an easier way to communicate with someone on msn security represents my friends are pissed at me because it continues to send MSN I changed my the yahoo account password & also my password msn, but nothing seems to stop these predators which is msn do to catch these nut jobs

    Hello

    Sounds like you're being spoofed and not hacked. The emails appear in your sent
    Records showing you sent them?

    Which is called Spoofing and its pretty easy for a spammer to make. Of course, it does
    it look like you or the other person has sent the e-mail. Someone intercepted an email and
    It may not be you who caused him. Account of a friend could have been consulted
    or even someone could have sent an email on your behalf to someone else who has been
    compromise. Your friend can access headers and block the real senders of
    those who will change often.

    How to read the message headers
    http://www.emailaddressmanager.com/tips/header.html

    What Email Headers can tell you about the origin of Spam
    http://email.about.com/cs/spamgeneral/a/spam_headers.htm

    E-mail spoofing
    http://en.Wikipedia.org/wiki/E-mail_spoofing

    E-mail spoofing and Phishing
    http://www.mailsbroadcast.com/email.broadcast.FAQ/46.email.spoofing.htm

    Understanding E-mail Spoofing
    http://www.windowsecurity.com/articles/email-spoofing.html

    Fraudulent emails (false)
    http://pages.eBay.com/education/spooftutorial/

    Google search - email Spoofing
    http://www.Google.com/search?hl=en&EI=FB1nS9DiNo7CsQPNhKGdAw&SA=X&Oi=spell&resnum=0&CT=result&CD=1&ved=0CAgQBSgA&q=email+spoofing&spell=1

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • How can I fix the link between adobe and windows if I see .pdf not win32 application

    How can I fix the link between adobe and windows if I see .pdf not win32 application, without the disc?

    "Adobe" is the name of the company that provides a great many different applications.

    Adobe Reader is free and allows you to view pdf files.

    Adobe Acrobat is expensive and allows you to create, edit and view pdf files.

    Assuming that you are referring to the reader, uninstall all the versions of it using the control panel > add or remove programs.  Then either

    1. go to http://get.adobe.com/reader/?promoid=BUIGO and download the current version (remember to uncheck the box to install McAfee Security Scan Plus.

    or

    2. go to http://www.foxitsoftware.com/Secure_PDF_Reader/ and download Foxit Reader, a small pdf reader and many more.

    Then, install the reader that you have downloaded.

  • How can I report an inactive email address?

    I wrote an e-mail to a friend, and after that I then clicked 'send', Hotmail sent a status report of the "undeliverable mail". How can I report to Microsoft, Hotmail or MSN, the State of the non-working of my friend's e-mail address, and locate the e-mail address of my friend?

    This post please in the Windows Live Solution Center Forum Hotmail
    http://windowslivehelp.com/product.aspx?ProductID=1
    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

Maybe you are looking for

  • Email does not work after upgrade to IOS 10

    I had 2 mailboxes on my phone. After the upgrade to IOS 10 I could not use my email and started to get error messages "connection to the server failed. I deleted them both and add them again. It seems that the configuration is ok, but when I try to g

  • Transmit the payload CAN-OR-XNET

    Hi guys, Im using a NOR-XNET can PCI device. How to submit a charge in the bus?

  • ActionBar questions

    Hello I have a few questions related to ActionBar: 1. is it possible to place actions not only in the middle of the bar? (I want to place more than 3 icons, but cannot) 2. is it possible to place the shares on a Bar (no duplicates in the menu)? 3. ca

  • onClick event JavaScript was not fired on by using the Enter key

  • No HDMI sound

    I am running Windows 7.  I plug my cable HDMI to my TV and the picture appears but no sound.  In under his control panel, all that comes is the computer speakers not an HDMI option.  I know my video card allows for audio over HDMI because I used to b