Ive been getting this error when I try to host a game on a Linux like ./DreamDaemon Chat.dmb 2932 -trusted -trusted&
It gives me a Segmentation fault error
ID:905788
![]() Aug 1 2012, 7:03 am
|
|
![]() Aug 1 2012, 8:56 am
|
|
A segmentation fault (often shortened to segfault), bus error or access violation is generally an attempt to access memory that the CPU cannot physically address. It occurs when the hardware notifies an operating system about a memory access violation. The OS kernel then sends a signal to the process which caused the exception. By default, the process receiving the signal dumps core and terminates. The default signal handler can also be overridden to customize how the signal is handled.
|