Page 1 of 1

[21 May 2012] Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 21 May 2012 21:53:27 -0000

Hi Andreas,

Today I was trying to get one of my Hollywood programs to run on Linux, and noticed that LInux executables crash (quit) with the following functions: DisplayBrushFX() MoveLayer() DisplayTextObjectFX()

Let me know if you want me to run any specific tests.

[22 May 2012] Re: Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 22 May 2012 00:38:40 +0200
Hi Andreas,

Today I was trying to get one of my Hollywood programs to run on Linux, and noticed that LInux executables crash (quit) with the following functions: DisplayBrushFX() MoveLayer() DisplayTextObjectFX()

Let me know if you want me to run any specific tests.
Do they crash every time with any effect or just with a specific one or a specific setup? Can you provide a very small test script?

[21 May 2012] Re: Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 21 May 2012 16:31:18 -0700 (PDT)

Here are two short test scripts that crash for me:

Code: Select all

LoadBrush(1, "Test.png")
DisplayBrushFX(1, #CENTER, #CENTER, {Type=#VCLOSECURTAIN, Speed=#FASTSPEED})
EnableLayers()
LoadBrush(1, "Test.png")
DisplayBrush(1, #CENTER, #CENTER, {Name="TestLayer"})
WaitLeftMouse()
MoveLayer("TestLayer", #CENTER, #CENTER, 0, #CENTER)

[27 May 2012] Re: Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 27 May 2012 12:33:01 +0200
Here are two short test scripts that crash for me:
I can't reproduce this crash. Do I need a specific Test.png image or does it crash with every image? What Linux do you use?

[27 May 2012] Re: Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 27 May 2012 16:50:38 -0700 (PDT)

It crashes with every image. I'm using Linux Mint (x86).

I just sent you an e-mail with the image and executable that is failing for me. (Maybe there is something wrong with the executable.)

[28 May 2012] Re: Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 28 May 2012 10:54:55 +0200
It crashes with every image. I'm using Linux Mint (x86).

I just sent you an e-mail with the image and executable that is failing for me. (Maybe there is something wrong with the executable.)
Thanks for the executable, but I'm still unable to reproduce it here. I tested it on openSUSE and Linux Mint 11. What Mint version are you on? 32bit or 64bit?

[28 May 2012] Re: Problem Functions with Linux

Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 28 May 2012 09:07:54 -0700 (PDT)

32bit

"uname -a" returns: Linux Little-Laptop 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux

"cat /etc/issue" returns: Linux Mint 11 Katya \n \l

"cat /proc/version" returns: Linux version 2.6.38-8-generic (buildd@vernadsky) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011