-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Identity manager spawns mutliple processes but doesnt unlock app #387
Comments
if the sign in button doesnt work then its likely the mimtype handler isn't handling the adskid link that handels the login you can try copying that link by inspecting the login button and running:
example:
|
after some jiggling, this seems to have worked... my folder name was different (obviously) , thank you for this.. |
this worked for me as well, thank you! |
Maybe this works on other Linux devices but on mine the adskid-mgr.desktop file doesn't get used to open this link which is the problem. in thread #381 I mentioned this as well, and they seemingly fixed it, so I'm not sure why it didn't work for you ! |
This didn't work for me. I tried the command |
it took me a few runs at it.
|
Tried it in quotes and got this: |
This was the fix for me. (I found The behaviour after was what is expected (kind of):
Not sure how to go about fixing it, as im not sure why it was incorrect. |
That does it. Gotta fix adskidmgr-opener.desktop |
Hi guys, I've done the .desktop fix, but unfortunately still not working. [Desktop Entry]
Type=Application
Name=adskidmgr Scheme Handler
Exec=env WINEPREFIX="/home/ipsum/.fusion360/wineprefixes/default" wine "C:\Program Files\Autodesk\webdeploy\production\57cd45aa09be2d79663784069561ec17eda99ca8\Autodesk Identity Manager\AdskIdentityManager.exe" %u
StartupNotify=false
Terminal=true
MimeType=x-scheme-handler/adskidmgr; Using the manual command: env ROOTFOLDER=~/.fusion360 WINEPREFIX="/home/mycomputername/.fusion360/wineprefixes/default" wine "C:/Program Files/Autodesk/webdeploy/production/57cd45aa09be2d79663784069561ec17eda99ca8/Autodesk Identity Manager/AdskidentityManager.exe --process_name Autodesk.IDSDK.DefaultProcess-v2-server_name Autodesk.IDSDK.DefaultServer-v2" "adskidmgr:/login?code=thecode" Does not work for me. I get the same error wine: could not open working directory L"unix\\home\\ipsum\\", starting in the Windows directory. wine: could not open working directory L"unix\\home\\ipsum\\", starting in the Windows directory. 0810:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0810:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0810:fixme:file:NtLockFile I/O completion on lock not implemented yet 0810:fixme:win:RegisterPowerSettingNotification (000000000003010E,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub 0810:fixme:sync:SetWaitableTimerEx (00000000000000E0, 00007FFFFE1FCD08, 0, 0000000000000000, 0000000000000000, 0000000000000000, 32) semi-stub 0810:fixme:win:UnregisterPowerSettingNotification (00000000DEADBEEF): stub @Vanilla009 Did you have to do anything extra to get it working in the end besides modifying the .desktop file? |
using WINEPREFIX="/home/ortettyv/.fusion360/wineprefixes/default" wine "/home/ortettyv/.fusion360/wineprefixes/default/drive_c/Program Files/Autodesk/webdeploy/production/57cd45aa09be2d79663784069561ec17eda99ca8/Autodesk Identity Manager/AdskIdentityManager.exe" seems to work well, after restarting fusion once running it |
For anyone having major issues logging in please try the Proof of concept script that has been tried and tested to work. The other issue we will all be having is that Autodesk change the numbers after the 'Production folder' with every update, this results in the link changing every couple of weeks. Im aiming to get a fix for that in the next couple of days. For now, please check the folder inside of "C:\Program Files\Autodesk\webdeploy\production" and change the script accordingly |
I think you need to remove the |
My problem is that I can't even get it to open firefox. I'm using Wine 9.2 on U 23.10. Did you guys do anything special to get it to open the browser in the first place? |
I am experiencing this same problem: how do you "[copy] that link by inspecting the login button"? Nothing opens in Firefox or any browser, and right clicking on the Autodesk Fusion application link doesn't have any response. |
I'm in the same boat - nothing opens in a browser at all |
Same here. I tried to install firefox with winetricks and make the regedit use it and no luck. |
Describe the bug
Ubuntu 23.10 wine 9.0 in x11, installer works well, app opens to sign in screen. The web browser opens and allows log in to Autodesk, then the id manager fails to authenticate the running app which freezes until the adski mgr prcesses are closed.
AdskidentityManager.exe creates multiple processes and adds more as time goes on. Fusion window has no close icon until idmgr processes are killed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
app is authenticated and continues to launch
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: