How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 3)

Beast92

Member
Feb 14, 2022
30
7
Looks like you haven't placed the default assets correctly or haven't downloaded them at all

Also if you want to provide error logs for the future remember to click the "console" tab in your dev tools - the current one doesn't show anything as it's on the "elements" tab :D
I put all the default assets from the nitro converter folder inside nitro assets. That's not the problem I think since it works perfectly on microsoft edge. The problem I'm having is that it doesn't work in google chrome, I get the assets failed message. I made another screenshot this time with the console tab. Also thank you very much for replying and helping me.
You must be registered for see images attach
 

Attachments

  • whatt.png
    whatt.png
    59.1 KB · Views: 42

Object

?
Nov 10, 2017
414
328
I put all the default assets from the nitro converter folder inside nitro assets. That's not the problem I think since it works perfectly on microsoft edge. The problem I'm having is that it doesn't work in google chrome, I get the assets failed message. I made another screenshot this time with the console tab. Also thank you very much for replying and helping me.
You must be registered for see images attach
You must be registered for see images attach


Drag everything that's inside this folder out of it, this is also stated in the tutorial
 

Beast92

Member
Feb 14, 2022
30
7
You must be registered for see images attach


Drag everything that's inside this folder out of it, this is also stated in the tutorial
Yes! worked like a charm! I have a little question where can I find the table of the user inventory if there is any?
 

Beast92

Member
Feb 14, 2022
30
7
owned furniture will be in the "items" table

glad it worked :)
Yes thank you very much, also when I want to add a new News Message on my hotel and want to add a banner picture, the picture looks like it's added, but when I click on save, it is not added and I get an error ''not allowed to load local resource'' what gives??
You must be registered for see images attach
 

Object

?
Nov 10, 2017
414
328
I get these errors, I don't know whats wrong.
You must be registered for see images attach
2 of them is just warnings, where the other is an error related to badge imager -> which would be your group badges.

so for the error and first warning you'd have to setup this (if you have issues with setting it up, I recommend to post in the help section on devbest) - Once you have set the imager up go into emulator settings and link correctly the the folders.

And for the last warning , simply go into emulator settings and increase runtime.threads to 12 instead of 8.

Remember to close your emulator before editing those settings unless you update them through the client by using :update_config

* None of the warnings & errors shown is causing any issues tho, you would be perfectly fine even if you dont solve them. Your group badges just wouldnt work
 

Seth

New Member
Feb 17, 2022
5
1
Oh sorry, I'm dumb! I've found it.

The problem is fixed now but, it doesn't happens anything after this:
and the client is just black.

You must be registered for see images attach

Post automatically merged:

You must be registered for see images attach

These are the errors I got in the f12-console
 
Last edited:

Object

?
Nov 10, 2017
414
328
Oh sorry, I'm dumb! I've found it.

The problem is fixed now but, it doesn't happens anything after this:
and the client is just black.

You must be registered for see images attach

Post automatically merged:

You must be registered for see images attach

These are the errors I got in the f12-console
Make sure you load everything over https instead of http
 

AutismPing

New Member
Nov 25, 2021
1
1
Hi,

i followed the tutorial 1:1, but get these messages when i try to join the client, the other comments cant realy help me.
anyone has any idea to fix this ?

Br,

Edit: The nitro path was not correct.
 
Last edited:

Object

?
Nov 10, 2017
414
328
Does this still work for 2022? The title has me confused
due to v2 release its a bit outdated - i'll have to update it, so it matches v2 setup

however everything besides the nitro part remains the same still - even tho I might rewrite some parts, simply due to i think they can be explained better
 

Salvy

Member
Apr 1, 2020
65
46
When I try to execute "yarn build-prod" I get this error. Any idea what is doing this?

Code:
Administrator@WIN-25FFVSIPLS1 MINGW64 /c/inetpub/wwwroot/cosmic/public/client/html5/nitro-client (master)
$ yarn build-prod
yarn run v1.22.18
$ ng build --configuration production
- Generating browser application bundles (phase: setup)...

<--- Last few GCs --->

[4200:00000033E4396DF0]   144071 ms: Mark-sweep 503.0 (523.7) -> 502.7 (523.7) MB, 1834.4 / 0.1 ms  (average mu = 0.093, current mu = 0.002) allocation failure GC in old space requested
[4200:00000033E4396DF0]   145361 ms: Mark-sweep 502.7 (523.7) -> 502.7 (523.5) MB, 1289.0 / 0.1 ms  (average mu = 0.056, current mu = 0.000) allocation failure GC in old space requested


<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 00007FF6BE53815F v8::internal::CodeObjectRegistry::~CodeObjectRegistry+114079
 2: 00007FF6BE4C54C6 DSA_meth_get_flags+65542
 3: 00007FF6BE4C637D node::OnFatalError+301
 4: 00007FF6BEDFBA0E v8::Isolate::ReportExternalAllocationLimitReached+94
 5: 00007FF6BEDE5FED v8::SharedArrayBuffer::Externalize+781
 6: 00007FF6BEC893BC v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1468
 7: 00007FF6BEC96069 v8::internal::Heap::PublishPendingAllocations+1129
 8: 00007FF6BEC9303A v8::internal::Heap::PageFlagsAreConsistent+2842
 9: 00007FF6BEC85C99 v8::internal::Heap::CollectGarbage+2137
10: 00007FF6BEC83E50 v8::internal::Heap::AllocateExternalBackingStore+2000
11: 00007FF6BECA89D6 v8::internal::Factory::NewFillerObject+214
12: 00007FF6BE9DAEA5 v8::internal::DateCache::Weekday+1797
13: 00007FF6BEE89701 v8::internal::SetupIsolateDelegate::SetupHeap+494417
14: 00007FF6BEE196C7 v8::internal::SetupIsolateDelegate::SetupHeap+35607
15: 00000033E71981AD
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Administrator@WIN-25FFVSIPLS1 MINGW64 /c/inetpub/wwwroot/cosmic/public/client/html5/nitro-client (master)
$
Looks like node needs more memory.
 

ivezee23

New Member
Mar 29, 2022
22
5
check your db emulator settings

Has anyone ever had this error before?
Websocket is trying to connect to "wss://proxy.devraizer.nl:2096/"


You must be registered for see images attach
Hey mate I see your hotel is up and running via nitro I don't suppose you can help me please. I've got cosmic installed followed a few tutorials etc. But cannot get client working. I have a domain also. Many thanks
 

Users who are viewing this thread

Top