Dmytro Prymak

Results 4 issues of Dmytro Prymak

AddTorrentParams getTrackers() method returns empty list but when torrent is added via this ATP then TorrentHandle contains trackers

Im having the same issue with game stopping/freezing as here https://github.com/ptitSeb/box64/issues/1124 This is happening in all RE engine games. Im using latest box64, wine 9.4 (WoW64), and this dynarec settings:...

[re4.log](https://github.com/user-attachments/files/17175849/re4.log) `0x79493f2e: Dynarec stopped because of x86 Opcode 62 F1 7D 08 7A C0 C5 F9 7E C0 C4 E3 79 16 C2 Checking opcode: rex=00 is32bits=1, rep=0 is66=0 89...

opcode

i have following VM: ``` val viewModel: TorrentDetailsViewModel = hiltViewModelScoped( key = hash, defaultArguments = bundleOf(TorrentDetailsViewModel.HASH_KEY to hash) ) ``` After composable is recomposed with new hash, new viewModel is...

bug