= Integer.parseInt(matcher.group(2)); cmd = "score"; }Processing: Team "Red" current score "1" with "1" players
当我只运行这一部分时,它工作得很好。但是当我运行整个程序时,我得到了这个<em
我已经排除了多线程是一个问题。当我有一个实际的错误,一个合法的崩溃,我没有调用堆栈。一个典型的崩溃错误将是
First-chance exception at 0x004678da in Democracy3Debug.exe: 0xC0000005: Access violation我一定是在某个地方改变了一些选择,但无法想象会发生什么。有什么想法吗?