NO

Author Topic: POMC  (Read 2760 times)

Sanguis

  • Guest
POMC
« on: September 16, 2007, 12:50:16 AM »
Hello,

When I used POMC.EXE to compile my script file, it crashes with an exception error.
Commandline: pomc -u -v msg.mc
Also if the file doesn't exist, it crashes with the same error message.

Sanguis

  • Guest
Re: POMC
« Reply #1 on: September 17, 2007, 08:37:43 PM »
The exception message is:
The unknown software exception 0x8000003 is raised on 0x00401d7a.
POMC.EXE version: 4.0.0.0

Maybe the error is in the message file?
Code: [Select]
MessageId = 10000
SymbolicName = WSAERR10000
OutputBase = 16
No error
no equivalent.
.

MessageId = 10013
SymbolicName = WSAERR10013
OutputBase = 16
Permission denied.
An attempt was made to access a file in a way forbidden by its file access permissions.
.

MessageId = 10048
SymbolicName = WSAERR10048
OutputBase = 16
Address already in use.
Only one usage of each address is normally permitted.
.

MessageId = 10049
SymbolicName = WSAERR10049
OutputBase = 16
Cannot assign requested address.
Normally results from an attempt to create a socket with an address not on this machine.
.

MessageId = 10047
SymbolicName = WSAERR10047
OutputBase = 16
Address family not supported by protocol family.
An address incompatible with the requested protocol was used. For example, you shouldn't necessarily expect to be able to use NS addresses with ARPA Internet protocols.
.

MessageId = 10037
SymbolicName = WSAERR10037
OutputBase = 16
Operation already in progress.
An operation was attempted on a non-blocking object that already had an operation in progress.
.

MessageId = 10009
SymbolicName = WSAERR10009
OutputBase = 16
Bad file descriptor.
A file descriptor argument was out of range, referred to no open file, or a read (write) request was made to a file that was only open for writing (reading).
.

MessageId = 10053
SymbolicName = WSAERR10053
OutputBase = 16
Software caused connection abort.
A connection abort was caused internal to your host machine. The software caused a connection abort because there is no space on the socket's queue and the socket cannot receive further connections.
.

MessageId = 10061
SymbolicName = WSAERR10061
OutputBase = 16
Connection refused.
No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host.
.

MessageId = 10054
SymbolicName = WSAERR10054
OutputBase = 16
Connection reset by peer.
A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or a reboot.
.

MessageId = 10039
SymbolicName = WSAERR10039
OutputBase = 16
Destination address required.
A required address was omitted from an operation on a socket.
.

MessageId = 10069
SymbolicName = WSAERR10069
OutputBase = 16
Disc quota exceeded.
A write to an ordinary file, the creation of a directory or symbolic link, or the creation of a directory entry failed because the user's quota of disk blocks was exhausted, or the allocation of an inode for a newly created file failed because the user's quota of inodes was exhausted.
.

MessageId = 10014
SymbolicName = WSAERR10014
OutputBase = 16
Bad address.
The system detected an invalid address in attempting to use an argument of a call.
.

MessageId = 10064
SymbolicName = WSAERR10064
OutputBase = 16
Host is down.
A socket operation failed because the destination host was down. A socket operation encountered a dead host. Networking activity on the local host has not been initiated.
.

MessageId = 10065
SymbolicName = WSAERR10065
OutputBase = 16
No route to host.
A socket operation was attempted to an unreachable host.
.

MessageId = 10036
SymbolicName = WSAERR10036
OutputBase = 16
Operation now in progress.
An operation that takes a long time to complete (such as a connect()) was attempted on a non-blocking socket. (see ioctl()).
.

MessageId = 10004
SymbolicName = WSAERR10004
OutputBase = 16
Interrupted function call.
An asynchronous signal (such as SIGINTor SIGQUIT) was caught by the process during the execution of an interruptible function. If the signal handler performs a normal return, the interrupted function call will seem to have returned the error condition.
.

MessageId = 10022
SymbolicName = WSAERR10022
OutputBase = 16
Invalid argument.
Some invalid argument was supplied (for example, specifying an invalid level to the setsockopt() function).
.

MessageId = 10056
SymbolicName = WSAERR10056
OutputBase = 16
Socket is already connected.
A connect request was made on an already connected socket; or, a sendto() or sendmsg() request on a connected socket specified a destination when already connected.
.

MessageId = 10062
SymbolicName = WSAERR10062
OutputBase = 16
Too many levels of symbolic links.
A pathname lookup involved more than 8 symbolic links. Too many links were encountered in translating a pathname.
.

MessageId = 10024
SymbolicName = WSAERR10024
OutputBase = 16
Too many open files.
Too many open files. No process may have more than a system-defined number of file descriptors open at a time.
.

MessageId = 10040
SymbolicName = WSAERR10040
OutputBase = 16
Message too long.
A message sent on a socket was larger than the internal message buffer or some other network limit.
.

MessageId = 10063
SymbolicName = WSAERR10063
OutputBase = 16
File name too long.
A component of a path name exceeded 255 (MAXNAMELEN) characters, or an entire path name exceeded 1023 (MAXPATHLEN-1) characters.
.

MessageId = 10050
SymbolicName = WSAERR10050
OutputBase = 16
Network is down.
A socket operation encountered a dead network.
.

MessageId = 10052
SymbolicName = WSAERR10052
OutputBase = 16
Network dropped connection on reset.
The host you were connected to crashed and rebooted.
.

MessageId = 10051
SymbolicName = WSAERR10051
OutputBase = 16
Network is unreachable.
A socket operation was attempted to an unreachable network.
.

MessageId = 10055
SymbolicName = WSAERR10055
OutputBase = 16
No buffer space available.
An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full.
.

MessageId = 10042
SymbolicName = WSAERR10042
OutputBase = 16
Bad protocol option.
A bad option or level was specified in a getsockopt()(2) or setsockopt(2) call.
.

MessageId = 10057
SymbolicName = WSAERR10057
OutputBase = 16
Socket is not connected.
A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket) no address was supplied.
.

MessageId = 10066
SymbolicName = WSAERR10066
OutputBase = 16
Directory not empty.
A directory with entries other than `.'and `..' was supplied to a remove directory or rename call.
.

MessageId = 10038
SymbolicName = WSAERR10038
OutputBase = 16
Socket operation on non-socket.
An operation was attempted on something that is not a socket. The specified socket parameter refers to a file, not a socket.
.

MessageId = 10045
SymbolicName = WSAERR10045
OutputBase = 16
Operation not supported.
The attempted operation is not supported for the type of object referenced. Usually this occurs when a file descriptor refers to a file or socket that cannot support this operation, for example, trying to accept a connection on a datagram socket.
.

MessageId = 10046
SymbolicName = WSAERR10046
OutputBase = 16
Protocol family not supported.
The protocol family has not been configured into the system or no implementation for it exists.
.

MessageId = 10067
SymbolicName = WSAERR10067
OutputBase = 16
Too many processes.
No equivalent in 4.3 BSD or compatible operating systems.
.

MessageId = 10043
SymbolicName = WSAERR10043
OutputBase = 16
Protocol not supported.
The protocol has not been configured into the system, or no implementation for it exists.
.

MessageId = 10041
SymbolicName = WSAERR10041
OutputBase = 16
Protocol wrong type for socket.
A protocol was specified that does not support the semantics of the socket type requested. For example, you cannot use the ARPA Internet UDP protocol with type SOCK_STREAM.
.

MessageId = 10071
SymbolicName = WSAERR10071
OutputBase = 16
Too many levels of remote in path
Item is not local to the host. A server has attempted to handle an NFS request by generating a request to another NFS server, which is not allowed.
.

MessageId = 10058
SymbolicName = WSAERR10058
OutputBase = 16
Cannot send after socket shutdown.
A request to send data was disallowed because the socket had already been shut down with a previous shutdown() call.
.

MessageId = 10044
SymbolicName = WSAERR10044
OutputBase = 16
Socket type not supported.
The support for the socket type has not been configured into the system or no implementation for it exists.
.

MessageId = 10070
SymbolicName = WSAERR10070
OutputBase = 16
Stale NFS file handle.
An attempt was made to access an open file (on an NFS filesystem) which is now unavailable as referenced by the file descriptor. This may indicate the file was deleted on the NFS server or some other catastrophic event occurred.
.

MessageId = 10060
SymbolicName = WSAERR10060
OutputBase = 16
Connection timed out.
A connect or send request failed because the connected party did not properly respond after a period of time. (The timeout period is dependent on the communication protocol.)
.

MessageId = 10059
SymbolicName = WSAERR10059
OutputBase = 16
Too many references; can't splice
too many references to some kernel-level object; the associated resource has run out.
.

MessageId = 10068
SymbolicName = WSAERR10068
OutputBase = 16
Too many users.
The quota system ran out of table entries.
.

MessageId = 10035
SymbolicName = WSAERR10035
OutputBase = 16
Resource temporarily unavailable.
This is a temporary condition and later calls to the same routine may complete normally (also known as EAGAIN error in Berkeley Software Distribution version 4.3)
.

MessageId = 11001
SymbolicName = WSAERR11001
OutputBase = 16
Host not found
No such host is known. The name you have used is not an official hostname or alias. This is not a soft error, another type of name server request may be successful.
.

MessageId = 10093
SymbolicName = WSAERR10093
OutputBase = 16
Successful WSAStartup() not yet performed
No equivalent.
.

MessageId = 11004
SymbolicName = WSAERR11004
OutputBase = 16
Valid name, no data record of requested type
The requested name is valid, but does not have an Internet IP address at the name server. This is not a temporary error. This means another type of request to the name server will result in an answer.
.

MessageId = 11003
SymbolicName = WSAERR11003
OutputBase = 16
This is a non-recoverable error
This is a non-recoverable error.
.

MessageId = 10091
SymbolicName = WSAERR10091
OutputBase = 16
Network subsystem is unavailable
No equivalent.
.

MessageId = 11002
SymbolicName = WSAERR11002
OutputBase = 16
Non-authoritative host not found
This is usually a temporary error and means that the local server did not receive a response from an authoritative server. A retry at some time later may be successful.
.

MessageId = 10092
SymbolicName = WSAERR10092
OutputBase = 16
WINSOCK.DLL version out of range
No equivalent.
.

This file is auto-generated from a HTML page using my program ERRL2MSG.EXE,
but it's my first time writing message scripts, so please signal errors =).

Thanks!

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: POMC
« Reply #2 on: October 28, 2007, 10:46:13 PM »
I havn't tried v4.0, but 4.50 complains about "OutputBase" (without a crash) - I don't support OutputBase. Perhaps the M$ compiler does, I will look at it...
/Pelle