Thread: Nocturne 876 Tutorial For Noobs

Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 73
  1. #61  
    Registered Member
    Join Date
    Sep 2019
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Shirayuki View Post
    You already have a server running when you are trying to launch it, try opening your task manager and closing java.
    I am having this exact same issue, I can confirm I am not already running anything on java. This functions flawlessly when using 127.0.0.1 for all IPs, whenever I switch to my public IP I get this error.
    Reply With Quote  
     

  2. #62  
    Registered Member
    Join Date
    Jul 2019
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I know this is an Old Post but still running into this issue with IntelliJ
    Tried on Eclipse as well Client is able to run just fine
    Exception in thread "main" java.io.IOException: The system cannot find the path specified
    at java.base/java.io.WinNTFileSystem.createFileExclusively(Nati ve Method)
    at java.base/java.io.File.createNewFile(File.java:1026)
    at net.nocturne.utils.LoginFilesManager.loadDisplayNa mes(LoginFilesManager.java:109)
    at net.nocturne.login.Login.init(Login.java:72)
    at net.nocturne.Engine.main(Engine.java:103)
    Reply With Quote  
     

  3. #63  
    Registered Member
    Join Date
    Jun 2021
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    everything else runs fine. keep getting this client crash

    Error: com.jagex.Class542.method6485:120 com.jagex.Class460.method5467:273 com.jagex.Class107.method1345:54 com.jagex.Class107.method1346:64 com.jagex.Class40.method881:293 com.jagex.Class331.method4249:538 com.jagex.Class267.method3572:59 com.jagex.client.method5965:4731 com.jagex.Class499.method5984:853 com.jagex.Class499.method5997:1190 com.jagex.Class499.run:1213 java.lang.Thread.run | java.lang.RuntimeException: 1172 | 0,0,0,0 0,0,0, 0 0 2 984,761 1 2 1 1 0 0 3631 12 16333 fngDR7vSeguoCXAGiQM*DFVGv6SrfUbb
    error_game_crash
    Reply With Quote  
     

  4. #64  
    Registered Member
    Join Date
    Apr 2020
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    fixed
    Reply With Quote  
     

  5. #65  
    Banned

    Join Date
    Mar 2015
    Age
    31
    Posts
    1,332
    Thanks given
    215
    Thanks received
    329
    Rep Power
    0
    Quote Originally Posted by LegacyRsPs View Post
    anyone got the sql for this im always missing tables and stuff and im not good with mysll. for when i added my database to it. or someone able to give me some insight
    remove the sql thats it
    Reply With Quote  
     

  6. #66  
    Registered Member
    Join Date
    Apr 2020
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    https://gyazo.com/ce74a7e37dd61609a87c50342fcec236 any idea what token this is talking about
    Reply With Quote  
     

  7. #67  
    Registered Member
    Join Date
    Jul 2017
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hi guys, ive been trying to get this up and running for the past few hours but i keep getting this same message when trying to run the source:

    [LoginEngine] Starting login core...
    IP: 127.0.0.1
    ID: 1
    IP: 127.0.0.1
    ID: 2
    Exception in thread "main" java.io.IOException: The system cannot find the path specified
    at java.base/java.io.WinNTFileSystem.createFileExclusively(Nati ve Method)
    at java.base/java.io.File.createNewFile(File.java:1024)
    at net.nocturne.utils.LoginFilesManager.loadDisplayNa mes(LoginFilesManager.java:109)
    at net.nocturne.login.Login.init(Login.java:72)
    at net.nocturne.Engine.main(Engine.java:103)

    Process finished with exit code 1

    I have the cache stored in the Source/data/cache folder as well as a copy of the cache files under the path "C:\Users\Navi II\876_cache". I also have the Dropbox folder "C:\Users\Navi II\Dropbox" wit the proper file/folder structure created as specified in the guide.

    Settings.java has this funciton

    public static String getDropboxLocation() {
    String host = "null";
    try {
    host = InetAddress.getLocalHost().getHostName();
    } catch (UnknownHostException e) {
    e.printStackTrace();
    }
    return host.equalsIgnoreCase("Miles") ? "D:/Dropbox/" : System
    .getProperty("user.home") + "/Dropbox/";
    }

    which I've played around with a lot but still cant get it to work.

    If anyone could point me in the right direction or let me know what im doing wrong id be very grateful
    Reply With Quote  
     

  8. #68  
    Registered Member
    Join Date
    Jul 2022
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Chroma_Prime View Post
    Hi guys, ive been trying to get this up and running for the past few hours but i keep getting this same message when trying to run the source:

    [LoginEngine] Starting login core...
    IP: 127.0.0.1
    ID: 1
    IP: 127.0.0.1
    ID: 2
    Exception in thread "main" java.io.IOException: The system cannot find the path specified
    at java.base/java.io.WinNTFileSystem.createFileExclusively(Nati ve Method)
    at java.base/java.io.File.createNewFile(File.java:1024)
    at net.nocturne.utils.LoginFilesManager.loadDisplayNa mes(LoginFilesManager.java:109)
    at net.nocturne.login.Login.init(Login.java:72)
    at net.nocturne.Engine.main(Engine.java:103)

    Process finished with exit code 1

    I have the cache stored in the Source/data/cache folder as well as a copy of the cache files under the path "C:\Users\Navi II\876_cache". I also have the Dropbox folder "C:\Users\Navi II\Dropbox" wit the proper file/folder structure created as specified in the guide.

    Settings.java has this funciton

    public static String getDropboxLocation() {
    String host = "null";
    try {
    host = InetAddress.getLocalHost().getHostName();
    } catch (UnknownHostException e) {
    e.printStackTrace();
    }
    return host.equalsIgnoreCase("Miles") ? "D:/Dropbox/" : System
    .getProperty("user.home") + "/Dropbox/";
    }

    which I've played around with a lot but still cant get it to work.

    If anyone could point me in the right direction or let me know what im doing wrong id be very grateful
    Hi, i have the same error. I cant get it run with Eclipse / intellij

    If someone can help me out, with the setup Discord Rubhya#0586
    Reply With Quote  
     

  9. #69  
    Registered Member
    Join Date
    Jun 2020
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hey i know this post is super old but I'm trying to set up a server and have a lot of compile errors in eclipse, I'm not sure if I'm missing a step or something? I added you on discord

    Quote Originally Posted by LegacyRsPs View Post
    fixed
    How did you get it to run in Eclipse? when I put it in there the client and source have a combined 1600+ errors
    Reply With Quote  
     

  10. #70  
    Registered Member
    Join Date
    Oct 2022
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Is there a way a youtube video can be made to outline this? Not sure where I got lost along the way
    Reply With Quote  
     

Page 7 of 8 FirstFirst ... 5678 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 18
    Last Post: 02-07-2017, 04:09 PM
  2. Replies: 2
    Last Post: 04-26-2016, 11:06 PM
  3. New teleport(not for noobs)
    By AlexMason in forum Tutorials
    Replies: 6
    Last Post: 12-08-2007, 03:13 AM
  4. Some tuts for noobs. :)
    By Mr Erik in forum Tutorials
    Replies: 23
    Last Post: 08-28-2007, 02:15 AM
  5. i am requesting a tutorial for
    By mistuso in forum Tutorials
    Replies: 1
    Last Post: 07-30-2007, 11:12 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •