build.gradle' line: 2
An exception occurred applying plugin request [id: 'fabric-loom', version: '0.8-SNAPSHOT']
> Failed to apply plugin 'fabric-loom'a Gradle Daemon, 4 incompatible Daemons could not be reused, use --status
* What went wrong:> Could not resolve all dependenciesmodmenu-2.0.14.pom
- file:/C:/Users/thijm/Desktop/test 1171/nieuw3/MCPatcherPatcher-main/.gradle/loom-cacheterra
编辑:正确的标题应该是“在基类中调用重载的真正虚拟函数”,因为这是问题的很大一部分。
我有一个基类,它有一个真正的虚拟函数,还有一些其他的普通函数。其中一个普通的调用线程中的虚拟函数,我在这一行中得到一个错误,我不明白。我猜想它与线程有关,但是由于基类是抽象的,而且每个派生类都必须实际实现虚拟函数,所以应该没有问题。也许是完全不同的东西。missing argument list; use '&Base::getInfo' to create a pointe