Offical BCStorm Help Thread

Page 32 of 40 FirstFirst ... 222425262728293031323334353637383940 LastLast
Results 466 to 480 of 589
  1. #466
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by RickyMeekle View Post
    May someone help me with the bcstorm emulator? it says

    server is not debugging: Console writing disabled, I seriously need help :(
    Not even an error.

    Quote Originally Posted by Cloudflare View Post
    Anybody know how to fix the word filter?
    SQL Table: rooms_swearword_filter

    Quote Originally Posted by SparklezX View Post
    Hey, i got a problem with my client.
    when i join hotel, loading already full and .... BLACK screen! :(
    It said, there was no user found with your session ticket.
    Help me please??!
    Make sure you're using the correct swfs.

  2. #467
    Enthusiast RickyMeekle is offline
    MemberRank
    Sep 2012 Join Date
    31Posts

    Re: Offical BCStorm Help Thread

    Okay, thanks if it's not an error, then why can't I connect to my hotel? it loads up to 100% then goes black, then 2 minutes later, it goes to /me page. :(

  3. #468
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Offical BCStorm Help Thread

    The 'Follow Friend' button doesn't work.
    Using leensters BcStorm, 3rd March edition.

  4. #469
    Valued Member louis23401 is offline
    MemberRank
    Mar 2012 Join Date
    UkLocation
    105Posts

    Re: Offical BCStorm Help Thread

    getting this error:

    TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException: Specified cast is not valid.
    at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group)
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode)
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket)
    and also with this image as off the client.
    bqsg4mr.png
    someone please help me (fast)!

  5. #470
    Gaby is offline
    MemberRank
    Apr 2013 Join Date
    Viva HollandiaLocation
    1,607Posts

    Re: Offical BCStorm Help Thread

    Can somebody help me with my error?
    http://forum.ragezone.com/f333/bcsto...eption-927518/

  6. #471
    Account Upgraded | Title Enabled! Diddy is offline
    MemberRank
    Jun 2011 Join Date
    United KingdomLocation
    275Posts

    Re: Offical BCStorm Help Thread

    My users can not make rooms as this problem keeps popping up.

    Error in query:
    INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model)
    MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'public_ccts' doesn't have a default value
    at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
    at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
    at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
    at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
    at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
    at Database_Manager.Database.Session_Details.QueryAdapter.insertQuery()

    Please help asap

  7. #472
    Valued Member louis23401 is offline
    MemberRank
    Mar 2012 Join Date
    UkLocation
    105Posts

    Re: Offical BCStorm Help Thread

    same here, i fixed that problem last night, and it came back as soon as i restarted my dedi? someone help?

  8. #473
    Account Upgraded | Title Enabled! r63 is offline
    MemberRank
    Jan 2012 Join Date
    apt-get GPSLocation
    430Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by Diddy8000 View Post
    My users can not make rooms as this problem keeps popping up.

    Error in query:
    INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model)
    MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'public_ccts' doesn't have a default value
    at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
    at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
    at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
    at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
    at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
    at Database_Manager.Database.Session_Details.QueryAdapter.insertQuery()

    Please help asap
    Field 'public_ccts' doesn't have a default value, please learn to read and fix basic SQL errors.

  9. #474
    Valued Member louis23401 is offline
    MemberRank
    Mar 2012 Join Date
    UkLocation
    105Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by r63 View Post
    Field 'public_ccts' doesn't have a default value, please learn to read and fix basic SQL errors.
    and whats the default for that? dont want any guesses.

  10. #475
    Account Upgraded | Title Enabled! Yannickzz is offline
    MemberRank
    May 2009 Join Date
    The NetherlandsLocation
    348Posts

    Re: Offical BCStorm Help Thread

    Is there any way to change buying VIP / club with credits to crystals? Just changing it in the catalog_items_copy results in a price of 0 credits.

  11. #476
    Novice ThomasW is offline
    MemberRank
    May 2013 Join Date
    4Posts

    Re: Offical BCStorm Help Thread

    So i got my Bcstorm stuff done.
    But my groups are not working , i'm running on XAMPP.
    I use XAMPP because it's BAWS!

    Here's my .htacces
    RewriteEngine On


    RewriteRule ^(|/)$ index.php?url=$1
    RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
    RewriteEngine on
    RewriteRule ^(.*)\.htm$ $1.php [NC]


    RewriteRule ^(|/)$ dash.php?page=$1
    RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1


    RewriteEngine On


    RewriteRule ^habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1

  12. #477
    Apprentice ZaZzEL is offline
    MemberRank
    Jul 2011 Join Date
    10Posts

    Re: Offical BCStorm Help Thread

    Help?

    Error in thread RoomManager.OnCycle Exception --> Not inclusive:
    TokenID: 0MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
    vid MySql.Data.MySqlClient.NativeDriver.Open()
    vid MySql.Data.MySqlClient.Driver.Open()
    vid MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
    vid MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    vid MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
    vid MySql.Data.MySqlClient.MySqlPool.GetConnection()
    vid MySql.Data.MySqlClient.MySqlConnection.Open()
    vid Database_Manager.Database.MySqlClient.connect()
    vid Database_Manager.Database.DatabaseManager.getQueryreactor()
    vid Butterfly.HabboHotel.Rooms.RoomManager.RemoveTask() i C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomManager.cs:rad 466
    vid Butterfly.HabboHotel.Rooms.RoomManager.OnCycle() i C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomManager.cs:rad 319

  13. #478
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by ZaZzEL View Post
    Help?

    Error in thread RoomManager.OnCycle Exception --> Not inclusive:
    TokenID: 0MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
    vid MySql.Data.MySqlClient.NativeDriver.Open()
    vid MySql.Data.MySqlClient.Driver.Open()
    vid MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
    vid MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    vid MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
    vid MySql.Data.MySqlClient.MySqlPool.GetConnection()
    vid MySql.Data.MySqlClient.MySqlConnection.Open()
    vid Database_Manager.Database.MySqlClient.connect()
    vid Database_Manager.Database.DatabaseManager.getQueryreactor()
    vid Butterfly.HabboHotel.Rooms.RoomManager.RemoveTask() i C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomManager.cs:rad 466
    vid Butterfly.HabboHotel.Rooms.RoomManager.OnCycle() i C:\Users\G?rkan\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomManager.cs:rad 319
    "Unable to connect to any of the specified MySQL hosts."

  14. #479
    Apprentice ZaZzEL is offline
    MemberRank
    Jul 2011 Join Date
    10Posts

    Re: Offical BCStorm Help Thread

    namnl-246-s.png

    Help me it sends me back to me.php when im pressing navigator :x

  15. #480
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by ZaZzEL View Post
    namnl-246-s.png

    Help me it sends me back to me.php when im pressing navigator :x
    You probably deleted all the rooms.
    It's trying to load a public room that doesn't even exist, check your navigator_publics_new SQL.



Advertisement