Wings 3D Development Forum

Full Version: Error Returns?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
anyone else get these errors when wings 3d starts from erlang:

Erlang R14B01 (erts-5.8.2) [rq:1] [async-threads:0]

Eshell V5.8.2 (abort with ^G)
1> wings-1.4.1
Reading preferences from: c:/Users/sbseed/AppData/Roaming/Wings3D/Preferences.txt
Trying OpenGL modes
[{buffer_size,32},{depth_size,32},{stencil_size,8},{accum_size,16}]
Actual: RGBA: 8 8 8 8 Depth: 24 Stencil: 8 Accum: 16 16 16 16

=ERROR REPORT==== 12-Mar-2013::10:12:09 ===
beam/beam_load.c(176Cool: Error loading function wpc_slp:menu_entry/1: op put_string u u x:
please re-compile this module with an R14B01 compiler

wpc_slp:init/0 bad return value: {'EXIT',
{undef,
[{wpc_slp,init,[]},
{wings_plugin,init_plugin,2},
{wings_plugin,init_plugins,1},
{wings_plugin,init,0},
{wings,init,1}]}}

=ERROR REPORT==== 12-Mar-2013::10:12:09 ===
Loading of c:/PROGRA~2/WINGS3~1.1/lib/wings-1.4.1/plugins/import_export/wpc_slp.beam failed: badfile
θΈ€
=ERROR REPORT==== 12-Mar-2013::10:12:09 ===
beam/beam_load.c(176Cool: Error loading function wpc_raw:menu_entry/1: op put_string u u x:
please re-compile this module with an R14B01 compiler

wpc_raw:init/0 bad return value: {'EXIT',
{undef,
[{wpc_raw,init,[]},
{wings_plugin,init_plugin,2},
{wings_plugin,init_plugins,1},
{wings_plugin,init,0},
{wings,init,1}]}}

=ERROR REPORT==== 12-Mar-2013::10:12:09 ===
Loading of c:/PROGRA~2/WINGS3~1.1/lib/wings-1.4.1/plugins/import_export/wpc_raw.beam failed: badfile
Using GPU shaders.
Using GPU shaders.

************************************************
why is it saying these files are corrupted or returning errors (which would be the same thing to me)...
i have replaced them a few times now, same deal.

so why is it giving errors and how can i fix it... or if i cant fix it, is there a work around for it... and if not why not?
sbseed, it seems that you were installing old modules (I found it here).
These modules are not part of Wings 1.4 anymore.
that would make since, if i install these it will fix the error reporting... and work right?
I'm supposing you have done a wings 1.4.1 installation from the official package and then added those plugins.

Those files shouldn't be there, so in order to not get those message errors in the Erlang console you need to remove them.
only if they came with the modules i tried to install... otherwise i only replaced one of the files because i was getting the error before from clean install.
They shouldn't.
Unfortunately at this PC I have just wings3d_1.4.1.36.g53af2 installed and it doesn't have those modules (and also, I didn't remember about them since I started building wings)

I suggest you download the latest fixes for this version because it has a some bug fixes for 1.4.1. You can get it here: wings-1.4.1.137.g5ee2.exe
Reference URL's