ehx-v1
ehx-v1
That reminds me, I'm kind of surprised this is set up as a Visual Studio project. I heard that Visual Studio is awesome with C#, but personally I made the...
How is any part of the discussion related to the issue's title?
Look at how the example rooms are programmed to understand which method does what, then apply these principles to what you want to create. That's the best approach I can...
I'd vote to enforce the obliteration of that standard facet. There's no reasonable way asynchronous calls in the middle of task execution could cause different results on different platforms nowadays.
Re the Wine problems, seems like Wine just wants a default executable to take care of when not called from the command line. Should be some simple initial configuration stuff,...
To clarify my previous comment: > 2. Wine hates me so I can't. what file should "run when I double click the application" This sounds like Wine wants to know...
I have a suggestion for narrowing this down. I'm not sure whether computers with extra GPU (like Nvidia or AMD) still have on-board GPU as well, I haven't investigated on...
So it's most likely some sort of issue in the AMD C# interface. I took a quick look on the Support Forums, but the only thing I discovered that sounds...
Looks like polygons are rendered that would be visible through the seamless portal from within the structure. Either that, or you somehow loaded 2 stages at once, causing them to...
Also, it might be possible to track down what kind of instructions or programming patterns cause the issue by trying different bits of code, but that sounds like a pain...