Coder Social home page Coder Social logo

Comments (7)

kmkolasinski avatar kmkolasinski commented on August 23, 2024

Hi,
Can you send you the log file and the image? Maybe your GPU does not have enough memory for it?

from awesomebump.

DeathTBO avatar DeathTBO commented on August 23, 2024

I have an AMD r9 270x 2GB.

Image: https://www.dropbox.com/s/b1dixu8wg7yafmj/Earth_Color.png?dl=0

Log: https://www.dropbox.com/s/xmhfcy0vlhasj8t/log.txt?dl=0

from awesomebump.

kmkolasinski avatar kmkolasinski commented on August 23, 2024

And what about smaller images? do they work for you?

from awesomebump.

DeathTBO avatar DeathTBO commented on August 23, 2024

Yes, they work perfectly fine.

from awesomebump.

kmkolasinski avatar kmkolasinski commented on August 23, 2024

I suppose that the image you tried to open is too big and there is not enough memory on your GPU.
AB consumes a lot of memory in case of large images. You can simply calculate the minimum memory usage: each texture in AB is stored in GL_RGB16F format, which is 16bits per component. One pixel RGBA needs 16 * 4 / 8 = 8 bytes. If the image is of dimension: 10800x5400 you need (10800x5400x8)/1024/1024 MB ~ 444MB! And this is for one texture. In AB you have 8 (plus other like grunge or material + others). So you need like 5GB on your GPU to deal with that texture.

PS: For future debug: In the log file you sent me there are number of errors, which I don't have on my NVIDIA GPU. Could you send me one more log from situation when program worked fine. Some day I will test AB on ATI GPU and I will try to remove all those errors.

from awesomebump.

DeathTBO avatar DeathTBO commented on August 23, 2024

Thanks for your help. Kind of a shame that I need such a large amount of memory. I will just have to shrink the size.

Here is another log: https://www.dropbox.com/s/xmhfcy0vlhasj8t/log.txt?dl=0

On a side note, the memory information in the bottom left does not work (for AMD at least).

from awesomebump.

kmkolasinski avatar kmkolasinski commented on August 23, 2024

Ok, thanks for the log.

from awesomebump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.