[GH-ISSUE #14] Server crashes with trade #13394

Closed
opened 2026-06-07 12:20:10 +00:00 by Dark98 · 4 comments
Owner

Originally created by @dginovker on GitHub (Oct 6, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/14

java.io.IOException: No such file or directory                                                                                                                                 
        at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)                                                                                               
        at java.base/java.io.File.createNewFile(File.java:1024)                                                                                                                
        at redone.util.GameLogger.writeLog(GameLogger.java:97)                                                                                                                 
        at redone.game.players.Trading.giveItems(Trading.java:511)                                                                                                             
        at redone.net.packets.impl.ClickingButtons.processPacket(ClickingButtons.java:2506)                                                                                    
        at redone.net.packets.PacketHandler.processPacket(PacketHandler.java:166)                                                                                              
        at redone.game.players.Client.processQueuedPackets(Client.java:1135)                                                                                                   
        at redone.game.players.PlayerHandler.process(PlayerHandler.java:162)                                                                                                   
        at redone.Server.main(Server.java:156)   

Caught stacktrace

Originally created by @dginovker on GitHub (Oct 6, 2019). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/14 ``` java.io.IOException: No such file or directory at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method) at java.base/java.io.File.createNewFile(File.java:1024) at redone.util.GameLogger.writeLog(GameLogger.java:97) at redone.game.players.Trading.giveItems(Trading.java:511) at redone.net.packets.impl.ClickingButtons.processPacket(ClickingButtons.java:2506) at redone.net.packets.PacketHandler.processPacket(PacketHandler.java:166) at redone.game.players.Client.processQueuedPackets(Client.java:1135) at redone.game.players.PlayerHandler.process(PlayerHandler.java:162) at redone.Server.main(Server.java:156) ``` Caught stacktrace
Author
Owner

@ben-maher commented on GitHub (Oct 6, 2019):

I think this was caused by an anomoly when I attempted a trade, haven't been able to replicate since.

<!-- gh-comment-id:538791244 --> @ben-maher commented on GitHub (Oct 6, 2019): I think this was caused by an anomoly when I attempted a trade, haven't been able to replicate since.
Author
Owner

@Gptaqbc commented on GitHub (Oct 24, 2019):

@benmaher95 What happened exactly?

<!-- gh-comment-id:545905736 --> @Gptaqbc commented on GitHub (Oct 24, 2019): @benmaher95 What happened exactly?
Author
Owner

@Gptaqbc commented on GitHub (Oct 28, 2019):

No more info about this or anything reported. I think we can close it.

<!-- gh-comment-id:546768118 --> @Gptaqbc commented on GitHub (Oct 28, 2019): No more info about this or anything reported. I think we can close it.
Author
Owner

@Gptaqbc commented on GitHub (Nov 9, 2019):

@dginovker You can close this.

<!-- gh-comment-id:552142545 --> @Gptaqbc commented on GitHub (Nov 9, 2019): @dginovker You can close this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#13394