GLBasic problem with 1.11.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MrTAToad
Newbie
Newbie
Posts: 3
Joined: Wed Dec 24, 2008 9:20 am

GLBasic problem with 1.11.1

Post by MrTAToad »

When trying to use the GLBasic editor in the latest version of WINE 1.11.1 (and with Ubuntu 8.10), I get the following error messages :

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\GLBasic\\EditorE.exe" failed, status c0000135g

However, in version 1.0.1 the editor works fine with no messages.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

GLBasic problem with 1.11.1

Post by austin987 »

On Wed, Dec 24, 2008 at 8:27 AM, MrTAToad <[email protected]> wrote:
When trying to use the GLBasic editor in the latest version of WINE 1.11.1 (and with Ubuntu 8.10), I get the following error messages :

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\GLBasic\\EditorE.exe" failed, status c0000135g

However, in version 1.0.1 the editor works fine with no messages.





$ wget kegel.com/wine/winetricks
$ sh winetricks vcrun2005

--
-Austin
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GLBasic problem with 1.11.1

Post by dimesio »

MrTAToad wrote:When trying to use the GLBasic editor in the latest version of WINE 1.11.1 (and with Ubuntu 8.10), I get the following error messages :

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\GLBasic\\EditorE.exe" failed, status c0000135g

However, in version 1.0.1 the editor works fine with no messages.
Is this a fresh install in 1.1.11, or are you trying to run an app installed under the older version? If it is a fresh install, did you forget to also install vcrun2005?

Try installing vcrun2005 with winetricks. http://wiki.winehq.org/winetricks
MrTAToad
Newbie
Newbie
Posts: 3
Joined: Wed Dec 24, 2008 9:20 am

Post by MrTAToad »

I install vcrun2005 and it still it did it too. It was a fresh install too.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

James McKenzie

GLBasic problem with 1.11.1

Post by James McKenzie »

dimesio wrote:
Is there a bug report related to this?

I would like to follow the steps the OP performed to install this
program and see if I get the same error report.

James McKenzie
MrTAToad
Newbie
Newbie
Posts: 3
Joined: Wed Dec 24, 2008 9:20 am

Post by MrTAToad »

Thats the application.

Steps were :
  • Add the WINE Ubuntu repositry in Ubuntu, and update WINE
    Download & Install GLBasic
    And run...
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

The demo installs and starts up just fine for me in 1.1.11, without any tweaks. I did not install vcrun2005, and I did not get any of the error messages you are getting.

Try installing to a clean wineprefix. Delete or rename ~/.wine and run the installer again. A new ~/.wine will automatically be created.
Locked