Discussion:
[Clanlib-devel] Issues with F12
Jeremy Duvall
2005-11-04 05:28:49 UTC
Permalink
Im a student at Georgia Institute of Technology and we are using your engine to
create a 2d isomorphic game for a class project. The engine runs beautifully
except when you hit F12. It says that there is a breakpoint somewhere in the
code. I have scoured both our source and ClanLib's source and I havent found
anything. Any ideas?
--
Jeremy Duvall <><
College of Computing
Georgia Institute of Technology
"All that is not eternal is eternally useless" C.S Lewis
Jason Green
2005-11-04 15:32:53 UTC
Permalink
Post by Jeremy Duvall
Im a student at Georgia Institute of Technology and we are using your engine to
create a 2d isomorphic game for a class project. The engine runs
beautifully
except when you hit F12. It says that there is a breakpoint somewhere in
the
code. I have scoured both our source and ClanLib's source and I havent
found
anything. Any ideas?
What version are you using?
Magnus Norddahl
2005-11-04 10:16:55 UTC
Permalink
Post by Jeremy Duvall
Im a student at Georgia Institute of Technology and we are using your
engine to create a 2d isomorphic game for a class project. The engine runs
beautifully except when you hit F12. It says that there is a breakpoint
somewhere in the code. I have scoured both our source and ClanLib's source
and I havent found anything. Any ideas?
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user breakpoints? If
you mean the later, then some people have experienced ATI (or was it
Nvidia?) display drivers that had user breakpoints accidentially in a
release build of their drivers. I've seen a similar problem with some
Microsoft DLLs, although I can't remember if it was caused by mixing debug
and release libs or using an old platform SDK.

--
Magnus Norddahl
Jeremy Duvall
2005-11-04 19:02:54 UTC
Permalink
Post by Magnus Norddahl
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user breakpoints?
Yes, after I initialize a CL_Window and it is drawing stuff on the screen. It
appears in both Debug and release versions of the program (we are using MS
Visual Studio.NET).

As for the driver suggestion, I am running an NVidia 600GT, my groupmate is
running an ATI xt700, and several other machines that we develop on in the
computer lab are running miscellaneous forms of Nvidia cards. The error occurs
on all of them, so its not a driver issue unless its cooincidentally common to
all those cards (which has a very low probability).

It could be a problem with M$ DLLs, but we have used them in the past without a
hitch.
Post by Magnus Norddahl
What version are you using?
The newest available off your website. 0.8.0
Post by Magnus Norddahl
Post by Jeremy Duvall
Im a student at Georgia Institute of Technology and we are using your
engine to create a 2d isomorphic game for a class project. The engine runs
beautifully except when you hit F12. It says that there is a breakpoint
somewhere in the code. I have scoured both our source and ClanLib's source
and I havent found anything. Any ideas?
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user breakpoints? If
you mean the later, then some people have experienced ATI (or was it
Nvidia?) display drivers that had user breakpoints accidentially in a
release build of their drivers. I've seen a similar problem with some
Microsoft DLLs, although I can't remember if it was caused by mixing debug
and release libs or using an old platform SDK.
--
Magnus Norddahl
-------------------------------------------------------
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
clanlib-devel mailing list
https://lists.sourceforge.net/lists/listinfo/clanlib-devel
--
Jeremy Duvall <><
College of Computing
Georgia Institute of Technology
"All that is not eternal is eternally useless" C.S Lewis
Jason Green
2005-11-04 19:12:44 UTC
Permalink
Post by Jeremy Duvall
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user breakpoints?
Yes, after I initialize a CL_Window and it is drawing stuff on the screen. It
appears in both Debug and release versions of the program (we are using MS
Visual Studio.NET).
Simple check to make sure it's not CL:

Open the ClanLib project and go to Debug > Clear All Breakpoints
Then go to Project > Rebuild Solution

Then, go back to your app and do the same thing.

Let us know if it's still not working. Another option is to download the
latest 0.8 from SVN. There have been a couple of patches added since the
website RC1 came out. I can't duplicate the problem here.
Jeremy Duvall
2005-11-04 21:10:34 UTC
Permalink
We already tried the clear all breakpoints option. I will try and get the
latest .8 and see if that fixes the problem. If not I will letyou know.
Post by Magnus Norddahl
Post by Magnus Norddahl
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user
breakpoints?
Yes, after I initialize a CL_Window and it is drawing stuff on the screen. It
appears in both Debug and release versions of the program (we are using MS
Visual Studio.NET).
Open the ClanLib project and go to Debug > Clear All Breakpoints
Then go to Project > Rebuild Solution
Then, go back to your app and do the same thing.
Let us know if it's still not working. Another option is to download
the latest 0.8 from SVN. There have been a couple of patches added
since the website RC1 came out. I can't duplicate the problem here.
--
Jeremy Duvall <><
College of Computing
Georgia Institute of Technology
"All that is not eternal is eternally useless" C.S Lewis
Jason Green
2005-11-04 23:09:43 UTC
Permalink
http://www.flipcode.com/cgi-bin/fcarticles.cgi?show=63839

Apparently, this is by MSVC design.
Magnus Norddahl
2005-11-04 23:21:55 UTC
Permalink
Post by Magnus Norddahl
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user breakpoints?
Try see this URL:

http://support.microsoft.com/kb/q130667/

Think it explains it all. Seems it is an OS feature. :)

--
Magnus Norddahl
Jeremy Duvall
2005-11-04 23:18:08 UTC
Permalink
Ah! Thanks so much!!!
Post by Magnus Norddahl
Post by Magnus Norddahl
When you hit F12 in the application? Or do you mean when running the
application with a debugger and it keeps breaking in user breakpoints?
http://support.microsoft.com/kb/q130667/
Think it explains it all. Seems it is an OS feature. :)
--
Magnus Norddahl
-------------------------------------------------------
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
clanlib-devel mailing list
https://lists.sourceforge.net/lists/listinfo/clanlib-devel
--
Jeremy Duvall <><
College of Computing
Georgia Institute of Technology
"All that is not eternal is eternally useless" C.S Lewis
Loading...