llLyuc llLyuc  • 10.07.15 20:21

Erro loggeado azure não sai dos 87% Empty Erro loggeado azure não sai dos 87% 10.07.15 20:21

Print de meu erro: http://prntscr.com/7r9h1p , http://prntscr.com/7r9gv8

Qual é meu erro: http://prntscr.com/7r9h1p , http://prntscr.com/7r9gv8

CMS Que estou utilizando: Onecms v2

SWF que estou utilizando: Wual r6 azure

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: http://prntscr.com/7r9h1p , http://prntscr.com/7r9gv8

Comentários adicionais: http://prntscr.com/7r9h1p , http://prntscr.com/7r9gv8 estou com esse problema nao sai dos 87%

Saigon Saigon  • 10.07.15 20:55

Erro loggeado azure não sai dos 87% Empty Re: Erro loggeado azure não sai dos 87% 10.07.15 20:55

Tente usar a database original do emulador, caso não quiser perder as coisas, é só substituir as tabelas para que não haja conflito.

llLyuc llLyuc  • 10.07.15 21:04

Erro loggeado azure não sai dos 87% Empty teste 10.07.15 21:04

tenho a database do emulador original so trocai a tabela user pq nao dava para aceder a cms nem HK quando trocai deu

BugOficial BugOficial  • 10.07.15 21:21

Erro loggeado azure não sai dos 87% Empty teste 10.07.15 21:21

Navegue até a pasta LOGS no seu emulador, e me mande os erros: Mysql e Exepcion algo assim..



Já tentou limpar a tabela users?

llLyuc llLyuc  • 10.07.15 21:30

Erro loggeado azure não sai dos 87% Empty teste 10.07.15 21:30

está aqui.



Código:
System.ArgumentException: Column 'DutyLevel' does not belong to tab[b][/b]le tab[b][/b]le.
   at System.Data.DataRow.get_Item(String columnName)
   at Azure.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow mRow, HashSet`1 group) in c:\Users\Jamal\Desktop\Project Azure Emulator 0190\Azure Source\Azure\Azure.Emulator\HabboHotel\Users\Authenticator\HabboFactory.cs:line 77
   at Azure.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, UInt32& errorCode) in c:\Users\Jamal\Desktop\Project Azure Emulator 0190\Azure Source\Azure\Azure.Emulator\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 298


System.ArgumentException: Column 'DutyLevel' does not belong to tab[b][/b]le tab[b][/b]le.
   at System.Data.DataRow.get_Item(String columnName)
   at Azure.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow mRow, HashSet`1 group) in c:\Users\Jamal\Desktop\Project Azure Emulator 0190\Azure Source\Azure\Azure.Emulator\HabboHotel\Users\Authenticator\HabboFactory.cs:line 77
   at Azure.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, UInt32& errorCode) in c:\Users\Jamal\Desktop\Project Azure Emulator 0190\Azure Source\Azure\Azure.Emulator\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 298

LuscasLeo LuscasLeo  • 10.07.15 22:50

Erro loggeado azure não sai dos 87% Empty teste 10.07.15 22:50

Execute esse comando na sua DB : ALTER tab[b][/b]le `users` ADD `DutyLevel` INT NOT NULL DEFAULT '0' AFTER `OnDuty`;

llLyuc llLyuc  • 11.07.15 8:50

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 8:50

<p><br></p>funcionou mas agora quando carrega entra na client mas depois volta ao incio volta a carregar a client outravez sempre assim<span id="sceditor-end-marker" class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;"></span><span id="sceditor-start-marker" class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;"></span>

BugOficial BugOficial  • 11.07.15 9:47

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 9:47

Manda novamente os erros logs :D


Está faltando alguma outra tabela !

Vai na tabela USERS e veja se ta gerando um AUTH TICKET algo assim, se num estiver me diz !

llLyuc llLyuc  • 11.07.15 10:35

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 10:35

Está e os logs são os mesmo


Última edição por llLyuc em 11.07.15 11:41, editado 1 vez(es)

Saigon Saigon  • 11.07.15 10:40

Erro loggeado azure não sai dos 87% Empty Re: Erro loggeado azure não sai dos 87% 11.07.15 10:40

Tente usar essa client aqui:
http://www.power-pixel.net/t67352-client-wual-r6

llLyuc llLyuc  • 11.07.15 11:46

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 11:46

eu estou a usar Onecms v2 nem tem data_classes pelo que vejo essa client não dá para esta cms
mas obrigado :)

[quote=MuriloD]Manda novamente os erros logs :D


Está faltando alguma outra tabela !

Vai na tabela USERS e veja se ta gerando um AUTH TICKET algo assim, se num estiver me diz ![/quote]

MuriloD Está aqui a minha tabela User:


Código:
CREATE tab[b][/b]le IF NOT EXISTS `users` (
  `id` int(11) unsigned NOT NULL,
  `username` varchar(50) CHARACTER SET latin1 NOT NULL,
  `real_name` varchar(100) CHARACTER SET latin1 NOT NULL DEFAULT 'OneCMS V2 by Jeihden',
  `password` varchar(164) NOT NULL DEFAULT '',
  `auth_ticket` varchar(240) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `rank` int(11) unsigned NOT NULL DEFAULT '1',
  `vip_points` int(11) NOT NULL DEFAULT '0',
  `credits` int(11) NOT NULL DEFAULT '500000',
  `activity_points` int(11) NOT NULL DEFAULT '1000',
  `activity_points_lastupdate` double NOT NULL DEFAULT '0',
  `seasonal_currency` int(11) NOT NULL DEFAULT '0',
  `loyalty_points` int(11) NOT NULL DEFAULT '0',
  `look` varchar(160) CHARACTER SET latin1 NOT NULL DEFAULT 'hr-125-45.ch-255-82.sh-300-64.hd-190-10.lg-281-64',
  `gender` enum('M','F') CHARACTER SET latin1 NOT NULL DEFAULT 'M',
  `motto` varchar(50) CHARACTER SET latin1 NOT NULL DEFAULT 'Soy nuev@ en el Hotel!',
  `mail` varchar(255) NOT NULL DEFAULT 'undefined',
  `account_created` double(50,0) NOT NULL DEFAULT '0',
  `last_online` int(11) NOT NULL DEFAULT '0',
  `online` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `ip_last` varchar(120) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `ip_reg` varchar(120) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `home_room` int(10) unsigned NOT NULL DEFAULT '0',
  `newbie_status` int(11) NOT NULL DEFAULT '0',
  `is_muted` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `mutant_penalty` enum('0','1','2') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
  `trade_lock` enum('0','1') NOT NULL DEFAULT '0',
  `trade_lock_expire` int(11) NOT NULL DEFAULT '0',
  `block_newfriends` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `hide_online` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `hide_inroom` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `vip` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `vip_expire` timestamp NOT NULL DEFAULT '2014-05-13 23:59:36',
  `birth` varchar(100) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `talent_status` enum('citizenship','helper') NOT NULL DEFAULT 'citizenship',
  `mysterybox_key_colour` int(11) NOT NULL DEFAULT '0',
  `last_name_change` int(11) NOT NULL DEFAULT '0',
  `client_volume` varchar(255) NOT NULL DEFAULT '100,100,100',
  `nux_passed` enum('0','1') NOT NULL DEFAULT '0',
  `seckey` varchar(999) NOT NULL DEFAULT '',
  `voted` int(11) NOT NULL DEFAULT '0',
  `owner` int(99) NOT NULL DEFAULT '0',
  `novato` int(99) NOT NULL DEFAULT '0',
  `fundom` varchar(255) NOT NULL DEFAULT '#43AC6A',
  `builders_expire` int(11) DEFAULT '3700',
  `builders_items_max` int(11) NOT NULL DEFAULT '100',
  `builders_items_used` int(11) NOT NULL DEFAULT '0',
  `release_version` int(11) NOT NULL DEFAULT '2',
  `on_duty` enum('0','1','2','3') NOT NULL DEFAULT '0',
  `OnDuty` varchar(255) NOT NULL DEFAULT 'false',
  `DutyLevel` int(11) NOT NULL DEFAULT '0',
  `navilogs` varchar(255) DEFAULT 'Hello',
  `navigator` enum('0','1') NOT NULL DEFAULT '0',
  `respect` int(11) NOT NULL DEFAULT '0',
  `staff_twitter` varchar(50) DEFAULT NULL,
  `staff_facebook` varchar(50) DEFAULT NULL,
  `forgot_ticket` varchar(50) DEFAULT NULL,
  `facebook_id` varchar(50) DEFAULT NULL,
  `pin` varchar(50) DEFAULT NULL,
  `facebook_change` varchar(50) DEFAULT '0',
  `facebook` varchar(50) DEFAULT NULL,
  `staff_background_url` text,
  `staff_ocult` varchar(50) DEFAULT '0',
  `role` varchar(50) DEFAULT NULL,
  `country_cf` varchar(50) DEFAULT 'ec',
  `last_used` varchar(50) DEFAULT '0',
  `refer_count` varchar(50) DEFAULT '0',
  `staff_profileimage_url` varchar(150) DEFAULT '0',
  `diamonds` int(11) DEFAULT '0',
  `belcredits` int(11) NOT NULL DEFAULT '30'
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

BugOficial BugOficial  • 11.07.15 13:18

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 13:18

Não era isso mais enfim, em VISUALIZAR, veja se ta gerando auth_ticket  no seu nome >.>

llLyuc llLyuc  • 11.07.15 13:28

Erro loggeado azure não sai dos 87% Empty Re: Erro loggeado azure não sai dos 87% 11.07.15 13:28

Não entendi mt bem mas será isto?

Erro loggeado azure não sai dos 87% QUgpNcF
Se Bugar: https://i.imgur.com/QUgpNcF.png

BugOficial BugOficial  • 11.07.15 13:31

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 13:31

Isso mesmo, ta gerando de boas...

Limpa a db toda, rooms_data, users... e tenta !


CASO NÃO DÊ CERTO ADD-ME: iMuriloHB skype.

llLyuc llLyuc  • 11.07.15 13:47

Erro loggeado azure não sai dos 87% Empty teste 11.07.15 13:47

já&nbsp;tinha feito isso e ficou na mesma<div>Já o add no skype<span id="sceditor-end-marker" class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;"></span><span id="sceditor-start-marker" class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;"></span></div>

Peeta Peeta  • 13.07.15 14:05

Erro loggeado azure não sai dos 87% Empty teste 13.07.15 14:05

@Moderação
Tópico fechado e Movido.
Motivo: Inativo.

Conteúdo patrocinado  • 

Erro loggeado azure não sai dos 87% Empty Re: Erro loggeado azure não sai dos 87%

Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.