Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphics library: Fix to bug 3433 doesn't fix. #3699

Closed
vicuna opened this issue Jun 22, 2005 · 2 comments
Closed

Graphics library: Fix to bug 3433 doesn't fix. #3699

vicuna opened this issue Jun 22, 2005 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 22, 2005

Original bug ID: 3699
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: John Whitington
Version: 3.08.3
OS: Windows / MinGW
Submission from: cmbg-cache-5.server.ntli.net (62.253.128.15)

Hullo.

I've just got round to trying out 3.08.3 on windows (not my usual platform
anymore), which contains a fix to #3433 (which I reported a few months ago).

Whilst the fix seems to have improved the screen corruption noted in the
previous bug report, we now get:

Fatal error: exception Graphics.Graphic_failure("create_image: cannot create
bitmap")

and screen corruption, some way into the running of the program (always at the
same place). There is plenty of free memory.

Cheers,

John Whitington

@vicuna
Copy link
Author

vicuna commented Jul 20, 2005

Comment author: administrator

I've just got round to trying out 3.08.3 on windows (not my usual platform
anymore), which contains a fix to #3433 (which I reported a few months ago).

Whilst the fix seems to have improved the screen corruption noted in the
previous bug report, we now get:

Fatal error: exception Graphics.Graphic_failure("create_image: cannot create
bitmap")

and screen corruption, some way into the running of the program (always
at the
same place). There is plenty of free memory.

Yes, but Windows will not let you use it to store bitmaps. The fix we
did was to catch the "cannot allocate" error from CreateCompatibleBitmap
and report it properly. We cannot do anything beyond this. Either
write your program so that it uses fewer bitmaps, or use another
operating system.

Cheers,

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jul 20, 2005

Comment author: administrator

Windows memory limitation, nothing we can do about it.

@vicuna vicuna closed this as completed Jul 20, 2005
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant