View Single Post
Old 15th August 2018, 14:46   #27614  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,976
Quote:
Originally Posted by MrVideo View Post
Going to a new mobo has not totally solved the issues. To wit, the following error showed up, twice in a row:
Code:
CreateQuickMenu() 00076 4000
The first of two menus was created, but it dies on the 2nd menu.

The thing is, before I changed one of the MKV files, it worked.

Update: Just did it with the original files. No go.

Update #2: In frustration I rebooted. Have I ever mentioned that I hate M$? That fixed the issue. What does the error above mean? I tried thread search for CreateQuickMenu, but all I got back was this posting and two others, unrelated to this. I must have had a different menu creation error with the previous mobo. I do not remember what it was.
Error 76 means "path not found". The "4000" is just a progress indicator that narrows down (in the code) where the error occured. Looking at the code there, a guess might be that the menu audio or picture path was inaccessible at the time it ran. Either that or the path to X264 or the TMP folder used for encoding the picture.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 15th August 2018 at 14:53.
jdobbs is offline   Reply With Quote