mmcmatthew / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

graphicalClient often crashes & invalid pointer in vartypes #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1)graphicalClient often crashes from unknown reason (segmentation fault).
Sometimes the old ball isn't cleared from the window (the real one + the
old one that isn't exist in the packet).

2)Vartypes generates an invalid xml file from using an pointer to local object.
It causes no problem in Linux (I don't know why), the problem happens in
Windows when I tried to build an example project (vartypes).
The detail described in vartypes project.

This is not an issue when running sslvison but I think it should be fixed.
This issue may occurs in the competition :P.

Original issue reported on code.google.com by baug55@gmail.com on 28 Jul 2009 at 3:17

GoogleCodeExporter commented 9 years ago
The Vartypes issues *should* all be fixed now under windows, but I don't have it
running on a windows machine, so I cannot verify. Please verify if you can.

We are aware of some remaining performance and stability issues in 
graphicalClient
and might consider a reimplementation of its drawing functions.

Original comment by zick...@gmail.com on 9 Dec 2009 at 3:19

GoogleCodeExporter commented 9 years ago
r169: graphicalClient has been rewritten from scratch, with pure OpenGL drawing 
operations. 

Additional testing on various systems is encouraged, particularly on systems 
with older graphics cards.

Original comment by joydeep....@gmail.com on 22 Jul 2011 at 11:53