CorelDRAW Graphics Suite X6 :: Stops Running Immediately Upon Start Up
Apr 2, 2013
I installed X6 today and when I got to start the program it stops running immediately. When I click on the icon the start up window appears but then freezes on "Creating Application Environment" and then just stops running. I am trying to run x6 on a relatively new hp pavilion g6 laptop.
View 3 Replies
ADVERTISEMENT
Feb 6, 2013
I've noticed that when you press the space key to end a line when you drawing with the bézier tool, it automatically takes you to the pick tool. So if you want to draw another line right away, you have to switch back to the bézier tool. It would be nicer to have a one-step means of doing this. Does any exist?
View 7 Replies
View Related
Jun 23, 2011
Working in photopaint . . . all goes well until I try to save or close the file. Then it stops responding. When I try to close CorelDraw, it says that I cannot close it while I have the photo open in Photopaint. However, Photopaint is no longer running. This is new problem since I installed Patch 3.
View 2 Replies
View Related
Mar 24, 2011
I recently have installed Corel Draw x5 and everything was working perfectly fine when all of a sudden it stopped opening .cgm files. It will pop up the message of Corel Draw has stopped working and then I click OK and it closes the program. Every other file extension I have tried opens prefectly fine.
Here are a couple of things that I've done so far:
1. Reverted back to a Default Workspace.
2. Closed out all Dockers.
3. Reinstalled entire program and all features. Updated all patches and Clean booted the PC with only MS Services running. (As instructed by Corel Support)
View 2 Replies
View Related
Dec 17, 2012
CorelDraw X4 seems to run slow on my new system.
I used X3 on a very low grade business computer at my last job and it worked flawlessly, now I have a stacked HP system with X4 and it runs doggie. I notice it most when cropping bitmaps with the node edit tool. I will get an hour glass (blue ring) when I do this.
I have my memory allocation at 75%
View 10 Replies
View Related
Jul 23, 2011
Entire Corel suite freezes on start up - I cannot do anything. Reinstalling also does not work - suddenly buttons on the installer dissapeared - there is no text on them and when I click them nothing happens.
A week ago I have installed service pack 3 and everything worked fine. It has all gone wrong again. And installation of the latest patches does not work anymore.
I am running Windows 7 64-bit and I've got a feeling that is must have something to do with system updates.
View 4 Replies
View Related
Sep 20, 2011
Have recently upgraded to corel 11, from 9, but at the same time upgraded my computer.
When I try to plot a simple circle shape on my Roland CM24 the image cuts twice and is extremely slow (juddering).
I believe the double cut is caused by the hairline & fill but messing around have only gone from double cutting each shape individually to do double cutting the whole image.
View 2 Replies
View Related
Sep 28, 2011
I am new at creating a recorded macro in Corel X5..I have done the steps to record a macro for changing a text colour within a symbol...i get an error debug message ActiveShape.Shapes(26).PowerClip.EnterEditMode
what i want to do is change a coloured text from black to white that is symbol. i have several different text that are in symbol and it is a pain to enter each one and change a colour.
View 8 Replies
View Related
Oct 31, 2013
I have installed CorelDraw X6 today. Whwn I start CDR or PP I get a Member login popup. If I try to login there i get an error: "You do not have a Product membership...".
If I go to [URL]
View 4 Replies
View Related
Apr 3, 2012
Is there a way to see or determine the start and end point of a drawing path? I'm exporting a CorelDraw file as a .plt file to a plotter/cutter and the manufacturer of the plotter/cutter saws the start point of the cut is determined in CorelDraw.
I want to be able regulate where the cutter starts cutting the material and where it stops at the end of the cut path.
View 2 Replies
View Related
Jan 10, 2013
Yesterday i work normal on my PC and after the windows Updates from today my Corel doesn´t start.
@ frist I try ti uninstall all updates from Microsoft and restart my PC.
My System:
Win7 64 (a Complete new installation)
VMWare Mashine
4 Core
8 GB RAM
View 4 Replies
View Related
Jan 4, 2013
All the products installed on my Win 7 Pro 64 Start Menu show the jumplist properly, including Corel X5. This is not working for X6. Yes, I know I can use the Open Recent. menu once I am in CorelDraw.
View 4 Replies
View Related
Sep 27, 2012
When I try and launch Corel Draw x6 in 32 or 64 bit mode I get this error
The application was unable to start correctly (0X0000142) . Click ok to close application. Try this as a trial first before I buy I purchased x3 and x4 they wont work on windows 7. Cant get it to launch
Running:
windows 7
64 bit
8 gig memory
View 2 Replies
View Related
Jul 31, 2012
I'm having a problem with my Corel x6, every time I try to start the application it stuck for a minute or so on the splash screen and then I get error 1 (Try to restarting your computer and then restarting the program).
View 6 Replies
View Related
Jul 31, 2011
When I'm gonna write my program stops and appears a box that says Run time error and close my program. What is that, what I coul do?
View 1 Replies
View Related
Sep 1, 2011
I have this script that basically makes a shape expand by adding an outline, conveting the outline to an object, and then welding the whole thing together.
I have the script set to execute with hotkey ctrl+numpad+
The odd thing is, when I run it once, it seems to work fine and only one object is left, but when I hold down ctrl and press numoad+ over and over again, it seems to produce a new copy of the object everytime.
I'm not sure why this is happening, but I need to get it to stop.
Sub Expand() EventsEnabled = False 'Dim vars Dim c1 As New Color Dim OrigSelection As ShapeRange Dim OrigColor As Shape Dim width1 As Double Dim height1 As Double Dim minSize As Double Dim Thickness As Double 'copy color of current selection Set OrigColor = ActiveShape If OrigColor Is Nothing Then Exit Sub If OrigColor.Fill.Type <> cdrUniformFill Then Exit Sub c1.CopyAssign OrigColor.Fill.UniformColor 'get thickness to increase by Set OrigSelection = ActiveSelectionRange OrigSelection.GetSize width1, height1 If width1 <= height1 Then minSize = width1 If width1 > height1 Then minSize = height1 Thickness = minSize * 0.035 OrigSelection.SetOutlineProperties Color:=CreateRGBColor(0, 0, 0) OrigSelection.SetOutlineProperties Thickness, ScaleWithShape:=True 'weld Dim s1 As Shape Set s1 = OrigSelection(1).Outline.ConvertToObject Dim s2 As Shape Set s2 = s1.Weld(OrigSelection(1), True, True) 'auto reduce 's2.Curve.Nodes.All.AutoReduce 0.001 's2.Fill.ApplyUniformFill c1 'delete remnants OrigSelection.Delete s1.Delete 'OrigColor.Delete EventsEnabled = TrueEnd Sub
View 5 Replies
View Related
Mar 29, 2013
i installed the update update x3, but corel open at the start a window "Problem at the Download Update2.exe". Although at ending corel.
View 3 Replies
View Related
Oct 17, 2012
After this error when I click cancel to delete the files and start again shows the same error deleting the remaining files.
View 6 Replies
View Related
Oct 20, 2011
Our company is using 2012Lt and has a couple (3) regular templates we use. The problem is I have to keep going back to the templates and clean them out (txt styles, layers, etc) and what I suspect is happening is that someone starts a new dwg does some work and the auto save kicks in before they "save as".
Question, is there a way to force someone to "Save As' immediately after they start a new dwg?
View 3 Replies
View Related
Mar 14, 2009
Ihave CS3 extended running on Vista.Program ran find for months until yesterday, Whenever I try to open a picture file CS3 stops working and shut down. It doesnt matter what type file. I removed program amd reinstalled, still got same probelem. Any suggestions on how to solve?
View 10 Replies
View Related
Nov 27, 2013
My add-in is working fine in Windows 7 with or without Run As Admin.
I have created my add-in using VS 2010 SP1.0.
Now, if I try to launch Inventor(w/o Run As Admin i.e just double click) 2014 SP1.0, in Windows 8, my add-in works fine.
If I launch Inventor with Run As Admin, My add-in stops receiving call backs from Inventor.
View 6 Replies
View Related
Jan 22, 2013
I am a middle school teacher with a lab of 25 Dell Precision T1600 desktops. I just installed Inventor on all the computers and it works beautifully on 24 of them. On one of them, when you choose the "start" menu, nothing happens. If you click a second time, the area where the menu should be is black and the program stops working. The computers are running Windows 7 and with it working on 24 not sure why it wouldn't work on the 25th.
I have reinstalled 3 times, but nothing seems to work.
View 1 Replies
View Related
Mar 18, 2012
why (sometimes) when I export text or graphics as .eps files to my cutter it cuts the same outline up to four to five times and ends up cutting right through the backing paper. I have been using postcut with various corel editions since 1997 with no problems until recently. It also cuts random lines through lines of text which is such an expensive pain in the ass.
I started to use the production manager in flexi sign to cut my designs and same thing happens, except for the random lines but it will make up to five cuts on some objects. All text and graphics are exported the same. Has something in corel newer versions changed in relation to this?
View 7 Replies
View Related
Dec 1, 2010
We are having a big problem with dropping lines of text or parts of graphics. It is happening on 3 different laser systems and 2 different printers.
View 14 Replies
View Related
Sep 5, 2009
Often whatever I'm working on in X4 disappears off the document page when I zoom in or out. It's still there (I can see it in the print preview)and I can print it, but I can't see it no matter what view (e.g., normal, draft, etc.) I select. If I select the entire page I can see the graphic and text handles, but nothing else. The only way I can see my work again is to save it, close the program, and then re-open the file. My computer is a Dell Precision Work Station T3400 running Vista Ultimate with an Intel Core2 Quad CPU, 4GB RAM, and my graphics card is an NVIDIA Quadro FX 570 256MB. All my software and drivers are up to date. The problem occurs no matter what screen resolution or refresh rate I'm using.
View 6 Replies
View Related
Jul 21, 2013
i´m using CRD since X3 so I think i´m quite experienced with all the crashes and uncompatibilities but now I have a problem which I can´t solve.
I made a graphic project which is quite large (2,6m x 2,0m @ 300dpi) and including raster grahics. The CDR file itself has about 400MB. When I tried to export this graphic to the png or jpg at the current size Corel X5 always crashes. I tried almost everything on many computers but always the same problem.
It looks like the project is too large for export. At this moment I desperately need to export the file to jpg or png at full resolution. Maybe X6 is more stable when exports or I have to simplify the project somehow but...
FILE IS UPLOADED here and I need to have it 2,6m x 2,0m: [URL]
View 4 Replies
View Related
Nov 9, 2011
I have a 900 x 500 px image in Adobe Illustrator, which overlaps a bit the canvas on the left side.
When I open this file with Corel, it adjusts my graphics so that it's centered on the screen. The AI file is centered on another point. Also, the canvas Corel creates is A4 sized. I always have to resize the canvas and then manually adjust the position of my graphics.
Question: How can I save an AI file so that when I open it at Corel, the position and size of the canvas will be exactly the same?
View 4 Replies
View Related
Mar 14, 2011
I often create graphics in CorelDRAW export it and inserting it into my MS Word documents and finally convert my documents to pdf. When it is vector graphics, exporting as EPS works fine: The increase in file size is small and lines are displayed perfect independant of how much you zoom in the final pdf document. When I handle bitmaps, I usually export as JPG (or PNG), which works well too. My problem arise when I have a mixed vector and bitmap image. I have imported a bitmap into CorelDRAW and created some lines on top of it. I want to export it as a whole. If I export as EPS, the final result is fine, but filesize has increased considerable. If I choose to export as jpg, the filesize is fine, but the lines are getting slightly blurry. Is there a way to get the best of both Worlds - resonable filesize and perfect lines? Maybe settings in some dialog??
View 7 Replies
View Related
Dec 1, 2011
How on earth do you export bitmaps cropped to the size of the canvas? This seems like the simplest functionality ever but i can't get it to work. For example, I am designing an advert for use online. It needs to be 600px wide x 150px high. I may want to use a background image or a photo that when placed goes beyond the edge of the canvas. Logic dictates i would only want to export the canvas with a web image (otherwise why would i have set an exact number of pixels.) However, Corel insists on exporting everything on the canvas and desktop. Surely it should allow us to choose the bounding area of the exported bitmap.
Just to clarify what I mean, i've included a screen shot showing and example original graphic and the export result. I'm sure there must be an easy way to do this. If it's one like this i can crop it easily, but sometimes a print customer will ask me to send them, for example, a 32pp booklet we have designed for them with each page as a JPG and to crop each one manually is a right pain.
View 1 Replies
View Related
May 9, 2011
X5 Recently have begun missing parts of print out. Tried to duplicate but appears completely random.
Output to both Full colour laser and Wide Format printers will miss either text or part of objects. Today printed the text but not the text effects. Initially closed and reopened, rebooted, However this has become a now daily feature so regardless tried reprint from the same screen so next print has everything included.
Very costly and time consuming - print preview shows all correct but output is not the same.
Running Win 7 64bit 8GB Ram
View 14 Replies
View Related
Jun 19, 2013
I have some Ai files that I need to open in X6 but they use linked images which I have, but when opening in CorelDraw all I get is the basic Ai stuff but not the linked images, is there an easy way to open the Ai file and see it as it was intended?
As a sub note I can't go back to the supplier of the Ai file to make any changes.
View 4 Replies
View Related