• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Bug Reports v
« Previous 1 … 8 9 10 11 12 … 35 Next »
[fixed] Crash when move a SpotLight object.

 
  • 0 Vote(s) - 0 Average
[fixed] Crash when move a SpotLight object.

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,680
Threads: 184
Joined: Jun 2012
#2
01-04-2019, 07:38 AM
Thanks tkbd

I couldn't to repeat the problem, but by looking in the dump file (long stack) we see it happens when drawing the status line with the coordinate information for the light; and the format string shown (": Pos ~ts ~ts ~ts") is completely different of the one we can find in the wings_light.erl at the source repository (": Pos ~s") - which is the correct:
Code:
Long stack trace:
[{io_lib,format,
         [": Pos ~ts ~ts ~ts",
          [["<","1.276249","  ","2.836651","  ","-1.273416",">"]]],
         [{file,"io_lib.erl"},{line,170}]},
{wings_light,info,1,
              [{file,"c:/Users/familjen/src/wings/src/wings_light.erl"},
               {line,132}]},

So, by doing a search by that bad format string I found it's present in the language files: wings_jp.lang, wings_ko.lang and wings_zh-cn.lang; Like this for the Japanese one:
Code:
{info,
   [
    % "Light ~ts"
    {1,"Light ~ts"},
    % ": Pos ~ts ~ts ~ts"
    {2,": Pos ~ts ~ts ~ts"}
   ]},

It's fixed now. Check the Fixes for v2.2.1.
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
[fixed] Crash when move a SpotLight object. - by tkbd - 01-03-2019, 05:34 AM
RE: Crash when move a SpotLight object. - by micheus - 01-04-2019, 07:38 AM
RE: [fixed] Crash when move a SpotLight object. - by tkbd - 01-04-2019, 01:50 PM
RE: [fixed] Crash when move a SpotLight object. - by micheus - 01-04-2019, 03:32 PM
RE: [fixed] Crash when move a SpotLight object. - by tkbd - 01-05-2019, 06:27 AM
RE: [fixed] Crash when move a SpotLight object. - by micheus - 01-06-2019, 11:44 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode