Posted to tcl by patthoyts at Mon Nov 30 19:06:48 GMT 2009view raw

  1. C:\Users\pat\Documents\Downloads>plasma.exe
  2. --- Brick Engine 4.1 ---
  3. Initializing SDL...success!
  4. Zeroing layer list...success!
  5. Setting default render options...success!
  6. Initializing joystick...success!
  7. Initializing default keys...success!
  8. Initializing font list...success!
  9. Adding default font...success!
  10. Initializing audio data structures...success!
  11. Preserving system audio configuration...success!
  12. Registering C functions into tcl...success!
  13. Invalid image
  14. while executing
  15. "imgload buffer [readfile [file join [file dirname [info script]] $img.png]]"
  16. ("foreach" body line 6)
  17. invoked from within
  18. "foreach { img z } { p1 10 p2 10 p3 20 p4 20 } {
  19.  
  20. set sprites($img.id) [sprite create]
  21.  
  22. # read file from disk into the sprite and set its z-hint
  23. ..."
  24. (file "C:/Users/pat/Documents/Downloads/plasma.exe/lib/app-plasma/plasma.tcl
  25. " line 57)
  26. invoked from within
  27. "source C:/Users/pat/Documents/Downloads/plasma.exe/lib/app-plasma/plasma.tcl"
  28. ("package ifneeded app-plasma 1.0" script)
  29. invoked from within
  30. "package require app-plasma"
  31. (file "C:/Users/pat/Documents/Downloads/plasma.exe/main.tcl" line 6)
  32. Shutting down SDL...success!