Forum Discussion

g-se's avatar
g-se
Streaming Star
7 years ago

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?

1 Reply

  • g-se's avatar
    g-se
    Streaming Star
    Oh n/m, I missed this part of the error message:

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

    Derp. 🙂