Frictional Games Forum (read-only)

Full Version: problem with kubuntu 9.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
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
you need to run the overture.bin from the correct place (in the game install directory)
(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
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.
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