![]() |
Wings 3D doesn't start up in Win10 [solved] - 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: Wings 3D doesn't start up in Win10 [solved] (/showthread.php?tid=2916) |
Wings 3D doesn't start up in Win10 [solved] - mbartelsm - 03-26-2020 When I run Wings 3D it simply doesn't open. When checking what's up with the task manager I can see the erl.exe process there, inactive with no changes in memory and no CPU usage. If I try to open it multiple times, then multiple erl.exe instances will show up in the task manager, all idle and using roughly the same memory (32-38 Mb). Running with --debug opens an empty erlang emulator instance. Reinstalling Wings 3D changes nothing. Reinstalling microsoft's DLLs changes nothing. Running as admin changes nothing. Running from command prompt displays no errors and changes nothing. This is something not specific to the latest version, as I first noticed this with an older one (2.1.5 I think) and then updated to 2.2.5 to see if that was the issue. RE: Wings 3D doesn't start up in Win10 - micheus - 03-26-2020 It's a strange behaviour and it looks like something happen only in your PC settings since it's not a general problem. I have no problem like this running many versions of Wings3D at Windows 10. Quote:Running with --debug opens an empty erlang emulator instance.It looks like you already tried everything we alread suggested in the past related to this loading fail. ![]() The "opens an empty erlang emulator" really means you are not getting the initial information like this? Code: Erlang/OTP 19 [erts-8.1] [64-bit] [smp:4:4] [async-threads:10] Some other informations you may provided us: 1) Did you tried to disable your anti-virus - to run again the installer (at least). Some antivirus uses to report the installer as a threat (a false positive). Usually we need to install it as Administrator and in this case also force the Microsoft DLLs to be installed would make some difference. 2) Did you install the 32bits or 64bits? Could you try to install the another version you didn't install yet? 3) Do you get wings_crash.dump file on the desktop? 4) Is there a Erlang crash dump file at "F:\Program Files\wings3d_2.2.5\bin\erl_crash.dump"? 5) Is there any crash report from Windows? Do you can find something like this "C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_erl.exe_..." (that is the folder were we can find them - at least in Win7)? RE: Wings 3D doesn't start up in Win10 - mbartelsm - 03-26-2020 Quote:The "opens an empty erlang emulator" really means you are not getting the initial information like this? Yeah, it's completely blank. Quote:1) Did you tried to disable your anti-virus - to run again the installer (at least). Some antivirus uses to report the installer as a threat (a false positive). I'm using windows defender with live protection off, so I really doubt this might be the issue Quote:2) Did you install the 32bits or 64bits? Could you try to install the another version you didn't install yet? I tried 2.2.5 x64 and 32-bit, they both have the same problem Quote:3) Do you get wings_crash.dump file on the desktop? No dump files or crash reports I also decided to update graphic card drivers just in case, still no luck ![]() RE: Wings 3D doesn't start up in Win10 - micheus - 03-26-2020 Very hard to try help with all these negatives results. I just cannot think about anything else by now. ![]() RE: Wings 3D doesn't start up in Win10 - ghosthand - 03-26-2020 What's interesting is I'm having the same problem on MacOS with 2.2.5. Wings won't start and I'm not getting any crash dumps or errors in terminal. 2.2.4 works perfectly for me. RE: Wings 3D doesn't start up in Win10 - dgud - 03-27-2020 Can you start erlang at all? C:\Program Files\wings3d_2.2.5\bin\werl.exe If you can, in that window start wings with: Code: wings:start(). RE: Wings 3D doesn't start up in Win10 - mbartelsm - 03-29-2020 I get the following error: Code: 1> wings:start(). RE: Wings 3D doesn't start up in Win10 - dgud - 03-29-2020 Something is probably broken in your preferences, deleting them will make it start. Rename the Preferences.txt to Preferences.backup c:/Users/mbart/AppData/Roaming/Wings3D/Preferences.txt RE: Wings 3D doesn't start up in Win10 - mbartelsm - 03-29-2020 I love you. It works now |