#No text at all
1 messages · Page 1 of 1 (latest)
I had the same problem, I tries uninstalling the game and reinstalling it but that hasn't helped. :/
Yeah, saw yours too. I just reinstalled the game after idk how long and on first boot up it did this. verifying game files didn't fix it either.
Are these English? Or another language?
Anything else you can pass on about these situations would be helpful - I have not seen anything like this.
Using any mods? (doesn't sound like it)
You mention reinstalling, did this happen first time you ran after this update, and not before? (ie. did it work at all after this update)
i just downloaded the game and have the same issue. no text anywhere
should i refund game ir is the a fix?
There is no fix right now but the devs are looking into it. You could refund if you'd feel more comfortable waiting until its actually fixed.
Hmmm not sure you think it’ll be fixed soon?
Would be interesting to see if there's a correlation between system language/region settings and this bug. Or maybe even operating system.
What we need is a copy of the log file from anybody who's having this problem. If you're on Windows, you'll find it at %APPDATA%/VectorStorm/MMORPG Tycoon 2/log.txt. If you can email that to [email protected], it should give us enough information to make some guesses about what's going wrong.
I'm guessing you're on a Mac? There's now a build up on the public 'test' build I believe should fix it. Definitely would be helpful if you could give that a try and let me know whether it fixes the issue for you
So I have changed nothing in the game. This is the base game that I reinstalled after taking a year break from it. No mods, a total of like 3 "games" created and nothing that I can think of to cause this. It looked like this immediately after I installed recently, then I tried verifying game files, then I uninstalled and reinstalled again. None of these produced any results.
I just reopened the game to see if anything had changed and now for some reason the text is working fine. I have no idea why and am incredibly confused.
This issue was reported by numerous people and has since been fixed by the developers in other threads. Apparently it was an issue with certain graphic cards.
Or to be more specific, I was doing something very subtly wrong when drawing text, and some graphics cards/drivers were letting me get away with it while others were ignoring the attempts to draw text. And it just so happened that all of my usual test machines were letting me get away with it, and so I never noticed the problem until folks reported it!
The bug was 100% mine, not the graphic cards!
Slap on the hand for you 👏
(for those curious, the specific problem was that due to some engine changes, an integer texture had accidentally been automatically reconfigured to use a "linear" sampling mode, which isn't a legal sampling mode for integer textures to use. All NVidia and most Intel drivers kind of said "eh, we know what you meant" and just worked. But most AMD and Apple drivers said "no, you're not allowed to do that" and ignored the draws. Which they are absolutely allowed to do per the OpenGL spec.)