-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Yu-gi-oh Duel Links (601510) #1471
Comments
|
Do you plan to include wine-mono in Proton to support those games? |
duel links working with playonlinux https://www.youtube.com/watch?v=DR_gnNzt7e0 |
Later of try and read lot of things, i can make the game working with wine prefix, but i make a lot of things and i dont know how of this things is make to work the game. Start Install mono form this page https://www.mono-project.com/download/stable/#download-lin-ubuntu later i install wine, wine64 bit and winetrick, but before you need to sure to other installation of wine that make have a problems
and go to you installation path and make
execute the game and now working, i have steam cliente beta and proton beta, but this use local wine
I install dotnet from winetrick in install programs, i install corefonts this for game working |
After installing mono, I can run the game, but I'm unable to transfer my data from the main menu and I get the error message Outside of that one issue, game seems to run perfectly fine. Not sure if anyone is having a similar problem. I'll play around and see if I can get it to run. |
@minionprocyk i dont have the issue, when download i close the app and reopen again for download in the same status, later of download all working good |
@kisak-valve you can change the status of this issue to whitelist, thanks |
Hello @jomarocas, no, because it looks like this game requires manual install installation of wine-mono / .net. A whitelist request should be usable out of the box, but if the game needs some runtime config options, it can still be considered. |
I have the same issue as @minionprocyk - game runs perfectly, but I am unable to setup Data Transfer with my Konami account. |
I took another go at this... I was able to get the data transfer to complete successfully. I will post detailed instructions later but basically you have to setup an application redirect in your default browser to handle "duellinks" and associate it to a shell script, this shell script needs to run wine in the same context (same prefix) as duellinks and launch the duellinkstakeover.exe file. After you do this, when you press data transfer and punch in your konami credentials, the script will launch the duellinkstakeover.exe file, wait for the process to finish, wait some time, then tab back into the game and hit initialize link. You will load in with your save file. I did not confirm if the data is presistent after initial load, but I'm pretty happy just to see it work. Will post later today with more detailed instructions of what I did. ... I may have jumped the gun a little early. when you launch through steam, it performs its own data sync of the game's save files. That's what was being synced across my machines. I'm able to run the datasync tool in the game, but it results in some trouble downloading the files: UnloadTime: 0.586700 ms |
Well turns out I was just being silly. I did indeed get the process to work afterall. Here's what you need to do. To get the game to launch at all, you need to install dotnet45 and set the launch options to PROTON_USE_WINED3D=1 %command%. Now the game loads, hooray! Now to get data transfer to work:
If you want to test your script, you can type "duellinks" in your terminal, it will load a window briefly and your terminal should have a wall of text saying FIXME from wine.
|
Thank you for your detailed instructions, @minionprocyk , the solution worked! I'd just like to point out that there's a typo in your script - there's a " missing after the path pointing to the wineprefix. |
thanks @omnishamble . I updated the comment. |
As much I don't want to quote entire solution, it is directed to the solution regarding on linking accounts.. It seems a lot has changed between now and then. I ran into a major bug problem where I cannot run
I tried to dig up some additional info. This is the results.
I am running Steam Proton 4.11. I am afraid to change anything since I found out that my account is not connected to the konami ID at all for some reason. This whole time, I thought it was connected automatically. Anybody here got any ideas? Edted: I fixed the solution. "network.protocol-handler.expose.duellinks" and set it to True. It should not be false as original solution stated. |
Not working actually. |
When I tried to play this game, the game appears to work normally until I click out of the game or Alt+Tab, and I can no longer interact with the game. I can still draw particle effects with my mouse when clicking in the game, but I cannot click on anything in the game like buttons, menus etc... everything just ceases to work for whatever reason. I'm basically forced to restart the game if I click out or Alt+Tab, because trying to click back in or Alt+Tab back to the game doesn't restore game functionality. I need to try grab some logs next time I play it, to see if anything of interest pops up as to why it can't focus back to the game when switched to it. EDIT: I don't know if this log will help but this is what I get when I alt+tab away or click out the game. Perhaps there's something to add to the tweaks of Proton that can be made somewhere to fix this issue. |
A follow up to the mouse focus issue. I've found a fix to the mouse focus so you can click out or Alt+Tab to and from the game. To fix the issue, you need to add the following to Regedit;
Copy+Paste the above in to a text editor and call it MouseFocusX11.reg or whatever you want and open Regedit with either Winetricks or Protontricks, and then from the menu select Import Registry Key to add it. |
I managed to transfer my data today. I can confirm that @minionprocyk's method works and that "network.protocol-handler.expose.duellinks" has to be set to false. Testing the dummy file beforehand is really important to get this working. For some reason running the game executable in the bash script that I choose to run in firefox didn't work for me. Instead what I did is save the url that the script has to handle to a local file. The script used looks like this: #!/usr/bin/bash
# Path must be absolute!!
echo "$@" > /home/user/args.txt After submitting credentials in the Konami website,
In case you are wondering about the variables used here:
|
Hi, I noticed the last comment was in 2021. I'm not sure steam works like this anymore. First of all I don't have whine or proton installed. When I chekes how steam runs it's apps if found this to be it's execution command |
Compatibility Report
System Information
I confirm:
Symptoms
First problem encounter with media in ntfs i modify in /etc/fstab for working and execute,i use steam beta and proton beta
/dev/sda3 /media/juegos ntfs-3g defaults,uid=1000,gid=1000,exec 0 0
Reproduction
Install latest update
e.g. for
yu-gi-oh duel links
the AppID is601510
.more logs
the game crashed. the crashed report folder name "2018-09-15_152126" next to game executable. it would be great if you send it to developer of the game
https://gist.githubusercontent.com/jomarocas/8c2ebd04425c8c2ec1c387d53d7136b9/raw/7af56432af5a6d1e387f7f2a932b510858599e59/log
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot
The text was updated successfully, but these errors were encountered: