Trouble creating roChannelStore

I am trying to set up a test roChannelStore with the following code

	m.store=CreateObject("roChannelStore")
	m.store.FakeServer(true)

But getting an “Interface not a member of BrightScript Component” error on the fakeserver command. This is driving me insane. What am I doing wrong?

Oh n/m, I missed this part of the error message:

ERROR: roChannelStore: creating MAIN|TASK-only component failed on RENDER thread

Derp. :slightly_smiling_face: