Post Reply 
 
Thread Rating:
  • 5 Votes - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VBA-M crashes at startup
Author Message
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #1
VBA-M crashes at startup
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
01-13-2012 07:22 AM
Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #2
RE: VBA-M crashes at startup
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.

01-13-2012 06:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #3
RE: VBA-M crashes at startup
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.

(This post was last modified: 01-13-2012 07:06 PM by Squall Leonhart.)
01-13-2012 06:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #4
RE: VBA-M crashes at startup
(01-13-2012 06:40 PM)Squall Leonhart Wrote:  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
(This post was last modified: 01-14-2012 02:16 AM by Dragonfire.)
01-14-2012 02:14 AM
Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #5
RE: VBA-M crashes at startup
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.

01-14-2012 03:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Cyrez Offline
Super Moderator
******

Posts: 9
Joined: Jun 2008
Reputation: 0
Post: #6
RE: VBA-M crashes at startup
(01-14-2012 03:51 AM)Squall Leonhart Wrote:  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
01-14-2012 04:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #7
RE: VBA-M crashes at startup
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.

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
01-14-2012 11:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #8
RE: VBA-M crashes at startup
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?¿
01-16-2012 04:14 AM
Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #9
RE: VBA-M crashes at startup
if I recalled the wxwidgets one I built was not sse2 compiled at all

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
01-16-2012 05:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #10
RE: VBA-M crashes at startup
all of the files on the source forge project page are built with /SSE on VS2010 SP1

01-16-2012 11:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #11
RE: VBA-M crashes at startup
I see... maybe is because i got them from WINDSPRO builds and not from here and they do not consider this point.... no sse2 support on this processor
wx build runs very slow making it unplayable
i will stick to donwload them from here then
any news i will put a message here
thanks
01-17-2012 05:33 AM
Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #12
RE: VBA-M crashes at startup
Hi, Well i have updates here:
The SVN version 1085 downloaded from here still crashes with same error code:
[Image: 407357_3063927478572_1275036804_3127416_...5591_n.jpg]

But, oddly (for this PC), the WX version does not crash and works fine...
I just had formatted this PC and make a clean install of Windows Home Premium
01-24-2012 04:32 AM
Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #13
RE: VBA-M crashes at startup
try 1086

01-24-2012 07:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #14
RE: VBA-M crashes at startup
(01-24-2012 07:54 AM)Squall Leonhart Wrote:  try 1086

Well it did not crashed!, thanks for your support.
What did it changed since version SVN 1085?
01-25-2012 09:51 AM
Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #15
RE: VBA-M crashes at startup
Zach built 1085 with MSVC2010

i built 1086 with MSVC2010 SP1

(This post was last modified: 01-25-2012 10:19 AM by Squall Leonhart.)
01-25-2012 10:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Iconoclast Offline
Super Moderator
******

Posts: 97
Joined: Mar 2008
Reputation: 4
Post: #16
RE: VBA-M crashes at startup
Seriously?

Guess it's a good thing I'm always keeping my GCC libraries up-to-date and such. Didn't think the versions could cause a crash.
01-25-2012 03:50 PM
Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #17
RE: VBA-M crashes at startup
(01-25-2012 10:18 AM)Squall Leonhart Wrote:  Zach built 1085 with MSVC2010

i built 1086 with MSVC2010 SP1

(01-25-2012 03:50 PM)Iconoclast Wrote:  Seriously?

Guess it's a good thing I'm always keeping my GCC libraries up-to-date and such. Didn't think the versions could cause a crash.

Yes those versions crashed always on this computer, i see that it was as a issue with not having sse2 extension... but never tried those versions on other pc that have it, check the error code above.
Thanx for your help Squall, i hope there is not problems in future versions.
Best Regards
01-29-2012 03:43 PM
Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #18
RE: VBA-M crashes at startup
I built the mfc one using vs2010 non sp1 unintentionally, I didn't realize there was a service pack for it as I rarely uses visual studio compilers, I mainly prefer the gcc compiler. But now that I'm updated any future mfc builds I do should work.

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
(This post was last modified: 01-29-2012 10:32 PM by Zach Thibeau.)
01-29-2012 10:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #19
RE: VBA-M crashes at startup
zach hadn't even heard there was such a bug in the vanilla compiler

01-30-2012 10:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Dragonfire Offline
Junior Member
**

Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #20
RE: VBA-M crashes at startup
Nice to know that you all knew the problem now, you made a great work at keeping VBA alive, that will avoid future problems in the future with other users.
Anything more i will report to you!
Thanks!
01-30-2012 12:51 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: