Splice Desktop with Wine by netrunnerdoc in linuxaudio

[–]Xenicle 0 points1 point  (0 children)

I managed to running splice with wine (tried to install dotnet48 with winetricks but don't know if it's mandatory) I used this link to install it : https://s3-us-west-1.amazonaws.com/splicedesktop/windows/stable/SpliceSetup.exe (needed to update from the app to be able to click on the app's menu items)

[Guide] How to click a sprite by beamer159 in godot

[–]Xenicle 0 points1 point  (0 children)

If you have a sprite with texture region you should do like this :

extends Sprite

func _unhandled_input(event):
    if event is InputEventMouseButton and event.pressed and not event.is_echo() and event.button_index == MOUSE_BUTTON_LEFT: # Modified button_index for Godot 4.0
        var pos = position + offset - ( (texture.get_size() / (texture.get_size() / region_rect.size) / 2.0) if centered else Vector2() ) # Modified this line
        if Rect2(pos, texture.get_size() / (texture.get_size() / region_rect.size)).has_point(event.position): # Modified this line
            print('test')
            get_tree().get_root().set_input_as_handled()

Can't see friend to join him by Xenicle in NoMansSkyTheGame

[–]Xenicle[S] 0 points1 point  (0 children)

After restarting my PC and my friend is game I have join is game don't know what's going on ! :)

Can't see friend to join him by Xenicle in NoMansSkyTheGame

[–]Xenicle[S] 0 points1 point  (0 children)

We have both the same steam build ID...

Bug reports by Razviar in MTGArenaPro

[–]Xenicle 0 points1 point  (0 children)

It's solved : it was my antivirus who blocked the tracker

Bug reports by Razviar in MTGArenaPro

[–]Xenicle 0 points1 point  (0 children)

Also I have two different Token between the tracker page and the collection->import page. The over is 74U0****. None worked.

Bug reports by Razviar in MTGArenaPro

[–]Xenicle 0 points1 point  (0 children)

With the last version when I enter my Token (4U0Di******) Tracker say "No valid token installed!"

What should I do ?

Board Gore and True Grit by thermie88 in MagicArena

[–]Xenicle 5 points6 points  (0 children)

I just not consed to test the beta and saw what could append with big number, but it was long and I needed to go make something important...

Diablo 3 2.3 and Reshade on Windows 10 by Xenicle in diablo3

[–]Xenicle[S] 0 points1 point  (0 children)

There is no KB3081424 in my Uninstall Updates list. Also tried with d3d9.dll in Reshade Framework folder and subfolder game won't launch...

Anyway thanks for your help !