|
[fixed] Crash when move a SpotLight object.
|
|
01-03-2019, 05:34 AM
(This post was last modified: 01-04-2019 07:39 AM by micheus.)
Post: #1
|
|||
|
|||
|
[fixed] Crash when move a SpotLight object.
hi! I had the opportunity to use Windows PC the other day and install Wings3D.
So,I tried to several texture mapping to an object. (metallic,roughness map etc...) And I set a PointLight and a SpotLight. It works fine!! But when I move the SpotLight appropriately,Wings3D was crashed. The crash log is here. Code: Dump written 2019-1-1_16-36Wings3D v2.2.1(No patched version) Enviroment: Windows10 (But recored as Windows8 in Crash log) ------------------------------------------------------------------------------ Best Regard. |
|||
|
01-04-2019, 07:38 AM
Post: #2
|
||||
|
||||
|
RE: Crash when move a SpotLight object.
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: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,It's fixed now. Check the Fixes for v2.2.1.
|
||||
|
01-04-2019, 01:50 PM
Post: #3
|
|||
|
|||
|
RE: [fixed] Crash when move a SpotLight object.
micheus,Thank you for quick response!!
I think back on ... When this bug occurred, I surely set the language to Japanese. (and also I found that easy way to recreate this bug. Switch to Body selection mode while selecting a Light.) Then, I download your patchs and new lang files, and tested them. Simplefied Chinese(zh-cn) and Korean(ko) are now OK. But Only Japanese(jp) hasn't been fixed yet. See a line 2007 in wings_jp.lang Quote: {info,It is missing “s” after “Pos~”. ![]() Another more, would you fix Traditional Chinese(zh-tw) version too? See a line 1981 in wings_zh-tw.lang . Quote: {info,Parhaps,I think that way all that problem should be solved.
|
|||
|
01-04-2019, 03:32 PM
Post: #4
|
||||
|
||||
|
RE: [fixed] Crash when move a SpotLight object.
Thanks for checking. It seems I removed too much characters.
![]() I'm going to fix them.
|
||||
|
01-05-2019, 06:27 AM
Post: #5
|
|||
|
|||
|
RE: [fixed] Crash when move a SpotLight object.
Thank you very much
|
|||
|
01-06-2019, 11:44 AM
Post: #6
|
||||
|
||||
|
RE: [fixed] Crash when move a SpotLight object.
I just did a reviewing of all language files and updated them to the fixes repository.
Thanks again.
|
||||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)




@MicheusVieira
MicheusVieira
Micheuss
micheus4wings3d