Having a lot of players who's not come past My info screen before login inn
For Myself it works very fine everytime... and have an equal number of players not coming through...
*Asked them to clean cache, if they had updated byond, and it they had set some prefix setting on their BYOND application..
Found one solution for some:
Chri93
(23:36:19)
You too?... this happens to some but not all, for some reason
try this;
You know the Options and Messages?
*PlayerUsername*
(23:36:54)
yes
Chri93
(23:37:06)
open Client tab
then click Commands
*PlayerUsername*
(23:37:36)
then?
Chri93
(23:37:58)
.winset "mainwindow.is-visible = true;LoginWindow.is-visible = false
-----------------------------------------------------------------------------------------
Wondering if anyone knows anything about this? one player blamed beta but idk :)
-regards Chrizz
Happy new year Ya'll!
ID:2534751
Jan 3 2020, 7:25 pm
|
|
Jan 3 2020, 9:05 pm
|
|
Are you making your default window invisible? Because that's not a good idea at all. It sounds like you're doing something ill-advised in the skin. If you're doing any winsets in client/New() then you're also likely hitting a timing issue, because winset is not safe there.
|
Thanks for the respond, will look into this :) I copied the Button command and sent to the players who couldn't get past the info screen, as an temporary fix for their trouble
|