armindoantunes / gh615

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

problem with XP #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when i try to open the application: gh615_console.exe i recive an error.:

quote:
---------------------------------------------------------------------------
-----

Impossible find access point _except_handler4_common error in the dinamic 
link msvcrt.dll

---------------------------------------------------------------------------
-----

what is wrong?

Original issue reported on code.google.com by riccardo...@gmail.com on 24 May 2007 at 4:11

GoogleCodeExporter commented 8 years ago
after googling the error message it seems this is a incompatbility between the 
vista 
msvcrt.dll and the xp msvcrt.dll.

I compiled the exe using vista, I'll try recompiling using xp on the weekend, 
until 
then you could try out the python sources.

Original comment by spei...@gmail.com on 24 May 2007 at 6:45

GoogleCodeExporter commented 8 years ago

Original comment by spei...@gmail.com on 24 May 2007 at 6:48

GoogleCodeExporter commented 8 years ago
Have you some news aout this issue?

Original comment by bartm...@gmail.com on 1 Jun 2007 at 10:33

GoogleCodeExporter commented 8 years ago
As promised, I just tried firing up my winxp system to recompile only to 
realize my 
motherboard seems to be dead.

Solutions at the moment:
I just uploaded a slightly changed build with the vista version of msvcrt.dll 
included. You might want to try that out. Alternatively you can grab the python 
sources and compile an exe yourself (very easy using py2exe and the supplied 
setup.py). If you do so, please send me a copy so I can publish it here.

Meanwhile I will contact some people to see if they can help. Sorry for the 
wait.

Original comment by spei...@gmail.com on 9 Jun 2007 at 6:50

GoogleCodeExporter commented 8 years ago
I have just uploaded a build that was compiled on windows xp. Please let me 
know if 
it fixes the problem you are having. Thanks!

Original comment by spei...@gmail.com on 9 Jun 2007 at 11:58