Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socket not opening #6

Closed
GoogleCodeExporter opened this issue Nov 21, 2015 · 3 comments
Closed

socket not opening #6

GoogleCodeExporter opened this issue Nov 21, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I started with $glvis <enter> and the system remains hanging with message 
"Waiting for data on port 19916 ... ". I am using OpenSuse 12.3 and firewall is 
not running. The internet connection is behind proxy (which I do not think 
matters). Since socket was not opened running "./glvis -m 
../mfem/TESTING_by_VEGA/refined.mesh" gives error messages like "Generating 
coloring starting with element 9297 / 39424
Number of colors: 4
X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)
  Major opcode of failed request:  53 (X_CreatePixmap)
  Resource id in failed request:  0x5000004
  Serial number of failed request:  41
  Current serial number in output stream:  42"

Can you kindly help me?

Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 8:13

@GoogleCodeExporter
Copy link
Author

Running glvis without options starts the glvis 'server mode' (see
http://code.google.com/p/glvis/wiki/OptionsAndUse) -- in this mode glvis
waits for socket connections from other programs (like mfem's examples)
to send data for visualization.

When you run glvis with the '-m <mesh-file>' option, the error you get is
the same as issue 5 -- see that issue for some suggestions on how to resolve it.

Original comment by [email protected] on 24 Jul 2013 at 6:58

@GoogleCodeExporter
Copy link
Author

Thanks! The problem was solved using the solution for issue#5.

Original comment by [email protected] on 25 Jul 2013 at 11:41

@GoogleCodeExporter
Copy link
Author

Original comment by tzanio on 31 Jul 2013 at 1:18

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant