Jump to content

tipforeveryone

Members
  • Posts

    382
  • Joined

  • Last visited

Posts posted by tipforeveryone

  1. Does your game crash immediately when GetPosition() is called or does it happen after some time?

    I am curious because I am using GetPosition() in my UpdateWorld() function and my game doesn't crash immediately but I have been getting inconsistent crashes when playing my game lately.

     

    Anyhow, I switched back to the 2015-12 build of leadwerks to see if I still get inconsistent crashes and I need to do more testing to see if switching the build makes any difference in my case.

     

    This happened after I updated my project. It crashes when I use GetPosition() or even Instance() in UpdateWorld(). Strange..

  2. is there a camera in that scene or in the main program? Would be best if you provided an example that others could test.

     

    It is the camera from defaut Editor, even I use FPSController prefab its Camera. It still brings me error smile.png So that I think problem came from Debugger itself. In this case I can not use self.entityVariable:GetPosition() anymore. All scripts which use GetPosition does not work too. Most of my script broken : )) what a pain!

  3. After 1+ week using Leadwerks in Linux (Lubuntu) I find out some bugs about Interface interaction

    They are small but annoying, please fix them :)

     

    - Clicking "Minimize" button in Script Editor or Flowgraph window will minimize Main Editor window too

    - Can not use Ctrl + Left click to do multiple select in Scene tab

    - Mouse scroll does not work in Scene tab (a long list of entities, models etc...), I must use the scroll slider on the right to browse.

    - Can not drag and drop entities from Scene tab to Flowgraph Editor, I must right click the entity and choose "Add to Flowgraph".

    - Text and Icon on buttons look weird (image attachment)

    post-16833-0-58601700-1453609776.png

    post-16833-0-53276900-1453609850.png

×
×
  • Create New...