• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Bug Reports v
« Previous 1 … 31 32 33 34 35 Next »
Crash when starting Wings 3D 1.5.1

 
  • 0 Vote(s) - 0 Average
Crash when starting Wings 3D 1.5.1

Letschki
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Oct 2013
#1
10-29-2013, 09:02 AM (This post was last modified: 10-29-2013, 09:09 AM by Letschki.)
Hello,

when starting Wings 3D 1.5.1 (64-Bit) i get the attached crash dump file.

I am using Windows 8.1 Pro (64-Bit) - German. I think the problem is related to the german name (with Umlaut: ö) that is used as user profile name ('Jörg').

Reason: {function_clause,
[{filename,join,
[{error,"C:\\Users\\J",<<"örg\\AppData\\Roaming">>},
"Wings3D/Preferences.txt"],
[{file,"filename.erl"},{line,406}]},
{wings_pref,try_location,2,[{file,"wings_pref.erl"},{line,276}]},
{wings_pref,win32_pref,0,[{file,"wings_pref.erl"},{line,205}]},
{wings_pref,load,0,[{file,"wings_pref.erl"},{line,41}]},
{wings,init,1,[{file,"wings.erl"},{line,100}]}]}

Wings 1.4.1 runs without any problems.

OS:
Windows 8.1 Pro (64-Bit) - German
CPU:
Intel Core i7-2600K
GPU:
NVIDIA GForce GTX 580 (Driver Version 331.65)
Intel HD Graphics 3000

I hope the provided information help to find the problem or to point me to my problem.


Attached Files
.txt   wings_crash.txt (Size: 590 bytes / Downloads: 0)
dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#2
11-02-2013, 11:13 PM
Can you test if version helps?
https://www.dropbox.com/sh/54h7afpm5hvx45m/hcay8uZhgc

NOTE that the version number script is bad so don't trust the version.
Letschki
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Oct 2013
#3
11-04-2013, 09:48 AM
(11-02-2013, 11:13 PM)dgud Wrote: Can you test if version helps?
https://www.dropbox.com/sh/54h7afpm5hvx45m/hcay8uZhgc

NOTE that the version number script is bad so don't trust the version.

Thanks for the fast answer, but the problem remains the same (see attached crash log). I have manually checked that your new version (November 2nd 2013) of the program was used.

I have uninstalled the version 1.5.1 and installed the new version provided by you. I used the default path as the target directory.

Is there a command line switch available to change the preferences path? I could use it to confirm that the problem is the directory name of the user profile.


Attached Files
.txt   wings_crash.txt (Size: 590 bytes / Downloads: 2)
dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#4
11-04-2013, 07:31 PM
Jörg I think I messed up, can you try the new version..
I have not actually tested that this works, I just hope it does.
If this doesn't work you can start it with:
WINGS_PATH\bin\werl -run wings start_halt -extra "PATH_TO_PREFS_WO_UNICODE_CHARS"
if you replace the uppercase paths above to something appropriate.

Same place, my dropbox, now with a proper version, which I didn't understand why it
was not generated last time..

Note to self, do not make releases (even snapshots) after a half a battle of red wine,
on Saturday nights..trying to move code between two computers..
Letschki
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Oct 2013
#5
11-05-2013, 09:06 AM (This post was last modified: 11-05-2013, 09:07 AM by Letschki.)
(11-04-2013, 07:31 PM)dgud Wrote: Jörg I think I messed up, can you try the new version..
I have not actually tested that this works, I just hope it does.
If this doesn't work you can start it with:
WINGS_PATH\bin\werl -run wings start_halt -extra "PATH_TO_PREFS_WO_UNICODE_CHARS"
if you replace the uppercase paths above to something appropriate.

Same place, my dropbox, now with a proper version, which I didn't understand why it
was not generated last time..

Note to self, do not make releases (even snapshots) after a half a battle of red wine,
on Saturday nights..trying to move code between two computers..

Hello dgud,

i tested the new version. Without command line argument the problem still remains (see attached crash file).

If i use the command like argument the application starts and runs without any problems. After closing the application the "Preferences.txt" file is stored within the defined directory. For example i used

"C:\Program Files\wings3d_1.5.1.7\bin\werl.exe" -run wings start_halt -extra "c:\Config"

At least I can use the new version. I'm willing to help to test any future versions.

The problem with wine and computers is not unknown to me Smile It's just beer instead of wine Smile


Attached Files
.txt   wings_crash_without_args.txt (Size: 597 bytes / Downloads: 4)
dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#6
11-05-2013, 09:52 AM
Ok thanks for testing, strange that you get the same error.

The thing is we have worked on adding proper unicode support for erlang (my actual work),
which is partially there for windows in erlang R16 which is used in wings-1.5.*
And the work will be finished in next version erlang that is due next year,
so I will probably not look at this until we have better unicode support in the language.
It's just to much time and effort to debug it in the current state.

So until then you will have to do with the hack above.
Letschki
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Oct 2013
#7
11-06-2013, 06:48 AM
(11-05-2013, 09:52 AM)dgud Wrote: Ok thanks for testing, strange that you get the same error.

The thing is we have worked on adding proper unicode support for erlang (my actual work),
which is partially there for windows in erlang R16 which is used in wings-1.5.*
And the work will be finished in next version erlang that is due next year,
so I will probably not look at this until we have better unicode support in the language.
It's just to much time and effort to debug it in the current state.

So until then you will have to do with the hack above.

@dgud: Thanks for your efforts!

And to you and all other Wings 3D developers:

Thanks for this fantastic program!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode