Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


problem with kubuntu 9.10
bubucaos Offline
Junior Member

Posts: 4
Threads: 1
Joined: May 2010
Reputation: 0
#1
problem with kubuntu 9.10

Hi
I have downloaded all code ( dependencies/ HPL1Engine/ OALWrapper/ PenumbraOverture/ ) and put all the files in /dependencies/dependencies/ in each folder.
I try to compile.
I found 1 error about glee.c but reading here i replaced that file with /include/GL/Glee.h

But when i try to compile overture i found that error

[100%] Building CXX object CMakeFiles/Overture.dir/Notebook.cpp.o
Linking CXX executable overture.bin
/usr/bin/ld: cannot find -lNewton
collect2: ld returned 1 exit status
make[2]: *** [overture.bin] Error 1
make[1]: *** [CMakeFiles/Overture.dir/all] Error 2
make: *** [all] Error 2

I'm using kubuntu 9.10
What i have to do?
thx
05-25-2010, 09:26 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#2
RE: problem with kubuntu 9.10

you need to extract the dependencies.zip into the folder containing HPL1Engine, OALWrapper, etc.. as it already contains the dependencies folder.


the linking in PenumbraOverture references ../dependencies/lib/linux and not ../dependencies/dependencies/lib/linux as you have things extracted.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
05-25-2010, 10:40 PM
Website Find
bubucaos Offline
Junior Member

Posts: 4
Threads: 1
Joined: May 2010
Reputation: 0
#3
RE: problem with kubuntu 9.10

Thanks for the quick response
I did that.
I removed and downloaded again the folders and put dependencies folder in the right place.
I compiled successfully Smile
But when i run ./overture.bin The program ghanges the resollution and does nothing
Don't show any message
In the file ~/.frictionalgames/Penumbra/Overture/hpl.log
i found
Creating Renderer2D
ERROR: Couldn't texture 'PointLight2D.bmp'
FATAL ERROR: Couldn't load PointLight2D

I changed in settings.cfg fullscreen to false. But the problem persist.

I'm using an ATI Radeon X700 video Card

What to do now?
thx
05-26-2010, 01:24 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#4
RE: problem with kubuntu 9.10

you need to run the overture.bin from the correct place (in the game install directory)

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
05-26-2010, 01:28 PM
Website Find
bubucaos Offline
Junior Member

Posts: 4
Threads: 1
Joined: May 2010
Reputation: 0
#5
RE: problem with kubuntu 9.10

(05-26-2010, 01:28 PM)Urkle Wrote: you need to run the overture.bin from the correct place (in the game install directory)

is /penumbra/PenumbraOverture/ the install directory?
im executing the file there
penumbra is the folder i created containing
dependencies HPL1Engine OALWrapper PenumbraOverture
05-26-2010, 02:28 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#6
RE: problem with kubuntu 9.10

you have to run it from the directory where you installed the "official" purchased copy of Penumbra Overture. As the executable needs to find the data files from the game.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
05-26-2010, 02:34 PM
Website Find
bubucaos Offline
Junior Member

Posts: 4
Threads: 1
Joined: May 2010
Reputation: 0
#7
RE: problem with kubuntu 9.10

I did it. I can play the game. But when i try to enter to storage the game crashes and gives that message:

(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error

The file hlp.log is too big for posting here i'll show final lines

CG: 'BumpColorSpec_Light_Spot_fp.cg' using profile: 'arbfp1'
CG ERROR : The program could not load.
ERROR: Couldn't create program 'BumpColorSpec_Light_Spot_fp.cg'
CG: 'Diffuse_Color_fp.cg' using profile: 'arbfp1'
CG ERROR : The compile returned an error.
-----------------------------------
core/programs/Diffuse_Color_fp.cg(10) : error C0000: syntax error, unexpected ')' at token ")"
core/programs/Diffuse_Color_fp.cg(10) : error C0501: type name expected at token ")"
core/programs/Diffuse_Color_fp.cg(12) : error C0000: syntax error, unexpected ';', expecting ',' or ')' at token ";"
core/programs/Diffuse_Color_fp.cg(12) : error C0501: type name expected at token ";"
core/programs/Diffuse_Color_fp.cg(13) : error C0000: syntax error, unexpected ';', expecting ',' or ')' at token ";"
core/programs/Diffuse_Color_fp.cg(13) : error C0501: type name expected at token ";"
-----------------------------------
CG: Error loading: 'core/programs/Diffuse_Color_fp.cg'!
ERROR: Couldn't create program 'Diffuse_Color_fp.cg'
ERROR: Couldn't load program 'Ambient_Color_fp.cg'
ERROR: Couldn't load program 'Fog_Trans_Mod_fp.cg'
ERROR: Couldn't find game entity 'ladderarea3'
WARNING: Couldn't find entity 'ladderarea3'
WARNING: Couldn't find sound entity 'lastrumble'
ERROR: Couldn't find game entity 'ladderarea'
WARNING: Couldn't find game entity 'ladderarea'
ERROR: Couldn't find game entity 'ladderarea'
WARNING: Couldn't find entity 'ladderarea'
ERROR: Couldn't find game entity 'woodlock1'
WARNING: Couldn't find game entity 'woodlock1'
Loading map 'level01_04_old_storage.dae' took: 11501 ms
05-27-2010, 03:51 PM
Find




Users browsing this thread: 1 Guest(s)