Raised This Month: $51 Target: $400
 12% 

Illegal instruction, WTF? PLEASE HELP ME :(


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
sagino
Junior Member
Join Date: Nov 2005
Old 03-15-2006 , 16:21   Illegal instruction, WTF? PLEASE HELP ME :(
Reply With Quote #1

Can anybody help me? When I run server with metamod+amxmodx then it returns this:
Code:
Console initialized.
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 00:50:07 Aug 11 2005 (3213)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 213.151.203.187:27015
CDMOD: ChainDll: cstrike/addons/metamod/dlls/metamod_i386.so

   Metamod version 1.18  Copyright (c) 2001-2005 Will Day <[email protected]>
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.

./hlds_run: line 424: 12235 Illegal instruction  $HL_CMD
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
St mar 15 22:19:19 CET 2006: Server restart in 10 seconds
but when I run it without amxmodx only with metamod it runs without problems.....

---------
my hw: amd k6-2 550MHz
384 MB ram
sis530 chipset
my sw: debian 3.1 @ 2.6.15.3
metamod 1.18
amxmodx 1.60
__________________
| amd k6-2 550MHz | 384MB RAM | 40+80GB Maxtor DiaMax Plus 8 | M598LMR-SiS530 |
| debian 3.1 @ 2.6.15.3 | blackbox |
sagino is offline
Janet Jackson
Veteran Member
Join Date: Mar 2005
Location: far, far away from here
Old 03-15-2006 , 19:03   Re: Illegal instruction, WTF? PLEASE HELP ME :(
Reply With Quote #2

You said it :
Code:
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Also, why don't you upgrade ?
__________________
Janet Jackson is offline
sagino
Junior Member
Join Date: Nov 2005
Old 03-16-2006 , 10:39   Re: Illegal instruction, WTF? PLEASE HELP ME :(
Reply With Quote #3

Quote:
Originally Posted by Janet Jackson
You said it :
Code:
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Also, why don't you upgrade ?
it (-debug) doesnt say anything about error, or what... just doesnt run....
and what upgrade did you mind?
__________________
| amd k6-2 550MHz | 384MB RAM | 40+80GB Maxtor DiaMax Plus 8 | M598LMR-SiS530 |
| debian 3.1 @ 2.6.15.3 | blackbox |
sagino is offline
Janet Jackson
Veteran Member
Join Date: Mar 2005
Location: far, far away from here
Old 03-16-2006 , 12:04   Re: Illegal instruction, WTF? PLEASE HELP ME :(
Reply With Quote #4

Quote:
Originally Posted by sagino
it (-debug) doesnt say anything about error, or what... just doesnt run....
Sorry, I really don't understand what you're trying to say here.
Quote:
and what upgrade did you mind?
http://forums.alliedmods.net/showthread.php?t=24910
__________________
Janet Jackson is offline
sagino
Junior Member
Join Date: Nov 2005
Old 03-16-2006 , 12:16   Re: Illegal instruction, WTF? PLEASE HELP ME :(
Reply With Quote #5

Quote:
Originally Posted by Janet Jackson
Quote:
Originally Posted by sagino
it (-debug) doesnt say anything about error, or what... just doesnt run....
Sorry, I really don't understand what you're trying to say here.
Quote:
and what upgrade did you mind?
http://forums.alliedmods.net/showthread.php?t=24910
i am just trying to say that the -debug option dont say anything about that error, just that hlds crashed, without any explanation why....
and about amxmodx 1.7 ..it doesnt work with metamod 1.18
__________________
| amd k6-2 550MHz | 384MB RAM | 40+80GB Maxtor DiaMax Plus 8 | M598LMR-SiS530 |
| debian 3.1 @ 2.6.15.3 | blackbox |
sagino is offline
sagino
Junior Member
Join Date: Nov 2005
Old 03-16-2006 , 12:45   new config
Reply With Quote #6

so this my output with amxmodx 1.70 and metamod 1.19p28
Code:
Console initialized.
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 00:50:07 Aug 11 2005 (3213)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 213.151.203.187:27015
CDMOD: ChainDll: cstrike/addons/metamod/dlls/metamod_i386.so

   Metamod version 1.19p28 Copyright (c) 2001-2006 Will Day
     Patch: Metamod-P (mm-p) v28 Copyright (c) 2004-2006 Jussi Kivilinna
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.


   AMX Mod X version 1.70 Copyright (c) 2004-2006 AMX Mod X Development Team
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under
   certain conditions; type 'amxx gpl' for details.


   Cheating-Death v4.29.4
   This software is provided for free and comes
   with ABSOLUTELY NO WARRANTY.(C)2005 United Admins Ltd.
   http://www.unitedadmins.com/cdeath.php

L 03/16/2006 - 18:45:20: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 0 admins from file
./hlds_run: line 424:  4872 Illegal instruction  (core dumped) $HL_CMD
"/usr/local/hlds/core" is not a core dump: File format not recognized
debug.cmds:1: Error in sourced command file:
No stack.
email debug.log to [email protected]
Št mar 16 18:45:30 CET 2006: Server restart in 20 seconds
__________________
| amd k6-2 550MHz | 384MB RAM | 40+80GB Maxtor DiaMax Plus 8 | M598LMR-SiS530 |
| debian 3.1 @ 2.6.15.3 | blackbox |
sagino is offline
evilspy
Member
Join Date: Jun 2004
Location: Finland
Old 03-16-2006 , 12:45  
Reply With Quote #7

Amxx might have been compiled with gcc version that have initialization binaries/libraries compiled for i686.

k6-2 lacks support for i686 instructions (cmov&co.)

---edit---

Actually that isn't case here after all.. amxx gets loaded ;P

But really.. there is some piece of code used that uses i686. You should really consider upgrading because i686 really is what majority of CPUs nowdays support and developers/etc are starting to toss i486 support.
__________________
^^ ^^ ^^ ^^
Metamod-P
- http://metamod-p.sf.net/
evilspy is offline
sagino
Junior Member
Join Date: Nov 2005
Old 03-16-2006 , 12:52   omg
Reply With Quote #8

and is here some posibility to compile that something which is makin problems for i586 ? and how to? i have amxx-src but i think something is missing...half life sdk, or what? (possibilty to upgrade to i686 is nowdays minimal...just maybe to k6-3,so no change)
__________________
| amd k6-2 550MHz | 384MB RAM | 40+80GB Maxtor DiaMax Plus 8 | M598LMR-SiS530 |
| debian 3.1 @ 2.6.15.3 | blackbox |
sagino is offline
sagino
Junior Member
Join Date: Nov 2005
Old 03-16-2006 , 15:33   :)
Reply With Quote #9

so, i have compiled amxmodx for i586, works good.
next problem is...how to compile i586 plugins.... server runs till first connection, then illegal instruction crash appears ....(this esp.is caused by admin.amxx)...do anybody know how to compile i586 plugins?
__________________
| amd k6-2 550MHz | 384MB RAM | 40+80GB Maxtor DiaMax Plus 8 | M598LMR-SiS530 |
| debian 3.1 @ 2.6.15.3 | blackbox |
sagino is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode