Author Topic: Can't load a sequence with .40  (Read 5126 times)

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Can't load a sequence with .40
« on: July 16, 2016, 02:16:32 PM »
just got back from a road trip, downloaded .40; installed it then tried to load a sequence.  xlights crashed.  tried again and click on Layout tab, xlights crashed.  redownloaded and reinstalled and tried to load a sequence again.  Xlights crashed. 
...
attached screen shot of xlights...cpp.log file

any thoughts or ideas??

Barry


Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Can't load a sequence with .40
« Reply #1 on: July 16, 2016, 03:22:32 PM »
Pls attach the crash dump or package up you log files using the tools menu and post them to us.

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #2 on: July 16, 2016, 03:26:14 PM »
here the log files


Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: Can't load a sequence with .40
« Reply #3 on: July 17, 2016, 06:29:41 AM »
So can you load the sequence at all. Both of the crashes I can see seem to be related to paste and undo. Not a sequence loading problem.

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #4 on: July 17, 2016, 09:30:39 AM »
Here's the exact steps.......

lauch xlights....normal

click on sequence tab....Crash....

dialog attached......

Relauched xlights....normal

packaged log files....attached.


Offline keithsw1112

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Can't load a sequence with .40
« Reply #5 on: July 17, 2016, 01:31:08 PM »
ok ... I now see what is going on. Its not actually crashing ... its actually hanging and windows is detecting that. I was looking for crashes in the logs.

I am going to speculate here ... I think it is a perspectives problem. I have attached a new rgbeffects file. Please backup your existing one then overwrite it with this one and see if it works.

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #6 on: July 17, 2016, 06:35:44 PM »
no change

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Can't load a sequence with .40
« Reply #7 on: July 17, 2016, 06:50:41 PM »
I can open up your show without errors.  So were you running version 2016.39 successfully?

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #8 on: July 18, 2016, 05:50:20 PM »
yes i was running fine with .39. 

.40 has been flaky.  one time it crashes as soon as I go to the sequence tab.  next time I can click on sequence then open select a sequence then crash...next time pick a different sequence it loads and executes, pick the original sequence loads and executes...close everything out...crashes as soon as i select the sequence tab. 

keith basically reset my perspectives back to default and that did not change anything.

just tried it again.  select the sequence tab.   the windows borders for all the different windows on the sequence tab (screenshot attached)

also attached the log files

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #9 on: July 20, 2016, 06:20:39 PM »
I'm starting to wonder if I'm running into a graphics issue with the AMD Graphics card.  I reloaded xlights .40 on an intel laptop and it worked fine.  reloaded .40 on my amd home computer...and it fails as documented above.  any thoughts on the AMD Graphics board ????

Offline dkulp

  • Supporting Member
  • Hero Member
  • *
  • Posts: 812
    • View Profile
Re: Can't load a sequence with .40
« Reply #10 on: July 20, 2016, 06:29:05 PM »

Once 41 is out, there are a bunch more debug settings I can give you to get more info in the logs related to the ATI stuff.



Daniel Kulp
Framingham, MA

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #11 on: July 23, 2016, 02:15:41 PM »
I'll probably need the debug switches...I just downloaded .41 and am still having the same issues.  Tell me how to turn more detail debugging to the log and I'll send everything back

Barry


Offline dkulp

  • Supporting Member
  • Hero Member
  • *
  • Posts: 812
    • View Profile
Re: Can't load a sequence with .40
« Reply #12 on: July 23, 2016, 04:05:23 PM »


In the directory where the xLights.exe is found should be a xlights.windows.properties file.   You need to edit that (notepad should be fine).   Change the lines:

Code: [Select]
log4cpp.category.log_opengl=INFO, A1
log4cpp.category.log_opengl_trace=INFO, A1

to

Code: [Select]
log4cpp.category.log_opengl=DEBUG, A1
log4cpp.category.log_opengl_trace=DEBUG, A1
Daniel Kulp
Framingham, MA

Offline amtrak115

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: Can't load a sequence with .40
« Reply #13 on: July 24, 2016, 09:31:33 AM »
here's the log file after turn on those two debug items....

launched xlights.
clicked on "sequence" tab.
Crash....

Offline dkulp

  • Supporting Member
  • Hero Member
  • *
  • Posts: 812
    • View Profile
Re: Can't load a sequence with .40
« Reply #14 on: July 24, 2016, 10:45:52 AM »

Honestly, I have no idea... The wave form was created and all the GL data is sent to the card.   The ONLY thing after this on the GL side of things is the SwapBuffers.

That said, I did see some "strange" values due to the timeline not being initialized.    Can I ask a few questions:

1) If you go to the Layout tab, does that display?

2) If you open xlights and immediately open a sequence that includes audio BEFORE going to the sequence tab, does that work?  That should have at least initialized the data that I was seeing being used before it was initialized.



Daniel Kulp
Framingham, MA