Page 1 of 2

VBA-M crashes at startup

Posted: Thu Jan 12, 2012 4:22 pm
by Dragonfire

Hi, This is happening me since r1025...

PC Specs:

Amd Athlon xp 2600+

Windows 7 Ultimate x86

1gb of RAM

Nvidia 5200 fx 128mb

With error code: c000001d.

Thanks and regards


VBA-M crashes at startup

Posted: Fri Jan 13, 2012 3:19 am
by Squall Leonhart

are you using the MFC or Wx builds?

 

i can't guarantee Wx will work on K7 processors, but the MFC build should work fine.


VBA-M crashes at startup

Posted: Fri Jan 13, 2012 3:40 am
by Squall Leonhart

where did you get your build from? the builds hosted on sourceforge are built with MSVC 2010 SP1, which has a bug fixed regarding the /SSE switch using SSE2 instructions.


VBA-M crashes at startup

Posted: Fri Jan 13, 2012 11:14 am
by Dragonfire

where did you get your build from? the builds hosted on sourceforge are built with MSVC 2010 SP1, which has a bug fixed regarding the /SSE switch using SSE2 instructions.

 

Yes i got the build from the windspro emulator pack and i am using mfc builds, the Wx one runs slow.

this processor does not have the sse2 instruction on it.

I'll check if downloading MSVC 2010 SP1 (or visual c++ 2010 sp1) and installing it does fix the problem

Thanks for answering


VBA-M crashes at startup

Posted: Fri Jan 13, 2012 12:51 pm
by Squall Leonhart

installing the runtime will not affect anything, the emulator has been compiled with MSVC 2010 (no service packs) which results in certain operations haveing an SSE2 optimisation applied incorrectly.


VBA-M crashes at startup

Posted: Fri Jan 13, 2012 1:04 pm
by Cyrez

installing the runtime will not affect anything, the emulator has been compiled with MSVC 2010 (no service packs) which results in certain operations haveing an SSE2 optimisation applied incorrectly.

Translation: Get a binary that's compiled properly. :banana:


VBA-M crashes at startup

Posted: Sat Jan 14, 2012 8:07 am
by ZachBacon

the wxwidgets version will run slow if using simple video driver, if you change to something like cairo or sdl it will actually run better, but in terms of stuff I need to finish my work on getting some stuff stripped from the wxwidgets ui, like making cairo graphics a linux option instead of including it with the windows version, I mean while it works on windows it's nothing special and just increases the need for the runtime.


VBA-M crashes at startup

Posted: Sun Jan 15, 2012 1:14 pm
by Dragonfire

Ok thanks to all, well the wx version crashes when trying to put options in the menu =(

and runs very slow on default settings

where i can get an non sse2 compiled version?¿


VBA-M crashes at startup

Posted: Sun Jan 15, 2012 2:42 pm
by ZachBacon

if I recalled the wxwidgets one I built was not sse2 compiled at all


VBA-M crashes at startup

Posted: Sun Jan 15, 2012 8:18 pm
by Squall Leonhart

all of the files on the source forge project page are built with /SSE on VS2010 SP1