revel8n / nulldc

Automatically exported from code.google.com/p/nulldc
0 stars 0 forks source link

Can't run the emu #462

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1: Running the emulator  main exe

What is the expected output? What do you see instead?

The expected output is: Emulator GUI 

But instead I see: Program requests a Visual Studio Just-in-Time debugger. When 
i clikc 'debug', I see a MessageBox with a text "Illegal instruction", and a 
line of code is 
"03403D48 0F 5B C9             cvtdq2ps    xmm1,xmm1  "
Well, I think, this error arise because of my processor not supporting SSE2 
instruction set, well then, why you, developers, don't put a little test in the 
code, so if user prcoessor not supporting SSE2 instruction set he will at last 
an Message Box with a message explaining to user that he needs a processor with 
SSE2 support?
Is it that's hard?

What version of the product are you using?
1.0.4
What build? What plugins?
r141

Original issue reported on code.google.com by paveld500 on 23 Oct 2012 at 7:55