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

Crash after engineRestoreModel #3396

Open
1 task done
szymon020 opened this issue May 23, 2024 · 2 comments
Open
1 task done

Crash after engineRestoreModel #3396

szymon020 opened this issue May 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@szymon020
Copy link

szymon020 commented May 23, 2024

Describe the bug

image

Steps to reproduce

Lua code:

engineImportTXD(engineLoadTXD("models/chnsaw.txd"), 341)
engineReplaceModel(engineLoadDFF("models/chnsaw.dff"), 341)
engineImportTXD(engineLoadTXD("models/jetpack.txd"), 370)
engineReplaceModel(engineLoadDFF("models/jetpack.dff"), 370)
engineImportTXD(engineLoadTXD("models/skin311.txd"), 311)
engineReplaceModel(engineLoadDFF("models/skin311.dff"), 311)
engineImportTXD(engineLoadTXD("models/bandito.txd"), 568)
engineReplaceModel(engineLoadDFF("models/bandito.dff"), 568)

engineRestoreModel(311)
engineRestoreModel(341)
engineRestoreModel(370)
engineRestoreModel(568)

Version

Client: v.1.6.0-release-22388 (Windows 11, 64-bit)
Server: v.1.6.0-release-22396 x64

Additional context

No response

Relevant log output

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.
@szymon020 szymon020 added the bug Something isn't working label May 23, 2024
@Lpsd
Copy link
Member

Lpsd commented May 23, 2024

Please provide more information.

Can you reproduce this issue consistently? Does it only happen after replacing a model with a specific DFF file?

Are you able to provide a basic reproduction resource?

@szymon020
Copy link
Author

Please provide more information.

Can you reproduce this issue consistently? Does it only happen after replacing a model with a specific DFF file?

Are you able to provide a basic reproduction resource?

done

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
None yet
Development

No branches or pull requests

2 participants