Author Topic: Uncle Remus Tales  (Read 66790 times)

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Uncle Remus Tales
« Reply #30 on: June 20, 2017, 03:27:34 PM »
Mikl,

What are you zipping these files with ? I could unzip the first one but the 00.zip cannot be unzipped with WinRar.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Uncle Remus Tales
« Reply #31 on: June 20, 2017, 04:16:21 PM »
Hi, hutch-- !
I used 7-zip menager (www.7-zip.org) compression method deflate, compression level maximum, dictionary size 32 KB, word size 64
And I used WinZip and produced NewZip.zip now

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Uncle Remus Tales
« Reply #32 on: June 21, 2017, 01:57:14 AM »
I could download the asm file and exe file with no problems but the 00.zip file keeps giving the error message "unknown format or damaged".
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Uncle Remus Tales
« Reply #33 on: June 21, 2017, 02:09:35 AM »
hutch--,
Only files with Zip extension can be uploaded to your site. File 00.zip is a renamed file 00.png the browser knows about it and shows the correct picture with the wrong extension. I thought that you know about the features of your site

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Uncle Remus Tales
« Reply #34 on: June 21, 2017, 02:42:49 AM »
I renamed the file to ".png" and can view the image but the exe does not run.

The suggestion, put it all together as one zip file making sure it works properly and post it so we can see what it does.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Uncle Remus Tales
« Reply #35 on: June 21, 2017, 03:05:22 AM »
hutch--,
download 14.zip and extract it in same folder with movie3.wmv

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Uncle Remus Tales
« Reply #36 on: June 21, 2017, 10:53:16 AM »
Done, exe does not run. I can open the wmv file and it runs with VLC player. I am running Win10 64 US version.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

jj2007

  • Member
  • *****
  • Posts: 13945
  • Assembly is fun ;-)
    • MasmBasic
Re: Uncle Remus Tales
« Reply #37 on: June 21, 2017, 05:42:24 PM »
On Win7-64, exe runs fine, but the process starts only if there is moview3.wmv in the same folder.

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Uncle Remus Tales
« Reply #38 on: June 21, 2017, 06:46:44 PM »
14.zip (6.12 kB - downloaded 20 times.)
jj2007 + hutch-- + caballero = 3
How did the program workes for another 17 men?
« Last Edit: July 12, 2017, 01:07:40 AM by Mikl__ »

caballero

  • Member
  • *****
  • Posts: 2153
  • Matrix - Noah
    • abre ojos ensamblador
Re: Uncle Remus Tales
« Reply #39 on: June 21, 2017, 07:06:15 PM »
Hi Mikl, 7 now, I executed the tut_14-04.exe with movie3.wmv in the same folder, but nothing happened except that it remains as a process. W7 64 bits.
The logic of the error is hidden among the most unexpected lines of the program

caballero

  • Member
  • *****
  • Posts: 2153
  • Matrix - Noah
    • abre ojos ensamblador
Re: Uncle Remus Tales
« Reply #40 on: June 21, 2017, 07:25:18 PM »
What it should do, play movies using mci? I made a multimedia player some years ago with fasm, I attach two version, the extended one is MP3WF01 and works ok with it, the MP3WF03 is a tiny version, when you open the file with it you can view it with the previous player, but when you click on accept cannot play it, I have to check it.

EDITED: The problem is the window size that doesn't allow to view the buttons to play it, if you put
cdXSize            equ  640
cdYSize            equ  440
for example, it wuould be nice
The logic of the error is hidden among the most unexpected lines of the program

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Uncle Remus Tales
« Reply #41 on: June 22, 2017, 09:11:37 AM »
Hi, hutch-- and caballero!
Do you have a key .wmv in HKEY_CLASSES_ROOT? If there is the key, can you write the contents of HKEY_CLASSES_ROOT\.wmv names, types and values?

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Uncle Remus Tales
« Reply #42 on: June 24, 2017, 11:53:36 AM »
Quote
What it should do, play movies using mci?
Hi, caballero!
See
And you will write about branch registry contents HKEY_CLASSES_ROOT\.wmv names, types and values,  pleazzz..  This is necessary for correct errors in tut_14-04.exe
« Last Edit: October 17, 2018, 08:40:40 PM by Mikl__ »

jj2007

  • Member
  • *****
  • Posts: 13945
  • Assembly is fun ;-)
    • MasmBasic
Re: Uncle Remus Tales
« Reply #43 on: June 24, 2017, 02:11:02 PM »
And you will write about branch registry contents HKEY_CLASSES_ROOT\.wmv names, types and values,  pleazzz..  This is necessary for correct errors in tut_14-04.exe

Here is mine :icon14:

caballero

  • Member
  • *****
  • Posts: 2153
  • Matrix - Noah
    • abre ojos ensamblador
Re: Uncle Remus Tales
« Reply #44 on: June 24, 2017, 04:58:48 PM »
I write this from another computer than the first time. Now, the window is up but seems not working. Here is my wmv register branch, as I see I need to clean it better because I dont' have winamp yet. What I don't know is why is this info good for you.

Quote
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.wmv]
@="Winamp3.File"
"PerceivedType"="video"
"Content Type"="video/x-ms-wmv"
"VLC.backup"="WMP11.AssocFile.WMV"
"Winamp_Back"="Winamp.File.WMV"

[HKEY_CLASSES_ROOT\.wmv\OpenWithList]

[HKEY_CLASSES_ROOT\.wmv\OpenWithList\ehshell.exe]

[HKEY_CLASSES_ROOT\.wmv\OpenWithProgIds]
"WMP11.AssocFile.WMV"=hex(0):
"WindowsLive.PhotoGallery.video.15.4"=""
"WindowsLive.MovieMaker.asset"=hex:

[HKEY_CLASSES_ROOT\.wmv\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.wmv\ShellEx]

[HKEY_CLASSES_ROOT\.wmv\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"

[HKEY_CLASSES_ROOT\.wmv\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
The logic of the error is hidden among the most unexpected lines of the program