miguelmig / cssmatch-plugin

Automatically exported from code.google.com/p/cssmatch-plugin
0 stars 0 forks source link

CSSMatch2 : Le plugin ne fonctionne pas en Release #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
En Release, le plugin plante lors du hook des ConCommand du jeu.

Original issue reported on code.google.com by dani...@hotmail.com on 19 Nov 2009 at 4:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r243.

Original comment by dani...@hotmail.com on 19 Nov 2009 at 7:32

GoogleCodeExporter commented 9 years ago
Réouverture : I18nConVar::GetHelpText et I18nConCommand::GetHelpText ont le 
même
problème.

strdup semble toujours retourner NULL en Release (memoverride y est pour quelque
chose ?). Utiliser new semble résoudre le problème.

Original comment by dani...@hotmail.com on 19 Nov 2009 at 11:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r244.

Original comment by dani...@hotmail.com on 19 Nov 2009 at 11:51

GoogleCodeExporter commented 9 years ago
Dans memoverride.cpp ligne 883 _strdup est appelée à la place de strdup. Cette
fonction ne fait que retourner 0...

Original comment by dani...@hotmail.com on 20 Nov 2009 at 10:43