![]() |
|
#1
|
|||
|
|||
|
Possible error with executables
Hello,
I have recently tried making some executables, but they do not seem to run-I get the following console window: Code:
******************************************************************************
** Loading SceneTransitionEngine.py
******************************************************************************
** ERROR: Failed to set pixel format (The handle is invalid.)
** ERROR: Release Device Context Failed. (Invalid device context (DC) handle.)
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "C:\Users\CWANAM~1\AppData\Local\Temp\nszC8EC.tmp\Script\SceneTransitionE
ngine.py", line 214, in <module>
viz.go()
File "C:\Program Files (x86)\WorldViz\Vizard4\python\viz.py", line 2240, in go
_ipcSend(_VIZ_GO,mode,window,'',0.0,0.0,0.0,0.0)
RuntimeError: Failed to initialize graphics window
** Load Time: 0.25 seconds
** WARNING: There were errors in your script, press any key to exit
Christian |
|
#2
|
|||
|
|||
|
A little further information:
everything works when not an executable. I have gotten a very basic script to execute properly, but if I add some imports I can make it fail, and am currently trying to figure out which one causes the issue, but none of them should have executed any code, I believe - it was all putting functions and classes to be used later. Christian I |
|
#3
|
|||
|
|||
|
We plan on releasing a new version this week that fixes this issue. If you need a fix sooner, then contact support@worldviz.com and they can provide you with a link to the previous working version.
|
|
#4
|
|||
|
|||
|
Thanks!
Christian |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stand-alone executables, etc. | JRichizzle | Vizard | 30 | 09-15-2005 03:33 AM |