Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Anyone else experience this? How to fix?

Joined
Oct 22, 2015
Messages
10
Any idea how to fix spectre running? I start an instance, it pops up "Failed to create the internal bot representation because reflection failed"
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
This occurs when the bot you're trying to load has a main class without a public, no argument constructor. Basically, the bot author messed things up a bit and you should report it directly to them.
 
It also can occur when the main class specified by the bot author is unable to be loaded.
 
Top