[Gtk-sharp-list] C# binary issue

Cere cere.mail at gmail.com
Fri Jun 26 09:22:27 EDT 2009


It's an emply string as far as i can see:


Thread @35 stopped at #0: 0xb6f8b3c0 in gameClass.Game.initRooms()+0x4f0 at
/home/cere/temp/poker/Server/gameEngine.cs:230.
 230                     addRoom(i - 1, ids[i - 1], numes[i - 1],
Convert.ToInt32(maxPlayers[i - 1]), Convert.ToInt32(sb[i - 1]),
Convert.ToInt32(bb[i - 1]), Convert.ToInt32(minBuy[i - 1]),
Convert.ToInt32(maxBuy[i - 1]));
Display 1 ("18"): 18
(mdb) print sb[0]
(string) ""
(mdb) print sb[1]
ERROR: Index of array expression `sb' out of bounds.
(mdb) print i
(int) 1
(mdb) print bb[0]
(string) ""
(mdb) print bb[1]
ERROR: Index of array expression `bb' out of bounds.
(mdb) print minBuy[1]
ERROR: Index of array expression `minBuy' out of bounds.
(mdb) print minBuy[0]
(string) ""

-- 
View this message in context: http://www.nabble.com/C--binary-issue-tp24184437p24220207.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.



More information about the Gtk-sharp-list mailing list