Alright, so I recompiled the client and the apps, restarted Red5, and now when I sign in to the Demo meeting it will start to load, and then stop at “Loading 10 modules.” No error messages, nothing in the logs, it just….. stops. Weird.
UPDATE: Ah, the Big Blue Ghost is at it again. Somehow, a line of code from the clipboard was pasted into another part of the file it came from without me knowing it. Deleted it, recompiled every little thing, and now let’s try and run this again.
UPDATE: Ta-daaah! It worked. Now to throw in a foreach loop and a call to the system time, to get rid of the nulls currently being stored in votes and time as soon as the Poll is created.
UPDATE: Don’t you just hate it when a coding blog says “I’ve solved the problem!” and doesn’t go into quite enough detail on how? Especially when it’s your own blog? Yeah, I’ve hit the same problem again today. I have to somehow remember how I tracked down the offending line of code yesterday.
UPDATE: Nevermind, slightly different problem.