Strange problem with new version.

BlitzMax Forums/MiniB3D Module/Strange problem with new version.

D4NM4N(Posted 2008) [#1]
Hi,

When using version 041 it works fine however, when using v452 i get a black screen with nothing happening except the 2d text (test performed on the samples)


simonh(Posted 2008) [#2]
Try setting the 'USE_MAX2D' Const in minib3d.bmx to False.

What's your system specs?


D4NM4N(Posted 2008) [#3]
3Ghz 2Gb Geforce FX5200 Ubuntu32 (configured correctly for OGL)

I dont have that line in minib3d.bmx (V0.452)

I do however have an import:
Import BRL.GLMax2D

Tried excluding it with no difference.


Dreamora(Posted 2008) [#4]
are you sure that you are using the official version not some kind of intermixed? (ie the module one with the xy files etc where the minib3d is only setting flags)


D4NM4N(Posted 2008) [#5]
Its the one i got from si's "download from here" line in the first post on the forum.
http://www.blitzbasic.com/Community/posts.php?topic=65370


Dreamora(Posted 2008) [#6]
don't know if that is the same as the one at http://www.minib3d.com/doku.php?id=start:downloads but you could check it out.


simonh(Posted 2008) [#7]
Look at the botom of minib3d.bmx. The consts are there.