- This topic has 12 replies, 2 voices, and was last updated 9 years, 11 months ago by ozok.
-
AuthorPosts
-
December 14, 2014 at 8:21 pm #36393ozokParticipant
Hi,
I've just purchased the 9 version and using 9.18 in my Delphi xe7 project. On my project I make TsPanel visible at some point. It used to work with version 8.53 but ever since updating to 9.18 it fails and causes an access violation. I can reproduce that problem in two of my projects that do the same thing. Disabling the skin solves the problem. I'm attaching MadExcept bugreport.txt.
The code that causes the trouble:
Code:procedure TMainForm.SwitchToEncoding;
var
i: integer;
begin
ConvertingPanel.Visible := True;
ConvertingPanel.BringToFront; // this is the line where it throws the exception
NormalPanel.Visible := False;
NormalPanel.SendToBack;
for I := 0 to MainMenu1.Items.Count – 1 do
begin
MainMenu1.Items.Enabled := False;
end;
end;Source code is here if you are interested: https://github.com/ozok/TEncoder
December 15, 2014 at 9:24 am #52923SupportKeymasterHi
Thank you for sources. I can compile your application, but can't run it, because many other Exe files required (like mp4box.exe, ffmpeg.exe and others).
Can I find it in single package somewhere?
December 15, 2014 at 7:09 pm #52926ozokParticipantHi,
You can download a package here http://www21.zippyshare.com/v/95163967/file.html
December 17, 2014 at 10:51 am #52930SupportKeymasterThank you. After program start I'm receiving this fatal error: “Cannot load MediaInfo.dll!”
Maybe you know why it happens? File exists there.
December 17, 2014 at 2:20 pm #52935ozokParticipant'Support' wrote:Thank you. After program start I'm receiving this fatal error: “Cannot load MediaInfo.dll!”
Maybe you know why it happens? File exists there.
Program works here. Perhaps you got a corrupted download? BTW skins are disabled as defaults, you must enable them under settings>skin.
December 19, 2014 at 5:15 pm #52939ozokParticipantAny updates on this matter? I want to release a new version before the new year.
December 22, 2014 at 8:01 am #52941SupportKeymasterHello
MediaInfo.dll can't be loaded still, but I have commented this code and can run your application now, maybe it will work.
What I should to do in application for getting of this problem?
December 22, 2014 at 11:26 am #52942ozokParticipant'Support' wrote:Hello
MediaInfo.dll can't be loaded still, but I have commented this code and can run your application now, maybe it will work.
What I should to do in application for getting of this problem?
You should add a video file to the list and click to encode button. It'll crash at that point.
December 22, 2014 at 2:06 pm #52943SupportKeymasterThank you, try this file, please
December 23, 2014 at 7:02 pm #52953ozokParticipantI have the compiled version. Can I use it?
December 23, 2014 at 9:19 pm #52954SupportKeymasterNo. Write me to support@alphaskins.com, I will send you the compiled package.
What version of your Delphi?
December 24, 2014 at 6:21 pm #52958ozokParticipant'Support' wrote:No. Write me to support@alphaskins.com, I will send you the compiled package.
What version of your Delphi?
Thanks for the mail, it solved the problem with 32bit version but I'll need 64bit too.
December 29, 2014 at 7:12 am #52967ozokParticipant64bit version of the said packagewas sent and solved the problem. Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.