Problema com o emulador!

+2
Hyouki
Blackv
6 participantes

Blackv Blackv  • 21.01.13 2:43

Problema com o emulador! Empty Problema com o emulador! 21.01.13 2:43

Olá pessoal do power pixel!

Estou com um problema, toda vez que alguem tenta entrar no hotel aparece este erro!

Print!

Problema com o emulador! 9kcc2a

Se bugar

Spoiler:

Se alguem poder me ajudar agradeço muito!

Hyouki Hyouki  • 21.01.13 9:01

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 9:01

Olá,

o senhor já tentou efetua uma troca ?
caso não tente fazer esta ação.

µ¢ђเ™ µ¢ђเ™  • 21.01.13 9:43

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 9:43

Pode ser inumeros erros! Digo isto por experiencia propria...


Muitas vezes isto acontecia quando minha database não era compativel ou estava bugada, outras vezes por estar com algum arquivo "corrompido" na SWF Propria ( Caso você use recomendo usar a Webel está melhor e super facil ) Então esses são os erros que podem estar acontecendo... já tentou os Fixes do Atom Emulador? Foi o WictorP que fez... podem lhe auxiliar muito.


"Caso permaneça á duvida... contate-nos."

Example Example  • 21.01.13 10:06

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 10:06

Ola Convidado

tente esses fixes:
https://www.power-pixel.net/t30705-fixes-new-crypto

pode resolver!


#Partil

TrY! TrY!  • 21.01.13 11:40

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 11:40

Olá,

Ponha este código em sua DB:
Código:
CREATE TABLE IF NOT EXISTS `users`
DROP IF EXISTS `users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `username` char(50) NOT NULL,
  `real_name` char(100) NOT NULL DEFAULT '',
  `password` char(42) NOT NULL,
  `mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
  `auth_ticket` varchar(60) NOT NULL,
  `rank` int(1) unsigned NOT NULL DEFAULT '1',
  `credits` int(11) NOT NULL DEFAULT '0',
  `vip_points` int(11) NOT NULL DEFAULT '0',
  `activity_points` int(11) NOT NULL DEFAULT '0',
  `activity_points_lastupdate` double(5,0) NOT NULL DEFAULT '0',
  `look` char(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
  `gender` enum('M','F') NOT NULL DEFAULT 'M',
  `motto` char(50) NOT NULL,
  `account_created` char(12) NOT NULL,
  `last_online` varchar(20) NOT NULL,
  `online` enum('0','1') NOT NULL DEFAULT '0',
  `ip_last` char(20) NOT NULL,
  `ip_reg` char(20) NOT NULL,
  `home_room` int(10) unsigned NOT NULL DEFAULT '0',
  `respect` int(11) NOT NULL DEFAULT '0',
  `daily_respect_points` int(1) NOT NULL DEFAULT '3',
  `daily_pet_respect_points` int(1) NOT NULL DEFAULT '3',
  `newbie_status` int(1) NOT NULL DEFAULT '3',
  `is_muted` enum('0','1') NOT NULL DEFAULT '0',
  `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
  `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
  `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
  `lastdailycredits` char(18) NOT NULL DEFAULT '',
  `points` int(11) NOT NULL DEFAULT '0',
  `block_trade` enum('1','0') NOT NULL DEFAULT '0',
  `crystals` int(11) NOT NULL DEFAULT '0',
  `currentquestid` int(11) unsigned NOT NULL,
  `currentquestprogress` int(11) NOT NULL,
  `achievement_points` int(11) NOT NULL,
  `working` varchar(50) NOT NULL DEFAULT '0',
  `secretcode` varchar(8) NOT NULL DEFAULT '0',
  `mymusik` varchar(100) NOT NULL DEFAULT '0',
  `getmoney_date` varchar(20) NOT NULL DEFAULT '0',
  `visibility` enum('EVERYONE','FRIENDS','NOBODY') NOT NULL DEFAULT 'EVERYONE',
  `birth` varchar(10) NOT NULL DEFAULT '0',
  `volume` int(3) NOT NULL DEFAULT '100',
  `dolares` int(11) NOT NULL DEFAULT '100',
  `accept_trading` enum('0','1') NOT NULL DEFAULT '1',
  `refers_count` int(11) NOT NULL,
  PRIMARY KEY (`username`),
  UNIQUE KEY `id` (`id`) USING HASH,
  UNIQUE KEY `username` (`username`) USING BTREE,
  KEY `ip_last` (`ip_last`) USING BTREE
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=222 ;

Blackv Blackv  • 21.01.13 15:48

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 15:48

TrY escreveu:Olá,

Ponha este código em sua DB:
Código:
CREATE TABLE IF NOT EXISTS `users`
DROP IF EXISTS `users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `username` char(50) NOT NULL,
  `real_name` char(100) NOT NULL DEFAULT '',
  `password` char(42) NOT NULL,
  `mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
  `auth_ticket` varchar(60) NOT NULL,
  `rank` int(1) unsigned NOT NULL DEFAULT '1',
  `credits` int(11) NOT NULL DEFAULT '0',
  `vip_points` int(11) NOT NULL DEFAULT '0',
  `activity_points` int(11) NOT NULL DEFAULT '0',
  `activity_points_lastupdate` double(5,0) NOT NULL DEFAULT '0',
  `look` char(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
  `gender` enum('M','F') NOT NULL DEFAULT 'M',
  `motto` char(50) NOT NULL,
  `account_created` char(12) NOT NULL,
  `last_online` varchar(20) NOT NULL,
  `online` enum('0','1') NOT NULL DEFAULT '0',
  `ip_last` char(20) NOT NULL,
  `ip_reg` char(20) NOT NULL,
  `home_room` int(10) unsigned NOT NULL DEFAULT '0',
  `respect` int(11) NOT NULL DEFAULT '0',
  `daily_respect_points` int(1) NOT NULL DEFAULT '3',
  `daily_pet_respect_points` int(1) NOT NULL DEFAULT '3',
  `newbie_status` int(1) NOT NULL DEFAULT '3',
  `is_muted` enum('0','1') NOT NULL DEFAULT '0',
  `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
  `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
  `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
  `lastdailycredits` char(18) NOT NULL DEFAULT '',
  `points` int(11) NOT NULL DEFAULT '0',
  `block_trade` enum('1','0') NOT NULL DEFAULT '0',
  `crystals` int(11) NOT NULL DEFAULT '0',
  `currentquestid` int(11) unsigned NOT NULL,
  `currentquestprogress` int(11) NOT NULL,
  `achievement_points` int(11) NOT NULL,
  `working` varchar(50) NOT NULL DEFAULT '0',
  `secretcode` varchar(8) NOT NULL DEFAULT '0',
  `mymusik` varchar(100) NOT NULL DEFAULT '0',
  `getmoney_date` varchar(20) NOT NULL DEFAULT '0',
  `visibility` enum('EVERYONE','FRIENDS','NOBODY') NOT NULL DEFAULT 'EVERYONE',
  `birth` varchar(10) NOT NULL DEFAULT '0',
  `volume` int(3) NOT NULL DEFAULT '100',
  `dolares` int(11) NOT NULL DEFAULT '100',
  `accept_trading` enum('0','1') NOT NULL DEFAULT '1',
  `refers_count` int(11) NOT NULL,
  PRIMARY KEY (`username`),
  UNIQUE KEY `id` (`id`) USING HASH,
  UNIQUE KEY `username` (`username`) USING BTREE,
  KEY `ip_last` (`ip_last`) USING BTREE
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=222 ;

Olá, agora apareceu isso "Unknown column 'vip' in 'field list"

Blackv Blackv  • 21.01.13 15:50

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 15:50

Hayashi escreveu:Ola Convidado

tente esses fixes:
https://www.power-pixel.net/t30705-fixes-new-crypto

pode resolver!


#Partil

Olá, foi depois que usei esses fixes que a client ficou assim

Blackv Blackv  • 21.01.13 15:50

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 15:50

µ¢ђเ™ escreveu:
Pode ser inumeros erros! Digo isto por experiencia propria...


Muitas vezes isto acontecia quando minha database não era compativel ou estava bugada, outras vezes por estar com algum arquivo "corrompido" na SWF Propria ( Caso você use recomendo usar a Webel está melhor e super facil ) Então esses são os erros que podem estar acontecendo... já tentou os Fixes do Atom Emulador? Foi o WictorP que fez... podem lhe auxiliar muito.


"Caso permaneça á duvida... contate-nos."

Não uso swf propria '-'

Kushina Kushina  • 21.01.13 15:56

Problema com o emulador! Empty Re: Problema com o emulador! 21.01.13 15:56

MODERAÇÃO
Usuário : Marcelo_2012
Motivo : Tripost +1


Até ...
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.