Wings 3D Development Forum
[solved] Wings3D 2.2.2 couldn't launch. Intel Iris OpenGL Engine - 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: [solved] Wings3D 2.2.2 couldn't launch. Intel Iris OpenGL Engine (/showthread.php?tid=2771)



[solved] Wings3D 2.2.2 couldn't launch. Intel Iris OpenGL Engine - tkbd - 01-29-2019

In iMac, Wings3D 2.2.2 could launch successful.
But Macmini failed. It is the same error log as before.Sad

Code:
Dump written 2019-1-29_18-8
Version: 2.2.2
OS: Mac OS X (Darwin 18.2.0 x86_64)
GPU: Intel Inc. | Intel Iris OpenGL Engine
Window: [wings,wings,<0.86.0>]
Reason: {error,{badmatch,{error,eexist}},
               [{wings_shaders,read_shader,2,
                               [{file,"wings_shaders.erl"},{line,212}]},
                {wings_shaders,make_prog,3,
                               [{file,"wings_shaders.erl"},{line,134}]},
                {wings_shaders,'-compile_all/0-fun-0-',2,
                               [{file,"wings_shaders.erl"},{line,45}]},
                {lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
                {wings_shaders,compile_all,0,
                               [{file,"wings_shaders.erl"},{line,50}]},
                {wings,init_part2,2,[{file,"wings.erl"},{line,93}]},
                {proc_lib,init_p_do_apply,3,
                          [{file,"proc_lib.erl"},{line,249}]}]}



RE: Wings3D 2.2.2 couldn't launch. Intel Iris OpenGL Engine - dgud - 01-29-2019

It have been fixed but problems from the previous install might cause problems.
The problems comes from mixing uppercase and lowercase.

Delete all directories that is not named: "Wings3D" (i.e. delete wings, wings3d, WINGS, WINGS3D)
in:
$HOME/Library/Caches/my_application/
$HOME/Library/Application Support/my_application


RE: Wings3D 2.2.2 couldn't launch. Intel Iris OpenGL Engine - tkbd - 01-30-2019

dgud,Thank you for reply,
I checked $HOME/Library/Caches/my_application/
In Mac OS Cache folder was a following path.
~/Library/Chaches/

Then,I found a file that named "wings3D" on there.
(It seems that texture binary data(1.8 MB))
So,I deleted it.*BINGO*
Wings3D v2.2.2 launch successfull on My Mac mini
The problem solved. Biggrin Biggrin Biggrin

Thank you very much!!!!!!!