DevchatClient 1.0.6 - including ingame chat for Terran Conflict and Albion Prelude

Anything not relating to the X-Universe games (general tech talk, other games...) belongs here. Please read the rules before posting.

Moderator: Moderators for English X Forum

User avatar
Dank7430
Posts: 497
Joined: Tue, 29. Dec 09, 18:52
x3ap

Post by Dank7430 » Fri, 4. Nov 11, 09:17

COOL :D :D

User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal » Tue, 13. Mar 12, 19:49

1.0.4 fixes the compatibility with the new server API.

This update is mandatory, since all older versions are incompatible with the new API!


User avatar
eldyranx3
Posts: 2178
Joined: Sat, 14. Jan 06, 21:29
xr

Post by eldyranx3 » Tue, 9. Oct 12, 22:32

I'm having some issues compiling the source for the stand alone client on my netbook running CrunchBang (#!). The [config] step worked fine once I installed the missing dependencies, and I made sure I had python3, but I'm getting some odd errors during the [make] step.

Code: Select all

src/devchat_conversation.c:71: error: ‘GDK_KEY_Escape’ undeclared (first use in this function)
src/devchat_conversation.c:71: error: (Each undeclared identifier is reported only once
src/devchat_conversation.c:71: error: for each function it appears in.)
src/devchat_conversation.c:161: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_conversation.c:162: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_conversation.c:166: error: ‘GDK_KEY_W’ undeclared (first use in this function)
src/devchat_window.c: In function ‘devchat_window_init’:
src/devchat_window.c:295: error: ‘GDK_KEY_P’ undeclared (first use in this function)
src/devchat_window.c:295: error: (Each undeclared identifier is reported only once
src/devchat_window.c:295: error: for each function it appears in.)
src/devchat_window.c:326: error: ‘GDK_KEY_W’ undeclared (first use in this function)
src/devchat_window.c:332: error: ‘GDK_KEY_R’ undeclared (first use in this function)
src/devchat_window.c:336: error: ‘GDK_KEY_Q’ undeclared (first use in this function)
src/devchat_window.c:341: error: ‘GDK_KEY_Page_Down’ undeclared (first use in this function)
src/devchat_window.c:342: error: ‘GDK_KEY_Tab’ undeclared (first use in this function)
src/devchat_window.c:347: error: ‘GDK_KEY_Page_Up’ undeclared (first use in this function)
src/devchat_window.c:376: error: ‘GDK_KEY_B’ undeclared (first use in this function)
src/devchat_window.c:382: error: ‘GDK_KEY_I’ undeclared (first use in this function)
src/devchat_window.c:388: error: ‘GDK_KEY_U’ undeclared (first use in this function)
src/devchat_window.c:395: error: ‘GDK_KEY_M’ undeclared (first use in this function)
src/devchat_window.c:402: error: ‘GDK_KEY_L’ undeclared (first use in this function)
src/devchat_window.c:511: error: ‘GDK_KEY_Escape’ undeclared (first use in this function)
src/devchat_window.c:596: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_window.c:597: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_window.c: In function ‘hotkey_cb’:
src/devchat_window.c:3352: error: ‘GDK_KEY_Up’ undeclared (first use in this function)
src/devchat_window.c:3395: error: ‘GDK_KEY_Down’ undeclared (first use in this function)
src/devchat_window.c:3441: error: ‘GDK_KEY_1’ undeclared (first use in this function)
src/devchat_window.c:3441: error: ‘GDK_KEY_KP_1’ undeclared (first use in this function)
src/devchat_window.c:3447: error: ‘GDK_KEY_3’ undeclared (first use in this function)
src/devchat_window.c:3447: error: ‘GDK_KEY_KP_3’ undeclared (first use in this function)
src/devchat_window.c:3455: error: ‘GDK_KEY_5’ undeclared (first use in this function)
src/devchat_window.c:3455: error: ‘GDK_KEY_KP_5’ undeclared (first use in this function)
src/devchat_window.c:3461: error: ‘GDK_KEY_6’ undeclared (first use in this function)
src/devchat_window.c:3461: error: ‘GDK_KEY_KP_6’ undeclared (first use in this function)
src/devchat_window.c: In function ‘find’:
src/devchat_window.c:4072: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_window.c:4073: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_window.c: In function ‘devchat_window_close_search’:
src/devchat_window.c:4176: error: ‘GDK_KEY_Return’ undeclared (first use in this function)
src/devchat_window.c:4177: error: ‘GDK_KEY_KP_Enter’ undeclared (first use in this function)
src/devchat_window.c: In function ‘devchat_window_refresh_presets’:
src/devchat_window.c:5071: error: ‘GDK_KEY_0’ undeclared (first use in this function)
src/devchat_window.c:5071: error: ‘GDK_KEY_1’ undeclared (first use in this function)
src/devchat_window.c: In function ‘notify’:
src/devchat_window.c:5131: error: too few arguments to function ‘notify_notification_new’
make: *** [all] Error 1
Is this something on my end?

User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal » Tue, 9. Oct 12, 22:43

Outdated GTK version. This was changed in… 2010? I think 2.24 is the minimum version the client needs.

User avatar
eldyranx3
Posts: 2178
Joined: Sat, 14. Jan 06, 21:29
xr

Post by eldyranx3 » Tue, 9. Oct 12, 23:10

Thanks for the heads up!


User avatar
hartza76
Posts: 156
Joined: Sun, 18. Jul 10, 21:46
x4

Post by hartza76 » Wed, 18. Sep 13, 08:18

This will mark you game modified? cos just dont jet wanna do my AP as modded. Too new game for me still
If a girl seems as shy as a mouse, you still have to look out for the tiger within her.

User avatar
Samuel Creshal
Posts: 17833
Joined: Sat, 6. Mar 04, 16:38
x3tc

Post by Samuel Creshal » Wed, 18. Sep 13, 08:54

The optional ingame client will, yes. The desktop client alone won't.

User avatar
Lifeforce87
Posts: 118
Joined: Sat, 15. Aug 09, 00:42
x4

Post by Lifeforce87 » Sat, 27. Feb 16, 15:04


Aye Capn
Posts: 2611
Joined: Sat, 15. Feb 03, 07:17
x3tc

Re: DevchatClient 1.0.6 - including ingame chat for Terran Conflict and Albion Prelude

Post by Aye Capn » Tue, 2. Oct 18, 04:19

Wait ... if I fire up X3:AP I can chat with other players? Whoa ...

Post Reply

Return to “Off Topic English”