https://bugs.winehq.org/show_bug.cgi?id=42004
Bug ID: 42004 Summary: Archeage fails to create directory Product: Wine Version: 2.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: paco666@hot.ee Distribution: ---
Created attachment 56438 --> https://bugs.winehq.org/attachment.cgi?id=56438 Snippet from the log
Archeage tries to create directory but fails.
https://bugs.winehq.org/show_bug.cgi?id=42004
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Is this application downloadable somewhere? What are the steps to reproduce this problem?
https://bugs.winehq.org/show_bug.cgi?id=42004
paco666@hot.ee changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://appdb.winehq.org/ob | |jectManager.php?sClass=appl | |ication&iId=16243 Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=42004
--- Comment #2 from paco666@hot.ee --- (In reply to Nikolay Sivov from comment #1)
Is this application downloadable somewhere? What are the steps to reproduce this problem?
Yes you can get software to download Archeage from link http://download.dyn.triongames.com/GlyphInstall-0-120.exe
1.Install Glyph 2.Create account 3.Install ArcheAge 4.Launch ArcheAge
On wine all the settings are default.
https://bugs.winehq.org/show_bug.cgi?id=42004
Tod Jackson tod.jackson@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tod.jackson@gmail.com
--- Comment #3 from Tod Jackson tod.jackson@gmail.com --- Hi,
This seems to have been fixed in recent staging: ll ~/.wine/drive_c/ArcheAge/ total 8.0K lrwxrwxrwx 1 tod users 61 2017-12-19 23:27 Documents -> /home/tod/.wine/dosdevices/c:/users/tod/My Documents/ArcheAge/ lrwxrwxrwx 1 tod users 75 2017-12-19 23:27 Working ->
On the development branch the game doesn't start without the ntdll/Junction Point series from staging, but it still has some problems: fixme:ntdll:FILE_CreateSymlink Atomic replace of directory with symbolic link unsupported on this system, may result in race condition.
It creates c:\ArcheAge\manifest only and on subsequent runs of the game, instead increments to C:\ArcheAge0 and so on, creating a ton of cruft directories in C:.
Unfortunately I'm not sure the exact combo of commits to help you guys mark this as staged.
https://bugs.winehq.org/show_bug.cgi?id=42004
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #4 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with vanilla wine-4.4?