Running VLC Overnight

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Running VLC Overnight

Postby SightUp » 20 Jun 2018 06:25

I start VLC and run it overnight watching ATHF, Archer, or something like that. When I awake, I find that the icon on the left the task bar is gone and the mini VLC icon on the bottom right of the task bar is there. In addition, VLC is gone from my screen, but I can still hear it playing as if it was minimized. I can right click and close the mini icon in the bottom right, no problem. But, when I open VLC again, it gives me an error and ask if I would like to send it.

Is this just me or is this an issue that is known? What can I do to try to fix it?

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Running VLC Overnight

Postby chubinou » 20 Jun 2018 17:24

Hi,

It seems that one of your file (?) is causing a crash, could you send log ?
please provide also informations about your OS/hardware.
To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 20 Jun 2018 17:35

I run Windows 10 Pro. 8700k, 1080, 16 GB.

Do I need it to crash first? Does it auto write?

User avatar
InTheWings
Developer
Developer
Posts: 1275
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: Running VLC Overnight

Postby InTheWings » 21 Jun 2018 09:23

Those logging instructions for a crashing vlc are totally useless...

You need to either go in advanced preferences and setup file logging to some file and verbosity to 2.

Or you need to launch vlc from command line with options:
vlc --logfile "file" -vvv
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 28 Jun 2018 04:46

https://pastebin.com/TAE837Z9

What seems to be the issue?

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 01 Jul 2018 03:23

Bump.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Running VLC Overnight

Postby Jean-Baptiste Kempf » 01 Jul 2018 15:58

There is nothing special in those logs. Sorry.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 02 Jul 2018 01:28

So what? There is nothing wrong with my VLC? I am just supposed to live with this error?

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Running VLC Overnight

Postby chubinou » 02 Jul 2018 10:05

Hi, the logs doesn't show anything that can help us to analyse your problem. either the issue wasn't reproduce in it, or the log is truncated

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 02 Jul 2018 16:06

I will delete the log on a daily basis then so we can try to narrow it down.

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Running VLC Overnight

Postby chubinou » 02 Jul 2018 18:03

If your log is very long can you upload it somewhere else, pastebin is limited to 512k.
you can use https://framadrop.org/ or any (big) file sharing service.

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 14 Jul 2018 15:03


chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Running VLC Overnight

Postby chubinou » 16 Jul 2018 09:52

Hi,

I'm sorry but there is nothing to see in the logs.... did you used the -vvv as suggested (vlc --logfile "file" -vvv)

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 17 Jul 2018 17:59

No. I just did the " Open: Tools -> Messages.
Set Verbosity to 2
Start playback to reproduce your issue
Save text in a file or copy into clipboard
Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long) "
Part.

What is the -vvv part? How do I do it?

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Running VLC Overnight

Postby chubinou » 17 Jul 2018 18:28

Your VLC is crashing, so you can't get the logs from the Message interface since the program as terminated, you need to instruct VLC at startup to save logs.

- go to tools > preference
- select All in show settings (in the lower left corner)
- in Advanced > Logger
- check "Log to file"
- set Verbosity to Debug
- choose destination in Log Filename (with browse)
- restart VLC
- reproduce the bug
- send the log file.

Once your done, you should probably uncheck the "Log to file option".

the -vvv was a reference to:
Those logging instructions for a crashing vlc are totally useless...

You need to either go in advanced preferences and setup file logging to some file and verbosity to 2.

Or you need to launch vlc from command line with options:
vlc --logfile "file" -vvv

SightUp
Blank Cone
Blank Cone
Posts: 30
Joined: 14 Aug 2011 16:24

Re: Running VLC Overnight

Postby SightUp » 18 Jul 2018 16:04


chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: Running VLC Overnight

Postby chubinou » 18 Jul 2018 17:07

Is the file [1] playing properly?
It seems to loop forever while opening.
Can you try to disable HW acceleration (Tool-> preference -> Input/codec -> Hardware-accelerated decoding)
Can you update to the latest version of VLC (3.0.3)

[1] D:/Torrents/The%20Karate%20Kid%20Part%20III%20%281989%29/The.Karate.Kid.Part.III.1989.720p.BrRip.x264.BOKUTOX.YIFY.mp4


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 75 guests