Git Product home page Git Product logo

nitro-docker's People

Contributors

dev-luizf avatar iamgpe avatar pi-bouf avatar psociety avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nitro-docker's Issues

Unable to update url base from redirection

Hello @Pi-Bouf @iamgpe, everyone.

I did the following command inside the cloned repo: git submodule update

Some redirections are failed to fetch...

and this repo --> https://git.krews.org/morningstar/arcturus-morningstar-default-swf-pack.git/' okay they restored their repo

fatal: unable to update url base from redirection:
asked for: https://git.krews.org/nitro/nitro-converter.git/info/refs?service=git-upload-pack
redirect: https://github.com/billsonnn?tab=repositories
fatal: clone of 'https://git.krews.org/nitro/nitro-converter.git' into submodule path '/home/axdocker/docker/nitro-docker/nitro/nitro-converter' failed
Failed to clone 'nitro/nitro-converter'. Retry scheduled

Cloning into '/home/axdocker/docker/nitro-docker/nitro/nitro-react'...
fatal: unable to update url base from redirection:
asked for: https://git.krews.org/nitro/nitro-react.git/info/refs?service=git-upload-pack
redirect: https://github.com/billsonnn?tab=repositories
fatal: clone of 'https://git.krews.org/nitro/nitro-react.git' into submodule path '/home/axdocker/docker/nitro-docker/nitro/nitro-react' failed
Failed to clone 'nitro/nitro-react'. Retry scheduled

Cloning into '/home/axdocker/docker/nitro-docker/nitro/nitro-swf'...
remote: The project you were looking for could not be found or you don't have permission to view it.
fatal: repository 'https://git.krews.org/morningstar/arcturus-morningstar-default-swf-pack.git/' not found
fatal: clone of 'https://git.krews.org/morningstar/arcturus-morningstar-default-swf-pack.git' into submodule path '/home/axdocker/docker/nitro-docker/nitro/nitro-swf' failed
Failed to clone 'nitro/nitro-swf'. Retry scheduled

Cloning into '/home/axdocker/docker/nitro-docker/nitro/nitro-converter'...
fatal: unable to update url base from redirection:
asked for: https://git.krews.org/nitro/nitro-converter.git/info/refs?service=git-upload-pack
redirect: https://github.com/billsonnn?tab=repositories
fatal: clone of 'https://git.krews.org/nitro/nitro-converter.git' into submodule path '/home/axdocker/docker/nitro-docker/nitro/nitro-converter' failed
Failed to clone 'nitro/nitro-converter' a second time, aborting

can you please update the github repo so the files do exist when i try to fetch those? or atleast just upload them here so i only have to clone this github repo and just do the docker-compose up -d

Build failure

Hello, today I wanted to run this repository. I followed all the steps to have my retro habbo but at the moment of executing the command just start-all. Arcturus gives me a build error and also some warnings about the lack of a file called build.sh.

image

Loading bar stays stuck at 20%

The loading screen with the duck stays stuck at 20%

Specs :

  • ubuntu 22.04 lts
  • docker engine

Here are the logs I have :

nitro       | swf-http-server: started
nitro       | assets-http-server: started
nitro       | nitro-dev-server: started
arcturus    | [INFO] /app/arcturus/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java: /app/arcturus/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java uses or overrides a deprecated API.
arcturus    | [INFO] /app/arcturus/src/main/java/com/eu/habbo/habbohotel/rooms/Room.java: Recompile with -Xlint:deprecation for details.
arcturus    | [INFO] /app/arcturus/src/main/java/com/eu/habbo/habbohotel/navigation/NavigatorManager.java: Some input files use unchecked or unsafe operations.
arcturus    | [INFO] /app/arcturus/src/main/java/com/eu/habbo/habbohotel/navigation/NavigatorManager.java: Recompile with -Xlint:unchecked for details.
arcturus    | [INFO]
arcturus    | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Habbo ---
arcturus    | [INFO] Using 'UTF-8' encoding to copy filtered resources.
arcturus    | [INFO] skip non existing resourceDirectory /app/arcturus/src/test/resources
arcturus    | [INFO]
arcturus    | [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ Habbo ---
arcturus    | [INFO] No sources to compile
arcturus    | [INFO]
arcturus    | [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ Habbo ---
arcturus    | [INFO] No tests to run.
arcturus    | [INFO]
arcturus    | [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ Habbo ---
arcturus    | [INFO] Building jar: /app/arcturus/target/Habbo-3.5.0.jar
arcturus    | [INFO]
arcturus    | [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ Habbo ---
arcturus    | [INFO] Building jar: /app/arcturus/target/Habbo-3.5.0-jar-with-dependencies.jar
arcturus    | [INFO] ------------------------------------------------------------------------
arcturus    | [INFO] BUILD SUCCESS
arcturus    | [INFO] ------------------------------------------------------------------------
arcturus    | [INFO] Total time:  10.110 s
arcturus    | [INFO] Finished at: 2023-05-21T22:28:32Z
arcturus    | [INFO] ------------------------------------------------------------------------
arcturus    | mkdir: can't create directory '/app/arcturus/target/plugins': File exists
arcturus    | Connecting to cdn.discordapp.com (162.159.130.233:443)
arcturus    | wget: can't open 'NitroWebsockets-3.1.jar': File exists
arcturus    | arcturus-emulator: started

In the browser console I have this error :

Failed to load resource : http://127.0.0.1:8080/gamedata/ExternalTexts.json

Issues with just start-all

Hi, i know this project is old but i want to ask if it still is supposed to run or am i missing something?

I reinstalled docker with WSL2 and trying the steps i see that arcturus fails to build with the following output :

arcturus | [INFO] Scanning for projects...
arcturus | [INFO] ------------------------------------------------------------------------
arcturus | [INFO] BUILD FAILURE
arcturus | [INFO] ------------------------------------------------------------------------
arcturus | [INFO] Total time: 0.148 s
arcturus | [INFO] Finished at: 2024-03-13T06:00:59Z
arcturus | [INFO] ------------------------------------------------------------------------
arcturus | [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/app). Please verify you invoked Maven from the correct directory. -> [Help 1]
arcturus | [ERROR]
arcturus | [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
arcturus | [ERROR] Re-run Maven using the -X switch to enable full debug logging.
arcturus | [ERROR]
arcturus | [ERROR] For more information about the errors and possible solutions, please read the following articles:
arcturus | [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
arcturus | Connecting to git.krews.org (172.67.217.194:443)
arcturus | wget: server returned error: HTTP/1.1 400 Bad Request

And nitro is stuck on this without any further output :(

nitro | [4/4] Building fresh packages...
nitro | Done in 24.20s.
: not found /app/scripts/build.sh: line 7:
: not found /app/scripts/build.sh: line 8:
nitro | unix:///run/supervisord.sock no such file
nitro | unix:///run/supervisord.sock no such file
nitro | unix:///run/supervisord.sock no such file
: not found /app/scripts/build.sh: line 12:

I tought this was it but site isnt accesible :/
Any ideas?
Thanks in advance!

Connection Error

Hi guys.

I'm trying test this nitro-docker, but when i run the just start-all apparently all is building with success, but shows me a warning related to mysql, the warning:

mysql | 2023-06-12 3:56:52 3 [Warning] Aborted connection 3 to db: 'arcturus' user: 'arcturus_user' host: '172.18.0.4' (Got an error reading communication packets)

In the browser console i can see this error:

SocketConnection.ts:98 WebSocket connection to 'ws://127.0.0.1:2096/' failed:

I'm running the nitro-docker in a Macbook M1, i would know what is the problem and i you can help me.

Thanks.

Remote connection

What to do to connect from other hosts? I found hardcoded '127.0.0.1' in different files but I can't connect even to that localhost because I installed in a VM.

20% infinite loading

Hi Guys,

I recently tried to start a project using nitro-docker to create the Habbo server.

Unfortunelly i'm facing this issue:
image

Has anyone also faced this issue?

40% on loading screen + Connection failed (WS failed)

Hello,

I've installed nitro-docker like Readme said to do. But when I open 127.0.0.1:1080/?sso=123, I get a Connection failed with an error in the JS console (see image).
I've searched on Google, and the solutions do not work for me.

Anyone can help me?

Thanks!

Image:
image

Missing assets

Hey, just wanted to note that there's missing assets for the project to be run properly.

image
image
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.