Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange output #1

Closed
oscar-broman opened this issue Apr 10, 2012 · 2 comments
Closed

Strange output #1

oscar-broman opened this issue Apr 10, 2012 · 2 comments
Labels

Comments

@oscar-broman
Copy link

For some reason, I see my server log filled with these:

[14:18:02] [debug] Run time error 6: "Invalid instruction"
[14:18:02] [debug]   Unknown opcode 0x7800 at address 0xFFFFFFFF
[14:18:02] [debug] Backtrace:
[14:18:02] [debug] #0  ???????? in public OnDialogResponse () at W:\Desktop\temp\gamemodes\main.pwn:378

(line 378 is a simple return statement)

@Zeex
Copy link
Owner

Zeex commented Apr 10, 2012

The error may seem strange yes, but the output is OK (at least the first too lines). crashdetect only reports runtime errors and does not "detect" them although the name suggests so.

BTW do you use FDLG (or whatever it's called) from Gamer_Z? Your problem is very similar to this:

http://forum.sa-mp.com/showpost.php?p=1761999&postcount=467

and my reply to that was:

http://forum.sa-mp.com/showpost.php?p=1762273&postcount=468

@oscar-broman
Copy link
Author

After doing some digging, I suspect it's coming from OnPlayerUpdate, and that y_hooks is the culprit (it does change lots of stuff around in the AMX).

@Zeex Zeex mentioned this issue Jun 17, 2012
@KyleSmith10 KyleSmith10 mentioned this issue Jun 29, 2012
Zeex added a commit that referenced this issue Nov 26, 2012
[18:39:01] [debug] #0 00491f90 in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #1 004925c0 in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #2 00404f44 in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #3 74cda023 in std::allocator<crashdetect::NPCall>::construct () from C:\samp-server\plugins\crashdetect.DLL
[18:39:01] [debug] #4 8b0c428d in ?? ()
[18:39:01] [debug] #5 e7f0b8ff in ?? ()
[18:39:01] [debug] #6 08e974d0 in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #7 ccffff76 in ?? ()
[18:39:01] [debug] #8 cccccccc in ?? ()
[18:39:01] [debug] #9 cccccccc in ?? ()
[18:39:01] [debug] #10 cccccccc in ?? ()
[18:39:01] [debug] #11 cccccccc in ?? ()
[18:39:01] [debug] #12 8dcccccc in ?? ()
[18:39:01] [debug] #13 cbe9bc4d in ?? ()
[18:39:01] [debug] #14 8bfffa89 in ?? ()
[18:39:01] [debug] #15 e0838445 in ?? ()
[18:39:01] [debug] #16 0c840f01 in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #17 83000000 in ?? ()
[18:39:01] [debug] #18 8bfe8465 in ?? ()
[18:39:01] [debug] #19 d5e9084d in ?? ()
[18:39:01] [debug] #20 c3fffa85 in ?? ()
[18:39:01] [debug] #21 e9d04d8d in ?? ()
[18:39:01] [debug] #22 fffa89aa in ?? ()
[18:39:01] [debug] #23 e9ac4d8d in ?? ()
[18:39:01] [debug] #24 fffa89a2 in ?? ()
[18:39:01] [debug] #25 e99c4d8d in ?? ()
[18:39:01] [debug] #26 fffa899a in ?? ()
[18:39:01] [debug] #27 e98c4d8d in ?? ()
[18:39:01] [debug] #28 fffa8992 in ?? ()
[18:39:01] [debug] #29 0824548b in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #30 8b0c428d in ?? ()
[18:39:01] [debug] #31 ffff648a in ?? ()
[18:39:01] [debug] #32 e8c833ff in ?? ()
[18:39:01] [debug] #33 ffff75ab in ?? ()
[18:39:01] [debug] #34 d0e818b8 in ?? ()
[18:39:01] [debug] #35 7595e974 in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #36 ccccffff in ?? ()
[18:39:01] [debug] #37 cccccccc in ?? ()
[18:39:01] [debug] #38 cccccccc in ?? ()
[18:39:01] [debug] #39 cccccccc in ?? ()
[18:39:01] [debug] #40 cccccccc in ?? ()
[18:39:01] [debug] #41 cccccccc in ?? ()
[18:39:01] [debug] #42 cccccccc in ?? ()
[18:39:01] [debug] #43 cccccccc in ?? ()
[18:39:01] [debug] #44 8dcccccc in ?? ()
[18:39:01] [debug] #45 30e90c4d in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #46 8dfffa7c in ?? ()
[18:39:01] [debug] #47 28e9dc4d in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #48 8bfffa7c in ?? ()
[18:39:01] [debug] #49 ffff6485 in ?? ()
[18:39:01] [debug] #50 01e083ff in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #51 000f840f in ?? ()
[18:39:01] [debug] #52 a5830000 in ?? ()
[18:39:01] [debug] #53 ffffff64 in ?? ()
[18:39:01] [debug] #54 084d8bfe in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #55 fa8925e9 in ?? ()
[18:39:01] [debug] #56 4d8dc3ff in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #57 891ce9c8 in ?? ()
[18:39:01] [debug] #58 4d8dfffa in ?? () from C:\samp-server\samp-server.exe
[18:39:01] [debug] #59 8914e9b8 in ?? ()
[18:39:01] [debug] #60 858bfffa in ?? ()
[18:39:01] [debug] #61 ffffff64 in ?? ()
[18:39:01] [debug] #62 0f02e083 in ?? () from C:\samp-server\samp-server.exe
This was referenced Sep 22, 2013
@ghost ghost mentioned this issue Sep 20, 2015
@Aleks4k Aleks4k mentioned this issue May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants