Maximum texture size/dimensions?

Greetings -
I've read in various places that the max texture size for Stage3D is 2048x2048. Perhaps this is an obvious question, but does this mean that each dimension must be 2048 or less, or that the total size in pixels be less than 2048x2048=4194304? So, is a 4096x1024 texture OK, or not?
Thanks!

Hey
It means that each dimension must be 2048 or less.

Similar Messages

  • Mac OS X Hello World: Texture Dimensions exceed maximum texture size

    Just installed Netbeans 7.1 beta and JavaFX to try it out for the the first time.
    Using Java 1.6_26 with OS X 10.6.6
    I tried creating a new project. It generates a default Hello World app. I tried running this app without modifications. If opens a blank window but then crashes with runtime exceptions as follows. Can anyone suggest where I may be going wrong?
    init:
    Deleting: /Users/shannah/NetBeansProjects/JavaFXApplication2/build/built-jar.properties
    deps-jar:
    Updating property file: /Users/shannah/NetBeansProjects/JavaFXApplication2/build/built-jar.properties
    Compiling 1 source file to /Users/shannah/NetBeansProjects/JavaFXApplication2/build/classes
    compile-single:
    run-single:
    java.lang.RuntimeException: Requested texture dimensions (256x4096) require dimensions (256x0) that exceed maximum texture size (2048)
         at com.sun.prism.es2.ES2Texture.create(ES2Texture.java:147)
         at com.sun.prism.es2.ES2ResourceFactory.createTexture(ES2ResourceFactory.java:45)
         at com.sun.prism.impl.BaseResourceFactory.createMaskTexture(BaseResourceFactory.java:131)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:447)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:444)
         at com.sun.prism.impl.packrect.RectanglePacker.getBackingStore(RectanglePacker.java:69)
         at com.sun.prism.impl.GlyphCache.getBackingStore(GlyphCache.java:261)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1151)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1066)
         at com.sun.javafx.sg.prism.NGText.drawString(NGText.java:967)
         at com.sun.javafx.sg.prism.NGText.renderContent(NGText.java:1191)
         at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:324)
         at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:351)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:177)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.tk.quantum.AbstractPainter.doPaint(AbstractPainter.java:257)
         at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:187)
         at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:65)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
         at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
         at com.sun.prism.render.RenderJob.run(RenderJob.java:39)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:102)
         at java.lang.Thread.run(Thread.java:722)
    java.lang.RuntimeException: Requested texture dimensions (256x4096) require dimensions (256x0) that exceed maximum texture size (2048)
         at com.sun.prism.es2.ES2Texture.create(ES2Texture.java:147)
         at com.sun.prism.es2.ES2ResourceFactory.createTexture(ES2ResourceFactory.java:45)
         at com.sun.prism.impl.BaseResourceFactory.createMaskTexture(BaseResourceFactory.java:131)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:447)
         at com.sun.prism.impl.GlyphCache$GlyphManager.allocateBackingStore(GlyphCache.java:444)
         at com.sun.prism.impl.packrect.RectanglePacker.getBackingStore(RectanglePacker.java:69)
         at com.sun.prism.impl.GlyphCache.getBackingStore(GlyphCache.java:261)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1151)
         at com.sun.prism.impl.ps.BaseShaderGraphics.drawString(BaseShaderGraphics.java:1066)
         at com.sun.javafx.sg.prism.NGText.drawString(NGText.java:967)
         at com.sun.javafx.sg.prism.NGText.renderContent(NGText.java:1191)
         at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:324)
         at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:351)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:177)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:205)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:185)
         at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:39)
         at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1143)
         at com.sun.javafx.tk.quantum.AbstractPainter.doPaint(AbstractPainter.java:257)
         at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:181)
         at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:65)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
         at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
         at com.sun.prism.render.RenderJob.run(RenderJob.java:39)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:102)
         at java.lang.Thread.run(Thread.java:722)
    JavaFX application launcher: calling System.exit
    BUILD SUCCESSFUL (total time: 20 seconds)

    It's a slightly different error message and stack trace, but pretty similar to that in this thread =>
    JavaFX2 sample app: Error creating framebuffer object
    You can try the workaround suggested in the thread =>
    Use runtime parameter -Dprism.order=j2d to select a SW pipe.
    You can also log a jira at http://javafx-jira.kenai.com, or post your trace and configuration in a comment on a similar Mac rendering error jira to get an Oracle Tech to look at your error.

  • Maximum movie stage dimensions in Flash CS4?

    Anyone know what is the maximum movie stage dimensions in Flash CS4? Thanks for any info.

    I don't remember for MX but I know in CS3 and CS4 your movie clips can be much larger than the max stage size (if you need them to be). I guess I misunderstood your original question as the stage size not the movie clip dimensions.

  • 3 questions about texture sizes

    Hi there all,
    I have 3 questions about texture sizes. First off, after
    doing a search in this forum, I found out how to find the maxium
    texture size my hardware can handle. However, this is only
    currently tells me what the texture size I should use for my
    computer. So basically, what my first question is, I wanted to know
    what would be the average texture size for PC's. Why I ask this is
    because arfter doing the command that finds my maxium texture size
    that my computer can handle, it says that I can handle up to
    2048x2048, but this doesn't help if lets say the standard hardware
    texture size is 1024x1024.
    My second question is, when you speak in maxium hardware
    texture size terms, is this for per object, per scene that is
    loaded into memory, or for the entire game?
    ... and my last question is, does hardware texture size also
    include basic shaders as well (meaning with no textures)? If not is
    there a limit on that as well?

    1. If you know what maximum texturesize the endusers
    graficcard can handle, you can build a switch to different *.w3d
    files with that are saved with different texturesizes. you can see
    how the hardware variates:
    http://nuttybar.drama.uga.edu/pipermail/dir3d-l/2005-September/009554.html
    but don't forget that the macs are limited at the moment to a
    maximum texturesize of 512x512. If the textures are bigger then the
    maximum texturesize they are scaled down to it. In your example a
    texture that is 2048x2048 would be scaled down to 1048x1048 if this
    is the maximum texturesize of the endusers machine.
    2. The maximum texturesize is per Texture. But the Textures
    are stored uncompressed in the VRAM of the graficcard. There is no
    way to check how much RAM is left and i am not sure what happens if
    you put a lot of data in it.
    3. A shader only layers textures like photoshop and renderes
    them depending on the settings of the shader. The maximum hardware
    texture size only limits the size of the texture, if you use no
    textures in the shader (setting all texturelayers to void) the
    model will be only rendered depending on the values that are given
    by "ambient", "emissive", "diffuse", "specular"
    Just want to add here that textures should be in this sizes:
    1x1, 2x2, 4x4, 8x8, 16x16, 32x32, 64x64, 128x128, 256x256,
    512x512, 1024x1024, 2048x2048, 4096x4096 ...
    but can be also be combined like this:
    32x1024 or 512x256 and so on. this is just good to know.
    If textures do not fit into this grid of pixel values, the
    texture will be scaled up or down to the next size that is closest
    to it.
    if you type this code into the message window and execute
    every line, you can check the resulting texturesize.
    global pImage
    pImage=image(100, 1000, 24)
    member("world").newtexture("image", #fromimageobject, pImage)
    put member("world").texture("image").width
    -- 128
    put member("world").texture("image").height
    -- 1024
    This will happen to all textures if they enter the
    graficcard.

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • How to change font size, maximum column size in the result screen ?

    hi All
    That's great when using SQL Dev.
    But I also have a trouble that how to change font size, maximum column size in the result screen ?
    My users think that font in result screen is shown very small, and whenever the data in each colum is long then it's not shown full data in column, they must double click for extend the size. Have the option to default the max size for showing full data in each column ? I try but still not to do that .
    Appreciate for anyone to help us.
    Thanks all.
    Sigmasvn

    You can't change the font for the results screen yet, however you will be able to select an auto-fit option for selected columns, so if some columns have slitghtly wider text you'll be able to set the column widths to handle these wider columns.
    Also, there s the option of switching the layout of a record in the grid.
    Sue

  • What is an idea of maximum file size for a film in Captivate?

    Hi there,
    I'm creating an elearning course in Captivate 7, and it is being published as HTML5. This means the films I've imported are being converted to MP4s, and they are around 10-20mb in size once they've converted. They seem very slow to load on some computers - do you think the file size is too big? Or could it be another issue? Does anyone have a recommendation for maximum file size for films? They are 572 x 322px and around 1-2 mins in length.
    Thanks in advance

    Probably better guidelines that dictates 'size' of a vi are:
    typically no more than 1 video screen in size
    is it legible
    and is it's function and operation clear.
    I have seen examples of '1 vi does it all' that were many screens wide and tall, totally a flustercuck, and nearly 1 MB in size.
    Globals and local variables (except for LV2 style) are typcially shunned for they can create a host of problems (race conditions, indeterminant data).
    Use connector pane to wire controls and indicators to. Then use wires between vi's to transfer data. I tend to use clusters to hold shared data.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Maximum file-size for HR EIC emails

    Hi folks
    We currently use EIC in ERP, and have an issue with sending large emails/attachments as the maximum file-size appears to be only 2MB. This is set in the IMG activity Employee Interaction Center (EIC) -> Interaction Center Web-Client -> Communication Channels ->E-Mail -> Define E-Mail Profiles, the attachment maximum size is set to a maximum of 2,147,483 bytes.
    I have tried searching for anyone else having a similar problem, but haven't found anything. I would imagine many customers would have EIC users in a Shared Services environment sending attachments over 2 meg; so before we log a call with SAP, has anyone else had this issue and how did you resolve it?
    Thanks very much.
    James

    The maximum value is 2,147,483 bytes, which is what the config is set to. This seems pretty low, especially in this day and age.

  • Maximum font size for auto-sized form text

    You need to let the user select a maximum font size for automatically sized text. If most of your fields are set at 10pt type, but you have one field for which you want the text to resize automatically, it looks stupid if that cell contains a small amount of text that’s set at 16pt or whatever. If you could set the maximum font size to 10pt for that field, then the text would be consistent with the text in the other fields unless there is so much text that it needs to scale down.

    Can anyone please advise?
    Cheers

  • Set maximum panel size

    Hi,
    I would like to know how can I set the maximum panel size, in order
    that when I maximize it with a state property node set to 5 (maximized)
    when I open it, it don't pass the size I want for that panel.
    How Can I do It? I can set the minimum panel size, in File->Vi
    properties->Window size but I can't set the maximum panel size?
    Thanks,
    ToNi.

    Hi,
    From my vi, before I call another vi from it, I have a FP Open and FP.
    State property set to True and 4 (Minimized) respectively and then I
    use a Run Vi invoke node and finally, after it, I have another FP.
    State property set to 1 (Standard). My front panel  when opens has
    the same size as I saved it but LV not redraws it well. How Can I do to
    solve this kind of problem? I have this problem since a lot of time ago.
    ToNi.
    Attachments:
    sample.JPG ‏40 KB

  • What is the maximum file size for CSV that Excel can open ? (Excel 2013 64bit)

    Hello,
    Before anyone jumps in, I am not talking about the maximum worksheet size of 1048576 rows by 16384 columns.
    I have  client whom has a 1.5 Gb CSV file, 1.9, 2.6, 5, 17 and 89 Gb file (Huge).
    If I open the 1.5 Gb, the file opens (After waiting 5 minutes) and then a warning pops up that only the first 1048576 rows have loaded. That is fair enough.
    If I try and open any of the others, Excel comes up to a blank worksheet. No errors. It just seems to ignore the file I tried to open. This happens from within Excel (File - open) or from double clicking the file in explorer.
    Excel goes to this blank page almost imeadiatly. It does not even try to open the file.
    If I try with Ms Access, I get a size warning and it refuses to load the file. (At least I get a warning)
    I would have expected Excel to load at least the first 1048576 rows  (If that is what there are in the file), and give an error.
    The computer is more than capable (Xeon processors, 16 Gb ram, SSD hard disks top of the line HP Z820 power workstation).
    With the 1.5 Gb file loaded to 1048576 rows, it uses 15% ram/pagefile. CPU's hit about 5%.
    I have confirmed it is Win 7 64bit, Excel 64bit. I am fairly confident we are over the file size but without an error message, I don't know what to tell my client whom is looking to me for answers.
    I have already discussed that the 89gb file in Excel is unreasonable and they are looking at a stat's package but I need an answer on these smaller files.
    Anyone got any ides ?
    Michael Jenkin (Mickyj) www.mickyj.com (Community website) - SBS MVP (2004 - 2008) *5 times Microsoft MVP award winner *Previously MacWorld Australia contributer *Previously APAC Vice Chairman Culminis (Pro IT User group support system)* APAC chairman GITCA
    *Director Business Technology Partners, Microsoft Small Business Specialist, SMB150 2012 Member

    Hi,
    The 1,048,576 rows & 16,384 columns is the
    workbook size limitation in Excel 2013. Thus, I recommend we try the Mr. Bernie's suggestions to import the large CSV file.
    1. Use VBA to read the file line by line and split/examine the import file in sections. If you have further question about the VBA, please post your question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    2. Use Excel 2013 add-ins. Power Pivot and Power Query. For more detailed information, please see the below articles: 
    http://social.technet.microsoft.com/Forums/en-US/9243a533-4575-4fd6-b93a-4b95d21d9b10/table-with-more-than-1-048-576-rows-in-power-query-excel-2013?fo
    http://www.microsofttrends.com/2014/02/09/how-much-data-can-powerpivot-really-manage-how-about-122-million-records/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • Important conceptual question about Application Module, Maximum Pool Size

    Hello everyone,
    We have a critical question about the Application Module default settings (taking the DB connections from a DataSource)
    I know that on the Web it is generally suggested that each request must end with either a commit or rollback when executing PL/SQL blocks "directly" on the DB without the framework BC/ViewObject/Entity service intervention.
    Now, for some reasons, we started to develop our applications with thinking that each Web Session would reference exactly one DB session (opened by any instance taken from the AM pool) for the whole duration of the session, so that the changes made by each Web session to its DB session would never interfere with the changes made by "other" Web Sessions to "other" DB sessions .
    In other words, because of that convincement we often implemented sort of "transactions" that open and close (with either commit or rollback) each DB session not in/after a single HTTP request, but during many HTTP Requests.
    As a concrete example think of this scenario:
    1. the user presses the "Insert" button. An HTTP request is fired. The action listener is executed and ends up with inserting rows in a table via a PL SQL block (not via the ViewObjects API).
    2. no commit or rollback after the above PL/SQL block is done yet.
    3. finally the user presses a "Commit" or "Rollback" button, firing the call to the appropriate AM methos.
    Those three requests consist of what I called "transaction".
    From the documentation it's clear that there is no guarantee that the couple AM istance + DB session is the same during all the requests.
    This means that, during step 2, it's possible that another user might reference the same "pending" AM/DbSession for his needs and "steal" somehow the work done via PL/SQL after step 1. (This happens because sessions taken by the pool are always rolled back by default.)
    Now my question is:
    Suppose we set the "Maximum Pool Size" parameter to very a great number (always inferior to the maximum number of concurrent users):
    Is there any guarantee that all the requests will be isolated in that case?
    I hope the problem is clear.
    Let me know if you want more details.

    Thanks for the answers.
    If I am right, from all your answers about resource avaiability, this means that even supposing the framework is able to always give us the same AM instance back from the AM pool (by following the session-affinity criterias), there is, however, no "connection affinity" with the connections from the DataSource. This means that the "same AM instance" might take the "a new DB connection", if necessary, from the connection pool of the DataSource. If that happens, that could give us the same problems as taking "a new AM instance" (that is, not following session-affinity) from the beginning, since each time an a new connection is taken (either via a new AM instance or via the same AM instance plus a new DB connection), the corresponding DB session is rolle back by default, clearing all the pending transactions we might have performed before with direct PL/SQL calls bypassing the AM services during the life cycle of our application, so that the new HTTP request will have a clean DB session to start to work with.

  • Export-csv output maximum row size

    Hi all. May I know the maximum row size that can output to .csv using 'export-csv'??

    There's no limit on writing to a CSV file.
    You can try:
    # max rows to export to CSV:
    $i=0
    While ($true) { #Forever
    $i++
    $i
    "Some text" | Export-Csv -Path .\test12.csv -Append -NoTypeInformation
    until you run out of disk space, which may take a while. A million lines using the above script makes a 5 BM file..
    Now reading it back is an entirely different story. Try
    Delimit..
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • Maximum Artboard Size (Not Canvas Size)

    Hi,
    I read that maximum canvas size is 227in but Illustrator CC on both mac and windows and several different computer does not allow me to exceed 120in x 120 in. I can change my artboard size manually (shift+o) and drag the corners to 227inches but the number on the right upper corner is stuck on 120 inches. So what is the maximum size that I can work in Illustrator? If it is 227in why can't I make an Artboard bigger than 120 inches? And to avoid more confusion what is the canvas and what is the art board?
    Thank you

    mus,
    When things become seriously weird, as in your case, it may be worth trying the list (you have been through 1) and 2) already, and I would suggest your skipping 3) and 5), which leaves 4) and 6).
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media, see below. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible), for CS3 - CC you may find the folder here:
    https://helpx.adobe.com/illustrator/kb/preference-file-location-illustrator.html
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall (ticking the box to delete the preferences), run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • IMP. ME21N Store Business Document maximum attachment size.

    Hi,
    Could you please let us know, while attaching documents in PO thorough the functionality ' Store Business Documents' what is the maximum permisible size of the file that can be attached.
    Also, is there any limit to the number of files that can be attached in a single PO.
    Early response would be appriciated.
    Regards,
    Sandipan

    hi
    this depends upon the file size specified in your Document management System (DMS) customization  setting.

Maybe you are looking for

  • If condition in XML file

    We are facing an issue while loading data from Data Collection report to rowsource. Actually we are loading data through one loader file which is .XML file. This loader file has mapping of Data Collection Report columns with rowsource columns. The Da

  • Iphone 5 and itunes problems

    hi, Everytime I plug my iphone 5 into my computer to sync my itunes libary to my phone, my phone is not detected by itunes. Although, when I do plug in my phone my laptop does recognise my iphone and my phone does ask me if I want to trust the comput

  • Statistics gather after 10g upgrade

    I am on apps 11.5.10.2, database has been recently upgraded from 9.2.0.6 to 10.2.0.4. I used to periodically use GATHER SCHEMA STATISTICS (ALL SCHEMA), in the previous release of db. What should be practiced after the upgrade? There are some custom s

  • Running IE but with a html page of mine instead of default

    HI - I would like to know a better way to load up my html page using java. So far my execute statement is: Runtime.getRuntime().exec("C:\\Program Files\\Internet Explorer\\IExplorer.exe" + "My Page.html"); If I don't include My Page.html IE will load

  • Can I buy After Effects without an subscription?

    Hi,      I want to know if I can buy After Effects without any subscription. Can I found this program in any store in Canada? I want to start to edit some some stuff for my Youtube channel. I really need to know this. I want to buy it but I won't buy