-
Notifications
You must be signed in to change notification settings - Fork 7
/
hercmsdg.html
201 lines (139 loc) · 5.97 KB
/
hercmsdg.html
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Messages: DG - DYNGUI.DLL</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
</HEAD>
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
VLINK="#008040" ALINK="#000000">
<h1>Hercules Version 3: System Messages: DG - DYNGUI.DLL</h1>
<p>
This page describes the DYNGUI.DLL messages for the Hercules S/370,
ESA/390, and z/Architecture emulator.
<h3>Messages</h3>
<dl class="messages">
<!-- ----------------------------------------------------------- -->
<!-- ------ INDEX ---------------------------------------- -->
<!-- ----------------------------------------------------------- -->
<blockquote><table>
<tr><td><a href="#HHCDG001I"><tt>
HHCDG001I dyngui.dll - <i>name</i> - version <i>vers</i> initiated
</tt></a></td></tr>
<tr><td><a href="#HHCDG002I"><tt>
HHCDG002I dyngui.dll terminated
</tt></a></td></tr>
<tr><td><a href="#HHCDG003S"><tt>
HHCDG003S select failed on input stream: <i>errmsg</i>
</tt></a></td></tr>
<tr><td><a href="#HHCDG004S"><tt>
HHCDG004S read failed on input stream: <i>errmsg</i>
</tt></a></td></tr>
<tr><td><a href="#HHCDG005E"><tt>
HHCDG005E Device query buffer overflow! (device=<i>xxxx</i>)
</tt></a></td></tr>
<tr><td><a href="#HHCDG006S"><tt>
HHCDG006S malloc pszInputBuff failed: <i>errmsg</i>
</tt></a></td></tr>
<tr><td><a href="#HHCDG007S"><tt>
HHCDG007S malloc pszCommandBuff failed: <i>errmsg</i>
</tt></a></td></tr>
</table></blockquote>
<p><hr><p>
<!-- ----------------------------------------------------------- -->
<!-- ------ Message detail -------------------------------- -->
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG001I"><b>
HHCDG001I dyngui.dll - </b><i>name</i><b> - version </b><i>vers</i><b> initiated
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
The dyngui loadable module was successfully loaded and initiated.
<p><dt>Action<dd>
None. This message is informational only.
<p></dl><br>
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG002I"><b>
HHCDG002I dyngui.dll terminated
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
The dyngui loadable module was successfully terminated.
<p><dt>Action<dd>
None. This message is informational only.
<p></dl><br>
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG003S"><b>
HHCDG003S select failed on input stream: </b><i>errmsg</i><b>
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
The socket select function call failed on the input stream.
<tt><i>errmsg</i></tt> describes the exact error.
<p><dt>Action<dd>
None; this is a fatal error; the system is immediately terminated.
<p></dl><br>
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG004S"><b>
HHCDG004S read failed on input stream: </b><i>errmsg</i><b>
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
An unrecoverable i/o error occurred while reading from the input stream.
<tt><i>errmsg</i></tt> describes the exact error.
<p><dt>Action<dd>
None; this is a fatal error; the system is immediately terminated.
<p></dl><br>
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG005E"><b>
HHCDG005E Device query buffer overflow! (device=</b><i>xxxx</i><b>)
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
The device query buffer is not large enough to hold all of the information
returned by the device handler. <tt><i>xxxx</i></tt> is the device
whose information was being queried at the time the error occurred.
<p><dt>Action<dd>
The system attempts to continue functioning, but unpredictable results may
occur (i.e. the system could crash). You should report this error to the
Hercules developers immediately so that they can build you a new dyngui.dll
with a larger device query buffer. Since the dyngui.dll is an unloadable
module however, you will need to restart Hercules in order to begin using
the newly fixed version of dyngui.dll.
<p></dl><br>
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG006S"><b>
HHCDG006S malloc pszInputBuff failed: </b><i>errmsg</i><b>
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
There was not enough virtual memory on the host system to satisfy the
malloc request for the input stream buffer. <tt><i>errmsg</i></tt>
describes the exact error.
<p><dt>Action<dd>
None; this is a fatal error; the system is immediately terminated. You
should increase the size of your host system's virtual memory allocation
so that there is enough for Hercules to run, or else decrease the amount of
memory that Hercules needs in order to run (e.g. decrease your <tt>MAINSIZE</tt>
value).
<p></dl><br>
<!-- ----------------------------------------------------------- -->
<dt><tt><a name="HHCDG007S"><b>
HHCDG007S malloc pszCommandBuff failed: </b><i>errmsg</i><b>
</b></a></tt><dd><dl>
<p><dt>Meaning<dd>
There was not enough virtual memory on the host system to satisfy the
malloc request for the command processing buffer. <tt><i>errmsg</i></tt>
describes the exact error.
<p><dt>Action<dd>
None; this is a fatal error; the system is immediately terminated. You
should increase the size of your host system's virtual memory allocation
so that there is enough for Hercules to run, or else decrease the amount of
memory that Hercules needs in order to run (e.g. decrease your <tt>MAINSIZE</tt>
value).
<p></dl><br>
<!-- ----------------------------------------------------------- -->
</dl>
<p><center><hr width=15% noshade></center>
<p>
If you have a question about Hercules, see the
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
<p><center><hr width=15% noshade>
<a href="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date$ $Revision$</p>
</BODY>
</HTML>