GLBasic forum

Main forum => GLBasic - en => Topic started by: freedomdown on 2011-May-11

Title: MacOSX running in Demo mode
Post by: freedomdown on 2011-May-11
After struggling for a while to figure out why they weren't running at all (permissions were screwed), I finally got them running but they run in demo mode for some reason.
I'm wondering if this is a bug or if it has to do wit how it displays stuff on MacOSX, because I don't have the 3D part of GLBasic. Does GLBasic need 3D even to do 2D apps on MacOSX.
Also it looks like GLBasic is only sold as a complete package now so is there a way I can upgrade my license?
Title: Re: MacOSX running in Demo mode
Post by: trucidare on 2011-May-11
uhm normaly macosx builds are no demos - check if you are using some inline calls or network parts. or this is a bug.
Title: Re: MacOSX running in Demo mode
Post by: freedomdown on 2011-May-11
I tested it with a simple app just to see but it still runs in demo mode.
here's the code i used:
Code (glbasic) Select
WHILE TRUE
PRINT "test",0,0,1
DRAWRECT 0,25,5,5,RGB(255,0,0)
SHOWSCREEN
WEND
Title: Re: MacOSX running in Demo mode
Post by: Kitty Hello on 2011-May-11
What version are you using?
Title: Re: MacOSX running in Demo mode
Post by: freedomdown on 2011-May-11
I was using 9.033 but I updated to 9.040 and it still runs in demo mode.


EDIT:
also i've tried both macOSX x86 and macOSX universal, both had the same results.
Title: Re: MacOSX running in Demo mode
Post by: Kitty Hello on 2011-May-12
OK, bug. :(
Title: Re: MacOSX running in Demo mode
Post by: freedomdown on 2011-May-14
I just tried compiling with the latest beta version (i was trying out android support), and macosx still runs in demo mode.
I just got a mac so i'm not sure how to debug my app. Is there a way to see a log from all the glbasic stuff running behind the scenes?
Title: Re: MacOSX running in Demo mode
Post by: MrTAToad on 2011-May-15
Open up Terminal and copy the glbasic file (I think its called something like that) into Terminal and then press RETURN
Title: Re: MacOSX running in Demo mode
Post by: Kitty Hello on 2011-May-16
There was a bug, yes. The current hotfix fixes it.