Stuyk / altv-os-character-editor

alt:V Open Source Character Editor / Synchronization
https://stuyk.com/
GNU General Public License v3.0
45 stars 15 forks source link

Error in 6-16 RC #8

Open cmdflow opened 3 years ago

cmdflow commented 3 years ago

[Error] [V8] Unhandled promise rejection at altv-os-character-editor:client/editor.js:173 (TypeError: Cannot read property 'collection' of undefined

cmdflow commented 3 years ago

Your charcreator also causes setdlcclothes (serverside) not to work. As i removed the chareditor completely i can set custom clothes. when charcreator is active on the server, custom clothes are not working

cmdflow commented 3 years ago

Tracking down this issue for like 3 hours but i cant find the reason... Removing charcreator works

cmdflow commented 3 years ago

For the records and those who struggled also:

Remove those two lines in editor.js

native.requestModel(fModel);
native.requestModel(mModel);
xxshady commented 1 year ago

This repo is heavily outdated