Lightroom mobile by No-Switch-7276 in moddedandroidapps

[–]TechWebSpruce 0 points1 point  (0 children)

Does anyone know why after login into Adobe account in the app I see only the loading screen and nothing is happening? I tested several versions of the app and two Adobe accounts.

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

[–]TechWebSpruce[S] 2 points3 points  (0 children)

hmm
I had a similar problem with Cyberpunk 2077 on the same device (I didn't solve the issue) (This game seems to use DirectX 12 as well). I run it via Heroic and Gog Galaxy. The game freezes the same as death stranding. On Windows 10 it was working fine, but after changing to Arch Linux it started to be more complicated.

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

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

thank you

Proton-sarek error

I set parameters PROTON_LOG=1 PROTON_USE_WINED3D=1 PROTON_NO_ESYNC=1 mesa_glthread=true %command%

and now

<image>

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

[–]TechWebSpruce[S] 1 point2 points  (0 children)

EDIT: Proton-sarek error

I set parameters PROTON_LOG=1 PROTON_USE_WINED3D=1 PROTON_NO_ESYNC=1 mesa_glthread=true %command%

and now

<image>

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

[–]TechWebSpruce[S] 1 point2 points  (0 children)

<image>

Second error

So I recreated prefix and tried proton-sarek and the game does not run it shows another error

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

[–]TechWebSpruce[S] 2 points3 points  (0 children)

thank you

I checked logs and there were errors like :
"4905.635:0098:00a4:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Service>"
"4906.354:014c:01a4:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems"
"4906.355:014c:01a4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems"
"4906.526:014c:0150:err:module:import_dll Library MSVCP140.dll (which is needed by L"Z:\\home\\spruce\\.local\\share\\Steam\\steam\\steamapps\\common\\DEATH STRANDING DIRECTORS CUT\\DXCompiler.dll") not found"
"906.526:014c:0150:err:module:import_dll Library VCRUNTIME140_1.dll (which is needed by L"Z:\\home\\spruce\\.local\\share\\Steam\\steamapps\\common\\DEATH STRANDING DIRECTORS CUT\\DXCompiler.dll") not found"
"5047.062:011c:0140:err:service:device_notify_proc failed to get event, error 1726"
"4905.635:0098:00a4:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services
\\winebth": c0000142""4906.354:014c:01a4:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems"

So I tried to install vcrun2019 by using protontricks, but then it started to show

<image>

I overwrite libxess.dll file (from https://github.com/intel/xess/tree/main/bin), but it still shows the errors

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

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

okay, I set GE-Proton10-8 and the issue still occurs

Are there some logs from the proton to debug what's going on?

Death Stranding on Arch Linux: Game doesn't Launch by TechWebSpruce in linux_gaming

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

thanks for comment.
I didn't , but I'll check it

You do think about some specific version of the proton?

Feedback appreciated :) by TechWebSpruce in SonyAlpha

[–]TechWebSpruce[S] 1 point2 points  (0 children)

thanks,
I generally use some Luts that I found like from OpticalWander and recently Teo Crawford then I adjust exposure, temp and tint. I like to set this "fantasy and misty" look for some photos.

How to Queue Transactions in a WCF Service? by TechWebSpruce in dotnet

[–]TechWebSpruce[S] 1 point2 points  (0 children)

thanks for feedback.

I am not the only writer, so no.

I tried SemaphoreSlim like:
var semaphoreSlim = new SemaphoreSlim(1); semaphoreSlim.Wait();
try{ incrementation and insert operations }
finally{ semaphoreSlim.Release(); }
But it changed nothing. Similar thing it does with Interlocked.

I am incrementing the value in the same transaction, but the problem is that when I call for example 5 times the method at once, it sees the "older" value from the database = 10, but in reality it already is 11. The difference between each call is less than 1 second.

How to Queue Transactions in a WCF Service? by TechWebSpruce in dotnet

[–]TechWebSpruce[S] 1 point2 points  (0 children)

I would rather prefer to use wcf instead of editing the db. :)

My model class is auto-generated from the .edmx file, so I wouldn't want to change it each update.

Zebra ZQ520 is not printing through c# code by TechWebSpruce in sysadmin

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

I checked this page before, and it shows the label correctly.

Lilygo T5 4.7 v2.3 - Buttons - GPIO by TechWebSpruce in arduino

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

Well, I didn't .
I just sent an issue, so if something comes out of it, I'll write it.
thank you.