WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   White Fullscreen crash when running network version (https://forum.worldviz.com/showthread.php?t=550)

Dbuckland 04-07-2006 12:24 PM

White Fullscreen crash when running network version
 
When we run a script using viz.go(viz.FULLSCREEN) the monitor goes all white and the code doesn't run. This is only occuring on Network versions of Vizard. When we run the same code on Development versions the fullscreen works fine, and when we run the code using viz.go() on the network versions it works as well. Have you seen this before?
All computers are using 2.53g and the liscence server is the latest one.

Thanks

farshizzo 04-10-2006 10:42 AM

Hi,

What happens if you start out using viz.go() and then go into fullscreen afterwards by pressing F2? Also, does the same machine that exhibits this problem in networked version, not exhibit it in the development version? Or did you test it out on separate machines? The reason I ask is that it might be a coincidence due to the machine not having the correct graphics driver installed.

Dbuckland 04-10-2006 03:48 PM

viz.go() and then F2 works, but viz.go(viz.FULLSCREEN) and viz.go(viz.PROMPT) then selecting fullscreen does not.
After it goes white and gets restarted, no viz.go() programs run at all until the computer is rebooted.

farshizzo 04-11-2006 10:25 AM

Hi,

I'll look into this. In the meantime try using the following code after you call viz.go() to go into fullscreen.
Code:

viz.go()
viz.windowsize(-1,-1)


Dbuckland 04-12-2006 01:40 PM

That works for now, thanks.

Dbuckland 04-19-2006 02:34 PM

In a related matter, is there a similar way to do that when the HMD/Stereo command is used?

farshizzo 04-19-2006 02:49 PM

Hi,

Try the following:
Code:

viz.go()
viz.windowsize(-1,-1)
viz.stereo(viz.HMD|viz.STEREO)



All times are GMT -7. The time now is 12:15 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC