Jump to content

output window messages


drarem
 Share

Recommended Posts

Why is it sometimes when I run the game from the editor, I get generic loading/saving in the output window and other times, my print("...") statements produce output? I would like to see output all of the time when the program either ends or crashes to detect bugs.

 

I also notice that in the same window, sometimes my printed output is overlaid by the system messages of loading and saving various models, textures and materials.

 

Thanks.

Link to comment
Share on other sites

The Lua command print() does not flush the write buffer and these lines typically appear when the program ends. The Leadwerks command System:Print() prints immediately.

  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...