Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - esx_vehicleshop/es_extended ? #1142

Closed
MauriceHandwerker opened this issue Aug 2, 2023 · 7 comments
Closed

[Bug] - esx_vehicleshop/es_extended ? #1142

MauriceHandwerker opened this issue Aug 2, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@MauriceHandwerker
Copy link

Describe the bug
When I try getting a vehicle from the database I get this error :
image

To Reproduce
Steps to reproduce the behavior:

  1. have newest Linux Artifact, es_extended and esx_vehicle shop installed
  2. Get vehicle from garage like police garage ...
  3. See error

Expected behavior
Car should spawn.

Screenshots
see above

Debug Info (please complete the following information):

  • OS: Linux
  • FiveM Artifact: Linux 6594
  • ESX Version: 1.10.1
  • esx_vehicleshop version: 02.08.2023
@MauriceHandwerker MauriceHandwerker added the bug Something isn't working label Aug 2, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in ESX Roadmap Aug 2, 2023
@Gellipapa
Copy link
Contributor

@MauriceHandwerker Hi! Thanks for reporting the problem I will check it soon.

@MauriceHandwerker
Copy link
Author

Ok I temporally fixed the error.

es_extended/client/functions.lua : 834

if props.driftTyresEnabled then          
        --SetDriftTyresEnabled(vehicle, false)
    end

I just commented the line. It looks like that the native is broken of Linux Artifact version 6594.

@Gellipapa
Copy link
Contributor

Ok I temporally fixed the error.

es_extended/client/functions.lua : 834

if props.driftTyresEnabled then          
        --SetDriftTyresEnabled(vehicle, false)
    end

I just commented the line. It looks like that the native is broken of Linux Artifact version 6594.

@MauriceHandwerker
Can you send me a link to where you saw this written down? Because I'm currently testing it in a linux docker environment and it doesn't work for me either. So it is actually bad for native.

@Gellipapa Gellipapa moved this from 🆕 New to 📋 Awaiting feedback in ESX Roadmap Aug 6, 2023
@MauriceHandwerker
Copy link
Author

Ok I temporally fixed the error.
es_extended/client/functions.lua : 834

if props.driftTyresEnabled then          
        --SetDriftTyresEnabled(vehicle, false)
    end

I just commented the line. It looks like that the native is broken of Linux Artifact version 6594.

@MauriceHandwerker Can you send me a link to where you saw this written down? Because I'm currently testing it in a linux docker environment and it doesn't work for me either. So it is actually bad for native.

I didnt see it somewhere.
I just searched for it in the file and tried it. After that it worked.
https://docs.fivem.net/natives/?_0x5AC79C98C5C17F05

@TheFantomas
Copy link
Contributor

Author

What game build you have?

@MauriceHandwerker
Copy link
Author

Is in the first message

@TheFantomas
Copy link
Contributor

TheFantomas commented Aug 17, 2023

Is in the first message

Hello @MauriceHandwerker,

after a little consultation and finding out that this is FiveM's fault, we decided to completely remove props.driftTyresEnabled.

Commit Link: 571888c

For now, you can only find this solution in the dev branch of ESX. And then when it comes out in version 1.10.2.

Thank you for reporting the issue and we apologize for the delay in resolving this issue.

Best regards and have a nice day
ESX Director (Mainteniner)
Fantík

@github-project-automation github-project-automation bot moved this from 📋 Awaiting feedback to ✅ Done in ESX Roadmap Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants