Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect to JumpServer #494

Open
acracker opened this issue Mar 17, 2025 · 17 comments
Open

Cannot connect to JumpServer #494

acracker opened this issue Mar 17, 2025 · 17 comments

Comments

@acracker
Copy link

I think the reason might be this: Jumpserver acts as an SSH proxy. When users connect, they're actually connecting to Jumpserver first, which then forwards the connection to the target server. Because of this, the returned information might be processed by Jumpserver, making it different from directly connecting to sshd.

@crschnick
Copy link
Member

crschnick commented Mar 17, 2025

To get the original JumpServer functionality of SSH, you can also try to create a Custom SSH Connection in XPipe. There you can specify all necessary SSH config options, e.g. ProxyJump to use jump servers as you would with the SSH CLI.

@acracker
Copy link
Author

Still report an error.

This configuration is available on other linux machines.

The local computer is windows.

Image

Image

@acracker
Copy link
Author

acracker commented Mar 24, 2025

I upgraded openssh in windows by running ssh config_xpipe and it worked

But the xipe is still not connected properly

@crschnick
Copy link
Member

Weird, it should at least print why it was unsuccessful.

Does the log at Settings -> Troubleshoot -> Show log files say anything?

@acracker
Copy link
Author

Only one error log


15:53:06:330 - info: Command finished {
    command=(call echo ^%DISPLAY^%)
    finishReason=NORMAL_FINISH
    exitCode=0
}
15:53:06:337 - info: Starting sub shell ... {
    manageParent=true
    command=set "BEACON_PORT=21721"&set "ASKPASS_SECRET=7e50a9fe-adf7-4fb7-9186-71xxxe3"&set "ASKPASS_REQUEST=d95ac4bc-ca6f-4628-8ffd-69xxxx"&set "ASKPASS_PREFIX=[ssh]"&set "SSH_ASKPASS=E:\software\xpipe-15.8\bin\xpipe.exe"&set "SSH_ASKPASS_REQUIRE=force"&set "DISPLAY=localhost:0.0"&ssh -oNumberOfPasswordPrompts=3 "test_xpipe" -F "C:\Users\admin\AppData\Local\Temp\config_-1510100210" -oStrictHostKeyChecking=accept-new -oIgnoreUnknown=RemoteCommand -oRemoteCommand=none -T -oNoHostAuthenticationForLocalhost=yes -oIdentitiesOnly=yes
    elevated=false
}
15:53:09:221 - error: Shell opener command was unsuccessful
io.xpipe.core.process.ProcessOutputException: Shell opener command was unsuccessful
	at io.xpipe.core.process.ProcessOutputException.withPrefix(ProcessOutputException.java:29)
	at io.xpipe.ext.proc.util.e.cf(SourceFile:192)
	at io.xpipe.ext.proc.n.p(SourceFile:1689)
	at io.xpipe.ext.proc.ssh.o.p(SourceFile:113)
	at io.xpipe.ext.proc.n.D(SourceFile:587)
	at io.xpipe.ext.proc.n.start(SourceFile:276)
	at io.xpipe.ext.proc.n.a(SourceFile:384)
	at io.xpipe.ext.proc.n.prepareIntermediateTerminalOpen(SourceFile:292)
	at io.xpipe.ext.proc.j.prepareTerminalOpen(SourceFile:121)
	at io.xpipe.app.terminal.TerminalLaunchRequest.setupRequest(TerminalLaunchRequest.java:97)
	at io.xpipe.app.terminal.TerminalLaunchRequest.lambda$setupRequestAsync$0(TerminalLaunchRequest.java:64)
	at io.xpipe.app.util.ThreadHelper.lambda$wrap$0(ThreadHelper.java:22)
	at java.lang.VirtualThread.run(VirtualThread.java:329)

@crschnick
Copy link
Member

That is weird that it doesn't print anything about the failure cause, I will have to look into that.

Is this Windows 10 or 11?

@acracker
Copy link
Author

acracker commented Apr 1, 2025

windows 11

@crschnick
Copy link
Member

Can you try whether https://github.com/xpipe-io/xpipe-ptb makes a difference

@acracker
Copy link
Author

acracker commented Apr 2, 2025

After running the PTB version with administrator, I couldn't click any buttons.

Image
logs:

10:17:29:278 - info: Detected system property user.dir=E:\software\xpipe-16.0-8
10:17:29:278 - info: Loaded properties {
    version=16.0-8
    build=16.0-8/2025-04-01-08-40
    dataDir=C:\Users\admin\.xpipe-ptb
    fullVersion=true
}
10:17:29:279 - info: Received arguments {
    raw=[]
    resolved=[]
    resolvedCommand=[]
    resolvedMode=null
}
10:17:29:279 - info: Detected xpipe property io.xpipe.app.sentryUrl=https://fd5f67ff10764b7e8a704bec9558c8fe@o1084459.ingest.sentry.io/6094279
10:17:29:279 - info: Detected xpipe property io.xpipe.app.arch=x86_64
10:17:29:279 - info: Detected xpipe property io.xpipe.app.fullVersion=true
10:17:29:279 - info: Detected xpipe property io.xpipe.app.version=16.0-8
10:17:29:279 - info: Detected xpipe property io.xpipe.app.buildId=77cbe7de-52c2-3bc1-8ba3-57f112aeb27b
10:17:29:279 - info: Detected xpipe property io.xpipe.app.build=16.0-8/2025-04-01-08-40
10:17:29:279 - info: Detected xpipe property io.xpipe.app.staging=true
10:17:29:289 - info: Loaded extension base from boot module path
10:17:29:289 - info: Loaded extension system from boot module path
10:17:29:289 - info: Loaded extension proc from boot module path
10:17:29:289 - info: Loaded extension uacc from boot module path
10:17:29:303 - info: Loading extension providers ...
10:17:29:342 - info: Loading translations ...
10:17:29:391 - info: Finished initial setup
10:17:29:392 - info: Startup mode determined {
    mode=gui
    reason=prefSetting
}
10:17:29:392 - info: Platform init started
10:17:29:392 - info: Attempting to switch mode to gui
10:17:29:392 - info: Initializing base mode components ...
10:17:29:482 - info: Started http server {
    port=21722
}
10:17:29:482 - info: Startup mode determined {
    mode=gui
    reason=prefSetting
}
10:17:29:482 - info: Was updated is false
10:17:29:492 - info: File/Watcher initialization thread completed
10:17:29:664 - info: Loading ikonli fonts ...
10:17:29:668 - info: Starting command execution ... {
    baseCommand=(call echo ^%TEMP^%)
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:737 - info: Command finished {
    command=(call echo ^%TEMP^%)
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:744 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:749 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:755 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:762 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:769 - info: Starting command execution ... {
    baseCommand=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:790 - info: Command finished {
    command=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:796 - info: Starting command execution ... {
    baseCommand=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuild
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:814 - info: Command finished {
    command=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuild
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:821 - info: Starting command execution ... {
    baseCommand=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:838 - info: Command finished {
    command=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:844 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:851 - info: Command finished {
    command=cd /D "C:\Users\admin"
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:859 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat" (if not exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat\\*" (ECHO.) else (CALL)) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:864 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat" (if not exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat\\*" (ECHO.) else (CALL)) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:871 - info: Starting command execution ... {
    baseCommand="C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:29:888 - info: Command finished {
    command="C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat"
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:29:898 - info: Starting command execution ... {
    baseCommand=WHERE "Cursor"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:009 - info: Command finished {
    command=WHERE "Cursor"
    finishReason=NORMAL_FINISH
    exitCode=1
}
10:17:30:017 - info: Starting command execution ... {
    baseCommand=WHERE "windsurf.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:118 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:125 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:129 - info: Command finished {
    command=WHERE "windsurf.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
10:17:30:135 - info: Starting command execution ... {
    baseCommand=WHERE "trae.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:167 - info: Loading bundled fonts ...
10:17:30:176 - info: Loading stylesheets ...
10:17:30:209 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:30:211 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:30:215 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:217 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin\.xpipe-ptb\storage"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:223 - info: Command finished {
    command=cd /D "C:\Users\admin"
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:30:227 - info: Command finished {
    command=cd /D "C:\Users\admin\.xpipe-ptb\storage"
    finishReason=NORMAL_FINISH
    exitCode=0
}
10:17:30:244 - info: Loading translations ...
10:17:30:245 - info: Command finished {
    command=WHERE "trae.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
10:17:30:252 - info: Starting command execution ... {
    baseCommand=WHERE "codium.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
10:17:30:271 - info: Application launched
10:17:30:273 - info: Platform init finished
10:17:30:273 - info: Startup mode determined {
    mode=gui
    reason=prefSetting
}
10:17:30:275 - info: Loading images ...
10:17:30:384 - info: Command finished {
    command=WHERE "codium.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}

@crschnick
Copy link
Member

uhh, that is not good. Not sure what is happening there. From the log, you can try to run E:\software\xpipe-16.0-8\scripts\xpiped_debug.bat

@acracker
Copy link
Author

acracker commented Apr 2, 2025

Initial setup

****************************************
* You are running XPipe in debug mode! *
* The debug console output can contain *
* sensitive information and secrets.   *
* Don't share this output via an       *
* untrusted website or service.        *
****************************************

13:52:14:453 - info: Detected system property user.dir=E:\software\xpipe-16.0-8\runtime\bin
13:52:14:454 - info: Loaded properties {
    version=16.0-8
    build=16.0-8/2025-04-01-08-40
    dataDir=C:\Users\admin\.xpipe-ptb
    fullVersion=true
}
13:52:14:455 - info: Received arguments {
    raw=[]
    resolved=[]
    resolvedCommand=[]
    resolvedMode=null
}
13:52:14:455 - info: Detected xpipe property io.xpipe.app.logLevel=trace
13:52:14:456 - info: Detected xpipe property io.xpipe.app.useVirtualThreads=false
13:52:14:456 - info: Detected xpipe property io.xpipe.app.sentryUrl=https://fd5f67ff10764b7e8a704bec9558c8fe@o1084459.ingest.sentry.io/6094279
13:52:14:456 - info: Detected xpipe property io.xpipe.app.arch=x86_64
13:52:14:456 - info: Detected xpipe property io.xpipe.app.fullVersion=true
13:52:14:457 - info: Detected xpipe property io.xpipe.beacon.debugOutput=true
13:52:14:457 - info: Detected xpipe property io.xpipe.app.writeLogs=false
13:52:14:458 - info: Detected xpipe property io.xpipe.app.developerMode=true
13:52:14:459 - info: Detected xpipe property io.xpipe.app.version=16.0-8
13:52:14:459 - info: Detected xpipe property io.xpipe.app.buildId=77cbe7de-52c2-3bc1-8ba3-57f112aeb27b
13:52:14:459 - info: Detected xpipe property io.xpipe.app.writeSysOut=true
13:52:14:460 - info: Detected xpipe property io.xpipe.app.build=16.0-8/2025-04-01-08-40
13:52:14:460 - info: Detected xpipe property io.xpipe.app.staging=true
13:52:14:480 - info: Loaded extension base from boot module path
13:52:14:481 - info: Loaded extension system from boot module path
13:52:14:481 - info: Loaded extension proc from boot module path
13:52:14:481 - info: Loaded extension uacc from boot module path
13:52:14:512 - info: Loading extension providers ...
13:52:14:650 - info: Loading translations ...
13:52:14:715 - debug: Preferences value not found {
    id=pinLocalMachineOnStartup
    default=false
}
13:52:14:715 - debug: Preferences value not found {
    id=performanceMode
    default=false
}
13:52:14:715 - debug: Preferences value not found {
    id=theme
    default=null
}
13:52:14:716 - debug: Preferences value not found {
    id=useSystemFont
    default=true
}
13:52:14:716 - debug: Preferences value not found {
    id=uiScale
    default=null
}
13:52:14:716 - debug: Preferences value not found {
    id=saveWindowLocation
    default=true
}
13:52:14:716 - debug: Preferences value not found {
    id=terminalType
    default=null
}
13:52:14:716 - debug: Preferences value not found {
    id=rdpClientType
    default=null
}
13:52:14:716 - debug: Preferences value not found {
    id=windowOpacity
    default=1.0
}
13:52:14:717 - debug: Preferences value not found {
    id=customRdpClientCommand
    default=null
}
13:52:14:717 - debug: Preferences value not found {
    id=customTerminalCommand
    default=null
}
13:52:14:717 - debug: Preferences value not found {
    id=clearTerminalOnInit
    default=true
}
13:52:14:717 - debug: Preferences value not found {
    id=iconSources
    default=[]
}
13:52:14:717 - debug: Preferences value not found {
    id=disableCertutilUse
    default=false
}
13:52:14:718 - debug: Preferences value not found {
    id=useLocalFallbackShell
    default=false
}
13:52:14:718 - debug: Preferences value not found {
    id=passwordManager
    default=null
}
13:52:14:718 - debug: Preferences value not found {
    id=terminalInitScript
    default=null
}
13:52:14:718 - debug: Preferences value not found {
    id=terminalProxy
    default=null
}
13:52:14:718 - debug: Preferences value not found {
    id=terminalMultiplexer
    default=null
}
13:52:14:718 - debug: Preferences value not found {
    id=terminalPromptForRestart
    default=true
}
13:52:14:719 - debug: Preferences value not found {
    id=passwordManagerCommand
    default=null
}
13:52:14:719 - debug: Preferences value not found {
    id=startupBehaviour
    default=GUI
}
13:52:14:719 - debug: Preferences value not found {
    id=enableGitStorage
    default=false
}
13:52:14:719 - debug: Preferences value not found {
    id=storageGitRemote
    default=
}
13:52:14:719 - debug: Preferences value not found {
    id=closeBehaviour
    default=QUIT
}
13:52:14:719 - debug: Preferences value not found {
    id=externalEditor
    default=null
}
13:52:14:719 - debug: Preferences value not found {
    id=customEditorCommand
    default=
}
13:52:14:719 - debug: Preferences value not found {
    id=customEditorCommandInTerminal
    default=false
}
13:52:14:720 - debug: Preferences value not found {
    id=automaticallyCheckForUpdates
    default=true
}
13:52:14:720 - debug: Preferences value not found {
    id=enableTerminalLogging
    default=false
}
13:52:14:720 - debug: Preferences value not found {
    id=enforceWindowModality
    default=false
}
13:52:14:720 - debug: Preferences value not found {
    id=checkForSecurityUpdates
    default=true
}
13:52:14:720 - debug: Preferences value not found {
    id=disableApiHttpsTlsCheck
    default=false
}
13:52:14:720 - debug: Preferences value not found {
    id=condenseConnectionDisplay
    default=false
}
13:52:14:720 - debug: Preferences value not found {
    id=showChildrenConnectionsInParentCategory
    default=true
}
13:52:14:720 - debug: Preferences value not found {
    id=lockVaultOnHibernation
    default=false
}
13:52:14:720 - debug: Preferences value not found {
    id=openConnectionSearchWindowOnConnectionCreation
    default=true
}
13:52:14:721 - debug: Preferences value not found {
    id=downloadsDirectory
    default=null
}
13:52:14:721 - debug: Preferences value not found {
    id=confirmAllDeletions
    default=false
}
13:52:14:721 - debug: Preferences value not found {
    id=developerMode
    default=false
}
13:52:14:721 - debug: Preferences value not found {
    id=developerDisableUpdateVersionCheck
    default=false
}
13:52:14:721 - debug: Preferences value not found {
    id=developerForceSshTty
    default=false
}
13:52:14:721 - debug: Preferences value not found {
    id=developerPrintInitFiles
    default=false
}
13:52:14:721 - debug: Preferences value not found {
    id=language
    default=ENGLISH
}
13:52:14:722 - debug: Preferences value not found {
    id=requireDoubleClickForConnections
    default=false
}
13:52:14:722 - debug: Preferences value not found {
    id=editFilesWithDoubleClick
    default=false
}
13:52:14:722 - debug: Preferences value not found {
    id=enableTerminalDocking
    default=true
}
13:52:14:722 - debug: Preferences value not found {
    id=censorMode
    default=false
}
13:52:14:722 - debug: Preferences value not found {
    id=disableApiAuthentication
    default=false
}
13:52:14:722 - debug: Preferences value not found {
    id=editorReloadTimeout
    default=1000
}
13:52:14:723 - debug: Preferences value not found {
    id=confirmDeletions
    default=true
}
13:52:14:723 - debug: Preferences value not found {
    id=gitVaultIdentityStrategy
    default=SshIdentityStrategy.None()
}
13:52:14:723 - debug: Preferences value not found {
    id=x11WslInstance
    default=null
}
13:52:14:734 - info: Platform init started
13:52:14:735 - info: Finished initial setup
13:52:14:735 - info: Startup mode determined {
    mode=gui
    reason=prefSetting
}
13:52:14:736 - info: Attempting to switch mode to gui
13:52:14:736 - info: Initializing base mode components ...
13:52:14:932 - info: Started http server {
    port=21722
}
13:52:14:933 - info: Startup mode determined {
    mode=gui
    reason=prefSetting
}
13:52:14:935 - info: Was updated is false
13:52:14:982 - trace: Starting local shell {
    command=null
    id=44e25b7c-96a3-47a1-ba53-66f7bd88ead7
}
13:52:14:982 - trace: Added watched directory {
    location=C:\Users\admin\AppData\Local\Temp\xpipe\bridge
}
13:52:14:987 - info: File/Watcher initialization thread completed
13:52:15:007 - trace: Writing line {
    line= echo -NoEnumerate "xpipetest"
}
13:52:15:008 - trace: Writing line {
    line=
}
13:52:15:101 - trace: Read: Microsoft Windows [���� 10.0.22631.5039]
13:52:15:111 - trace: Read: (c) Microsoft Corporation����������������
13:52:15:111 - trace: Writing line {
    line=
}
13:52:15:121 - trace: Read:
13:52:15:131 - trace: Read: C:\Users\admin\.xpipe-ptb\shell> echo -NoEnumerate "xpipetest"
13:52:15:141 - trace: Read: -NoEnumerate "xpipetest"
13:52:15:144 - trace: Local shell started up {
    elapsed=138ms
}
13:52:15:144 - trace: Writing line {
    line="%windir%\System32\chcp.com" 65001 >NUL
}
13:52:15:144 - trace: Writing line {
    line=set TERM=dumb
}
13:52:15:145 - trace: Writing line {
    line=set LC_ALL=C
}
13:52:15:145 - trace: Writing line {
    line=set LANG=C
}
13:52:15:145 - trace: Writing line {
    line=set LANGUAGE=C
}
13:52:15:189 - info: Starting command execution ... {
    baseCommand=(call echo ^%TEMP^%)
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:204 - trace: Writing line {
    line= echo c^9299e52-981e-420d-abb9-3e30d75a4ca9&(echo cdd476aa-270a-4b5b-bf58-d3772d6bb11a)1>&2&(call echo ^%TEMP^%)&(call echo 5c843ce9-23eb-4300-8c95-6a459e896174E^XIT^%errorlevel^%END)&(echo f23d2adf-236d-4142-ae2b-fd2fb678fa29)1>&2
}
13:52:15:232 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:232 - trace: Stdout finished. Reading exit code ...
13:52:15:232 - trace: Read stderr {
    output=
}
13:52:15:233 - info: Command finished {
    command=(call echo ^%TEMP^%)
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:233 - trace: Command state switched to finished as both streams finished
13:52:15:234 - trace: Read stdout {
    output=C:\Users\admin\AppData\Local\Temp
}
13:52:15:236 - trace: Closing command normally {
    manageParent=false
}
13:52:15:241 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:242 - trace: Writing line {
    line= echo a^8d4ce86-6acb-4fdd-9406-9963aa5707aa&(echo 368936a0-5285-4efe-8a51-f114e9f7c173)1>&2&(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))&(call echo 1aeb422f-693d-4695-87f0-8ace7e2f65e4E^XIT^%errorlevel^%END)&(echo c3d6819a-9cf6-4b05-b669-93462d2ebb6c)1>&2
}
13:52:15:250 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:250 - trace: Stdout finished. Reading exit code ...
13:52:15:250 - trace: Read stderr {
    output=
}
13:52:15:250 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:251 - trace: Command state switched to finished as both streams finished
13:52:15:251 - trace: Read stdout {
    output=
}
13:52:15:251 - trace: Closing command normally {
    manageParent=false
}
13:52:15:253 - info: Loading ikonli fonts ...
13:52:15:257 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:257 - trace: Writing line {
    line= echo 4^6b60021-be21-414e-8ef1-fba4c0a4348e&(echo c2d7c7e3-a179-4118-b6a4-abbecda688a9)1>&2&(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))&(call echo bd58c95b-1d7a-425d-9d09-bbecb6b24f99E^XIT^%errorlevel^%END)&(echo 28c01433-450c-493e-a832-97f35d2cb526)1>&2
}
13:52:15:266 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:266 - trace: Read stderr {
    output=
}
13:52:15:267 - trace: Stdout finished. Reading exit code ...
13:52:15:267 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:267 - trace: Command state switched to finished as both streams finished
13:52:15:267 - trace: Read stdout {
    output=
}
13:52:15:268 - trace: Closing command normally {
    manageParent=false
}
13:52:15:275 - info: Starting command execution ... {
    baseCommand=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:275 - trace: Writing line {
    line= echo f^5800dbf-bc03-4a61-8ad8-758698fd8952&(echo 9284007d-6efb-46d6-bd56-04596f260808)1>&2&REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName&(call echo cc677084-dab2-4f7c-9a44-e1db66c9acc3E^XIT^%errorlevel^%END)&(echo 65f33376-3922-4965-bb87-dda33916ace0)1>&2
}
13:52:15:293 - trace: Stdout finished. Reading exit code ...
13:52:15:293 - info: Command finished {
    command=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:293 - trace: Read stdout {
    output=
    | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    |     ProductName    REG_SZ    Windows 10 Pro
}
13:52:15:295 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:295 - trace: Command state switched to finished as both streams finished
13:52:15:295 - trace: Read stderr {
    output=
}
13:52:15:295 - trace: Closing command normally {
    manageParent=false
}
13:52:15:302 - info: Starting command execution ... {
    baseCommand=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuild
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:302 - trace: Writing line {
    line= echo 6^2dab838-5335-477c-a2d7-367a5d783f21&(echo 0f1645ca-b33d-451c-8b68-ecd4669598c3)1>&2&REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuild&(call echo 461da2f8-de28-456b-8be8-dbcbb31a0c41E^XIT^%errorlevel^%END)&(echo 76a82951-40e7-46fe-99c2-6e7c2d5fc396)1>&2
}
13:52:15:316 - trace: Stdout finished. Reading exit code ...
13:52:15:316 - info: Command finished {
    command=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuild
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:317 - trace: Read stdout {
    output=
    | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    |     CurrentBuild    REG_SZ    22631
}
13:52:15:318 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:318 - trace: Command state switched to finished as both streams finished
13:52:15:318 - trace: Read stderr {
    output=
}
13:52:15:318 - trace: Closing command normally {
    manageParent=false
}
13:52:15:325 - info: Starting command execution ... {
    baseCommand=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:325 - trace: Writing line {
    line= echo a^2175264-9463-4503-af13-6baa33c26455&(echo 7b1477d0-c9a0-4afd-8809-fb86baef1d6d)1>&2&REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion&(call echo bb9b2ee8-f544-4269-82c8-86b00eb6962bE^XIT^%errorlevel^%END)&(echo d56efc1c-9be4-472a-bad8-66984bfa6174)1>&2
}
13:52:15:347 - trace: Stdout finished. Reading exit code ...
13:52:15:347 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:347 - info: Command finished {
    command=REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v DisplayVersion
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:347 - trace: Command state switched to finished as both streams finished
13:52:15:347 - trace: Read stderr {
    output=
}
13:52:15:347 - trace: Read stdout {
    output=
    | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    |     DisplayVersion    REG_SZ    23H2
}
13:52:15:348 - trace: Closing command normally {
    manageParent=false
}
13:52:15:355 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:355 - trace: Writing line {
    line= echo 5^0276a6d-e133-4352-9fdd-02d2b4795e9a&(echo b6b9116f-7ffa-49d3-b220-7d7315032826)1>&2&cd /D "C:\Users\admin"&(call echo e34d9dd4-aa12-4fc0-98fb-bb77f4285de3E^XIT^%errorlevel^%END)&(echo 3146d5f7-2cc7-4404-8e0e-cfcb7d65ad05)1>&2
}
13:52:15:363 - trace: Stdout finished. Reading exit code ...
13:52:15:363 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:363 - info: Command finished {
    command=cd /D "C:\Users\admin"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:363 - trace: Command state switched to finished as both streams finished
13:52:15:363 - trace: Read stderr {
    output=
}
13:52:15:363 - trace: Read stdout {
    output=
}
13:52:15:363 - trace: Closing command normally {
    manageParent=false
}
13:52:15:374 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat" (if not exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat\\*" (ECHO.) else (CALL)) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:375 - trace: Writing line {
    line= echo a^a6ad00d-75a1-46c2-bddb-901f2c44f36c&(echo 49d68cec-66e1-4fe6-bcb4-58ddcbb4abc6)1>&2&(if exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat" (if not exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat\\*" (ECHO.) else (CALL)) else (CALL))&(call echo c39fd5e1-e49d-4469-88c6-4a106357fdccE^XIT^%errorlevel^%END)&(echo 5a232e9f-f283-4bbd-b814-d25c7e3a5809)1>&2
}
13:52:15:384 - trace: Stdout finished. Reading exit code ...
13:52:15:384 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:384 - trace: Read stderr {
    output=
}
13:52:15:384 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat" (if not exist "C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat\\*" (ECHO.) else (CALL)) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:385 - trace: Command state switched to finished as both streams finished
13:52:15:385 - trace: Read stdout {
    output=
}
13:52:15:385 - trace: Closing command normally {
    manageParent=false
}
13:52:15:391 - info: Starting command execution ... {
    baseCommand="C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:392 - trace: Writing line {
    line= echo 3^43ee791-16a5-4f85-a08e-87a10057d587&(echo 16aa35ef-980f-42cf-951b-e9931da84eb7)1>&2&"C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat"&(call echo 987ede88-0f99-4ee7-940c-ca29bb0fd4e3E^XIT^%errorlevel^%END)&(echo 8c12e79b-1831-4f67-919c-22e808d58a3b)1>&2
}
13:52:15:421 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:421 - trace: Read stderr {
    output=
}
13:52:15:421 - trace: Stdout finished. Reading exit code ...
13:52:15:422 - info: Command finished {
    command="C:\Users\admin\AppData\Local\Temp\xpipe-1958272355.bat"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:422 - trace: Command state switched to finished as both streams finished
13:52:15:422 - trace: Read stdout {
    output=test
}
13:52:15:422 - trace: Closing command normally {
    manageParent=false
}
13:52:15:436 - info: Starting command execution ... {
    baseCommand=WHERE "Cursor"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:437 - trace: Writing line {
    line= echo 1^f3abeaa-3e97-426b-bd3e-f496d5c53faf&(echo 22694f77-1a7a-41c7-b4ec-73a7f27a2dc8)1>&2&WHERE "Cursor"&(call echo 3444e74e-03a3-4f0d-860e-e0de0d770cc5E^XIT^%errorlevel^%END)&(echo 810804ea-f446-4ca4-997a-05c85fc41644)1>&2
}
13:52:15:440 - trace: Starting local shell {
    command=null
    id=2da9de5f-3f46-4f01-9d68-5bfaea566b2f
}
13:52:15:440 - trace: Writing line {
    line= echo -NoEnumerate "xpipetest"
}
13:52:15:441 - trace: Writing line {
    line=
}
13:52:15:446 - trace: Starting local shell {
    command=null
    id=3fb68dcf-7809-4430-b725-9a80ffdaa984
}
13:52:15:447 - trace: Writing line {
    line= echo -NoEnumerate "xpipetest"
}
13:52:15:447 - trace: Writing line {
    line=
}
13:52:15:554 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:554 - trace: Stdout finished. Reading exit code ...
13:52:15:554 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:15:554 - info: Command finished {
    command=WHERE "Cursor"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:15:554 - trace: Command state switched to finished as both streams finished
13:52:15:555 - trace: Read stdout {
    output=
}
13:52:15:555 - trace: Closing command normally {
    manageParent=false
}
13:52:15:563 - info: Starting command execution ... {
    baseCommand=WHERE "windsurf.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:564 - trace: Writing line {
    line= echo f^e2fbc20-abf7-4f86-9ed2-01a0c231e240&(echo 09e2f09b-73ed-40d2-b99c-b78674a36fe5)1>&2&WHERE "windsurf.cmd"&(call echo 48603450-659a-4422-ab5c-8dc9470a3616E^XIT^%errorlevel^%END)&(echo 819589de-c38b-428d-ba27-3a77c4ff9ff2)1>&2
}
13:52:15:599 - trace: Read: Microsoft Windows [���� 10.0.22631.5039]
13:52:15:609 - trace: Read: (c) Microsoft Corporation����������������
13:52:15:609 - trace: Writing line {
    line=
}
13:52:15:617 - trace: Read: Microsoft Windows [���� 10.0.22631.5039]
13:52:15:619 - trace: Read:
13:52:15:627 - trace: Read: (c) Microsoft Corporation����������������
13:52:15:627 - trace: Writing line {
    line=
}
13:52:15:629 - trace: Read: C:\Users\admin\.xpipe-ptb\shell> echo -NoEnumerate "xpipetest"
13:52:15:637 - trace: Read:
13:52:15:639 - trace: Read: -NoEnumerate "xpipetest"
13:52:15:639 - trace: Local shell started up {
    elapsed=199ms
}
13:52:15:639 - trace: Writing line {
    line="%windir%\System32\chcp.com" 65001 >NUL
}
13:52:15:639 - trace: Writing line {
    line=set TERM=dumb
}
13:52:15:640 - trace: Writing line {
    line=set LC_ALL=C
}
13:52:15:640 - trace: Writing line {
    line=set LANG=C
}
13:52:15:640 - trace: Writing line {
    line=set LANGUAGE=C
}
13:52:15:641 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:641 - trace: Writing line {
    line= echo 7^d006442-cff5-4e68-8297-1b3471fc94ec&(echo 1cd138f1-0933-4032-ad24-dcd1832e2586)1>&2&(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))&(call echo e63821bb-aad9-4bba-b396-d4f0530c12d5E^XIT^%errorlevel^%END)&(echo 0df032cd-01ce-4182-baf2-74bfbfee88b3)1>&2
}
13:52:15:647 - trace: Read: C:\Users\admin\.xpipe-ptb\shell> echo -NoEnumerate "xpipetest"
13:52:15:657 - trace: Read: -NoEnumerate "xpipetest"
13:52:15:657 - trace: Local shell started up {
    elapsed=210ms
}
13:52:15:657 - trace: Writing line {
    line="%windir%\System32\chcp.com" 65001 >NUL
}
13:52:15:658 - trace: Writing line {
    line=set TERM=dumb
}
13:52:15:658 - trace: Writing line {
    line=set LC_ALL=C
}
13:52:15:658 - trace: Writing line {
    line=set LANG=C
}
13:52:15:658 - trace: Writing line {
    line=set LANGUAGE=C
}
13:52:15:659 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:659 - trace: Writing line {
    line= echo d^5e56b6d-d46c-40c0-b8f6-9e98cd49f647&(echo a66d95f9-7a1e-404b-b466-088cb5cef522)1>&2&(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))&(call echo af58334b-ca40-4801-9493-51704ad2bbb9E^XIT^%errorlevel^%END)&(echo 466d5316-1c64-45f8-9218-0e94e1f57042)1>&2
}
13:52:15:662 - trace: Stdout finished. Reading exit code ...
13:52:15:662 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:662 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:15:662 - info: Command finished {
    command=WHERE "windsurf.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:15:662 - trace: Command state switched to finished as both streams finished
13:52:15:663 - trace: Read stdout {
    output=
}
13:52:15:663 - trace: Closing command normally {
    manageParent=false
}
13:52:15:669 - info: Starting command execution ... {
    baseCommand=WHERE "trae.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:670 - trace: Writing line {
    line= echo e^8dcd9e4-0d0f-4fec-bbc0-d31c46c5b823&(echo fb376e61-c3d6-4fb8-9875-6d8f6aff11c3)1>&2&WHERE "trae.cmd"&(call echo 98c2bcf6-2e90-4c7e-9072-f5649e335a8cE^XIT^%errorlevel^%END)&(echo 3422ef96-7ca4-4f44-92c1-12bebc0715f8)1>&2
}
13:52:15:739 - trace: Stdout finished. Reading exit code ...
13:52:15:739 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:739 - trace: Read stdout {
    output=
}
13:52:15:742 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:742 - trace: Command state switched to finished as both streams finished
13:52:15:742 - trace: Read stderr {
    output=
}
13:52:15:742 - trace: Closing command normally {
    manageParent=false
}
13:52:15:749 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:750 - trace: Writing line {
    line= echo 7^a5bae55-515a-49df-9294-3b2603820d46&(echo bc2fc32b-5099-48de-ba30-7d2dd5220122)1>&2&cd /D "C:\Users\admin"&(call echo 0471e995-6d5d-4b9b-b63c-232301b9c6d3E^XIT^%errorlevel^%END)&(echo 908778a8-ae37-4663-b92f-6c4574700515)1>&2
}
13:52:15:758 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:758 - trace: Stdout finished. Reading exit code ...
13:52:15:758 - trace: Read stderr {
    output=
}
13:52:15:759 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:759 - trace: Command state switched to finished as both streams finished
13:52:15:759 - trace: Read stdout {
    output=
}
13:52:15:759 - trace: Closing command normally {
    manageParent=false
}
13:52:15:760 - trace: Stdout finished. Reading exit code ...
13:52:15:760 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:760 - trace: Read stderr {
    output=
}
13:52:15:760 - info: Command finished {
    command=cd /D "C:\Users\admin"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:761 - trace: Command state switched to finished as both streams finished
13:52:15:761 - trace: Read stdout {
    output=
}
13:52:15:761 - trace: Closing command normally {
    manageParent=false
}
13:52:15:765 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin\.xpipe-ptb\storage"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:765 - trace: Writing line {
    line= echo 2^5aa14e5-9464-4653-bbf7-00503101fb1a&(echo db327487-f62b-47e2-80b8-e3f737eca37a)1>&2&cd /D "C:\Users\admin\.xpipe-ptb\storage"&(call echo 7c82cbb8-9dc3-444e-b0f2-2298bce6afa3E^XIT^%errorlevel^%END)&(echo 5949e723-7342-40da-a83c-fdaa0da8b5da)1>&2
}
13:52:15:777 - trace: Stdout finished. Reading exit code ...
13:52:15:777 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:777 - info: Command finished {
    command=cd /D "C:\Users\admin\.xpipe-ptb\storage"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:15:777 - trace: Read stderr {
    output=
}
13:52:15:777 - trace: Command state switched to finished as both streams finished
13:52:15:777 - trace: Read stdout {
    output=
}
13:52:15:778 - trace: Closing command normally {
    manageParent=false
}
13:52:15:785 - trace: Stdout finished. Reading exit code ...
13:52:15:785 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:785 - debug: Preferences value not found {
    id=enableHttpApi
    default=false
}
13:52:15:785 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:15:785 - info: Command finished {
    command=WHERE "trae.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:15:785 - debug: Preferences value not found {
    id=enableHttpApi
    default=false
}
13:52:15:786 - trace: Command state switched to finished as both streams finished
13:52:15:786 - trace: Read stdout {
    output=
}
13:52:15:786 - debug: Preferences value not found {
    id=dontAutomaticallyStartVmSshServer
    default=false
}
13:52:15:786 - debug: Preferences value not found {
    id=dontAutomaticallyStartVmSshServer
    default=false
}
13:52:15:786 - trace: Closing command normally {
    manageParent=false
}
13:52:15:786 - debug: Preferences value not found {
    id=dontAcceptNewHostKeys
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=dontAcceptNewHostKeys
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=disableTerminalRemotePasswordPreparation
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=disableTerminalRemotePasswordPreparation
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=alwaysConfirmElevation
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=alwaysConfirmElevation
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=dontCachePasswords
    default=false
}
13:52:15:787 - debug: Preferences value not found {
    id=dontCachePasswords
    default=false
}
13:52:15:788 - debug: Preferences value not found {
    id=denyTempScriptCreation
    default=false
}
13:52:15:788 - debug: Preferences value not found {
    id=denyTempScriptCreation
    default=false
}
13:52:15:788 - debug: Preferences value not found {
    id=encryptAllVaultData
    default=false
}
13:52:15:788 - debug: Preferences value not found {
    id=encryptAllVaultData
    default=false
}
13:52:15:788 - debug: Preferences value not found {
    id=workspaceLock
    default=null
}
13:52:15:788 - debug: Preferences value not found {
    id=workspaceLock
    default=null
}
13:52:15:789 - debug: Preferences value not found {
    id=apiKey
    default=eb5fe847-6784-4fe8-8d2f-0a3c8e27d6d1
}
13:52:15:789 - debug: Preferences value not found {
    id=apiKey
    default=eb5fe847-6784-4fe8-8d2f-0a3c8e27d6d1
}
13:52:15:794 - info: Starting command execution ... {
    baseCommand=WHERE "codium.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:795 - trace: Writing line {
    line= echo f^033ad50-f619-43bd-b7bf-059aa7afd58a&(echo ef6a8309-9aaf-4284-b103-fad796dc5be3)1>&2&WHERE "codium.cmd"&(call echo 754c0d68-9943-45e6-a25f-f3ceb5ac0869E^XIT^%errorlevel^%END)&(echo e543e363-b025-499e-b34a-fe47e993e3b8)1>&2
}
13:52:15:946 - trace: Stdout finished. Reading exit code ...
13:52:15:946 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:15:946 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:15:946 - info: Command finished {
    command=WHERE "codium.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:15:947 - trace: Command state switched to finished as both streams finished
13:52:15:947 - trace: Read stdout {
    output=
}
13:52:15:947 - trace: Closing command normally {
    manageParent=false
}
13:52:15:953 - info: Starting command execution ... {
    baseCommand=WHERE "code-insiders.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:15:954 - trace: Writing line {
    line= echo 7^351b8ae-87ee-4cd9-a0e3-5de9b2e83b33&(echo d98d8a14-6efd-4c3a-bf49-d5d8a2baf7ea)1>&2&WHERE "code-insiders.cmd"&(call echo 0423cbd4-683b-47e9-b084-b24cb60ac284E^XIT^%errorlevel^%END)&(echo ec6c139f-3b3e-4c29-ae5b-5e52509922a9)1>&2
}
13:52:16:010 - trace: Starting local shell {
    command=null
    id=c14e7793-1288-4abf-95f9-b1fad6053e98
}
13:52:16:010 - trace: Writing line {
    line= echo -NoEnumerate "xpipetest"
}
13:52:16:010 - trace: Writing line {
    line=
}
13:52:16:059 - trace: Stdout finished. Reading exit code ...
13:52:16:059 - info: Command finished {
    command=WHERE "code-insiders.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:16:059 - trace: Read stdout {
    output=
}
13:52:16:060 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:060 - trace: Command state switched to finished as both streams finished
13:52:16:060 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:16:060 - trace: Closing command normally {
    manageParent=false
}
13:52:16:066 - info: Starting command execution ... {
    baseCommand=WHERE "code.cmd"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:067 - trace: Writing line {
    line= echo 8^3d2a3da-f93e-4992-ab92-41f10049ddb9&(echo cc2645f5-79f4-4425-9c0b-d3ad7d85ab8b)1>&2&WHERE "code.cmd"&(call echo 49a2d389-c5e0-498c-a5b2-7a4136ca40d9E^XIT^%errorlevel^%END)&(echo 295ad8d3-e7c2-439d-930f-e14082ebf81b)1>&2
}
13:52:16:119 - info: Loading bundled fonts ...
13:52:16:138 - info: Loading stylesheets ...
13:52:16:144 - trace: Loading styles for module io.xpipe.ext.uacc
13:52:16:145 - trace: Read: Microsoft Windows [���� 10.0.22631.5039]
13:52:16:148 - trace: Loading styles for module io.xpipe.app
13:52:16:155 - trace: Read: (c) Microsoft Corporation����������������
13:52:16:155 - trace: Writing line {
    line=
}
13:52:16:165 - trace: Read:
13:52:16:175 - trace: Read: C:\Users\admin\.xpipe-ptb\shell> echo -NoEnumerate "xpipetest"
13:52:16:177 - trace: Updating theme to system theme
13:52:16:179 - trace: Stdout finished. Reading exit code ...
13:52:16:179 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:179 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:16:179 - info: Command finished {
    command=WHERE "code.cmd"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:16:179 - trace: Command state switched to finished as both streams finished
13:52:16:179 - trace: Read stdout {
    output=
}
13:52:16:180 - trace: Closing command normally {
    manageParent=false
}
13:52:16:185 - trace: Read: -NoEnumerate "xpipetest"
13:52:16:185 - trace: Local shell started up {
    elapsed=175ms
}
13:52:16:185 - trace: Writing line {
    line="%windir%\System32\chcp.com" 65001 >NUL
}
13:52:16:185 - trace: Writing line {
    line=set TERM=dumb
}
13:52:16:186 - trace: Writing line {
    line=set LC_ALL=C
}
13:52:16:186 - trace: Writing line {
    line=set LANG=C
}
13:52:16:186 - trace: Writing line {
    line=set LANGUAGE=C
}
13:52:16:186 - info: Starting command execution ... {
    baseCommand=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:187 - trace: Writing line {
    line= echo 5^c8b2712-ac57-4731-8ce6-74e71e40a5f0&(echo aaf7a6d4-9a3f-43fa-aad5-24336550c589)1>&2&(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))&(call echo 8c5fd4d4-5f80-4c1d-8c5b-c7401ee2c315E^XIT^%errorlevel^%END)&(echo 6a6651f9-4dc5-41af-b041-833cab03ab08)1>&2
}
13:52:16:187 - info: Starting command execution ... {
    baseCommand=WHERE "notepad++"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:188 - trace: Writing line {
    line= echo 8^2d086b1-6310-4111-a5cb-3edf956fb665&(echo 96dd077a-a88a-4391-bbb1-341ae3fc9801)1>&2&WHERE "notepad++"&(call echo 1cae8e90-0740-4570-88db-77f3bb037cf6E^XIT^%errorlevel^%END)&(echo d67ed46e-c5e9-4f1c-a89b-f75a59fb6fd3)1>&2
}
13:52:16:260 - debug: Set theme light for scene
13:52:16:261 - info: Loading translations ...
13:52:16:287 - trace: Stdout finished. Reading exit code ...
13:52:16:287 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:287 - info: Command finished {
    command=(if exist "C:\Users\admin\AppData\Local\Temp\\*" (ECHO.) else (CALL))
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:16:287 - trace: Command state switched to finished as both streams finished
13:52:16:287 - trace: Read stderr {
    output=
}
13:52:16:287 - trace: Read stdout {
    output=
}
13:52:16:288 - trace: Closing command normally {
    manageParent=false
}
13:52:16:311 - info: Starting command execution ... {
    baseCommand=cd /D "C:\Users\admin"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:312 - trace: Writing line {
    line= echo b^dc03f7b-7670-45dc-997c-3e6731bcba9f&(echo a0c4a185-2cf4-4a4d-92f3-b4bce0de25d6)1>&2&cd /D "C:\Users\admin"&(call echo 10175e55-4e11-4e50-9a55-7a7faa864b59E^XIT^%errorlevel^%END)&(echo d23a274a-49b3-4807-9f18-c229b1dd242a)1>&2
}
13:52:16:319 - trace: Stdout finished. Reading exit code ...
13:52:16:319 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:319 - trace: Stdout finished. Reading exit code ...
13:52:16:319 - info: Command finished {
    command=cd /D "C:\Users\admin"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:16:319 - info: Command finished {
    command=WHERE "notepad++"
    finishReason=NORMAL_FINISH
    exitCode=1
}
13:52:16:319 - trace: Read stderr {
    output=INFO: Could not find files for the given pattern(s).
}
13:52:16:319 - trace: Command state switched to finished as both streams finished
13:52:16:319 - trace: Read stdout {
    output=
}
13:52:16:319 - trace: Read stdout {
    output=
}
13:52:16:320 - trace: Closing command normally {
    manageParent=false
}
13:52:16:321 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:321 - trace: Command state switched to finished as both streams finished
13:52:16:321 - trace: Read stderr {
    output=
}
13:52:16:321 - trace: Closing command normally {
    manageParent=false
}
13:52:16:322 - info: Application launched
13:52:16:323 - info: Platform init finished
13:52:16:323 - info: Startup mode determined {
    mode=gui
    reason=prefSetting
}
13:52:16:327 - info: Loading images ...
13:52:16:341 - trace: Closing local shell ...
13:52:16:342 - trace: Writing line {
    line= exit
}
13:52:16:433 - trace: Loaded images in io.xpipe.ext.proc:img in 92 ms
13:52:16:438 - trace: Loaded images in io.xpipe.ext.system:img in 5 ms
13:52:16:449 - trace: Loaded images in io.xpipe.ext.base:img in 9 ms
13:52:16:449 - info: Browser initialization thread completed
13:52:16:449 - trace: Loaded images in io.xpipe.ext.uacc:img in 0 ms
13:52:16:461 - info: Starting command execution ... {
    baseCommand=WHERE "wt.exe"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:462 - trace: Writing line {
    line= echo 1^329e702-212d-4334-9f9a-8ef5d1f46f66&(echo e747f0df-2f3b-4d6d-925a-1a4a82c0246b)1>&2&WHERE "wt.exe"&(call echo 6ff36929-553d-426a-9e19-e2e1ed786b3bE^XIT^%errorlevel^%END)&(echo 00c09271-b8c5-4011-9136-2b83b34d2a0a)1>&2
}
13:52:16:545 - debug: Added stylesheets for scene
13:52:16:546 - debug: Set stylesheet reload listener
13:52:16:558 - debug: Window state loaded {
    state=AppMainWindow.WindowState(maximized=false, windowX=382, windowY=172, windowWidth=982, windowHeight=554)
}
13:52:16:568 - debug: Window loaded saved bounds
13:52:16:568 - debug: Window initialized {
    x=382.0
    y=172.0
    width=982.0
    height=554.0
    maximized=false
}
13:52:16:573 - debug: Window listeners added
13:52:16:583 - info: Connection storage initialization thread completed
13:52:16:607 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:607 - trace: Stdout finished. Reading exit code ...
13:52:16:607 - trace: Read stderr {
    output=
}
13:52:16:607 - info: Command finished {
    command=WHERE "wt.exe"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:16:607 - trace: Command state switched to finished as both streams finished
13:52:16:607 - trace: Read stdout {
    output=C:\Users\admin\AppData\Local\Microsoft\WindowsApps\wt.exe
}
13:52:16:608 - trace: Closing command normally {
    manageParent=false
}
13:52:16:610 - trace: Loaded images in io.xpipe.app:img in 161 ms
13:52:16:615 - info: Platform initialization thread completed
13:52:16:617 - info: Starting command execution ... {
    baseCommand=WHERE "mstsc.exe"
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:617 - trace: Writing line {
    line= echo 9^12e586a-c3ef-429a-b3da-8da56a79db4e&(echo 24735751-ea49-4078-8c2e-91efef42ca5d)1>&2&WHERE "mstsc.exe"&(call echo 62633e8f-ac3f-4287-87e7-2c946fb2c381E^XIT^%errorlevel^%END)&(echo bf5e6653-5c8d-49f2-b377-b554a1a4285d)1>&2
}
13:52:16:742 - trace: Stdout finished. Reading exit code ...
13:52:16:742 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:742 - trace: Read stderr {
    output=
}
13:52:16:742 - info: Command finished {
    command=WHERE "mstsc.exe"
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:16:742 - trace: Command state switched to finished as both streams finished
13:52:16:743 - trace: Read stdout {
    output=C:\Windows\System32\mstsc.exe
}
13:52:16:743 - trace: Closing command normally {
    manageParent=false
}
13:52:16:753 - info: Starting command execution ... {
    baseCommand=wsl --list
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:753 - trace: Writing line {
    line= echo 8^3644677-a00d-4aeb-bc4b-496b49d93194&(echo 754f3a6e-d0a2-4506-939e-4bb576b3344f)1>&2&wsl --list&(call echo ac388598-bcea-4930-82f0-7f94f7e0527bE^XIT^%errorlevel^%END)&(echo e8e9cccc-aa55-492a-9c84-fa72cbd784c0)1>&2
}
13:52:16:950 - trace: Stdout finished. Reading exit code ...
13:52:16:950 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:16:950 - trace: Read stderr {
    output=
}
13:52:16:950 - info: Command finished {
    command=wsl --list
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:16:951 - trace: Command state switched to finished as both streams finished
13:52:16:951 - trace: Read stdout {
    output=
    | 适用于 Linux 的 Windows 子系统分发:
    | docker-desktop (默认)
    | docker-desktop-data
}
13:52:16:952 - trace: Closing command normally {
    manageParent=false
}
13:52:16:958 - info: Starting command execution ... {
    baseCommand=wsl -l -v
    shellType=cmd
    elevated=false
    workingDirectory=null
}
13:52:16:958 - trace: Writing line {
    line= echo e^cb7d113-d875-4749-b9ae-ee6318c7d0eb&(echo d8723810-bf00-4ef4-af11-5fca4996d15e)1>&2&wsl -l -v&(call echo d51888bd-20ee-4dbf-a7fd-d9761931282aE^XIT^%errorlevel^%END)&(echo 5ae0c2b7-f94a-4bdf-824c-e6a444dd9d5a)1>&2
}
libpng warning: iCCP: cHRM chunk does not match sRGB
13:52:17:156 - trace: Stdout finished. Reading exit code ...
13:52:17:156 - trace: Stderr finished {
    finishReason=NORMAL_FINISH
}
13:52:17:156 - trace: Read stderr {
    output=
}
13:52:17:156 - info: Command finished {
    command=wsl -l -v
    finishReason=NORMAL_FINISH
    exitCode=0
}
13:52:17:157 - trace: Command state switched to finished as both streams finished
13:52:17:157 - trace: Read stdout {
    output=
    | NAME                   STATE           VERSION
    | * docker-desktop         Stopped         2
    |   docker-desktop-data    Stopped         2
}
13:52:17:157 - trace: Closing command normally {
    manageParent=false
}
13:52:17:324 - info: Shell initialization thread completed
13:52:17:358 - info: Window content node creation started
13:52:17:362 - trace: Creating content tab region for element AppPrefsComp
13:52:17:845 - trace: Created content tab region for element AppPrefsComp
13:52:17:847 - trace: Added content tab region for element AppPrefsComp
13:52:17:847 - trace: Creating content tab region for element StoreLayoutComp
13:52:17:847 - trace: Created content tab region for element StoreLayoutComp
13:52:17:849 - trace: Added content tab region for element StoreLayoutComp
13:52:17:849 - trace: Creating content tab region for element BrowserFullSessionComp
13:52:17:893 - trace: Created content tab region for element BrowserFullSessionComp
13:52:17:893 - trace: Added content tab region for element BrowserFullSessionComp
13:52:17:893 - trace: Creating content tab region for element e
13:52:17:911 - trace: Created content tab region for element e
13:52:17:912 - trace: Added content tab region for element e
13:52:17:958 - info: Window content node structure created
13:52:17:960 - info: Window content node set
13:52:18:156 - info: Window content node shown
13:52:18:156 - info: Window content initialization thread completed
13:52:19:980 - debug: Window resize {
    x=929.0
    y=226.0
    width=982.0
    height=554.0
    maximized=false
}
13:52:59:358 - debug: Window resize {
    x=558.0
    y=211.0
    width=982.0
    height=554.0
    maximized=false
}
13:53:04:110 - debug: Window resize {
    x=624.0
    y=174.0
    width=982.0
    height=554.0
    maximized=false
}
13:53:14:939 - info: Starting background updater thread
13:53:14:939 - info: Performing background update
13:53:15:839 - info: Determined latest suitable release 16.0-8

@crschnick
Copy link
Member

And this still freezes?

@acracker
Copy link
Author

acracker commented Apr 2, 2025

yes

@crschnick
Copy link
Member

Alright, I will try to figure out what went wrong and come back to you. Because I did rework jumpservers in xpipe 16

@crschnick
Copy link
Member

So I looked into this and I don't think it is a freezing problem. If I look closely at the screenshot, the content is rendered but is very transparent for some reason. There is a dialog being shown that you probably can't see, that is why you can't click on anything.

I think this is a rendering issue. I tried to fix it in the latest version of https://github.com/xpipe-io/xpipe-ptb, maybe that works. If that has the same issue, then I'm honestly not sure what broke. Because I didn't change anything rendering related in these builds compared to v15.

@crschnick
Copy link
Member

I was able to reproduce this, will look into it as it's still not fixed

@crschnick
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants