BUG: Crash on driver Seat #73

Closed
opened 2021-02-07 13:20:25 +00:00 by RickyLaChow · 23 comments
RickyLaChow commented 2021-02-07 13:20:25 +00:00 (Migrated from github.com)

Describe the bug
When i join on my car if i'm Driver, i have been Disconnected from the server

To Reproduce
Steps to reproduce the behavior:

  1. Open Vehicle Garage
  2. Go Driver Seat
  3. And you get kicked out from the server, it say is crashed.

Expected behavior
No Errors in Console, but when i get kicked out say the server is crashed and i get back in the fallback server.

Server and Plugin Information

  • VehiclesPlus Version: 2.2.4
  • Pro or Lite? Pro
  • Server Platform and Version [eg: PaperSpigot 1.16.1 #135]: PaperSpigot 1.16.5
  • Operating System (if applicable):
**Describe the bug** When i join on my car if i'm Driver, i have been Disconnected from the server **To Reproduce** Steps to reproduce the behavior: 1. Open Vehicle Garage 2. Go Driver Seat 3. And you get kicked out from the server, it say is crashed. **Expected behavior** No Errors in Console, but when i get kicked out say the server is crashed and i get back in the fallback server. **Server and Plugin Information** - VehiclesPlus Version: 2.2.4 - Pro or Lite? Pro - Server Platform and Version [eg: **PaperSpigot** 1.16.1 #135]: PaperSpigot 1.16.5 - Operating System (if applicable):
RickyLaChow commented 2021-02-08 09:57:34 +00:00 (Migrated from github.com)

The problem is an incompatibility with ItemsAdder, if ItemsAdder is on my Plugins folder with LoneDev API when i join in a car i get kicked out from the server for "crash"

The problem is an incompatibility with ItemsAdder, if ItemsAdder is on my Plugins folder with LoneDev API when i join in a car i get kicked out from the server for "crash"
LoneDev6 commented 2021-02-08 17:33:04 +00:00 (Migrated from github.com)

Provide screenshots of the issue.
"crash" is not a valid reason, never heard of "crashed" as kick reason

Provide screenshots of the issue. "crash" is not a valid reason, never heard of "crashed" as kick reason
RickyLaChow commented 2021-02-08 17:51:21 +00:00 (Migrated from github.com)

Provide screenshots of the issue.
"crash" is not a valid reason, never heard of "crashed" as kick reason

2021-02-08_18 50 30

> Provide screenshots of the issue. > "crash" is not a valid reason, never heard of "crashed" as kick reason ![2021-02-08_18 50 30](https://user-images.githubusercontent.com/25041502/107260609-94173e80-6a3e-11eb-8f6b-eceffc5f25f4.png)
LoneDev6 commented 2021-02-08 17:53:19 +00:00 (Migrated from github.com)

I'm sure there is a reason about that kick, surely a bad packet or something.
You should check if you can enable more detailed Bungeecord logging to see which packet made the client disconnect

I'm sure there is a reason about that kick, surely a bad packet or something. You should check if you can enable more detailed Bungeecord logging to see which packet made the client disconnect
RickyLaChow commented 2021-02-08 18:01:14 +00:00 (Migrated from github.com)

I'm sure there is a reason about that kick, surely a bad packet or something.
You should check if you can enable more detailed Bungeecord logging to see which packet made the client disconnect

How?

> I'm sure there is a reason about that kick, surely a bad packet or something. > You should check if you can enable more detailed Bungeecord logging to see which packet made the client disconnect How?
stijnb1234 commented 2021-02-08 18:14:14 +00:00 (Migrated from github.com)

I'm sure there is a reason about that kick, surely a bad packet or something.
You should check if you can enable more detailed Bungeecord logging to see which packet made the client disconnect

How?

Normally you can see the log in your Bungeecord console.

> > I'm sure there is a reason about that kick, surely a bad packet or something. > > You should check if you can enable more detailed Bungeecord logging to see which packet made the client disconnect > > How? Normally you can see the log in your Bungeecord console.
RickyLaChow commented 2021-02-08 18:25:13 +00:00 (Migrated from github.com)

i don't have anything

RolePlay:
[19:24:37 INFO]: Rickylacio issued server command: /vehicle garage
[19:24:39 INFO]: Rickylacio lost connection: Disconnected
[19:24:39 INFO]: Rickylacio left the game

Bungee:
19:24:18 [INFO] [Rickylacio] <-> DownstreamBridge <-> [lobby] has disconnected
19:24:39 [INFO] [Rickylacio] <-> DownstreamBridge <-> [roleplay] has disconnected
19:24:39 [INFO] [Rickylacio] <-> ServerConnector [lobby] has connected

i don't have anything RolePlay: [19:24:37 INFO]: Rickylacio issued server command: /vehicle garage [19:24:39 INFO]: Rickylacio lost connection: Disconnected [19:24:39 INFO]: Rickylacio left the game Bungee: 19:24:18 [INFO] [Rickylacio] <-> DownstreamBridge <-> [lobby] has disconnected 19:24:39 [INFO] [Rickylacio] <-> DownstreamBridge <-> [roleplay] has disconnected 19:24:39 [INFO] [Rickylacio] <-> ServerConnector [lobby] has connected
RickyLaChow commented 2021-02-08 18:51:55 +00:00 (Migrated from github.com)

Probably problem of ResourcePack

Probably problem of ResourcePack
relavis commented 2021-02-08 18:53:04 +00:00 (Migrated from github.com)

Not a problem of the resource pack at all - resource packs are client side. This is an issue with ItemsAdder that we cannot fix. Please make an issue report with them.

Not a problem of the resource pack at all - resource packs are client side. This is an issue with ItemsAdder that we cannot fix. Please make an issue report with them.
LoneDev6 commented 2021-02-08 19:39:52 +00:00 (Migrated from github.com)
  1. Does the issue still occurs if:
  • remove itemsadder and keep VehiclesPlus?
  1. Does the issue still occurs if:
  • remove VehiclesPlus and keep ItemsAdder?
2. Does the issue still occurs if: - remove itemsadder and keep VehiclesPlus? 1. Does the issue still occurs if: - remove VehiclesPlus and keep ItemsAdder?
LoneDev6 commented 2021-02-08 19:42:53 +00:00 (Migrated from github.com)

Not a problem of the resource pack at all - resource packs are client side. This is an issue with ItemsAdder that we cannot fix. Please make an issue report with them.

If answers for my two questions are both YES then it's not an ItemsAdder-only issue, we may have to collaborate and find the cause of the incompatibility.

> > > Not a problem of the resource pack at all - resource packs are client side. This is an issue with ItemsAdder that we cannot fix. Please make an issue report with them. If answers for my two questions are both YES then it's not an ItemsAdder-only issue, we may have to collaborate and find the cause of the incompatibility.
relavis commented 2021-02-08 19:56:55 +00:00 (Migrated from github.com)
1. Does the issue still occurs if:


* remove itemsadder and keep VehiclesPlus?


1. Does the issue still occurs if:


* remove VehiclesPlus and keep ItemsAdder?

Oh man, didn't even realize you're the dev of ItemsAdder - my bad. Will reopen.

I believe the user clarified that it occurs only when ItemsAdder is installed, and removing ItemsAdder solves the crash.

> 1. Does the issue still occurs if: > > > * remove itemsadder and keep VehiclesPlus? > > > 1. Does the issue still occurs if: > > > * remove VehiclesPlus and keep ItemsAdder? Oh man, didn't even realize you're the dev of ItemsAdder - my bad. Will reopen. I believe the user clarified that it occurs only when ItemsAdder is installed, and removing ItemsAdder solves the crash.
LoneDev6 commented 2021-02-08 20:03:16 +00:00 (Migrated from github.com)

No problem.
Anyway what I meant is that ItemsAdder doesn't cause any crash if VehiclesPlus is not installed.
Same thing the other way around.

So I think we have to find which packet is sent only when both plugins are installed. I sincerly have no idea as I don't own the plugin

No problem. Anyway what I meant is that ItemsAdder doesn't cause any crash if VehiclesPlus is not installed. Same thing the other way around. So I think we have to find which packet is sent only when both plugins are installed. I sincerly have no idea as I don't own the plugin
RickyLaChow commented 2021-02-09 13:52:37 +00:00 (Migrated from github.com)
1. Does the issue still occurs if:


* remove itemsadder and keep VehiclesPlus?


1. Does the issue still occurs if:


* remove VehiclesPlus and keep ItemsAdder?

Oh man, didn't even realize you're the dev of ItemsAdder - my bad. Will reopen.

I believe the user clarified that it occurs only when ItemsAdder is installed, and removing ItemsAdder solves the crash.

Yes the problem is when i have installed ItemsAdder, i give all informations
I contact Lone, and you for found a solutions for this incompatibility

> > ``` > > 1. Does the issue still occurs if: > > > > > > * remove itemsadder and keep VehiclesPlus? > > > > > > 1. Does the issue still occurs if: > > > > > > * remove VehiclesPlus and keep ItemsAdder? > > ``` > > Oh man, didn't even realize you're the dev of ItemsAdder - my bad. Will reopen. > > I believe the user clarified that it occurs only when ItemsAdder is installed, and removing ItemsAdder solves the crash. Yes the problem is when i have installed ItemsAdder, i give all informations I contact Lone, and you for found a solutions for this incompatibility
LoneDev6 commented 2021-02-10 10:40:13 +00:00 (Migrated from github.com)

Added @relavis on Discord

Added @relavis on Discord
stijnb1234 commented 2021-02-10 11:04:06 +00:00 (Migrated from github.com)

Added @relavis on Discord

👍 Please update in this issue if anything changes.

> Added @relavis on Discord 👍 Please update in this issue if anything changes.
RickyLaChow commented 2021-02-24 19:32:39 +00:00 (Migrated from github.com)

Any news?

Any news?
LoneDev6 commented 2021-04-19 15:56:03 +00:00 (Migrated from github.com)

immagine

No answer from them since February, so.. no

![immagine](https://user-images.githubusercontent.com/27242001/115266411-79e19700-a138-11eb-9e06-443e64b9a0e9.png) No answer from them since February, so.. no
stijnb1234 commented 2021-05-30 20:47:05 +00:00 (Migrated from github.com)

@LoneDev6 I'm the new developer of this plugin. Can you please contact me on Discord? I'm curious to see what's been communicated with relavis about this issue.

Stijn | SBDeveloper#6661

@LoneDev6 I'm the new developer of this plugin. Can you please contact me on Discord? I'm curious to see what's been communicated with relavis about this issue. `Stijn | SBDeveloper#6661`
LoneDev6 commented 2021-05-31 10:31:54 +00:00 (Migrated from github.com)

Join my discord server and open a ticket stating you're the developer of vehicles plus
https://support.plugin.ga/

Join my discord server and open a ticket stating you're the developer of vehicles plus https://support.plugin.ga/
stijnb1234 commented 2021-06-04 17:41:47 +00:00 (Migrated from github.com)

Received the plugin from @LoneDev6. Hoping to test it myself very soon, and fix it.

Received the plugin from @LoneDev6. Hoping to test it myself very soon, and fix it.
stijnb1234 commented 2021-10-08 18:34:37 +00:00 (Migrated from github.com)

When the recode is done, I will look again in this issue to check if it is still valid or not.

When the recode is done, I will look again in this issue to check if it is still valid or not.
LoneDev6 commented 2021-10-11 08:09:07 +00:00 (Migrated from github.com)

Very good, thanks!

Very good, thanks!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SBDevelopment/VehiclesPlus#73
No description provided.