GLBasic forum

Main forum => GLBasic - en => Topic started by: Hatonastick on 2009-Aug-14

Title: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Hatonastick on 2009-Aug-14
I have/had the full release version of 7 installed, and I just clicked on the update button.  It connects, downloads the update, but when I click on the "Finish" button nothing happens.  No disk activity nothing.  It just quits back to the desktop.  Then if I go to run GLB manually,  I get the following message instead of a running program:
"C:\Program Files\GLBasic\EditorE.exe
This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem."

So, I uninstalled GLB, reinstalled it and then did update again and exactly the same thing happened.  Anyone else have this or is it just me?
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: MrTAToad on 2009-Aug-14
Yes, there are two problems :

The editor doesn't always close when the update starts
On Vista, I get the following error :

Log Name:      Application
Source:        SideBySide
Date:          14/08/2009 18:14:29
Event ID:      33
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Nicholas-Vista
Description:
Activation context generation failed for "C:\Program Files (x86)\GLBasic\EditorE.exe". Dependent Assembly Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053" could not be found. Please use sxstrace.exe for detailed diagnosis.
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: MrTAToad on 2009-Aug-14
It looks like VS 2008 Redist is needed...
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Hemlos on 2009-Aug-14
Dont update to 7.082 yet.

If you need the rc2 again, it is linked on the main website.
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: MikeHart on 2009-Aug-14
Quote from: Ocean on 2009-Aug-14
the full download from the main site is 7.078 and is not a release candidate anymore...

Correct.
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Hemlos on 2009-Aug-14
http://www.glbasic.com/beta/glbasic_sdk_7rc2.exe

Actually its the second release candidate.

I had the rc1 version posted, sorry.

I reinstalled rc2 myself, it works.

Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Kitty Hello on 2009-Aug-14
http://www.glbasic.com/files/vcredist_x86.exe (http://www.glbasic.com/files/vcredist_x86.exe) <-- Newer Visual Studio Runtimes.
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Hatonastick on 2009-Aug-15
Cool, thanks Gernot -- it works fine now.  :good:
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: S.O.P.M. on 2009-Aug-15
I also want to thank you! Had the same problem and it works now. Nice :)
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Ian Price on 2009-Aug-17
I can't web-update from v7.071 from inside GLBasic (posts on the forum suggest that there are several updates over this). Have I got the latest release candidate? If not can someone post a link please?

Gernot, can you please make a sticky in ANNOUNCEMENTS or even a proper UPDATE thread with the latset release/update for GLBasic. It'll make searching for links to updates a thing of the past.

Thankyou. :)
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Hatonastick on 2009-Aug-17
Hi mate, the latest version is 7.085.

You've got release candidate 1 installed.  I dont think it will allow you to update to the full version (mine didnt and I dont think Ive ever had a GLB release candidate do so) -- so I'm afraid you need to download the full version again from the website.

So download full version, uninstall old version (I recommend deleting the directory to make sure as well after you've uninstalled it), install new version.  Plus you will need the updated version of the Visual C runtime mentioned in this thread otherwise it wont work.

From the log file:

// 7.085
   // Kern:
   //    POLYVECTOR -> new parameter to draw seperate triangles.
   //    iPhone lib was defect.


// 7.082
   // Core:
   //    JPEG loading possible
   //    SHELLEND crashed
   //    EXPORT works
   //
   // Editor:
   //    Current runtime libraries for the editor ship with the setup.
   //
   // Tools:
   //    Shoebox could have crashed with more directories.
   //    MD2 to ddd created wrong texture coordinates.


// 7.078 - release
   // Editor:
   //    In projekt options you can enter your company name.
   //    With that the iPhone projects can be prepared fully.
   //
   // iPhone:
   //    NET_GETIP("") returned 127.0.0.1. Bug has been fixed.
   //
   // Core:
   //    GETFILELIST sorts alphabetically.
   //
   // New command:
   //    DOESDIREXIST()


// 7.073 - 7.0 RC 2
   // Compiler:
   //   Error with type members and assigned default value is fixed.
   //
   // Mac OSX:
   //   Start path is in .app directory. Shoebox should work now.
   //
   // Neuer Befehl:
   //   REQUIRE
   //   IMPORT
   //
   // Live-Update problems solved.
   // CODELINE, CODEFILE$, ASSERT added to the manual.
   // iPhone compiler fix on some computers.


// 7.071 - 7.0 RC 1
   // Core:
   //   Profiler was defect.
   //   iPhone -mMulti touch works
   // New command:
   //   CODELINE() - Current gbas line number
   //   CODEFILE$()- Current gbas file name
   //   ASSERT     - Trigger an error when result <> 0 (Debug mode)
   //   TRY/CATCH/FINALLY + THROW - Exceptions
   //   PLATFORMINFO$("LOCALE") is new
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Ian Price on 2009-Aug-17
Cheers HOAS. Downloading now.
Title: Re: Anyone else ending up with a dud version of GLB after getting latest update?
Post by: Hemlos on 2009-Aug-17
Quote from: Ian Price on 2009-Aug-17

Gernot, can you please make a sticky in ANNOUNCEMENTS or even a proper UPDATE thread with the latset release/update for GLBasic. It'll make searching for links to updates a thing of the past.

Thankyou. :)

V7 Update installation instructions announced and sticky.
-Neil