From: David L. P. <pa...@gm...> - 2008-04-21 21:07:06
|
I am a new user to Chromium and I have corrected the problem from my previous post to this newsgroup by following the FAQ. My apologies for not reading it closer. I am following the "Chromium for beginners" part of the documentation with regard to Windows based system. I am now able to successfully run the initial demo except that the windows do not open. Here's the sequence of steps suggested in the documentation: >> 1: % cd mothership/configs >> 2: % python crdemo.conf atlantis & >> 3: % crserver & >> 4: % crappfaker >> You should get two windows, one blank, one with fish. Congratulations, you've run your first Chromium network! Everything else is downhill from here. Unfortunately, I am unable to get the two windows. To test the OpenGL side of things, I am able to run 'atlantis' within the cygwin bash shell. It does open a window and redner the atlantis scene. I have turned on all the debug options that I can find (RELEASE=0 during compile, DebugLevel = 2 in mothership.py) and here's the result below. ==== BEGIN ==== Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ python crdemo.conf atlantis & [1] 5856 Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ This is Chromium, Version 1.9 Start a crappfaker on Old_Laphroaig.x.x.net Start a crserver on Old_Laphroaig.x.x.net Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ crserver & [2] 3428 Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ CR Warning(Old_Laphroaig:0): crGetPID not implemented on Windows yet! CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost CR Debug(Old_Laphroaig:0): In crNetConnectToServer( "localhost", port=10000, mtu=8096, broker=0 ) CR Debug(Old_Laphroaig:0): Connecting to Old_Laphroaig on port 10000, with protocol tcpip CR Debug(Old_Laphroaig:0): Done connecting to localhost (swapping=0) Processing mothership request: "server Old_Laphroaig" Replying (200): "1 0 render" CR Debug(Old_Laphroaig:0): CRServer: my SPU chain: 1 0 render CR Debug(Old_Laphroaig:0): SPU 1/1: (0) "render" Processing mothership request: "serverparam spu_dir" Replying (404): "Server doesn't have param spu_dir" Processing mothership request: "rank" Replying (404): "Node didn't say what it's rank is." Processing mothership request: "getparam low_context" Replying (200): "32" Processing mothership request: "getparam high_context" Replying (200): "35" Processing mothership request: "getparam low_node" Replying (200): "iam0" Processing mothership request: "getparam high_node" Replying (200): "iamvis20" Processing mothership request: "getparam comm_key" Replying (200): "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" Processing mothership request: "serverparam port" Replying (200): "7000" Processing mothership request: "serverparam optimize_bucket" Replying (404): "Server doesn't have param optimize_bucket" Processing mothership request: "serverparam local_tile_spec" Replying (404): "Server doesn't have param local_tile_spec" Processing mothership request: "serverparam lightning2" Replying (404): "Server doesn't have param lightning2" Processing mothership request: "serverparam ignore_papi" Replying (404): "Server doesn't have param ignore_papi" Processing mothership request: "serverparam overlap_blending" Replying (404): "Server doesn't have param overlap_blending" Processing mothership request: "serverparam overlap_levels" Replying (404): "Server doesn't have param overlap_levels" Processing mothership request: "serverparam only_swap_once" Replying (404): "Server doesn't have param only_swap_once" Processing mothership request: "serverparam debug_barriers" Replying (404): "Server doesn't have param debug_barriers" Processing mothership request: "serverparam shared_display_lists" Replying (404): "Server doesn't have param shared_display_lists" Processing mothership request: "serverparam shared_texture_objects" Replying (404): "Server doesn't have param shared_texture_objects" Processing mothership request: "serverparam shared_programs" Replying (404): "Server doesn't have param shared_programs" Processing mothership request: "serverparam shared_windows" Replying (404): "Server doesn't have param shared_windows" Processing mothership request: "serverparam unique_window_ids" Replying (404): "Server doesn't have param unique_window_ids" Processing mothership request: "serverparam use_dmx" Replying (404): "Server doesn't have param use_dmx" Processing mothership request: "serverparam vertprog_projection_param" Replying (404): "Server doesn't have param vertprog_projection_param" Processing mothership request: "serverparam stereo_view" Replying (404): "Server doesn't have param stereo_view" Processing mothership request: "serverparam view_matrix" Replying (404): "Server doesn't have param view_matrix" Processing mothership request: "serverparam right_view_matrix" Replying (404): "Server doesn't have param right_view_matrix" Processing mothership request: "serverparam projection_matrix" Replying (404): "Server doesn't have param projection_matrix" Processing mothership request: "serverparam right_projection_matrix" Replying (404): "Server doesn't have param right_projection_matrix" CR Debug(Old_Laphroaig:0): CRServer: my port number is 7000 CR Debug(Old_Laphroaig:0): Initializing error SPU CR Debug(Old_Laphroaig:0): Initializing render SPU CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost CR Debug(Old_Laphroaig:0): In crNetConnectToServer( "localhost", port=10000, mtu=8096, broker=0 ) CR Debug(Old_Laphroaig:0): Connecting to Old_Laphroaig on port 10000, with protocol tcpip CR Debug(Old_Laphroaig:0): Done connecting to localhost (swapping=0) Processing mothership request: "spu 0" Replying (200): "Hello, render SPU!" Processing mothership request: "spuparam title" Replying (404): "SPU 0 (render) doesn't have param title" Processing mothership request: "spuparam window_geometry" responding with args = [100, 100, 500, 500] Replying (200): "[100, 100, 500, 500]" Processing mothership request: "spuparam fullscreen" Replying (404): "SPU 0 (render) doesn't have param fullscreen" Processing mothership request: "spuparam resizable" Replying (404): "SPU 0 (render) doesn't have param resizable" Processing mothership request: "spuparam on_top" Replying (404): "SPU 0 (render) doesn't have param on_top" Processing mothership request: "spuparam borderless" Replying (404): "SPU 0 (render) doesn't have param borderless" Processing mothership request: "spuparam default_visual" Replying (404): "SPU 0 (render) doesn't have param default_visual" Processing mothership request: "spuparam render_to_app_window" Replying (404): "SPU 0 (render) doesn't have param render_to_app_window" Processing mothership request: "spuparam render_to_crut_window" Replying (404): "SPU 0 (render) doesn't have param render_to_crut_window" Processing mothership request: "spuparam show_cursor" Replying (404): "SPU 0 (render) doesn't have param show_cursor" Processing mothership request: "spuparam system_gl_path" Replying (404): "SPU 0 (render) doesn't have param system_gl_path" Processing mothership request: "spuparam display_string" Replying (404): "SPU 0 (render) doesn't have param display_string" Processing mothership request: "spuparam gather_url" Replying (404): "SPU 0 (render) doesn't have param gather_url" Processing mothership request: "spuparam gather_userbuf_size" Replying (404): "SPU 0 (render) doesn't have param gather_userbuf_size" Processing mothership request: "spuparam lut8" Replying (404): "SPU 0 (render) doesn't have param lut8" Processing mothership request: "spuparam swap_master_url" responding with args = '' Replying (200): "" Processing mothership request: "spuparam is_swap_master" Replying (404): "SPU 0 (render) doesn't have param is_swap_master" Processing mothership request: "spuparam num_swap_clients" Replying (404): "SPU 0 (render) doesn't have param num_swap_clients" Processing mothership request: "spuparam use_osmesa" Replying (404): "SPU 0 (render) doesn't have param use_osmesa" Processing mothership request: "spuparam nv_swap_group" Replying (404): "SPU 0 (render) doesn't have param nv_swap_group" Processing mothership request: "spuparam ignore_papi" Replying (404): "SPU 0 (render) doesn't have param ignore_papi" Processing mothership request: "spuparam ignore_window_moves" Replying (404): "SPU 0 (render) doesn't have param ignore_window_moves" Processing mothership request: "spuparam pbuffer_size" Replying (404): "SPU 0 (render) doesn't have param pbuffer_size" Processing mothership request: "spuparam use_glxchoosevisual" Replying (404): "SPU 0 (render) doesn't have param use_glxchoosevisual" Processing mothership request: "spuparam draw_bbox" Replying (404): "SPU 0 (render) doesn't have param draw_bbox" Processing mothership request: "getparam MTU" Replying (200): "1048576" Processing mothership request: "disconnect" Replying (200): "Bye" CR Debug(Old_Laphroaig:0): Looking for the system's OpenGL library... CR Debug(Old_Laphroaig:0): Found it in default path. CR Debug(Old_Laphroaig:0): Render SPU: Creating default window (visBits=0x25, id=0) CR Debug(Old_Laphroaig:0): Render SPU: Got the module handle: 0x400000 CR Debug(Old_Laphroaig:0): Render SPU: Got the desktop: 0x768 CR Debug(Old_Laphroaig:0): Render SPU: Set the thread desktop -- this might have failed. CR Debug(Old_Laphroaig:0): Render SPU: Registered the class CR Debug(Old_Laphroaig:0): Render SPU: Got the class information CR Debug(Old_Laphroaig:0): Render SPU: Fullscreen: no CR Debug(Old_Laphroaig:0): Render SPU: Got the X fixed frame CR Debug(Old_Laphroaig:0): Render SPU: Got the Y fixed frame CR Debug(Old_Laphroaig:0): Render SPU: Got the Caption CR Debug(Old_Laphroaig:0): Render SPU: Creating the window: (100,100), (506,532) CR Debug(Old_Laphroaig:0): Render SPU: Got the DC: 0xf60114d7 CR Warning(Old_Laphroaig:0): Render SPU: WGL wants these visual capabilities: RGB, Doublebuffer, Z CR Warning(Old_Laphroaig:0): Render SPU: WGL chose these visual capabilities: RGB, Doublebuffer, Z, Accum CR Debug(Old_Laphroaig:0): Render SPU: WindowCreate returned 0 (0=normal) CR Debug(Old_Laphroaig:0): Render SPU: Creating default context, visBits=0x25 CR Debug(Old_Laphroaig:0): Render SPU: Using the DC: 0xf60114d7 CR Debug(Old_Laphroaig:0): Render SPU: GL_VENDOR: NVIDIA Corporation CR Debug(Old_Laphroaig:0): Render SPU: GL_RENDERER: GeForce 8800 GT/PCI/SSE2 CR Debug(Old_Laphroaig:0): Render SPU: GL_VERSION: 2.1.2 CR Debug(Old_Laphroaig:0): WGL - found wglGetExtensionsStringEXT CR Debug(Old_Laphroaig:0): WGL - found wglChoosePixelFormatEXT CR Debug(Old_Laphroaig:0): Render SPU: ---------- End of Init ------------- Processing mothership request: "getparam MTU" Replying (200): "1048576" Processing mothership request: "clients" Replying (200): "1 tcpip 1" CR Debug(Old_Laphroaig:0): CRServer: my clients: 1 tcpip 1 CR Debug(Old_Laphroaig:0): In crNetAcceptClient( protocol="tcpip" port=7000 mtu=1048576 ) CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost CR Debug(Old_Laphroaig:0): In crNetConnectToServer( "localhost", port=10000, mtu=8096, broker=0 ) CR Debug(Old_Laphroaig:0): Connecting to Old_Laphroaig on port 10000, with protocol tcpip CR Debug(Old_Laphroaig:0): Done connecting to localhost (swapping=0) Processing mothership request: "acceptrequest tcpip Old_Laphroaig 7000 0" tcpip_connect_wait tcpip_connect_wait Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ crappfaker CR Warning(Old_Laphroaig:0): crGetPID not implemented on Windows yet! CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost CR Debug(Old_Laphroaig:0): In crNetConnectToServer( "localhost", port=10000, mtu=8096, broker=0 ) CR Debug(Old_Laphroaig:0): Connecting to Old_Laphroaig on port 10000, with protocol tcpip CR Debug(Old_Laphroaig:0): Done connecting to localhost (swapping=0) Processing mothership request: "faker Old_Laphroaig" Replying (200): "0 atlantis" Processing mothership request: "fakerparam start_dir" Replying (200): "e:\cr-1.9/bin/WIN_NT" Processing mothership request: "exit" Thank you for using Chromium! CR Debug(Old_Laphroaig:0): Dead connection (sock=1920, host=Old_Laphroaig), removing from pool CR Debug(Old_Laphroaig:0): Dead connection (sock=1732, host=Old_Laphroaig), removing from pool CR Error(Old_Laphroaig:0): Mothership didn't like my accept request CR Debug(Old_Laphroaig:0): Cleaning up SPU render CR Debug(Old_Laphroaig:0): Cleaning up SPU error [1]- Done python crdemo.conf atlantis Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ [2]+ Done crserver Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ ==== END ==== Does anyone have any insight as to what my next step should be? Thanks in advance. --Dave -- David L. Page dav...@ie... 865.607.8192 |