Instalando nxcemulator no Ubuntu [RESOLVIDO]

1. Instalando nxcemulator no Ubuntu [RESOLVIDO]

Álefe Rocha
alpha-x

(usa Ubuntu)

Enviado em 05/09/2014 - 23:38h

Boa noite pessoal

Por motivo de falta de equipamento disponível em aula, estou tentando instalar nxcemulator.

Pra que não quem não sabe , é um emulador para o kit da Lego.

O site do desenvolvedor é esse aqui http://nxceditor.sourceforge.net/

Mas eu não entendi muito bem o tutorial , ou deu algo de errado. Pq o arquivo ".gamba" não roda.


Estou realmente precisando. Obrigado


  


2. Re: Instalando nxcemulator no Ubuntu [RESOLVIDO]

Thiago Henrique Hüpner
Thihup

(usa Manjaro Linux)

Enviado em 05/09/2014 - 23:47h

Parece-me que vc nao tem o gambas instalado.

Instale :


sudo apt-get install gambas2


Espero ter ajudado

T+


3. Re: Instalando nxcemulator no Ubuntu [RESOLVIDO]

Álefe Rocha
alpha-x

(usa Ubuntu)

Enviado em 06/09/2014 - 00:04h

Valeu pela tentativa mas , já estou com o gambas3 instalado.



Installation

Installation for a user group (since version 0.1.4)

Download the nxcEditor (32 bit, 64 bit or Raspberry Pi)

if you choose an executable nxcEditor-file, then you have to install “gambas3“, “sox” and “ImageMagick”
possibly a repository for Gambas3 must be added or Gambas3 must be compiled from source
for the new Gambas3 repositories (e.g. Ubuntu) look at gambas.sourceforge.net
for compiling Gambas3 from source for the Raspberry Pi look at: Gambas3_install.pdf

Copy “70-nxt.rules” in folder /etc/udev/rules.d

Inside a terminal:
create the group nxt with:
groupadd nxt
add the user USERNAME to the group:
usermod -a -G nxt USERNAME


Installation for all users of the computer or one user

Download the nxcEditor (32 bit, 64 bit or Raspberry Pi)

if you choose an executable nxcEditor-file, then you have to install “gambas3“, “sox” and “ImageMagick”
possibly a repository for Gambas3 must be added or Gambas3 must be compiled from source
for the new Gambas3 repositories (e.g. Ubuntu) look at gambas.sourceforge.net
for compiling Gambas3 from source for the Raspberry Pi look at: Gambas3_install.pdf

Copy as root “nbc” and “nexttool” to the folder “/usr/local/bin” (permissions: make them executable).

Attention: There is one version for 32 bit Linux, one for 64 bit Linux and one for the Raspberry Pi (see below: Downloads). If you want to use the 32 bit version with 64 bit Linux, you need ia32-libs for Ubuntu/Mint/Debian (thanks to Paul Cobbaut for this important hint). Use in this case libusb-0_1-4-32bit for openSUSE. For the installation the software package management can be used.

Add two lines at the end of the sudoers file (/etc/sudoers). Use visudo as root inside a terminal. “USERNAME“ must be replaced with the name of the user.

USERNAME ALL = NOPASSWD: /usr/local/bin/nbc
USERNAME ALL = NOPASSWD: /usr/local/bin/nexttool

or

ALL ALL = NOPASSWD: /usr/local/bin/nbc
ALL ALL = NOPASSWD: /usr/local/bin/nexttool

Attention: The sudoers file will only work with exactly
this permissions: r-- r-- --- (440)

Copy “70-nxt.rules” in folder /etc/udev/rules.d (not required for Ubuntu)


Additional installation instructions for the BrickPi Robot: Instructions

You can copy a new version of the nxcEditor to the directory /usr/local/bin/ of the live system (do this as root). The file must be renamed in “nxcEditor.gambas“ and made ​​executable.





E a minha arquitetura é 64 bits.


4. Re: Instalando nxcemulator no Ubuntu [RESOLVIDO]

Thiago Henrique Hüpner
Thihup

(usa Manjaro Linux)

Enviado em 06/09/2014 - 08:03h

alpha-x escreveu:

Codigo em Ingles ....


E a minha arquitetura é 64 bits.




Vou traduzir p/ vc

Mas antes digite no terminal,
Dai é só fazer os procedimentos abaixo
sudo su 


[...] se voce escolheu o executvel "nxcEditor-file", entao vc tem que instalar “gambas3“, “sox” e o “ImageMagick”
Possivelment o repositorio para o Gambas3 deve ser adicionado ou Gambas3 deve ser compilado do codigo fonte .
Para o novo respositorio do Gambas3 (e.g. Ubuntu) procure em "gambas.sourceforge.net"
Para compilar o Gambas3 do codigo fonte para o Raspberry Pi procure o : Gambas3_install.pdf


Copie como root o "nbc" e o "nexttool" para a pasta "/usr/local/bin"

permissao : faça-o ficar executavel , p/ isso digite :
chmod 440 nbc 
e
chmod 440 nexttool 


[...]


Adicione essas 2 linhas no fim do arquivo sudoers.Use o comando 'visudo' como root no terminal.O USERNAME deve ser alterado conforme o nome do seu usuario.


Coloque :


USERNAME ALL = NOPASSWD: /usr/local/bin/nbc
USERNAME ALL = NOPASSWD: /usr/local/bin/nexttool

ou

ALL ALL = NOPASSWD: /usr/local/bin/nbc
ALL ALL = NOPASSWD: /usr/local/bin/nexttool




Informação adicional de instalação para os "BrickPi Robot": Instruçoes


Você pode copiar uma nova versão do nxcEditor para o diretório /usr/local/bin/ do sistema ao vivo (nao sei como traduzir isso) (faça isso como root).O arquivo deve ser renomeado p/ "nxcEditor.gambas" (sem aspas) e maça-o executavel (chmod 440 nxcEditor.gambas)

Espero ter ajudado

T+


5. Re: Instalando nxcemulator no Ubuntu [RESOLVIDO]

Álefe Rocha
alpha-x

(usa Ubuntu)

Enviado em 08/09/2014 - 15:46h

Obrigado Homem pela ajuda ,

mas eu já tinha executado o tuto de cima abaixo.

Não entendo pq o maldito não emula os arquivos ".gambas".




6. Re: Instalando nxcemulator no Ubuntu [RESOLVIDO]

Márcio Luciano Silva
marcioluciano76

(usa Debian)

Enviado em 15/03/2017 - 11:00h

Tive o mesmo problema!
Resolvi então executar pelo terminal
./nxcEditor_v0.4.7_32.gambas 

→retornou como problema para execução o seguinte: gbr3: unable to load component: gb.qt4
então instalei:
apt-get install gambas3-gb-qt4-ext 


→retornou um segundo problema:gbr3: unable to load component: gb.qt4.opengl
resolvi instalando:
apt-get install gambas3-gb-qt4-opengl 


Depois destes procedimentos funciona normalmente!







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts