bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] GNUbgW S 020624 pagefault MSVCRT


From: Øystein O Johansen
Subject: Re: [Bug-gnubg] GNUbgW S 020624 pagefault MSVCRT
Date: Wed, 26 Jun 2002 08:47:30 +0200

Hi,

Suggested change which might solve this:

gnubg.c line 3774:

    fprintf ( pf,
              "set export moves parameters evaluation %s\n"
              "set export moves parameters rollout %s\n"
              "set export moves probabilities %s\n",
              exsExport.afMovesParameters[ 0 ],
              exsExport.afMovesParameters[ 1 ],
              exsExport.fMovesDetailProb );

Changes to:

    fprintf ( pf,
              "set export moves parameters evaluation %d\n"
              "set export moves parameters rollout %d\n"
              "set export moves probabilities %d\n",
              exsExport.afMovesParameters[ 0 ],
              exsExport.afMovesParameters[ 1 ],
              exsExport.fMovesDetailProb );

Similar in line 3792:

    fprintf ( pf,
              "set export cube parameters evaluation %s\n"
              "set export cube parameters rollout %s\n"
              "set export cube probabilities %s\n",
              exsExport.afCubeParameters[ 0 ],
              exsExport.afCubeParameters[ 1 ],
              exsExport.fCubeDetailProb );

Changes to:

    fprintf ( pf,
              "set export cube parameters evaluation %d\n"
              "set export cube parameters rollout %d\n"
              "set export cube probabilities %d\n",
              exsExport.afCubeParameters[ 0 ],
              exsExport.afCubeParameters[ 1 ],
              exsExport.fCubeDetailProb );

The difference is simply %d instead of %s

Jørn? Can you access the cvs from there?

-Øystein


---------- Rob wrote:

Hi,


program GNUbg ( 020624) for Windows  running  on Pentium 100 32mb mem
Windows98 second edition


The following page fault occured when i
a:  analysed a game  ( analyses running  ...)
b:  changed settings in the export menu
c:  clicked save settings ( still all  settings are not saved :((  )

GNUBG  pagefault module MSVCRT.DLL  op0167:780102ba.
Registers:
EAX=00000001 CS=0167 EIP=780102ba  EFLGS=00010206
EBX=00000073 SS=016f ESP=00a4e240 EBP=00a4e494
ECX=00000001  DS=016f ESI=7ffffffe FS=18af
EDX=7fffffff ES=016f EDI=00424775  GS=0000
Bytes in CS:EIP:
80 38 00 74 03 40 eb f1 2b c1 e9 85 fe ff ff c7
Stackdump:
00000000 78037ca8 00000002 00a4e4b4 7800fe61 0000000a 78037ca8  00a4e4a0
00000000 78037ca8 00000002 00d2e05b 00a4e298 78001103 00d2e0f8 000000cb

Greetings  Rob




-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]