[Bf-blender-cvs] CVS commit: blender/source/gameengine/GamePlayer/netscape/src UnixShell.c

Hans Lambermont hans at lambermont.dyndns.org
Sun Jan 15 16:05:06 CET 2006


h_xnan (Hans Lambermont) 2006/01/15 16:05:06 CET

  Modified files:
    blender/source/gameengine/GamePlayer/netscape/src UnixShell.c 
  
  Log:
  - remove a \n so that the plugin registers properly again, Yay :)
  Using a test.html with src="load.blend" and without a loadingURL= we get
  the following on FreeBSD in /tmp/plugin_log :
  
      --> Unixshell::(0x806a980) NPP_GetMIMEDescription
      --> Unixshell::(0x806a980) NPP_GetValue
      --> Unixshell::(0x806a980) NPP_GetValue::NPPVpluginNameString
      --> Unixshell::(0x806a980) NPP_GetValue
      --> Unixshell::(0x806a980) NPP_GetValue::NPPVpluginDescriptionString
      --> Unixshell::(0x806a980) NPP_GetJavaClass
      --> Unixshell::(0x806a980) NPP_Initialize
      --> Unixshell::(0x806a980) NPP_New
      --> Unixshell::(0x806a980) initialization_call
      --> KXH_ketsji_hooks::(0x806a980) APH_create_application
      --> KXH_ketsji_hooks::(0x8dc2c80) plugin_mainloop
      --> KXH_ketsji_hooks::(0x8dc2c80) init_thread
      --> Unixshell::(0x806a980) NPP_SetWindow
      --> KXH_ketsji_hooks::(0x8dc2c80) tick
      --> KXH_ketsji_hooks::(0x8dc2c80) tick: init
      --> Unixshell::(0x8dc2c80) PLA_get_foreground_colour
      --> KXH_ketsji_hooks::(0x8dc2c80) tick: default loader
      --> KXH_ketsji_hooks::(0x8dc2c80) open_default_loader
      --> KXH_ketsji_hooks::(0x8dc2c80) initialize_gameengine
      --> KXH_ketsji_hooks::(0x8dc2c80) initialize_gameengine 5
      --> KXH_ketsji_hooks::(0x8dc2c80) initialize_gameengine 6a
  
  The initialize_gameengine 6b printf line is not reached, meaning that we
  crash in KX_BlenderSceneConverter in
  source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.cpp :
  
  leia ~> mozilla
      Blender3DPlugin: No JRI available, awaiting XPConnect queries.
      Segmentation fault (core dumped)
      Exit 139
  
  And we also saw :
      Xlib: unexpected async reply (sequence 0x3a)!
  
  At least the initial browser connectivity looks OK now, and the problem
  we see is deeper within Blender.
  
  Njin-Zu and Hans
  
  Revision  Changes    Path
  1.5       +3 -3      blender/source/gameengine/GamePlayer/netscape/src/UnixShell.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GamePlayer/netscape/src/UnixShell.c.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list