By following bug, can't use Plug-in-Manager in these languages.
How to make this problem.
The cause is ....
A problem occurs when probably the Plugin Manager to get the information of the three plug-ins
wpc_circularize
wpc_frow Connect
wpc_inset
If remove these module files, Plugin manager doesn't crash.
Other commands no problem for display also contain CJK characters in menu entry.
For example a crash log which case circularize.
These Numbers [29872,29366,21270] means UTF-8 code
29872 環 (0x074B0)
29366 状 (0x072B6)
21270 化 (0x072B6)
These are Japanse translation string of "Circularise" for menu entry string.
------------------------------------------------------------------------------
tkbd
How to make this problem.
- In Wings3D's pereference dialog ,swith to Chinese or Japanese.
- (For example Japanese version)Select "編集>プラグイン管理" for open Plug-In-Manager.
This command means that same operation selection "Edit>Plug In Manager" in English UeseInterface.
- Then Wings3D crash.( this occurs also in v1.5.4 .)
The cause is ....
A problem occurs when probably the Plugin Manager to get the information of the three plug-ins
wpc_circularize
wpc_frow Connect
wpc_inset
If remove these module files, Plugin manager doesn't crash.
Other commands no problem for display also contain CJK characters in menu entry.
For example a crash log which case circularize.
Code:
Dump written 2016-2-2_18-1
Version: 2.0.2
Window: geom
Reason: badarg
Short stack trace:
[]
Long stack trace:
[{erlang,list_to_atom,[[29872,29366,21270]],[]},
{wings_plugin,plugin_key,1,[{file,"wings_plugin.erl"},{line,599}]},
{wings_plugin,normalize_menu,1,[{file,"wings_plugin.erl"},{line,586}]},
{wings_plugin,plugin_menu_info,1,[{file,"wings_plugin.erl"},{line,539}]},
{wings_plugin,plugin_info,2,[{file,"wings_plugin.erl"},{line,426}]},
{wings_plugin,'-plugin_modules/2-lc$^0/1-0-',3,
[{file,"wings_plugin.erl"},{line,422}]},
{wings_plugin,'-plugin_modules/2-lc$^0/1-0-',3,
[{file,"wings_plugin.erl"},{line,423}]},
{wings_plugin,plugin_modules,2,[{file,"wings_plugin.erl"},{line,421}]}]
These Numbers [29872,29366,21270] means UTF-8 code
29872 環 (0x074B0)
29366 状 (0x072B6)
21270 化 (0x072B6)
These are Japanse translation string of "Circularise" for menu entry string.
------------------------------------------------------------------------------
tkbd