Multiple windows open before main window opens
Lester702

I've been following the docs on the GitHub wiki (https://github.com/liballeg/allegro_wiki/wiki/Allegro-Vivace%3A-Graphics)
and I keep having an issue where multiple windows open before the main window opens

DanielH

show code please? At least the initialization portion.

Dizzy Egg

This seems to be (on Windows at least) directly related to:

al_set_new_display_option(ALLEGRO_SAMPLES, 8, ALLEGRO_SUGGEST);

Comment out that line and it will stop.

Edgar Reynaldo

This is in the middle of being fixed. Please stand by.

Thread #618409. Printed from Allegro.cc