Error – die neusten Beiträge

Velocity server connection Probleme?

Guten Tag,

ich habe das problem das ich nicht auf meinem citybuild server joinen kann von der lobby aus obwohl in der velocity.toml, server.propeties und paper-global alles richtig ist was ChatGPT zu mir meinte. Hier ist der FehlerCode:
[20:21:02 ERROR]: [connected player] GhostAdminCLM (/92.72.38.242:17782): unable to connect to server citybuild

java.lang.IllegalStateException: Backend server is online-mode!

    at com.velocitypowered.proxy.connection.backend.LoginSessionHandler.handle(LoginSessionHandler.java:79) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at com.velocitypowered.proxy.protocol.packet.EncryptionRequestPacket.handle(EncryptionRequestPacket.java:94) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at com.velocitypowered.proxy.connection.MinecraftConnection.channelRead(MinecraftConnection.java:155) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:359) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at com.velocitypowered.proxy.protocol.netty.AutoReadHolderHandler.channelRead(AutoReadHolderHandler.java:57) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.channelRead(MinecraftDecoder.java:60) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:359) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:359) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:793) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:479) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:307) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:489) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:444) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:204) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:175) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1073) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[velocity.jar:3.4.0-SNAPSHOT (git-81deb1ff-b521)]

    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]

Server, Minecraft, Error, Minecraft Server, Minecraft Java Edition

ASSEMBLY UND NASM C:\Users\Rocke\Desktop\CoptixMW\Services\boot_window.asm:36: error: operation size not specified?

hi leute ich bedanke mich schon mal im voraus , denn dass hier bringt meinen kopf zum qualmen:

section .data

  window_class_name db "BlackScreenClass", 0

  window_title db "", 0

  WM_CLOSE equ 0x0010 ; Define WM_CLOSE

section .bss

  hwnd  resd 1

  hInstance resd 1

  lpMsg  resb 24

section .text

  global _start

  extern GetModuleHandleA, CreateWindowExA, ShowWindow, UpdateWindow, GetMessageA, TranslateMessage, DispatchMessageA, DefWindowProcA, ExitProcess, SetBkColor, GetSystemMetrics

_start:

  push  0

  call  GetModuleHandleA

  mov   [hInstance], eax

  push  0

  push  window_title

  push  window_class_name

  push  dword (WS_POPUPWINDOW | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)

  push  0

  push  0

  push  SM_CXSCREEN

  call  GetSystemMetrics

  push  eax

  push  SM_CYSCREEN

  call  GetSystemMetrics

  push  eax

  push  0

  push  0

  push  [hInstance]

  push  0

  call  CreateWindowExA

  mov   [hwnd], eax

  push  0

  push  [hwnd]

  call  SetBkColor

  push  SW_SHOWNORMAL

  push  [hwnd]

  call  ShowWindow

  push  [hwnd]

  call  UpdateWindow

message_loop:

  lea   esi, [lpMsg]

  push  0

  push  0

  push  0

  push  esi

  call  GetMessageA

  cmp   eax, 0

  je   exit

  push  esi

  call  TranslateMessage

  push  esi

  call  DispatchMessageA

  jmp   message_loop

window_proc:

  cmp   dword [esi + 0], WM_CLOSE

  je   handle_close

  push  dword [esi + 4]

  push  dword [esi + 0]

  push  dword [esi + 8]

  push  dword [esi + 12]

  call  DefWindowProcA

  ret

handle_close:

  push  0

  call  ExitProcess

  ret

exit:

  push  0

  call  ExitProcess

WS_POPUPWINDOW equ 80000000h

WS_CAPTION equ 00C00000h

WS_SYSMENU equ 00080000h

WS_THICKFRAME equ 00040000h

WS_MINIMIZEBOX equ 00020000h

WS_MAXIMIZEBOX equ 00010000h

SW_SHOWNORMAL equ 1

SM_CXSCREEN equ 0

SM_CYSCREEN equ 1

ich bin erst anfänger und möchte wenn mit nasm versuchen den asm code zu obj zu machen aber dort kommt ganze zeit dieser fehler:

C:\Users\Rocke\Desktop\CoptixMW\Services>set FILEPATH=C:\Users\Rocke\Desktop\CoptixMW\Services\

C:\Users\Rocke\Desktop\CoptixMW\Services>C:\Users\Rocke\Desktop\CoptixMW\Services\nasm.exe -f win32 C:\Users\Rocke\Desktop\CoptixMW\Services\boot_window.asm -o boot_window.obj

C:\Users\Rocke\Desktop\CoptixMW\Services\boot_window.asm:36: error: operation size not specified

C:\Users\Rocke\Desktop\CoptixMW\Services\boot_window.asm:42: error: operation size not specified

C:\Users\Rocke\Desktop\CoptixMW\Services\boot_window.asm:46: error: operation size not specified

C:\Users\Rocke\Desktop\CoptixMW\Services\boot_window.asm:49: error: operation size not specified

C:\Users\Rocke\Desktop\CoptixMW\Services>pause

Drücken Sie eine beliebige Taste . . .

naja wie es so ist habe ich ki um rat gefragt MEHRMALS, sie konnte mir nicht weiterhelfen

, dieses skript soll vor dem login fenster in windows, ein anderes fenster drücber einblenden , es soll oben rechts ein kreuz haben zum schliessen , einen schwarzen hintergrund haben und im vollbild, natürlich teste ich es auf einer vm

DANKE IM VORAUS

PC, Computer, Anfänger, programmieren, System, compiler, Assembler, Bug, Error, Operation, Privat, ASM, hartnäckig, Operating System, nervig

Hallo, wie behebe ich Exit code 1 in Minecraft mit mods?

Ich weiß nicht wie ich es beheben soll. Ich bekomme 7 main/warn hier ist der Log:

[13:15:47] [main/WARN]: Mod file D:\minecraft mods\CURSEFORGE\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.0\fmlcore-1.20.1-47.4.0.jar is missing mods.toml file

[13:15:47] [main/WARN]: Mod file D:\minecraft mods\CURSEFORGE\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.0\javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file

[13:15:47] [main/WARN]: Mod file D:\minecraft mods\CURSEFORGE\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.0\lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file

[13:15:47] [main/WARN]: Mod file D:\minecraft mods\CURSEFORGE\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.0\mclanguage-1.20.1-47.4.0.jar is missing mods.toml file

[13:15:48] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@397ef2

[13:15:52] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: 

[13:15:52] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: cloth_config. Using Mod File: D:\minecraft mods\CURSEFORGE\Instances\wery col modopacket\mods\cloth-config-11.1.136-forge.jar

[13:15:52] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: D:\minecraft mods\CURSEFORGE\Instances\wery col modopacket\mods\curios-forge-5.14.1+1.20.1.jar

: Das sind die main/warns weil ich nicht den ganzen log hier rein machen kann.

PC, Mods, Modding, Minecraft, Error, Minecraft Mods, Waren, Forge, CurseForge

Minecraft Bug, keine Ahnung, was das ist?

[14:18:38] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1251)

[14:18:38] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310)

[14:18:38] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x00007d4138de2318.run(Unknown Source)

[14:18:38] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.lang.Thread.runWith(Thread.java:1596)

[14:18:38] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.lang.Thread.run(Thread.java:1583)

[14:18:38] [Paper Watchdog Thread/ERROR]: ------------------------------

[14:18:38] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:18:38] [Paper Watchdog Thread/ERROR]: ------------------------------

[14:18:43] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - 1.21.4-226-a838a88 (MC: 1.21.4) ---

[14:18:43] [Paper Watchdog Thread/ERROR]: The server has not responded for 15 seconds! Creating thread dump

[14:18:43] [Paper Watchdog Thread/ERROR]: ------------------------------

[14:18:43] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:18:43] [Paper Watchdog Thread/ERROR]: ------------------------------

[14:18:43] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread

[14:18:43] [Paper Watchdog Thread/ERROR]: PID: 47 | Suspended: false | Native: false | State: WAITING

[14:18:43] [Paper Watchdog Thread/ERROR]: Stack:

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:221)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.world.level.storage.DimensionDataStorage.saveAndJoin(DimensionDataStorage.java:192)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.server.level.ServerLevel.saveLevelData(ServerLevel.java:1390)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.server.level.ServerLevel.saveIncrementally(ServerLevel.java:1328)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1551)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1251)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310)

[14:18:43] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x00007d4138de2318.run(Unknown Source)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.lang.Thread.runWith(Thread.java:1596)

[14:18:43] [Paper Watchdog Thread/ERROR]: java.base@21.0.6/java.lang.Thread.run(Thread.java:1583)

[14:18:43] [Paper Watchdog Thread/ERROR]: ------------------------------

[14:18:43] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:18:43] [Paper Watchdog Thread/ERROR]: ------------------------------

[14:18:46] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 17366ms or 347 ticks behind

Server, Minecraft, Error, Minecraft Server

how can i fix the Error "package.json"?

[übersetzt]

Hallo zusammen,

ich habe ein Problem. Es geht um die Änderung eines Quellcodes für einen 3D-Drucker, den ich von Knutwurst heruntergeladen habe. Es handelt sich um einen Quellcode für den Anycubic Mega P mit DGUS Clone Screen, Tmc2208 Treiber, BlTouch. Ich möchte ihn mit Visual Studio Code bearbeiten, aber jedes Mal stoße ich auf das im Titel beschriebene Problem, egal ob mit der neuesten Version oder einer älteren Version. Ich habe die Anweisungen im Knutwurst-Wiki befolgt, zuerst den Quellcode herunterladen, dann in VSC öffnen und die Version auf dem entsprechenden Drucker auswählen, schließlich (build) drücken, um das erste Mal zu kompilieren. Der letzte Schritt gibt immer den gleichen Fehler.

Habe auch alles mögliche mit Arduino Ide versucht, aber keinen Erfolg gehabt

Mehr Informationen hier:

Version von Visual Studio Code

Den neuesten Quellcode habe ich schon ausprobiert

1.5.4

1.3.1

  • Name des Quellcodes: MEGA_P_DGUS_TMC_BLT_10_v1.5.4.hex

Ich muss den Quellcode ändern, sonst kann ich die neue Leistung der Heizpatrone und des Lüfters nicht ändern.

Ich brauche dringend Hilfe und werde leider ungeduldig, ich bastle schon seit Monaten am 3D-Drucker und jetzt scheitert es am Quellcode.

Ich muss den Quellcode ändern, sonst kann ich die neue Leistung der Heizpatrone und des Lüfters nicht ändern.

Original

Hi everyone,
i have a really impatient problem. It's about changing a source code for a 3D printer that I downloaded from Knutwurst. It is a source code for the Anycubic Mega P with DGUS clone screen, Tmc2208 driver, BlTouch. I would like to edit it with Visual Studio Code, but every time I run into the problem as described in the title no matter with the latest version or an older version. I followed the instructions at the Knutwurst Wiki, first download the source code, then open it in VSC and choose the version on the appropriate printer, finally press (build) to compile for the first time. The last step always gives the same error.
Also tried everything possible with Arduino Ide, but had no success
More information here:
Version of Visual Studio Code

The newest
Source Code i tried allready

1.5.4
1.3.1
Name of Source Code

MEGA_P_DGUS_TMC_BLT_10_v1.5.4.hex
I have to change the source code, otherwise I can't change the new power of the cartridge heater and the fan.
I urgently need help and unfortunately I'm getting impatient, I've been tinkering with the 3D printer for months and now it fails because of the source code.
I have to change the source code, otherwise I can't change the new power of the cartridge heater and the fan.

Bild zum Beitrag
Programm, programmieren, Error, 3D-Drucker, kompilieren, source code, Visual Studio Code

PC bootet nicht wenn GPU angeschlossen ist?

Ich versuch das Thema so kurz und einfach wie möglich zu fassen:
Und zwar will mein PC nicht mehr booten, wenn die GPU Strom vom Netzteil bekommt. Der Power Button hat quasi keine Funktion mehr, außer dass alle Lüfter gehen und alle LEDs leuchten.
AUCH die Rtx3060 um die es geht leuchtet und die Lüfter gehen auch!
Aber mehr passiert nicht. Dabei bleibt es unendlich lang.
Dabei loopt auf dem Bildschirm nur "Kein Signal" und ein schwarzes Bild hin und her.

Wenn ich den Strom von der GPU nehme bootet das System normal über die integrierte GPU.

WICHTIG: Ich hatte die Graka heute bei einer Freundin und dort eingebaut. Dort bootet das System sofort in Windows rein! Die Graka kann eigentlich keinen Schuss weghaben.

Das also die Ausgangslage.

Was habe ich probiert?

  • Mit GPU booten und HDMI dann in das Mainboard stecken um zu checken ob das Bild nur nicht angezeigt wird. In dem Fall bleibt der Bildschirm aber aus.
  • BIOS Update, kein Erfolg. Zurück zum Original-Build geflasht.
  • Im BIOS die PCIe Gen auf 3 gestellt. 4 War aber eh keine Option. Wieder rückgängig auf [AUTO] gemacht.
  • Mehrfach CMOS-Reset, also Batterie aus Mainboard genommen und 30 Minuten gewartet.
  • RAM slots gewechselt und Sticks einzeln getestet.

Ansonsten war ich nur dabei mein System aufzuräumen. Ich wollte sowohl Windows 11 installieren als auch das BIOS nach 4 Jahren mal updaten.
Der Zufall wäre zu groß als dass genau dann die Graka hops geht.

Ich weiß nicht. Vielleicht habt ihr noch Ideen.

Kernkomponenten:
MSI Z490 Plus (MS-7C98) Mainboard.
Intel i7 10700K CPU
Irgendeine RTX 3060

Fehler, GPU, Grafikkarte, Asus, booten, Error, Gaming PC, Intel, MSI, Nvidia, PC bauen, PC-Problem, Bootloop, Windows 11

Minecraft startet nicht mehr?

Servus, seit nem Monat will Minecraft nicht mehr starten und ich weiß nicht warum.

Hab alles ausprobiert (Minecraft komplett neu installiert, Grafikkarten Treiber Downgrade, Mods Ordner geleert, PC mehrere Male neugestartet)

Ich weiß nicht mehr was ich sonst noch machen soll.

Hier sind die Bilder:

Log:

[08März2025 11:55:55.635] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, *****, --version, 1.21.1-forge-52.1.0, --gameDir, C:\Users\*********\AppData\Roaming\.minecraft, --assetsDir, C:\Users\*********\AppData\Roaming\.minecraft\assets, --assetIndex, 17, --uuid, ********************************, --accessToken, **********, --clientId, NWI5MDU5NGEtODQ5Mi00YjU4LTg5YzItNjdiN2Y0M2ExMzFm, --xuid, ****************, --userType, msa, --versionType, release, --quickPlayPath, C:\Users\*********\AppData\Roaming\.minecraft\quickPlay\java\1741431329948.json, --launchTarget, forge_client]

[08März2025 11:55:55.643] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Microsoft OpenJDK 64-Bit Server VM 21.0.3+9-LTS

[08März2025 11:55:55.644] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.2.4 starting: java version 21.0.3 by Microsoft; OS Windows 11 arch amd64 version 10.0

[08März2025 11:55:56.698] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow

[08März2025 11:55:57.485] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6

Bild zum Beitrag
PC, Minecraft, Error, Mojang, Minecraft Java Edition

Wieso funktioniert mein Minecraft gar nicht mehr mit Worldedit (1 Mods)?

[13:46:56] [Client thread/INFO]:Starts to replace vanilla recipe ingredients with ore ingredients.

[13:46:56] [Client thread/INFO]:Invalid recipe found with multiple oredict ingredients in the same ingredient...

[13:46:56] [Client thread/INFO]:Replaced 1227 ore ingredients

[13:46:57] [Client thread/INFO]:Searching C:\Users\Julia\curseforge\minecraft\Instances\Minecraft Projekt\mods for mods

[13:46:57] [Client thread/INFO]:Forge Mod Loader has identified 4 mods to load

[13:46:58] [Client thread/INFO]:Attempting connection with missing mods [minecraft, mcp, FML, forge] at CLIENT

[13:46:58] [Client thread/INFO]:Attempting connection with missing mods [minecraft, mcp, FML, forge] at SERVER

[13:46:58] [Client thread/INFO]:Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge

[13:46:58] [Client thread/INFO]:Processing ObjectHolder annotations

[13:46:58] [Client thread/INFO]:Found 1168 ObjectHolder annotations

[13:46:58] [Client thread/INFO]:Identifying ItemStackHolder annotations

[13:46:58] [Client thread/INFO]:Found 0 ItemStackHolder annotations

[13:46:58] [Client thread/INFO]:Configured a dormant chunk cache size of 0

[13:46:58] [Forge Version Check/INFO]:[forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[13:46:58] [Client thread/INFO]:Applying holder lookups

[13:46:58] [Client thread/INFO]:Holder lookups applied

[13:46:58] [Client thread/INFO]:Applying holder lookups

[13:46:58] [Client thread/INFO]:Holder lookups applied

[13:46:58] [Client thread/INFO]:Applying holder lookups

[13:46:58] [Client thread/INFO]:Holder lookups applied

[13:46:58] [Client thread/INFO]:Applying holder lookups

[13:46:58] [Client thread/INFO]:Holder lookups applied

[13:46:58] [Client thread/INFO]:Injecting itemstacks

[13:46:58] [Client thread/INFO]:Itemstack injection complete

[13:46:58] [Thread-3/INFO]:Using sync timing. 200 frames of Display.update took 109675600 nanos

[13:46:59] [Sound Library Loader/INFO]:Starting up SoundSystem...

[13:46:59] [Thread-5/INFO]:Initializing LWJGL OpenAL

[13:46:59] [Thread-5/INFO]:(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[13:46:59] [Thread-5/INFO]:OpenAL initialized.

[13:46:59] [Forge Version Check/INFO]:[forge] Found status: UP_TO_DATE Target: null

[13:46:59] [Sound Library Loader/INFO]:Sound engine started

[13:47:01] [Client thread/INFO]:Max texture size: 16384

[13:47:03] [Client thread/INFO]:Created: 512x512 textures-atlas

[13:47:04] [Client thread/INFO]:Applying holder lookups

[13:47:04] [Client thread/INFO]:Holder lookups applied

[13:47:04] [Client thread/INFO]:Injecting itemstacks

[13:47:04] [Client thread/INFO]:Itemstack injection complete

[13:47:04] [Client thread/INFO]:Forge Mod Loader has successfully loaded 4 mods

[13:47:04] [Client thread/WARN]:Skipping bad option: lastServer:

[13:47:04] [Client thread/INFO]:Narrator library for x64 successfully loaded

[13:47:20] [Client thread/INFO]:Stopping!

[13:47:20] [Client thread/INFO]:SoundSystem shutting down...

[13:47:20] [Client thread/WARN]:Author: Paul Lamb, www.paulscode.com

Bild zum Beitrag
PC, Server, Computerspiele, Mods, Modding, Minecraft, Error, Minecraft Mods, Minecraft Server, Multiplayer, Mojang, Spigot, Minecraft Java Edition, Minecraft Bedrock Edition

Stork GUI für Kea DHCP Error?

root@nummer3:/opt/gui# systemctl status isc-stork-server

● isc-stork-server.service - ISC Stork Server

    Loaded: loaded (/usr/lib/systemd/system/isc-stork-server.service; enabled; preset: enabled)

    Active: active (running) since Sun 2025-01-05 12:33:00 UTC; 11s ago

      Docs: man:stork-server(8)

  Main PID: 88517 (stork-server)

     Tasks: 10 (limit: 4611)

    Memory: 6.5M (peak: 7.3M)

       CPU: 21ms

    CGroup: /system.slice/isc-stork-server.service

            └─88517 /usr/bin/stork-server

Jan 05 12:32:59 nummer3 systemd[1]: isc-stork-server.service: Scheduled restart job, restart counter is at 15.

Jan 05 12:33:00 nummer3 systemd[1]: Started isc-stork-server.service - ISC Stork Server.

Jan 05 12:33:00 nummer3 stork-server[88517]: time="2025-01-05 12:33:00" level="warning" msg="The hook directory: '/usr/lib/stork-server/hooks' doesn't exist" file="          server.go:102 " error="cannot find plugin paths in: /usr/lib/stork-server/hooks: cannot list hook directory: /usr/lib/stork-server/hooks: op>

Jan 05 12:33:00 nummer3 stork-server[88517]: time="2025-01-05 12:33:00" level="info" msg="Checking connection to database" file="      connection.go:90  "

Jan 05 12:33:00 nummer3 stork-server[88517]: time="2025-01-05 12:33:00" level="warning" msg="Problem connecting to db, trying again in 2 seconds, 1/10" file="      connection.go:122 " error="unable to connect to the database using provided settings: FATAL #28P01 password authentication failed for user \"stork\""

Hier die Anleitung die ich benutzt habe https://web-wilke.de/install-and-run-kea-dhcp-with-stork-on-debian-11/

Paar Sachen musste ich abändern ich verwende postgreql 16 und nicht 13. Ich bin auch auf einem Ubuntu System in der neusten Version. Ich ereiche die Stork Web Gui nicht ich denke es liegt dran weil er keine Verbindung zur Datenbank bekommt. Ich habe aber alles wie in der Anleitung gemacht.

Linux, Error

Meistgelesene Beiträge zum Thema Error