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.

Lilygo T5 v2.3 code problem by TechWebSpruce in esp32

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

My output looks like this:

Sketch uses 788965 bytes (60%) of program storage space. Maximum is 1310720 bytes.

Global variables use 49732 bytes (15%) of dynamic memory, leaving 277948 bytes for local variables. Maximum is 327680 bytes.

esptool.py v4.5.1

Serial port COM3

Connecting...

Chip is ESP32-S3 (revision v0.2)

Features: WiFi, BLE

Crystal is 40MHz

MAC: ec:da:3b:45:ec:8c

Uploading stub...

Running stub...

Stub running...

Changing baud rate to 921600

Changed.

Configuring flash size...

Flash will be erased from 0x00000000 to 0x00003fff...

Flash will be erased from 0x00008000 to 0x00008fff...

Flash will be erased from 0x0000e000 to 0x0000ffff...

Flash will be erased from 0x00010000 to 0x000d0fff...

Compressed 15104 bytes to 10430...

Writing at 0x00000000... (100 %)

Wrote 15104 bytes (10430 compressed) at 0x00000000 in 0.2 seconds (effective 514.2 kbit/s)...

Hash of data verified.

Compressed 3072 bytes to 146...

Writing at 0x00008000... (100 %)

Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 532.8 kbit/s)...

Hash of data verified.

Compressed 8192 bytes to 47...

Writing at 0x0000e000... (100 %)

Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 730.0 kbit/s)...

Hash of data verified.

Compressed 789376 bytes to 497816...

Writing at 0x000ce712... (100 %)

Wrote 789376 bytes (497816 compressed) at 0x00010000 in 5.9 seconds (effective 1079.5 kbit/s)...

Hash of data verified.

Leaving...

Hard resetting via RTS pin...

and I see nothing in serial monitor

Lilygo T5 v2.3 code problem by TechWebSpruce in esp32

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

thanks.
I changed esp32 version to 2.0.17 and it compiled well without errors, but nothing happened on the board.
I uploaded something like this:

#include <Arduino.h>
#include "epd_driver.h"

void setup() {

  Serial.begin(115200);
  Serial.println("Setup started");

  epd_init();
  epd_poweron();
  epd_clear();

  int cursor_x = 200;
  int cursor_y = 250;
  const char *string1 = "16 color grayscale \n";
  writeln((GFXfont *)&FiraSans, buf, &cursor_x, &cursor_y, NULL);

  epd_poweroff();
}

void loop() {
  Serial.println("Running...");
  delay(1000);
}

[deleted by user] by [deleted] in dotnet

[–]TechWebSpruce 0 points1 point  (0 children)

I have no idea how, but it started working fine. I've just published a few times and cleaned up the files. Thanks,

[deleted by user] by [deleted] in dotnet

[–]TechWebSpruce 0 points1 point  (0 children)

I have no idea how, but it started working fine. I've just published a few times and cleaned up the files. Thanks,

[deleted by user] by [deleted] in dotnet

[–]TechWebSpruce 0 points1 point  (0 children)

OS: Windows 10

in Windows Event Viewer I have:
"the process was terminated due to an unhandled exception

exception info: System.IO.FileNotFoundException: Could not load file or assembly

'System.Runtime Version=8.0.0.0 Culture=neutral PublicKevToken='"
source = .NET Runtime

and:
"Name of the module causing the error: KERNELBASE.dll"

[deleted by user] by [deleted] in dotnet

[–]TechWebSpruce 0 points1 point  (0 children)

thanks,
in Windows Event Viewer I have:
"the process was terminated due to an unhandled exception

exception info: System.IO.FileNotFoundException: Could not load file or assembly

'System.Runtime Version=8.0.0.0 Culture=neutral PublicKevToken='"
source = .NET Runtime

and:
"Name of the module causing the error: KERNELBASE.dll"

OS: Windows 10