Wings 3D Development Forum
[1.5.2] Crash when I am changing the language to Polish - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12)
+--- Thread: [1.5.2] Crash when I am changing the language to Polish (/showthread.php?tid=617)



[1.5.2] Crash when I am changing the language to Polish - Mateix - 03-17-2014

I changed language to Polish (Edit / Preferences / User Interface / Language / Polski) and I received a message:

"Internal error - log written to c:/Users/user/Desktop/wings_crash.dump Click a mouse button to continue working".

Then Wings 3D stopped working.

The file content "wings_crash.dump":
http://pastebin.com/fRv5AVMN

Specs of my PC:
- Windows 8.1 (Polish)
- Intel Core i7 4770K
- MSI GTX 760 2GB
- 16GB RAM DDR3

Driver version of my graphic card: 335.23
The problem does not occur in earlier versions of Wings 3D


RE: [1.5.2] Crash when I am changing the language to Polish - micheus - 03-17-2014

Mateix, this problem was already reported. Take a look at this post and check if can "fix" your problem.

Other threads for the same problem: #1 and #2


RE: [1.5.2] Crash when I am changing the language to Polish - Mateix - 03-17-2014

It did not help.

But I found the solution:
You need to find the file "wings3d_1.5.2\lib\wings-1.5.2\ebin\wings_pl.lang" and you need to change the first line of "coding:utf-8" to "coding:ansi". It now works!


RE: [1.5.2] Crash when I am changing the language to Polish - micheus - 03-17-2014

That line is just a comment (that is what those "%" means in the file).
The file content is a text "coding" using UTF8 charset. So, if it worked for you, maybe your editor can have write the file "recoding" it to ANSI charset. It's just my thought.

Anyway, thanks for sharing.


RE: [1.5.2] Crash when I am changing the language to Polish - dgud - 03-18-2014

No the coding is specified in comments but still used by erlang to know how to interpret the file content.


RE: [1.5.2] Crash when I am changing the language to Polish - micheus - 03-18-2014

(03-18-2014, 09:13 AM)dgud Wrote: No the coding is specified in comments but still used by erlang to know how to interpret the file content.
Thanks for the information.
So, it seems that the workaround used by Mateix is a valid procedure to fix the problem. Rolleyes


RE: [1.5.2] Crash when I am changing the language to Polish - dgud - 03-20-2014

it should be %% coding: latin-1 (or utf-Cool
ansi does nothing which solves by luck here but will not work in erlang 17 where utf-8 is the default encoding


RE: [1.5.2] Crash when I am changing the language to Polish - dgud - 04-10-2014

Please test 1.5.3 test version at https://www.dropbox.com/sh/54h7afpm5hvx45m/hcay8uZhgc