[21 May 2012] Problem Functions with Linux

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

[21 May 2012] Problem Functions with Linux

Post 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.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[22 May 2012] Re: Problem Functions with Linux

Post 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?
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

[21 May 2012] Re: Problem Functions with Linux

Post 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)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[27 May 2012] Re: Problem Functions with Linux

Post 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?
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

[27 May 2012] Re: Problem Functions with Linux

Post 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.)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[28 May 2012] Re: Problem Functions with Linux

Post 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?
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

[28 May 2012] Re: Problem Functions with Linux

Post 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
Locked