-
Notifications
You must be signed in to change notification settings - Fork 0
/
FAQ
116 lines (82 loc) · 4.34 KB
/
FAQ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Frequently asked Questions (with answers):
==========================================
0. WHAT DOES "Error: Widget wDiceBox has zero width and/or height" MEAN?
1. WHY IS MY DISPLAY ALL SCREWED UP/HOSED/POKED?
2. I CAN'T GET XFRISK TO START. WHY?
3. HOW DO I START A MULTICLIENT GAME?
4. WHAT ABOUT COMPUTER PLAYERS?
5. IT SAYS "Assertion Failure" AND THEN DUMPS CORE. WHAT DO I DO?
6. I AM FROM PARKER BROTHER AND WANT TO SUE YOU. WHAT DO I DO?
7. IS THERE ANY WAY I CAN BUILD XFRISK WITH MORE DEBUGGING INFORMATION?
8. HOW CAN I HELP?
9. WHAT IS THE URL FOR XFRISK WEBSITE?
********************************************************************
0. WHAT DOES "Error: Widget wDiceBox has zero width and/or height" MEAN?
See question 1, the same solution applies. IT SHOULDN'T HAPPEN AS OF
0.99b3, WHICH HAS DEFAULT RESOURCES!
1. WHY IS MY DISPLAY ALL SCREWED UP/HOSED/POKED?
Is the app resource file XFrisk.ad installed in the right place? You
can change the XAPPLRESDIR environment variable to check in the current
directory by typing something like:
setenv XAPPLRESDIR /usr/lib/X11/app-defaults:./
IT SHOULDN'T HAPPEN AS OF 0.99b3, WHICH HAS DEFAULT RESOURCES!
2. I CAN'T GET XFRISK TO START. WHY?
If XFrisk is unable to find some of its files, "make install" again
in the XFrisk source directory to reinstall the data files and programs.
3. HOW DO I START A MULTICLIENT GAME?
In order to set up a multiclient game, run friskserver on one
machine, and then run the clients on the remote machines as follows:
kashmir > friskserver &
...
silk > xfrisk kashmir &
...
cotton > xfrisk kashmir &
Clients may register players while the other clients join. The game
starts when all clients that have registered players have pressed
the start button (be careful about this, you might accidentally leave
out someone who is still registering a player or just connecting!).
Clients can connect at any time during a game to watch it, and
register players after the game has ended.
Also note: there can be more than one human player on the same client.
4. WHAT ABOUT COMPUTER PLAYERS?
Computer players come as separate clients, named eg. aiColson
and aiConway. They get installed with the rest of the package in the
same directory as the xfrisk and friskserver binaries (BINDIR in
Makefile).
Once you have a server running, you need to connect them like this
(assuming you are running the server on your local system):
aiColson localhost &
When you select Add Player, you should see multiple entries in the
Species box. Select a non-Human one (Ordinateur for aiColson), and
edit player info normally. You now have a computer player in your game.
You can add more than one AI species by repeating the above procedure
with another AI client program. Also note that once an AI species is
registered in the game anyone connecting to the server can add AI
players to the game. Anyone can also remove them.
5. IT SAYS "Assertion Failure" AND THEN DUMPS CORE. WHAT DO I DO?
In general, whenever you get a core dump, it would be greatly
appreciated if you sent details to the developers -- it will result
in a more robust game for you. In order to send info, run a debugger
on the core file as follows (stuff in [] are comments):
$ dbx [or gdb] server [or client] core
dbx> where
If you send the output of the "where", along with a description of how
it happened, then we'll probably have a fix ready within a few days
N.B. You have to have compiled XFrisk with debugging in, see
question 8.
6. I AM FROM PARKER BROTHER AND WANT TO SUE YOU. WHAT DO I DO?
Yo no hablo ingles...
Sue not here!
7. IS THERE ANY WAY I CAN BUILD FRISK WITH MORE DEBUGGING INFORMATION?
Yes. Look in Makefile, and leave the developer's CDEBUGFLAGS
uncommented. Then remake XFrisk.
8. HOW CAN I HELP?
If you find a bug you can send us a bug report. Patches that improve
the game will be considered also, based upon their quality and
desirability. Patches that are included will be credited. You can
find contact information for sending patches on the XFrisk website
(see next question).
9. WHAT IS THE URL FOR THE XFRISK WEBSITE?
http://www.iki.fi/morphy/xfrisk/
The URL redirects you to another site but please bookmark and/or
link only to the above URL as it is the official one.