Author Topic: GM GUI Client crash!!  (Read 714 times)

Debci

  • Hydlaa Resident
  • *
  • Posts: 77
    • View Profile
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

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: GM GUI Client crash!!
« Reply #1 on: March 21, 2009, 10:13:11 am »
make sure you have the correct data for your version of the client dont mix data from release/stable/trunk. there are changes that can and well cause crashes. also make sure your server is the same revision as the client you are trying to use.

Debci

  • Hydlaa Resident
  • *
  • Posts: 77
    • View Profile
Re: GM GUI Client crash!!
« Reply #2 on: March 21, 2009, 05:02:29 pm »
yes , i used the stable data, the code goes with it.

regards

Aiken

  • Hydlaa Resident
  • *
  • Posts: 93
    • View Profile
Re: GM GUI Client crash!!
« Reply #3 on: March 23, 2009, 04:20:48 pm »
Stable data/gui/gmguiwindow.xml does not contain support for a new gm flag that was recently added. I added the following just after where givekillexp is defined for that window.

Code: [Select]
<widget name="attackable" factory="pawsTextBox" visible="no" tooltip="set attackable">
                    <frame x="30" y="284" width="160" height="20" border="no" />
    <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="10" />
                    <text string="Attackable" />
                </widget>
                <widget name="toggleAttackable" factory="pawsCheckBox" id="1268" visible="no">
                    <frame x="200" y ="284" width="100" height="20" border="no"/>
                    <text string="disabled" />
                </widget>

I found stable revision 2950 was the last that worked without this.
Beware the grue.

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: GM GUI Client crash!!
« Reply #4 on: March 23, 2009, 04:56:01 pm »

Aiken

  • Hydlaa Resident
  • *
  • Posts: 93
    • View Profile
Re: GM GUI Client crash!!
« Reply #5 on: March 23, 2009, 05:21:49 pm »
Had a look at svn data/gui for stable and ok it is there. I forgot about updating data/gui from svn :(

Which has me wondering if Debci did the same thing of data/ from the download and keeping the download data/gui instead of using that part from svn.
Beware the grue.

Debci

  • Hydlaa Resident
  • *
  • Posts: 77
    • View Profile
Re: GM GUI Client crash!!
« Reply #6 on: March 25, 2009, 03:18:45 pm »
yes, now it run, thanks for all.
Now i need the fiel has been declared the game title, dthe package version the name of the patch (steel blue) and others, thanks for all.

regards