VLC-0.9.0-test3

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.
random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

VLC-0.9.0-test3

Postby random » 03 Aug 2008 08:42

1. In Playlist right click item "Open Folder..." doesn't work.
2. At the main Qt4 interface Next Chapter/Menu icons appears when playing AAC.MP4 audio.
3. VLC crashes at selecting menu Tools/Advanced Controls.
4. Sometimes at video playback press "Stop" Qt4 interface forgets to return to the original state, stuck, at the video size when embedded video has been freed.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC-0.9.0-test3

Postby VLC_help » 03 Aug 2008 17:48

1. http://trac.videolan.org/vlc/ticket/1769
2. AAC audio can also have chapters in MP4 files (some podcast for example). But if your files don't have those, it might be better that VLC wouldn't display those options.
3. You use which version?

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 04 Aug 2008 10:38

1. http://trac.videolan.org/vlc/ticket/1769
2. AAC audio can also have chapters in MP4 files (some podcast for example). But if your files don't have those, it might be better that VLC wouldn't display those options.
3. You use which version?
the source code tagged 0.9.0-test3 unofficial self compiled DIY win32 binary.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC-0.9.0-test3

Postby VLC_help » 04 Aug 2008 17:35

I tried 4th of August builds and they don't have the VLC crashes at selecting menu Tools/Advanced Controls issue. (neither do vlc-0.9.0-test3-20080729-0131, I didn't try any other builds)

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: VLC-0.9.0-test3

Postby Jean-Baptiste Kempf » 04 Aug 2008 19:33

I tried 4th of August builds and they don't have the VLC crashes at selecting menu Tools/Advanced Controls issue. (neither do vlc-0.9.0-test3-20080729-0131, I didn't try any other builds)
Same.

1 and 4 are trac'ed and on my TODO list.
2. Can I has sample ?
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.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 05 Aug 2008 05:25

Code: Select all

vlc.exe caused an Access Violation at location 03484068 in module libqt4_plugin.dll Reading from location 0000005c. Call stack: 03484068 libqt4_plugin.dll:03484068 vlc_entry_license__0_9_0m
configure.cache perhaps i didn't configure qt4.4.0 properly ?

Code: Select all

-no-webkit -static -release -no-accessibility -no-exceptions -no-qt3support -fast -no-rtti -platform win32-g++
https://trac.videolan.org/vlc/ticket/1714
now "start clip, enable deinterlace. Press Close VLC" vlc.exe doesn't exit process.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 05 Aug 2008 10:03

1 and 4 are trac'ed and on my TODO list.
2. Can I has sample ?
mp4a.7z at incoming folder

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 05 Aug 2008 10:13

5. VLC has been unable to internationalize itself on unicode named in file path. With 0.9.0 drag and drop onto icon of vlc.exe no longer open file with unicode filename in the filename or unicode text in the directory name or parse a unicode directory name (ofcause in the directory there're media files which should go into a playlist.) into a playlist.
for example:

Code: Select all

File reading failed: VLC could not open the file "E:\media\???????". Your input can't be opened: VLC is unable to open the MRL 'E:\media\???????'. Check the log for details.

Code: Select all

access_directory error: E:\media\???????: No such file or directory access_file error: cannot open file E:\media\??????? (Invalid argument) main error: open of `E:\media\???????' failed: could not create access: no suitable access module
Image
Last edited by random on 05 Aug 2008 10:49, edited 2 times in total.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 05 Aug 2008 10:34

1. In Playlist right click item "Open Folder..." doesn't work.
2. At the main Qt4 interface Next Chapter/Menu icons appears when playing AAC.MP4 audio.
3. VLC crashes at selecting menu Tools/Advanced Controls.
4. Sometimes at video playback press "Stop" Qt4 interface forgets to return to the original state, stuck, at the video size when embedded video has been freed.
3. Okay you fixed it in git master. good job.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 05:15

6. Fullscreen control doesn't go away in fullscreen mode.
Image
7. Deinterlace will leave vlc.exe in process list forever.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 06:34

How is it that my fullscreen controls is at top right why isn't it at the bottom middle location ?
:twisted:

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: VLC-0.9.0-test3

Postby Jean-Baptiste Kempf » 06 Aug 2008 08:12

You can move that FS controller.
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.

dufik
New Cone
New Cone
Posts: 2
Joined: 06 Aug 2008 08:17

Re: VLC-0.9.0-test3

Postby dufik » 06 Aug 2008 08:25

6. Fullscreen control doesn't go away in fullscreen mode.
That problem occurred only once? Or it is staying all the time?
Can you give me some more info? It was when you go to fullscreen?
Or later when you moved with mouse? If you moved again and then
after while it went away?

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 09:23

6. Fullscreen control doesn't go away in fullscreen mode.
That problem occurred only once? Or it is staying all the time?
Can you give me some more info? It was when you go to fullscreen?
Or later when you moved with mouse? If you moved again and then
after while it went away?
yes the fscontroller is staying on screen all the time in fullscreen mode only.
one way to make it go away is by right click which brings up a vlc menu by your mouse cursor not moving at the menu area the fscontroller will go away :lol: and as soon as mouse cursor is back to the video area fscontroller is back until you move your cursor back into the popped up menu it will hide again.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 16:06

go to this preference
Image
press cancel and go back in to preferences again .. empty dialog.
Image

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 16:16

Oops. crash at saving preferences
Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 1108.0x164c]
0x07855e12 in QLineEdit::text () at util/customwidgets.moc.cpp:149
in util/customwidgets.moc.cpp
Current language: auto; currently c++
(gdb) Error: dll starting at 0x772c0000 not found.
Error: dll starting at 0x76d90000 not found.
Error: dll starting at 0x772c0000 not found.
Error: dll starting at 0x771f0000 not found.
149 util/customwidgets.moc.cpp: No such file or directory.
bt
#0 0x07855e12 in QLineEdit::text () at util/customwidgets.moc.cpp:149
#1 0x0772d9cc in ModuleListConfigControl::getValue (this=0xced38e8)
at components/preferences_widgets.cpp:711
#2 0x07737bfd in ConfigControl::doApply (this=0xced38e8, p_intf=0x28d3544)
at /xxx/include/qt4/QtCore/../src/corelib/tools/qbytearray.h:397
#3 0x07740e85 in AdvPrefsPanel::apply (this=0xcea6920)
at components/complete_preferences.cpp:518
#4 0x07741297 in PrefsTree::doAll (this=0xce32b20, doclean=false)
at components/complete_preferences.cpp:336
#5 0x077412f7 in PrefsTree::applyAll (this=0xce32b20)
at components/complete_preferences.cpp:297
#6 0x076bc7b6 in PrefsDialog::save (this=0xce220c8)
at dialogs/preferences.cpp:290
#7 0x07790cdd in PrefsDialog::qt_metacall (this=0xce220c8,
_c=InvokeMetaMethod, _id=39, _a=0xc68b988)
at dialogs/preferences.moc.cpp:78
#8 0x07cb79d1 in QMetaObject::activate () at util/customwidgets.moc.cpp:149
#9 0x07a33416 in QAbstractButton::clicked ()
at util/customwidgets.moc.cpp:149
#10 0x0784824b in QAbstractButtonPrivate::emitClicked ()
at util/customwidgets.moc.cpp:149
#11 0x07848a08 in QAbstractButtonPrivate::click ()
at util/customwidgets.moc.cpp:149
#12 0x07848c40 in QAbstractButton::mouseReleaseEvent ()
at util/customwidgets.moc.cpp:149
#13 0x077cb9f5 in QWidget::event () at util/customwidgets.moc.cpp:149
#14 0x07848136 in QAbstractButton::event () at util/customwidgets.moc.cpp:149
#15 0x077eca32 in QPushButton::event () at util/customwidgets.moc.cpp:149
#16 0x077985bc in QApplicationPrivate::notify_helper ()
at util/customwidgets.moc.cpp:149
#17 0x0779902c in QApplication::notify () at util/customwidgets.moc.cpp:149
#18 0x07cbe2ec in QCoreApplication::notifyInternal ()
at util/customwidgets.moc.cpp:149
#19 0x0779aa33 in QApplicationPrivate::sendMouseEvent ()
at util/customwidgets.moc.cpp:149
#20 0x07938e53 in QETWidget::translateMouseEvent ()
at util/customwidgets.moc.cpp:149
#21 0x0793b01c in QtWndProc@16 () at util/customwidgets.moc.cpp:149
#22 0x769f8807 in USER32!CreateDialogIndirectParamAorW ()
from C:\Windows\syswow64\user32.dll
#23 0x00191096 in ?? ()
#24 0x00000202 in ?? ()
#25 0x00000000 in ?? ()
(gdb)
Last edited by random on 06 Aug 2008 17:58, edited 1 time in total.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 16:23

same as above just different debugger.
vlc.exe caused an Access Violation at location 07935e15 in module libqt4_plugin.dll Reading from location 00000108.

Call stack:
07935E15 libqt4_plugin.dll:07935E15 vlc_entry_license__0_9_0m
0780D9CC libqt4_plugin.dll:0780D9CC vlc_entry_license__0_9_0m
07817BFD libqt4_plugin.dll:07817BFD vlc_entry_license__0_9_0m
07820E85 libqt4_plugin.dll:07820E85 vlc_entry_license__0_9_0m
07821297 libqt4_plugin.dll:07821297 vlc_entry_license__0_9_0m
078212F7 libqt4_plugin.dll:078212F7 vlc_entry_license__0_9_0m
0779C7B6 libqt4_plugin.dll:0779C7B6 vlc_entry_license__0_9_0m
07870CDD libqt4_plugin.dll:07870CDD vlc_entry_license__0_9_0m
07D979D1 libqt4_plugin.dll:07D979D1 vlc_entry_license__0_9_0m
07B13416 libqt4_plugin.dll:07B13416 vlc_entry_license__0_9_0m
0792824B libqt4_plugin.dll:0792824B vlc_entry_license__0_9_0m
07928A08 libqt4_plugin.dll:07928A08 vlc_entry_license__0_9_0m
07928C40 libqt4_plugin.dll:07928C40 vlc_entry_license__0_9_0m
078AB9F5 libqt4_plugin.dll:078AB9F5 vlc_entry_license__0_9_0m
07928136 libqt4_plugin.dll:07928136 vlc_entry_license__0_9_0m
078CCA32 libqt4_plugin.dll:078CCA32 vlc_entry_license__0_9_0m
078785BC libqt4_plugin.dll:078785BC vlc_entry_license__0_9_0m
0787902C libqt4_plugin.dll:0787902C vlc_entry_license__0_9_0m
07D9E2EC libqt4_plugin.dll:07D9E2EC vlc_entry_license__0_9_0m
0787AA33 libqt4_plugin.dll:0787AA33 vlc_entry_license__0_9_0m
07A18E53 libqt4_plugin.dll:07A18E53 vlc_entry_license__0_9_0m
07A1B01C libqt4_plugin.dll:07A1B01C vlc_entry_license__0_9_0m
769F8807 USER32.dll:769F8807 GetWindowLongW
769F8962 USER32.dll:769F8962 GetWindowLongW
769F8AAD USER32.dll:769F8AAD GetWindowLongW
769F8B00 USER32.dll:769F8B00 DispatchMessageW
07E4C234 libqt4_plugin.dll:07E4C234 vlc_entry_license__0_9_0m
07A1E340 libqt4_plugin.dll:07A1E340 vlc_entry_license__0_9_0m
07E3BCF2 libqt4_plugin.dll:07E3BCF2 vlc_entry_license__0_9_0m
07DA19EC libqt4_plugin.dll:07DA19EC vlc_entry_license__0_9_0m
07773218 libqt4_plugin.dll:07773218 vlc_entry_license__0_9_0m
6A54EC65 libvlccore.dll:6A54EC65 RunInterface interface.c:238
static void RunInterface(
intf_thread_t * p_intf = &(indirect)
)
6A5AF004 libvlccore.dll:6A5AF004 thread_entry threads.c:468
static unsigned int thread_entry(
void * data =
)
76512CCE msvcrt.dll:76512CCE wcstombs_s
76512DEB msvcrt.dll:76512DEB _beginthreadex
76E1E3F3 kernel32.dll:76E1E3F3 BaseThreadInitThunk
7760CFED ntdll.dll:7760CFED RtlCreateUserProcess
7760D1FF ntdll.dll:7760D1FF RtlCreateProcessParameters
Last edited by random on 06 Aug 2008 17:59, edited 1 time in total.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 17:31

You can move that FS controller.
how come the default location for the FS controller is at the middle bottom and my default is at top right of screen and it always reset back to top right of screen after each restart vlc.exe?

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 06 Aug 2008 17:57

is there a problem with compiling master branch with old compiler ?
gcc version 3.4.5 (mingw special)
should i upgrade mingw to Technology Preview: gcc-4.2.1-sjlj -2 :?:

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: VLC-0.9.0-test3

Postby Jean-Baptiste Kempf » 06 Aug 2008 19:02

It should be fine to compile with gcc3.

How to reproduce the preferences bug ?
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.

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: VLC-0.9.0-test3

Postby Jean-Baptiste Kempf » 06 Aug 2008 19:03

You can move that FS controller.
how come the default location for the FS controller is at the middle bottom and my default is at top right of screen and it always reset back to top right of screen after each restart vlc.exe?
Because it should save location on quit, but maybe not.
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.

dufik
New Cone
New Cone
Posts: 2
Joined: 06 Aug 2008 08:17

Re: VLC-0.9.0-test3

Postby dufik » 06 Aug 2008 20:48

no, it doesnt save location, after restart vlc, it should be center down
I dont understand why it isnt there, position is calculated very easy from size of
screen and fs controller

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 07 Aug 2008 03:22

It should be fine to compile with gcc3.

How to reproduce the preferences bug ?
just enable any video filter and save
Image

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 07 Aug 2008 03:47

mkv debug: | + Seek head
mkv debug: | | | = cues at 1615974433
mkv debug: | + Unknown (N7libebml8EbmlVoidE)
mkv debug: | + Information
mkv debug: | | + TimecodeScale=1000000
mkv debug: | | + Muxing Application=libebml v0.7.7 + libmatroska v0.8.1
mkv debug: | | + Writing Application=mkvmerge v2.2.0 ('Turn It On Again') built on Mar 4 2008 12:58:26
mkv debug: | | + Duration=6245661
mkv debug: | | + Unknown (N11libmatroska10KaxDateUTCE)
mkv debug: | | + Title=
mkv debug: | | + UID=-792438346
mkv debug: | + Tracks
mkv debug: | | + Track Entry
mkv debug: | | | + Track Number=1
mkv debug: | | | + Track UID=3446307840
mkv debug: | | | + Track Type=video
mkv debug: | | | + Unknown (N11libmatroska19KaxTrackFlagEnabledE)
mkv debug: | | | + Track Default=1
mkv debug: | | | + Unknown (N11libmatroska18KaxTrackFlagForcedE)
mkv debug: | | | + Track Lacing=0
mkv debug: | | | + Track MinCache=1
mkv debug: | | | + Track TimeCodeScale=1.000000
mkv debug: | | | + Unknown (N11libmatroska21KaxMaxBlockAdditionIDE)
mkv debug: | | | + Track CodecId=V_MPEG4/ISO/AVC
mkv debug: | | | + Unknown (N11libmatroska17KaxCodecDecodeAllE)
mkv debug: | | | + Track CodecPrivate size=37
mkv debug: | | | + Track Default Duration=33366700
mkv debug: | | | + Track Language=`und'
mkv debug: | | | + Track Video
mkv debug: | | | | + width=704
mkv debug: | | | | + height=480
mkv debug: | | | | + Unknown (N11libmatroska22KaxVideoFlagInterlacedE)
mkv debug: | | | | + display width=853
mkv debug: | | | | + display height=480
mkv debug: | | + Track Entry
mkv debug: | | | + Track Number=2
mkv debug: | | | + Track UID=3817513272
mkv debug: | | | + Track Type=audio
mkv debug: | | | + Unknown (N11libmatroska19KaxTrackFlagEnabledE)
mkv debug: | | | + Track Default=1
mkv debug: | | | + Unknown (N11libmatroska18KaxTrackFlagForcedE)
mkv debug: | | | + Track Lacing=1
mkv debug: | | | + Track MinCache=0
mkv debug: | | | + Track TimeCodeScale=1.000000
mkv debug: | | | + Unknown (N11libmatroska21KaxMaxBlockAdditionIDE)
mkv debug: | | | + Track CodecId=A_VORBIS
mkv debug: | | | + Unknown (N11libmatroska17KaxCodecDecodeAllE)
mkv debug: | | | + Track CodecPrivate size=4040
mkv debug: | | | + Track Language=`und'
mkv debug: | | | + Track Audio
mkv debug: | | | | + afreq=48000
mkv debug: | | | | + achan=2
mkv debug: | + Unknown (N7libebml8EbmlVoidE)
mkv debug: | + Cluster
main debug: using demux module "mkv"
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
vorbis debug: channels:2 samplerate:48000 bitrate:257286
Problem signature:
Problem Event Name: APPCRASH
Application Name: vlc.exe
Application Version: 0.9.0.0
Application Timestamp: 489782c0
Fault Module Name: libvlccore.dll
Fault Module Version: 0.9.0.0
Fault Module Timestamp: 489782c0
Exception Code: 40000015
Exception Offset: 0007a9c9
Image
just seeking in this mkv file and close vlc

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC-0.9.0-test3

Postby random » 07 Aug 2008 05:27

Play any video file take a snapshot and close VLC
Problem signature:
Problem Event Name: APPCRASH
Application Name: vlc.exe
Application Version: 0.9.0.0
Application Timestamp: 489782c0
Fault Module Name: libvlccore.dll
Fault Module Version: 0.9.0.0
Fault Module Timestamp: 489782c0
Exception Code: 40000015
Exception Offset: 0007a9c9


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 98 guests