Skip to content

Conversation

@Kreyren
Copy link
Contributor

@Kreyren Kreyren commented Jun 5, 2019

Credit: https://github.com/Haoose/UPLAY_GAME_ID/blob/master/README.md

Blocked by: #978
Blocked by #982
Blocked by #959
Affected by #881

VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json -> Same effect

Based on https://lutris.net/games/install/8328/view -> Corefonts and vcrun2008 are required.

Staging required https://bugs.winehq.org/show_bug.cgi?id=41181

@Kreyren Kreyren changed the title Add Uplay option for AC3 Add Uplay option for Assassin's Creed III Jun 5, 2019
@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 6, 2019

There is a syntax error in

include("engines.wine.quick_script.uplay_script");
include("engines.wine.verbs.dxvk");

var installerImplementation = {
    run: function () {
        new UplayScript()
            .name("Assassin's Creed")
            .editor("Ubisoft, Gameloft, Ubisoft Montreal, Blue Byte, MORE")
            .applicationHomepage("https://www.ubisoft.com/en-us/game/assassins-creed")
            .author("KREYREN")
            .appId(273)
            .preInstall(function (wine/*, wizard*/) {
                wine.DXVK();
            })
            .go();
};

/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);

where run: function () { doesn't have closing argument, but Travis still succeed -> Update travis definition

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 6, 2019

ping @plata : You provided testing results on wineHQ https://appdb.winehq.org/objectManager.php?sClass=version&iId=27132&iTestingId=99347 -> Requesting info

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 6, 2019

Trying vcrun spam

vcrun2003 is halting phoenicis.. -> Trying vcrun2010~2017 -> Same issue

Concluded not relevant to vcrun

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 6, 2019

Staging required https://bugs.winehq.org/show_bug.cgi?id=41181

@qparis are all presented patches present in your staging?

@Kreyren
Copy link
Contributor Author

Kreyren commented Jun 6, 2019

image

Steam version is not working -> Push in testing asap

@plata
Copy link
Collaborator

plata commented Jun 6, 2019

I do not have any info for you except of what is written in the WineHQ entry.

@plata
Copy link
Collaborator

plata commented Dec 28, 2019

Closed due to inactivity. Feel free to reopen if the app works (according to a comment in the script, the app crashes at startup).

@plata plata closed this Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants