altv-issues
altv-issues copied to clipboard
Issues and roadmap for alt:V project
### Description of the problem When running Altv in **Linux under wine** TextLabel render target fails to be created ``` [TextLabel]: Failed to create D2D render target: 88982f80 Unknown error...
### Description of the problem after the last changes on CDN and Internal Webserver and Client download Source Location. We need a change in server that copy the generated resource...
**Client/server version** `Build #1280, branch release` **Expected behavior** We are using `Minio` for the static file host, but there we can't put the files in the root of the domain....
### Description of the problem altv version: alt:V Server 16.0.156 (release) and 16.0.0-dev.395 (dev) Mode: debug false and true tested. The idea is that I create an object serverside in...
### Description of the problem If you use `alt.on('keydown', ()=>{})` anywhere in your code most of the time it stops working (sending events) after reconnecting in debug mode. ### Reproduction...
### Description of the problem  ### Reproduction steps 1. You need two players 2. Create player, set `mp_m_freemode_01` model 3. Set default head blend data (not sure if its...
### Description of the problem When pressing ctrl+C in the server console, it seems like resourceStop event is not emitted. ### Reproduction steps ```js import alt from 'alt-server'; console.log('resourceStop handler...
### Description of the problem Read the title. ### Reproduction steps ```ts player.emit('whatever', new Promise(() => {})); ``` ### Expected behaviour Don't emit promises to the client. ### Additional context...
### Description of the problem When you call any function to set any type of metadata with the same data, it will be set twice. ### Reproduction steps ```js import...
### Description of the problem Client crashes immediately after startup Confirmation that it's not overlay that's causing the problem ### Reproduction steps Run Launcher The game window appears(black screen) Game...