Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Debci

Pages: [1] 2
1
Development Deliberation / Compiling dependencies errors...
« on: September 01, 2010, 08:34:47 am »
Hi everyone compiling the source of PS I finded few troubles...
In the majority of this I solved it adding src folders of cURL and others to diferent path because the headers and other sources of the game can´t find cURl dependencies, but now the linker  and the compiler give me new problems...

Code: [Select]
debci@pc-lab:~/development/planeshift$ jam
...patience...
...patience...
...found 2272 target(s)...
...updating 14 target(s)...
Ranlib ./out/linuxx86/optimize/libs/liblibpsnpcclient-0.5.a
LinkApplication testrpgrules
DoSplitDebugInfo testrpgrules
LinkApplication ccheck
DoSplitDebugInfo ccheck
LinkApplication pawseditor
DoSplitDebugInfo pawseditor
LinkApplication psserver
DoSplitDebugInfo psserver
LinkApplication psclient
./out/linuxx86/optimize/src/client/pscelclient.o: In function `GEMClientActor::SetAnimation(char const*, int)':
/home/debci/development/planeshift/src/client/pscelclient.cpp:1792: undefined reference to `CalModel::getCoreModel()'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1792: undefined reference to `CalCoreModel::getCoreAnimation(int)'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1798: undefined reference to `CalModel::getCoreModel()'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1798: undefined reference to `CalCoreModel::getCoreAnimation(int)'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1798: undefined reference to `CalCoreAnimation::getDuration() const'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1837: undefined reference to `CalModel::getMixer()'
/home/debci/development/planeshift/src/client/pscelclient.cpp:1837: undefined reference to `CalMixer::removeAction(int)'
collect2: ld returned 1 exit status

  g++ -Wl,--as-needed -o psclient ./out/linuxx86/optimize/src/client/clientvitals.o ./out/linuxx86/optimize/src/client/pscelclient.o ./out/linuxx86/optimize/src/client/questionclient.o ./out/linuxx86/optimize/src/client/zonehandler.o ./out/linuxx86/optimize/src/client/actionhandler.o ./out/linuxx86/optimize/src/client/charapp.o ./out/linuxx86/optimize/src/client/meshattach.o ./out/linuxx86/optimize/src/client/pscharcontrol.o ./out/linuxx86/optimize/src/client/guihandler.o ./out/linuxx86/optimize/src/client/psnetmanager.o ./out/linuxx86/optimize/src/client/psoptions.o ./out/linuxx86/optimize/src/client/entitylabels.o ./out/linuxx86/optimize/src/client/pscal3dcallback.o ./out/linuxx86/optimize/src/client/psclientdr.o ./out/linuxx86/optimize/src/client/chatbubbles.o ./out/linuxx86/optimize/src/client/psclientchar.o ./out/linuxx86/optimize/src/client/modehandler.o ./out/linuxx86/optimize/src/client/psinventorycache.o ./out/linuxx86/optimize/src/client/pscamera.o ./out/linuxx86/optimize/src/client/cmdutil.o ./out/linuxx86/optimize/src/client/authentclient.o ./out/linuxx86/optimize/src/client/psengine.o ./out/linuxx86/optimize/src/client/cmdguilds.o ./out/linuxx86/optimize/src/client/shadowmanager.o ./out/linuxx86/optimize/src/client/cmdusers.o ./out/linuxx86/optimize/src/client/psslotmgr.o ./out/linuxx86/optimize/src/client/weather.o ./out/linuxx86/optimize/src/client/cmdgroups.o ./out/linuxx86/optimize/src/client/cmdadmin.o ./out/linuxx86/optimize/src/client/crashreport.o ./out/linuxx86/optimize/src/client/psmovement.o  -g2 -Wl,--gc-sections ./out/linuxx86/optimize/libs/libgui-0.5.a ./out/linuxx86/optimize/libs/libpsnet-0.5.a ./out/linuxx86/optimize/libs/libpsengine-0.5.a ./out/linuxx86/optimize/libs/libpsrpgrules-0.5.a ./out/linuxx86/optimize/libs/libpaws-0.5.a ./out/linuxx86/optimize/libs/libpsutil-0.5.a ./out/linuxx86/optimize/libs/libpssound-0.5.a ./out/linuxx86/optimize/libs/libsound-0.5.a ./out/linuxx86/optimize/libs/libeffects-0.5.a ./out/linuxx86/optimize/libs/libfparser-0.5.a ./out/linuxx86/optimize/libs/libbreakpad-0.5.a -L/home/debci/development/cs/./out/linuxx86/optimize/libs -lcrystalspace-1.9 -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib -g2

...failed LinkApplication psclient ...
C++ ./out/linuxx86/optimize/src/eedit/eeditapp.o
src/eedit/eeditapp.cpp: In member function ‘void EEditApp::SevereError(const char*)’:
src/eedit/eeditapp.cpp:145: warning: format not a string literal and no format arguments
C++ ./out/linuxx86/optimize/src/eedit/pscal3dcallback.o
LinkApplication eedit
DoSplitDebugInfo eedit
LinkApplication psnpcclient
DoSplitDebugInfo psnpcclient
C++ ./out/linuxx86/optimize/src/pslaunch/download.o
C++ ./out/linuxx86/optimize/src/pslaunch/pslaunch.o
LinkApplication pslaunch
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader':
/home/debci/development/planeshift/src/pslaunch/download.cpp:151: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:153: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:154: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:155: undefined reference to `curl_easy_setopt'
./out/linuxx86/optimize/src/pslaunch/download.o: In function `~Downloader':
/home/debci/development/planeshift/src/pslaunch/download.cpp:177: undefined reference to `curl_easy_cleanup'
/home/debci/development/planeshift/src/pslaunch/download.cpp:177: undefined reference to `curl_easy_cleanup'
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader':
/home/debci/development/planeshift/src/pslaunch/download.cpp:166: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:168: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:169: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:170: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:166: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:168: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:169: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:170: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:151: undefined reference to `curl_easy_init'
/home/debci/development/planeshift/src/pslaunch/download.cpp:153: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:154: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:155: undefined reference to `curl_easy_setopt'
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader::DownloadFile(char const*, char const*, bool, bool, unsigned int, bool)':
/home/debci/development/planeshift/src/pslaunch/download.cpp:246: undefined reference to `curl_easy_setopt'
/home/debci/development/planeshift/src/pslaunch/download.cpp:247: undefined reference to `curl_easy_setopt'
./out/linuxx86/optimize/src/pslaunch/download.o:/home/debci/development/planeshift/src/pslaunch/download.cpp:248: more undefined references to `curl_easy_setopt' follow
./out/linuxx86/optimize/src/pslaunch/download.o: In function `Downloader::DownloadFile(char const*, char const*, bool, bool, unsigned int, bool)':
/home/debci/development/planeshift/src/pslaunch/download.cpp:254: undefined reference to `curl_easy_perform'
/home/debci/development/planeshift/src/pslaunch/download.cpp:264: undefined reference to `curl_easy_getinfo'
./out/linuxx86/optimize/src/pslaunch/pslaunch.o: In function `main':
/home/debci/development/planeshift/src/pslaunch/pslaunch.cpp:380: undefined reference to `curl_global_init'
/home/debci/development/planeshift/src/pslaunch/pslaunch.cpp:380: undefined reference to `curl_global_init'
collect2: ld returned 1 exit status

  g++ -Wl,--as-needed -o pslaunch ./out/linuxx86/optimize/src/pslaunch/binarypatch.o ./out/linuxx86/optimize/src/pslaunch/updater.o ./out/linuxx86/optimize/src/pslaunch/download.o ./out/linuxx86/optimize/src/pslaunch/pslaunch.o ./out/linuxx86/optimize/src/pslaunch/pawslauncherwindow.o ./out/linuxx86/optimize/src/pslaunch/updaterconfig.o ./out/linuxx86/optimize/src/pslaunch/updaterengine.o  -g2 -Wl,--gc-sections ./out/linuxx86/optimize/libs/libxdelta3-0.5.a ./out/linuxx86/optimize/libs/libpaws-0.5.a ./out/linuxx86/optimize/libs/libpsutil-0.5.a ./out/linuxx86/optimize/libs/libsound-0.5.a ./out/linuxx86/optimize/libs/libfparser-0.5.a -L/home/debci/development/cs/./out/linuxx86/optimize/libs -lcrystalspace-1.9 -lz -lpthread -lc -lm -ldl -lnsl -L/usr/local/lib -g2

...failed LinkApplication pslaunch ...
LinkApplication worldeditor
DoSplitDebugInfo worldeditor
...failed updating 2 target(s)...
...updated 12 target(s)...
debci@pc-lab:~/development/planeshift$ svn update
En la revisión 6176.

I followed all instructions to compile, on Ubuntu 10.04, in the past I was compiled this source succesfully but now has errors...
What is this?

Regards

2
Development Deliberation / Map Connecting...
« on: August 31, 2010, 02:58:36 pm »
Hi everyone!
Im testing my own maps design on the planeshift client sources, I followed the guide:
http://pcdserver.shacknet.nu/psdoc/?q=node/21

But it only work with one map region, how i can add and connect more regions? Adding an object from blender?

Regards!

3
Development Deliberation / Multiples doubts & questions
« on: September 20, 2009, 05:42:51 am »
Im developing a module of points to planeshift (my game is based on this) this points , the usser can exchange for items and others, i like to add this points to database at the moment of the player kill an player or mob, and after buy items witha external program (probably an java program or applet)
My problem are, I dont have the functions to do this, see my doubts:

-The method to execute any querye to the ps database
-The file to manage the events of the game (when the player kill a mob, or player...)
-What is the name of the elements of the game? For example the chat box, the inventory box ¿Are  this the named "widgets"?

Regards

Thanks for our time

4
Development Deliberation / A doubt with the text movement [Simple Doubt]
« on: September 19, 2009, 05:43:35 am »
Hi boys  :innocent:, I have a problem, at start the game I can see an text movement up to down, it says "Welcome to Planeshift!" my doubt is, how to change this texts?

Regards

5
Development Deliberation / Probelms with eedit & pawseditor
« on: September 08, 2009, 11:40:57 am »
The eedit and pawseditor tools doesnt have any skin to use , exist any public skin to work with this tools??

PSLAUNCH doesnt not have an skin anything...


Thanks
Cheers

6
Development Deliberation / World Editor ^^
« on: July 23, 2009, 11:22:41 am »
Hi boys, I compiled the lastest release of ps, and I finded a new tool world editor, what are this? I compiled and at the execution the console says:
Code: [Select]
debci@debci-desktop:~/development/planeshift$ ./worldeditor
shader lighting_default: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_binalpha: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_pvl: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_pvl_binalpha: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_instance: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default_instance_binalpha: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_character: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
WARNING: Texture '/lib/std/shadow_noise.png' not found.
[node: shadervars,shadervar(name=tex shadow noise)]
Opening GLX2D
Creating Context
Video driver GL/X version (direct renderer)
Visual ID: 0x00000024, 24bit TrueColor
R8:G8:B8:A8,
level 0, double buffered
NOTIFY: Applied: NVidia: GENERATE_MIPMAPS does not generate last level
NOTIFY: OpenGL renderer: GeForce 8800 Ultra/PCI/SSE2/3DNOW! (vendor: NVIDIA Corporation) version 3.0.0 NVIDIA 180.44
NOTIFY: Using windowed mode at resolution 1024x768.
NOTIFY: Pixel format: Color: 24 Alpha: 8 Depth: 24 Stencil: 8 AccumColor: 48 AccumAlpha: 16 MultiSamples: 0
NOTIFY: Multisample: disabled
NOTIFY: Using VBO with 64 MB of VBO memory
shader z_only: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsstyles.cpp:38 LoadStyles SEVERE>
Thu Jul 23 17:44:43 2009, Could not find file: /planeshift/art/skins/base/client_base.zip/styles.xml
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:138 PawsManager SEVERE>
Thu Jul 23 17:44:43 2009, Failed to load styles from skin: /planeshift/art/skins/base/client_base.zip/styles.xml.
Mounting skin: /planeshift/art/skins/base/client_base.zip
Thu Jul 23 17:44:43 2009, <src/common/util/psxmlparser.cpp:282 ParseFile SEVERE>
Thu Jul 23 17:44:43 2009, Could not find file: /paws/temp_skin/skin.xml
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:345 LoadSkinDefinition SEVERE>
Thu Jul 23 17:44:43 2009, Could not read skin info on /planeshift/art/skins/base/client_base.zip!
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:151 PawsManager SEVERE>
Thu Jul 23 17:44:43 2009, Failed to load skin /planeshift/art/skins/base/client_base.zip!
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/top_left_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/top_right_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/left_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/right_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/top_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsimagedrawable.cpp:66 PreparePixmap SEVERE>
Thu Jul 23 17:44:43 2009, Could not open image: >/paws/base/maps/leather/bottom_1.png<
Thu Jul 23 17:44:43 2009, <src/common/paws/pawsmanager.cpp:1107 LoadSound SEVERE>
Thu Jul 23 17:44:43 2009, Error while reading file '/planeshift/art/sounds/gui/next.wav'
shader lighting_default@@400: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@300: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@200: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@100: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
shader lighting_default@@50: ....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
Selection cleared!
SCF WARNING: 1 unreleased instances of class crystalspace.documentsystem.binary!
SCF WARNING: 1 unreleased instances of class crystalspace.documentsystem.tinyxml!
SCF WARNING: 1 unreleased instances of class crystalspace.engine.3d!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.bmp!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.dds!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.gif!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.jng!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.jpg!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.multiplexer!
SCF WARNING: 1 unreleased instances of class crystalspace.graphic.image.io.png!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics2d.glx!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.opengl!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.shader.glcg!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.shadercompiler.weaver!
SCF WARNING: 2 unreleased instances of class crystalspace.graphics3d.shadercompiler.xmlshader!
SCF WARNING: 1 unreleased instances of class crystalspace.graphics3d.shadermanager!
SCF WARNING: 1 unreleased instances of class crystalspace.kernel.vfs!
SCF WARNING: 1 unreleased instances of class crystalspace.rendermanager.unshadowed!
SCF WARNING: 1 unreleased instances of class crystalspace.syntax.loader.service.text!
SCF WARNING: 1 unreleased instances of class crystalspace.window.x!
SCF WARNING: 1 unreleased instances of class crystalspace.window.x.extf86vm!
20csFixedSizeAllocatorILj24EN2CS6Memory15AllocatorMallocEE 0xbfce36f8 leaked 96844 objects.


I need find the fail, i thing it is the unesxistent art directory, Im right?
What are this tool?

Regards

7
Development Deliberation / To create a game...
« on: June 24, 2009, 05:28:42 am »
My intention is create a derivated game using the code of planeshift, can i do this? i cant use the art and multimedia orginal content of the planeshift, but i can use the code for develop an game?
I readed the license but I was not too clear.
Regards

8
Development Deliberation / Problem with IP´s
« on: June 23, 2009, 10:19:04 am »
Look my host file:

192.168.2.100        ethereumbastion.servegame.com
127.0.0.1        localhost
127.0.0.1        ethereumbastion.servegame.com
ethereumbastion.servegame.com        127.0.0.1

IN the game in data/servers.xml i created this line:

    <server name="Reino Latino 1" ip="ethereumbastion.servegame.com" port="13331" />

In the psserver configuraion file i configured with ethereumbastion.servegame.com, but at the momento to play in the game, the server appear failed.
What is this?
What is the problem?

Im tired of searching solutions...  :'(
Regards

9
I installed the website of planeshift, and my apache server dpnt send the comfirmation e-mail, im using ubuntu 9.04.
Any solution?

regards

10
Development Deliberation / How to up an server public and on.
« on: June 13, 2009, 09:49:07 am »
I need a little howto  :whistling: because i cant up the sevrer to public, i modified the hosts files in my ubuntu 9.04, and i added an host to no-ip.
my hosts file are this:
192.168.2.100        mynoip.no-ip.biz
localhost                  mynoip.no-ip.biz

I opened the port in TCP mode, i started the sevrer, i refreshed the ip on dns and nothing...

Please help-me.

11
Development Deliberation / 3D Modeling
« on: June 05, 2009, 08:42:19 am »
IM using, ubuntu Jaunty Jackalope, 9.04 , can i create textures with blender and add to the game? please a little how to, because i modeled an character but i can export to zip file, a little guide to excport in correct format to use in ps engine?

regards

12
Development Deliberation / Version, and other settings.
« on: March 28, 2009, 01:23:13 pm »
I need the file of the source as declared the version th title, and the expansion or patch of the game.

Alltime, thanks for our extrem good work.  ;)

regards  :thumbup:

13
Linux Specific Issues / Guide compiling in open suse?
« on: March 22, 2009, 01:34:44 pm »
I need a complete guide to compiling in open suse linux distro.

regards

14
Linux Specific Issues / GM GUI Client crash!!
« on: March 21, 2009, 07:49:33 am »
IN the game i entered /show gm and it close  :o the console say this:
Code: [Select]
Sat Mar 21 13:47:29 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:29 2009, Could not locate widget attackable in GmGUI
Couldn't find widget attackable!
Sat Mar 21 13:47:29 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:29 2009, Could not locate widget toggleAttackable in GmGUI
Couldn't find widget toggleAttackable!
Sat Mar 21 13:47:29 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:29 2009, Could not locate widget attackable in GmGUI
Couldn't find widget attackable!
Sat Mar 21 13:47:29 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:29 2009, Could not locate widget toggleAttackable in GmGUI
Couldn't find widget toggleAttackable!
Sat Mar 21 13:47:29 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:29 2009, Could not locate widget toggleAttackable in GmGUI
  PSLoader: step 6: success
Sat Mar 21 13:47:41 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:41 2009, Could not locate widget attackable in GmGUI
Couldn't find widget attackable!
Sat Mar 21 13:47:41 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:41 2009, Could not locate widget toggleAttackable in GmGUI
Couldn't find widget toggleAttackable!
Sat Mar 21 13:47:41 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:41 2009, Could not locate widget attackable in GmGUI
Couldn't find widget attackable!
Sat Mar 21 13:47:41 2009, <src/common/paws/pawswidget.cpp:954 FindWidget SEVERE>
Sat Mar 21 13:47:41 2009, Could not locate widget toggleAttackable in GmGUI
Couldn't find widget toggleAttackable!
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal errorAL lib: ALc.c:1253: exit() 1 device(s) and 1 context(s) NOT deleted
AL lib: alSource.c:2291: alcDestroyContext(): 22 Source(s) NOT deleted
AL lib: alBuffer.c:1097: exit() 88 Buffer(s) NOT deleted
I dont know the problem  ???

regards

15
Linux Specific Issues / Problem with maps (not load correctly)
« on: March 19, 2009, 12:53:55 pm »
The game start with correctly, i loged in with my account, and i created a new char, but i clicking play, the loadding screen start to load the textures ,maps, regions...
And it stop at the momento of loaded death realm, the console say this:
Server:
Code: [Select]
<src/server/psserverdr.cpp:174 HandleDeadReckoning SEVERE>
Thu Mar 19 18:48:14 2009, Client sent the server DR message with unknown sector "SectorWhereWeKeepEntitiesResidingInUnloadedMaps" !
Client:
Code: [Select]
Map guildsimple loaded successfully in 587ms
Map hydlaa_common loaded successfully in 552ms

crystalspace.proctex.pdlight:
  Could not find light 'Omni32tutorial' in sector 'tutorial'
  Could not find light 'Omni27tutorial' in sector 'tutorial'
  Could not find light 'Omni21tutorial' in sector 'tutorial'
  Could not find light 'Omni22tutorial' in sector 'tutorial'
  Could not find light 'Omni23tutorial' in sector 'tutorial'
  Could not find light 'Omni25tutorial' in sector 'tutorial'

crystalspace.mesh.anim.pdlight:
  Could not find light 'Omni32tutorial' in sector 'tutorial'
  Could not find light 'Omni27tutorial' in sector 'tutorial'
  Could not find light 'Omni25tutorial' in sector 'tutorial'
  Could not find light 'Omni23tutorial' in sector 'tutorial'
  Could not find light 'Omni22tutorial' in sector 'tutorial'
  Could not find light 'Omni21tutorial' in sector 'tutorial'
  Could not find light 'Omni32tutorial' in sector 'tutorial'
  Could not find light 'Omni27tutorial' in sector 'tutorial'
  Could not find light 'Omni25tutorial' in sector 'tutorial'
  Could not find light 'Omni23tutorial' in sector 'tutorial'
  Could not find light 'Omni22tutorial' in sector 'tutorial'
  Could not find light 'Omni21tutorial' in sector 'tutorial'
  Could not find light 'Omni23tutorial' in sector 'tutorial'
  Could not find light 'Omni32tutorial' in sector 'tutorial'
  Could not find light 'Omni27tutorial' in sector 'tutorial'
  Could not find light 'Omni25tutorial' in sector 'tutorial'
  Could not find light 'Omni23tutorial' in sector 'tutorial'
  Could not find light 'Omni22tutorial' in sector 'tutorial'
  Could not find light 'Omni21tutorial' in sector 'tutorial'
Map tutorial loaded successfully in 2034ms
Map npcroom2 loaded successfully in 226ms
Map podium loaded successfully in 102ms
/planeshift/world/deathrealm/
/planeshift/world/deathrealm/

crystalspace.maploader.parse.image:
  Could not open image file 'mud2.dds' on VFS!

crystalspace.maploader.parse.texture:
  Could not load image mud2.dds!
  [node: world,textures,texture(name=mud2.dds)]
  Could not load texture 'mud2.dds', using checkerboard instead
  [node: world,textures,texture(name=mud2.dds)]

crystalspace.maploader.parse.image:
  Could not open image file 'lantern2.psd' on VFS!

crystalspace.maploader.parse.texture:
  Could not load image lantern2.psd!
  [node: world,textures,texture(name=lantern2.psd)]
  Could not load texture 'lantern2.psd', using checkerboard instead
  [node: world,textures,texture(name=lantern2.psd)]
/planeshift/world/deathrealm/

crystalspace.maploader.parse.image:
  Could not open image file 'room1.dds' on VFS!

crystalspace.maploader.parse.texture:
  Could not load image room1.dds!
  [node: world,textures,texture(name=room1.dds)]
  Could not load texture 'room1.dds', using checkerboard instead
  [node: world,textures,texture(name=room1.dds)]
Map deathrealm loaded successfully in 3754ms
And in the loading screen the progress bar dont move at this point, in 30 seconds the game shut.

Regards

Pages: [1] 2