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

[ANY] Tetris (Version 1.1)


Post New Thread Reply   
 
Thread Tools Display Modes
Fearts
ferts of daeth
Join Date: Oct 2008
Old 10-16-2011 , 11:18   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #11

Code:
L 10/16/2011 - 10:15:27: [SM] Plugin encountered error 25: Call was aborted
L 10/16/2011 - 10:15:27: [SM] Native "ThrowError" reported: [SMLIB] Error: Invalid database handle.
L 10/16/2011 - 10:15:27: [SM] Displaying call stack trace for plugin "tetris.smx":
L 10/16/2011 - 10:15:27: [SM]   [0]  Line 25, G:\Server\dedicated\orangebox\cstrike\addons\sourcemod\scripting\include\smlib/sql.inc::SQL_TQueryF()
L 10/16/2011 - 10:15:27: [SM]   [1]  Line 176, D:\Plugins2\tetris.sp::OnClientAuthorized()
L 10/16/2011 - 10:16:22: [SM] Plugin encountered error 25: Call was aborted
L 10/16/2011 - 10:16:22: [SM] Native "ThrowError" reported: [SMLIB] Error: Invalid database handle.
L 10/16/2011 - 10:16:22: [SM] Displaying call stack trace for plugin "tetris.smx":
L 10/16/2011 - 10:16:22: [SM]   [0]  Line 25, G:\Server\dedicated\orangebox\cstrike\addons\sourcemod\scripting\include\smlib/sql.inc::SQL_TQueryF()
L 10/16/2011 - 10:16:22: [SM]   [1]  Line 176, D:\Plugins2\tetris.sp::OnClientAuthorized()
EDIT:

Forgot to add smlib its fixed now thanks for this plugin.
__________________

Last edited by Fearts; 10-16-2011 at 11:23.
Fearts is offline
mentor
Member
Join Date: Apr 2011
Old 10-18-2011 , 03:11   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #12

i have problem on L4D2

while playing infected, after stop play tetris this plugin will auto-spawn and can't spawn infected anymore after died
must rejoin server always

Last edited by mentor; 10-18-2011 at 03:13.
mentor is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 10-20-2011 , 05:50   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #13

Quote:
Originally Posted by Fearts View Post
Code:
L 10/16/2011 - 10:15:27: [SM] Plugin encountered error 25: Call was aborted
L 10/16/2011 - 10:15:27: [SM] Native "ThrowError" reported: [SMLIB] Error: Invalid database handle.
L 10/16/2011 - 10:15:27: [SM] Displaying call stack trace for plugin "tetris.smx":
L 10/16/2011 - 10:15:27: [SM]   [0]  Line 25, G:\Server\dedicated\orangebox\cstrike\addons\sourcemod\scripting\include\smlib/sql.inc::SQL_TQueryF()
L 10/16/2011 - 10:15:27: [SM]   [1]  Line 176, D:\Plugins2\tetris.sp::OnClientAuthorized()
L 10/16/2011 - 10:16:22: [SM] Plugin encountered error 25: Call was aborted
L 10/16/2011 - 10:16:22: [SM] Native "ThrowError" reported: [SMLIB] Error: Invalid database handle.
L 10/16/2011 - 10:16:22: [SM] Displaying call stack trace for plugin "tetris.smx":
L 10/16/2011 - 10:16:22: [SM]   [0]  Line 25, G:\Server\dedicated\orangebox\cstrike\addons\sourcemod\scripting\include\smlib/sql.inc::SQL_TQueryF()
L 10/16/2011 - 10:16:22: [SM]   [1]  Line 176, D:\Plugins2\tetris.sp::OnClientAuthorized()
EDIT:

Forgot to add smlib its fixed now thanks for this plugin.
Got the same error, what do you mean by smlib? Its not like its an extention or something, its just an include to compile with. How did you fixed it?
Groger is offline
Fearts
ferts of daeth
Join Date: Oct 2008
Old 10-20-2011 , 12:17   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #14

Quote:
Originally Posted by Groger View Post
Got the same error, what do you mean by smlib? Its not like its an extention or something, its just an include to compile with. How did you fixed it?
It's in the OP's download instructions but here is the link for SMLIB install:

http://forums.alliedmods.net/showthread.php?p=1398699
__________________
Fearts is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 10-20-2011 , 17:09   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #15

Code:
L 10/21/2011 - 22:37:31: [SM] Native "TriggerTimer" reported: Invalid timer handle 0 (error 4)
L 10/21/2011 - 22:37:31: [SM] Displaying call stack trace for plugin "tetris.smx":
L 10/21/2011 - 22:37:31: [SM]   [0]  Line 1582, tetris.sp::SaveCurrentObject()
L 10/21/2011 - 22:37:31: [SM]   [1]  Line 1439, tetris.sp::MoveCurrentObjectDown()
L 10/21/2011 - 22:37:31: [SM]   [2]  Line 619, tetris.sp::Timer_PlayerGameThink()
Groger is offline
DaftMink
Member
Join Date: Apr 2009
Old 10-22-2011 , 18:59   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #16

Seems the plugins having an issue with the default databases.cfg file.
Code:
L 10/22/2011 - 18:52:38: [tetris.smx] Error connecting to database: [2003]: Can't connect to MySQL server on 'localhost' (10061)
After adding the SQLite entry though it works fine.

Last edited by DaftMink; 10-22-2011 at 19:00.
DaftMink is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 10-22-2011 , 19:09   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #17

Quote:
Originally Posted by DaftMink View Post
Seems the plugins having an issue with the default databases.cfg file.
Code:
L 10/22/2011 - 18:52:38: [tetris.smx] Error connecting to database: [2003]: Can't connect to MySQL server on 'localhost' (10061)
After adding the SQLite entry though it works fine.
Is your mysql server hosted on the same box as your gameserver (localhost)?
__________________
DarthNinja is offline
DaftMink
Member
Join Date: Apr 2009
Old 10-23-2011 , 00:07   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #18

Quote:
Originally Posted by DarthNinja View Post
Is your mysql server hosted on the same box as your gameserver (localhost)?
I don't have a mysql server, just wanted this plugin to use sourcemods local sqlite database by default like your Snake minigame.

Last edited by DaftMink; 10-23-2011 at 00:08.
DaftMink is offline
Nail
BANNED
Join Date: May 2008
Location: PetrovЪ GradЪ
Old 10-23-2011 , 06:47   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #19

is it possible to add a multiplayer option?
Nail is offline
eraserhead
Veteran Member
Join Date: Nov 2009
Old 10-23-2011 , 13:07   Re: [ANY] Tetris (Version 1.0)
Reply With Quote #20

Hey there, thanks for this plugin. Installed with MySQL and works. Only one problem, the sounds don't work.

Quote:
Failed to load sound "tetris\rotate_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\rotate_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\rotate_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\rotate_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\rotate_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\full_line.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
Failed to load sound "tetris\place_block.mp3", file probably missing from disk/repository
I discovered that your zip file has sound/tetris/tetris/...
After moving up the files one level it worked.
So there is one tetris folder to many in your zip.
__________________
eraserhead is offline
Send a message via Skype™ to eraserhead
Reply


Thread Tools
Display Modes

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 08:54.


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