Modify ↓
Opened 5 months ago Last modified 4 months ago #361 new bugYAm 2.8 beta, build from 20.12.12 on AROS. Open window problem.
Description
If I click button for new mail or try to open the config window nothing happens.
Could not create object of Groub.mui
With YAM 2.7 it works as normal. Is there something new with 2.8 that AROS does Attachments (2)Change History (19)comment:1 Changed 5 months ago by damatoChanged 5 months ago by anonymouscomment:2 Changed 5 months ago by anonymous
Added debug. Hope it helps. comment:3 Changed 5 months ago by damato
Thanks. However, the debug info doesn't contain all the info we need for identifying the problem. Can you please elaborate at which point you tried to open the config window? In addition please try to recreate the log with the following setenv call before starting yam: setenv yamdebug stdout all @all
This will generate a huge debug log so be prepared that YAM will get quite slow. Please outline at which point you tried to open the config window and where the error window was presented to you. comment:4 Changed 5 months ago by damato
BTW: please also create yourself an account here on the webpage so that we don't have to moderate each post and you get directly notified of changes of the tickets. comment:5 Changed 5 months ago by nikos
Hi.
The last debug you got from me I got using sashimi.
Using the command " setenv yamdebug stdout all @all " works and I got a lot of debug output from shell, but it is not saved to anywhere ? comment:6 Changed 5 months ago by damato
Well, if you use "stdout" in the setenv call it will be put on the command-line. If you omit it it will be sent to the serial line, thus you can catch it via sashimi. However, you can also add "file:ram:debug.txt" and it will save the debug output to "ram:debug.txt". See http://yam.ch/wiki/FAQ/Debugging for more information on how to create proper debug output using the "yamdebug" environment variable. comment:7 Changed 5 months ago by damato
comment:8 Changed 5 months ago by nikos
For some strange reason debug.txt is created but file size is 0k so nothing is saved to it.
This is my command line before running YAM.debug
comment:9 Changed 5 months ago by damato
Well, you have to remove "stdout" from the command-line if you want to save to a file. Then it should work. Changed 5 months ago by nikoscomment:10 Changed 5 months ago by nikos
Hope this one can help you detecting the problem. comment:11 Changed 5 months ago by damato
Thanks for the log file. However, it is hard to identify the problem from that file. Can you please tell me at which line you tried to open the config window? All I can see is that you seem to have tried to open a write window and that failed also. However, no definite error message is written. Can you please also state which AROS version you are running? comment:12 Changed 5 months ago by nikos
I'm using latest AROS night build. I also the autour of AspireOS distribution. As said with YAM 2.7 I have no problem at all. The problem with 2.8 is that even if the program is running and seams normal, nothing happen if I try to write mail pushing the new button and if I try to push the config. button AROS freeze. It is little difficult to debug pressing config button since AROS freeze. I could always save the debug to sys: but don't know if it will catch the error ? comment:13 Changed 5 months ago by damato
Hmm. unfortunatley I don't have a working AROS installation myself. Is there still a VirtualBox version of Icaros or something like that? That would allow me to debug things on my own. Apart from that we really rely on you supplying enough information to debug why YAM 2.8 doesn't seem to work with the latest versions of AROS. comment:14 Changed 5 months ago by nikos
I have little experience with virtualbox, but know that many run Icaros desktop with it.
Here is a direct link to the AROS, Linux hosted version comment:15 Changed 5 months ago by damato
I am on OSX here, so I would prefer to have an OSX hosted version somehow (e.g. using virtualbox) comment:16 Changed 5 months ago by damato
adding Matthias Rustler to this ticket as he is partly our AROS maintainer and has already done quite some changes. Matthias, can you please elaborate if YAM 2.8+ really doesn't work on AROS anymore? comment:17 Changed 4 months ago by damato
Matthias? Are you listening? Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



To investigate the problem it would be helpful if you could run some tests with the debug version of YAM 2.8-dev. Please download it at the same position like the normal nightly builds. In addition, please start yam from the command-line and use the following command before starting yam:
then catch the debug output when trying to open the config window and upload it here for investigation.