Atelier Firis The Alchemist and the Mysterious Journey in wi

Questions about Wine on Linux
Locked
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Atelier Firis The Alchemist and the Mysterious Journey in wi

Post by MaiFatty »

Hi, so I have recently gotten both Atelier Sophie The Alchemist of the Mysterious Book and Atelier Firis The Alchemist and the Mysterious Journey, all was well with the first one, it worked perfectly in wine, but I was unable to make Atelier Firis work. I am using Wine 2.3 (staging) on Arch Linux.

When i try to run Atelier Firis in a Win32 prefix i merely get the following console output:

Code: Select all

fixme:winediag:start_process Wine Staging 2.3 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
err:process:create_process 64-bit application L"C:\\Program Files\\Atelier Firis The Alchemist and the Mysterious Journey\\A18.exe" not supported in 32-bit prefix
wine: Bad EXE format for C:\Program Files\Atelier Firis The Alchemist and the Mysterious Journey\A18.exe.
When i try to run Atelier Firis ina Win64 prefix I get a non-responding white window and the following console output:

Code: Select all

fixme:winediag:start_process Wine Staging 2.3 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ver:GetCurrentPackageId (0x22e310 (nil)): stub
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
Killed
FYI, I have been having issues with my graphics drivers recently, so eventhough i do not think that is the cause it might be worth mentioning.

Thanks
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by Bob Wya »

MaiFatty wrote:Hi, so I have recently gotten both Atelier Sophie The Alchemist of the Mysterious Book and Atelier Firis The Alchemist and the Mysterious Journey, all was well with the first one, it worked perfectly in wine, but I was unable to make Atelier Firis work. I am using Wine 2.3 (staging) on Arch Linux.
...
When i try to run Atelier Firis ina Win64 prefix I get a non-responding white window and the following console output:

Code: Select all

fixme:winediag:start_process Wine Staging 2.3 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ver:GetCurrentPackageId (0x22e310 (nil)): stub
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
Killed
FYI, I have been having issues with my graphics drivers recently, so eventhough i do not think that is the cause it might be worth mentioning.
...
Atelier Firis is a DirectX 11 game - so support for it will probably be quite patchy for a few months (years??)...
Many DirectX 10/11 games will launch now - but will have varying degrees of graphical corruption.

Whats the output from:

Code: Select all

glxinfo | grep OpenGL
As your graphics card and graphics driver would need to support DirectX 11 features - via a high enough OpenGL profile...

Bob
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by MaiFatty »

Atelier Firis is a DirectX 11 game - so support for it will probably be quite patchy for a few months (years??)...
Many DirectX 10/11 games will launch now - but will have varying degrees of graphical corruption.

Whats the output from:
Code:

Code: Select all

glxinfo | grep OpenGL
As your graphics card and graphics driver would need to support DirectX 11 features - via a high enough OpenGL profile...

Bob
The output from

Code: Select all

glxinfo | grep OpenGL
is:

Code: Select all

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.0.1
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.0.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.0.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by Bob Wya »

MaiFatty wrote: The output from

Code: Select all

glxinfo | grep OpenGL
is:

Code: Select all

...
OpenGL shading language version string: 1.30
...
Yeah, that's too low. I'd be amazed if you can even run DirectX 9.0c games under Wine with that! Hence the console spam about shaders:

Code: Select all

fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
So I think you may be stuck not being able to run DirectX 11 games - via Wine - with this hardware... :cry:
That is even if Wine DirectX 11 support gets "more mature" (at some point)...

Bob
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by MaiFatty »

Bob Wya wrote:
MaiFatty wrote: The output from

Code: Select all

glxinfo | grep OpenGL
is:

Code: Select all

...
OpenGL shading language version string: 1.30
...
Yeah, that's too low. I'd be amazed if you can even run DirectX 9.0c games under Wine with that! Hence the console spam about shaders:

Code: Select all

fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
So I think you may be stuck not being able to run DirectX 11 games - via Wine - with this hardware... :cry:
That is even if Wine DirectX 11 support gets "more mature" (at some point)...

Bob
Hi,
I had forgotten that i use NVIDIA optimus, so when i run

Code: Select all

 primusrun glxinfo | grep OpenGL 
or

Code: Select all

 optirun glxinfo | grep OpenGL 
I get the output:

Code: Select all

 OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 740M/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 378.13
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 378.13
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions: 
Would

Code: Select all

 ...
OpenGL core profile shading language version string: 4.50 NVIDIA
... 
be sufficient, and if not what would be about the minimum I would need?

Thanks
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by MaiFatty »

Hi, I forgot to add it to my previous post, but if I run the game with adding optirun or primusrun before it, it opens up a white window and immediately reports an error message.
It gives me this terminal output:

Code: Select all

fixme:winediag:start_process Wine Staging 2.3 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ver:GetCurrentPackageId (0x23e310 (nil)): stub
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d11:device_parent_create_swapchain_texture device_parent 0xd0f90, container_parent 0xd0840, wined3d_desc 0x23efe0, texture flags 0, wined3d_texture 0xfb7a0 partial stub!
fixme:d3d11:device_parent_create_swapchain_texture Implement DXGI<->wined3d usage conversion.
wine: Unhandled page fault on read access to 0x00000000 at address 0x14067f62f (thread 002f), starting debugger...
followed by this program error output:

Code: Select all

Unhandled exception: page fault on read access to 0x00000000 in 64-bit code (0x000000014067f62f).
Register dump:
 rip:000000014067f62f rsp:000000000022fa60 rbp:000000000022fb60 eflags:00010202 (  R- --  I   - - - )
 rax:0000000000000057 rbx:0000000000000000 rcx:0000000000000000 rdx:0000000000000002
 rsi:00000000005a2190 rdi:00000000005a2180  r8:0000000000000500  r9:00000000000002d0 r10:0000000000000001
 r11:0000000000000002 r12:0000000000000001 r13:0000000000000005 r14:0000000000000000 r15:00000000000002d0
Stack dump:
0x000000000022fa60:  0000000000000000 000000000022fb60
0x000000000022fa70:  00000001411ab1c0 00000000206c0030
0x000000000022fa80:  000000000022fab4 0000000000000000
0x000000000022fa90:  00007fff00000007 00000000005a50f8
0x000000000022faa0:  000000000022fac4 00000000005a2190
0x000000000022fab0:  0000000000000500 000002d000000000
0x000000000022fac0:  0000000500000000 0000000200000001
0x000000000022fad0:  000002d000000500 0000000100000002
0x000000000022fae0:  0000000100000005 0000000000000007
0x000000000022faf0:  000002d000000500 0000000000000000
0x000000000022fb00:  00000000000002d0 0000000000000000
0x000000000022fb10:  000000000001004c 0000040000000004
Backtrace:
=>0 0x000000014067f62f in a18 (+0x67f62f) (0x000000000022fb60)
  1 0x00000001407e7b59 in a18 (+0x7e7b58) (0x0000000000000000)
  2 0x00000001407e74dd in a18 (+0x7e74dc) (0x000000000022fc50)
  3 0x00000001409fe2e1 in a18 (+0x9fe2e0) (0x0000000000000064)
  4 0x00000001408dc604 in a18 (+0x8dc603) (0x000000000022fe60)
  5 0x000000007b47edd7 in kernel32 (+0x5edd6) (0x000000000022fe60)
  6 0x000000007bc9ece1 call_thread_func+0xb0() in ntdll (0x00007ffc36a43be0)
  7 0x000000007bc97812 RtlRaiseException+0x7d() in ntdll (0x00007ffc36a43be0)
  8 0x000000007bc61ca0 in ntdll (+0x41c9f) (0x00007ffc36a43be0)
  9 0x00007fbc65dd6573 wine_call_on_stack+0x12() in libwine.so.1 (0x00007ffc36a43be0)
  10 0x00007fbc65dd66d9 wine_switch_to_stack+0x8() in libwine.so.1 (0x00007ffc36a43d20)
  11 0x000000007bc6918a LdrInitializeThunk+0x349() in ntdll (0x00007ffc36a43d20)
  12 0x000000007b486581 __wine_kernel_init+0xb00() in kernel32 (0x00007ffc36a44fa0)
  13 0x000000007bc6a338 __wine_process_init+0x177() in ntdll (0x00007ffc36a44fe0)
  14 0x00007fbc65dd4e7a wine_init+0x2b9() in libwine.so.1 (0x00007ffc36a45100)
  15 0x000000007c000cec main+0x8b() in <wine-loader> (0x00007ffc36a45618)
  16 0x00007fbc6581e511 __libc_start_main+0xf0() in libc.so.6 (0x000000007c001080)
  17 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  18 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  19 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  20 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  21 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  22 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  23 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  24 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  25 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  26 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  27 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  28 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  29 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  30 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  31 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  32 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  33 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  34 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  35 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  36 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  37 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  38 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  39 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  40 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  41 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  42 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  43 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  44 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  45 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  46 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  47 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  48 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  49 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  50 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  51 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  52 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  53 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  54 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  55 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  56 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  57 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  58 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  59 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  60 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  61 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  62 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  63 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  64 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  65 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  66 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  67 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  68 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  69 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  70 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  71 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  72 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  73 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  74 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  75 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  76 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  77 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  78 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  79 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  80 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  81 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  82 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  83 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  84 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  85 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  86 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  87 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  88 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  89 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  90 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  91 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  92 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  93 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  94 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  95 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  96 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  97 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  98 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  99 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  100 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  101 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  102 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  103 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  104 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  105 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  106 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  107 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  108 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  109 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  110 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  111 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  112 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  113 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  114 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  115 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  116 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  117 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  118 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  119 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  120 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  121 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  122 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  123 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  124 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  125 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  126 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  127 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  128 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  129 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  130 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  131 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  132 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  133 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  134 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  135 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  136 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  137 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  138 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  139 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  140 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  141 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  142 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  143 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  144 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  145 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  146 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  147 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  148 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  149 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  150 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  151 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  152 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  153 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  154 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  155 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  156 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  157 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  158 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  159 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  160 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  161 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  162 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  163 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  164 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  165 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  166 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  167 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  168 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  169 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  170 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  171 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  172 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  173 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  174 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  175 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  176 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  177 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  178 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  179 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  180 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  181 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  182 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  183 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  184 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  185 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  186 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  187 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  188 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  189 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  190 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  191 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  192 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  193 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  194 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  195 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  196 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  197 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  198 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  199 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
  200 0x000000007c000faa _start+0x29() in <wine-loader> (0x0000000000000000)
0x000000014067f62f: movq	(%rcx),%r10
Modules:
Module	Address					Debug info	Name (133 modules)
ELF	        7a800000-        7a9fa000	Deferred        opengl32<elf>
  \-PE	        7a850000-        7a9fa000	\               opengl32
ELF	        7b400000-        7b81a000	Dwarf           kernel32<elf>
  \-PE	        7b420000-        7b81a000	\               kernel32
ELF	        7bc00000-        7bd26000	Dwarf           ntdll<elf>
  \-PE	        7bc20000-        7bd26000	\               ntdll
ELF	        7c000000-        7c004000	Dwarf           <wine-loader>
PE	       140000000-       1418a8000	Export          a18
PE	       180000000-       1800dc000	Deferred        steam_api64
ELF	    7fbc0628a000-    7fbc08080000	Deferred        libnvidia-glcore.so.378.13
ELF	    7fbc08080000-    7fbc08284000	Deferred        libnvidia-tls.so.378.13
ELF	    7fbc08284000-    7fbc085c5000	Deferred        libglx_nvidia.so.0
ELF	    7fbc085c5000-    7fbc087cf000	Deferred        libpciaccess.so.0
ELF	    7fbc087cf000-    7fbc089db000	Deferred        libdrm_radeon.so.1
ELF	    7fbc089db000-    7fbc08be3000	Deferred        libdrm_nouveau.so.2
ELF	    7fbc08be3000-    7fbc08e07000	Deferred        libdrm_intel.so.1
ELF	    7fbc08e07000-    7fbc09720000	Deferred        i965_dri.so
ELF	    7fbc09720000-    7fbc09931000	Deferred        libdrm.so.2
ELF	    7fbc09931000-    7fbc09b36000	Deferred        libxcb-dri2.so.0
ELF	    7fbc09b36000-    7fbc09d52000	Deferred        libxcb-glx.so.0
ELF	    7fbc09d52000-    7fbc09f54000	Deferred        libx11-xcb.so.1
ELF	    7fbc09f54000-    7fbc0a157000	Deferred        libxdamage.so.1
ELF	    7fbc0a157000-    7fbc0a35a000	Deferred        libxshmfence.so.1
ELF	    7fbc0a35a000-    7fbc0a561000	Deferred        libxcb-sync.so.1
ELF	    7fbc0a561000-    7fbc0a764000	Deferred        libxcb-present.so.0
ELF	    7fbc0a764000-    7fbc0a967000	Deferred        libxcb-dri3.so.0
ELF	    7fbc0a967000-    7fbc0abdb000	Deferred        libglx_mesa.so.0
ELF	    7fbc0abdb000-    7fbc0ae91000	Deferred        libgldispatch.so.0
ELF	    7fbc0ae91000-    7fbc0b0c2000	Deferred        libglx.so.0
ELF	    7fbc0b34d000-    7fbc0b57c000	Deferred        libglapi.so.0
ELF	    7fbc0b904000-    7fbc0bb0c000	Deferred        librt.so.1
ELF	    7fbc5b0b1000-    7fbc5b2f5000	Deferred        libgl.so.1
ELF	    7fbc5b443000-    7fbc5b648000	Deferred        libtxc_dxtn.so
ELF	    7fbc5b67d000-    7fbc5b883000	Deferred        libxfixes.so.3
ELF	    7fbc5b883000-    7fbc5ba8e000	Deferred        libxcursor.so.1
ELF	    7fbc5bd91000-    7fbc5bfbb000	Deferred        libexpat.so.1
ELF	    7fbc5bfbb000-    7fbc5c1ff000	Deferred        libfontconfig.so.1
ELF	    7fbc5c1ff000-    7fbc5c472000	Deferred        libpcre.so.1
ELF	    7fbc5c472000-    7fbc5c69e000	Deferred        libgraphite2.so.3
ELF	    7fbc5c69e000-    7fbc5c9b1000	Deferred        libglib-2.0.so.0
ELF	    7fbc5c9b1000-    7fbc5cc41000	Deferred        libharfbuzz.so.0
ELF	    7fbc5cc41000-    7fbc5ce77000	Deferred        libpng16.so.16
ELF	    7fbc5ce77000-    7fbc5d087000	Deferred        libbz2.so.1.0
ELF	    7fbc5d087000-    7fbc5d348000	Deferred        libfreetype.so.6
ELF	    7fbc5d348000-    7fbc5d559000	Deferred        libxi.so.6
ELF	    7fbc5d559000-    7fbc5d75c000	Deferred        libxcomposite.so.1
ELF	    7fbc5d75c000-    7fbc5d967000	Deferred        libxrandr.so.2
ELF	    7fbc5d967000-    7fbc5db72000	Deferred        libxrender.so.1
ELF	    7fbc5db72000-    7fbc5dd78000	Deferred        libxxf86vm.so.1
ELF	    7fbc5dd78000-    7fbc5df7b000	Deferred        libxinerama.so.1
ELF	    7fbc5df7b000-    7fbc5e181000	Deferred        libxdmcp.so.6
ELF	    7fbc5e181000-    7fbc5e385000	Deferred        libxau.so.6
ELF	    7fbc5e385000-    7fbc5e5ae000	Deferred        libxcb.so.1
ELF	    7fbc5e5ae000-    7fbc5e8ed000	Deferred        libx11.so.6
ELF	    7fbc5e8ed000-    7fbc5eaff000	Deferred        libxext.so.6
ELF	    7fbc5eaff000-    7fbc5eda1000	Deferred        winex11<elf>
  \-PE	    7fbc5eb10000-    7fbc5eda1000	\               winex11
ELF	    7fbc5eda1000-    7fbc5efca000	Deferred        imm32<elf>
  \-PE	    7fbc5edb0000-    7fbc5efca000	\               imm32
ELF	    7fbc5efca000-    7fbc5f236000	Deferred        libncursesw.so.6
ELF	    7fbc5f236000-    7fbc5f5cc000	Deferred        oleaut32<elf>
  \-PE	    7fbc5f260000-    7fbc5f5cc000	\               oleaut32
ELF	    7fbc5f5cc000-    7fbc5f81d000	Deferred        d3d9<elf>
  \-PE	    7fbc5f5d0000-    7fbc5f81d000	\               d3d9
ELF	    7fbc5f81d000-    7fbc5fae4000	Deferred        winmm<elf>
  \-PE	    7fbc5f830000-    7fbc5fae4000	\               winmm
ELF	    7fbc5fae4000-    7fbc5fd00000	Deferred        dinput8<elf>
  \-PE	    7fbc5faf0000-    7fbc5fd00000	\               dinput8
ELF	    7fbc5fd00000-    7fbc5ff42000	Deferred        ws2_32<elf>
  \-PE	    7fbc5fd10000-    7fbc5ff42000	\               ws2_32
ELF	    7fbc5ff42000-    7fbc60155000	Deferred        psapi<elf>
  \-PE	    7fbc5ff50000-    7fbc60155000	\               psapi
ELF	    7fbc60155000-    7fbc6036c000	Deferred        libz.so.1
ELF	    7fbc6036c000-    7fbc605dd000	Deferred        dbghelp<elf>
  \-PE	    7fbc60380000-    7fbc605dd000	\               dbghelp
ELF	    7fbc605dd000-    7fbc607f9000	Deferred        imagehlp<elf>
  \-PE	    7fbc605e0000-    7fbc607f9000	\               imagehlp
ELF	    7fbc607f9000-    7fbc60a10000	Deferred        dwmapi<elf>
  \-PE	    7fbc60800000-    7fbc60a10000	\               dwmapi
ELF	    7fbc60a10000-    7fbc60c30000	Deferred        vcomp<elf>
  \-PE	    7fbc60a20000-    7fbc60c30000	\               vcomp
ELF	    7fbc60c30000-    7fbc60e45000	Deferred        vcomp110<elf>
  \-PE	    7fbc60c40000-    7fbc60e45000	\               vcomp110
ELF	    7fbc60e45000-    7fbc610df000	Deferred        rpcrt4<elf>
  \-PE	    7fbc60e60000-    7fbc610df000	\               rpcrt4
ELF	    7fbc610df000-    7fbc61474000	Deferred        ole32<elf>
  \-PE	    7fbc61110000-    7fbc61474000	\               ole32
ELF	    7fbc61474000-    7fbc6169d000	Deferred        d3dxof<elf>
  \-PE	    7fbc61480000-    7fbc6169d000	\               d3dxof
ELF	    7fbc6169d000-    7fbc61968000	Deferred        d3dx9_36<elf>
  \-PE	    7fbc616b0000-    7fbc61968000	\               d3dx9_36
ELF	    7fbc61968000-    7fbc61be9000	Deferred        d3dcompiler_43<elf>
  \-PE	    7fbc61980000-    7fbc61be9000	\               d3dcompiler_43
ELF	    7fbc61be9000-    7fbc61f4c000	Deferred        wined3d<elf>
  \-PE	    7fbc61c10000-    7fbc61f4c000	\               wined3d
ELF	    7fbc61f4c000-    7fbc6217a000	Deferred        dxgi<elf>
  \-PE	    7fbc61f50000-    7fbc6217a000	\               dxgi
ELF	    7fbc6217a000-    7fbc62412000	Deferred        d3d11<elf>
  \-PE	    7fbc62180000-    7fbc62412000	\               d3d11
ELF	    7fbc62412000-    7fbc62627000	Deferred        d3d10core<elf>
  \-PE	    7fbc62420000-    7fbc62627000	\               d3d10core
ELF	    7fbc62627000-    7fbc6283c000	Deferred        d3d10_1<elf>
  \-PE	    7fbc62630000-    7fbc6283c000	\               d3d10_1
ELF	    7fbc6283c000-    7fbc62a5b000	Deferred        d3dx10_43<elf>
  \-PE	    7fbc62840000-    7fbc62a5b000	\               d3dx10_43
ELF	    7fbc62a5b000-    7fbc62da7000	Deferred        msvcp110<elf>
  \-PE	    7fbc62a90000-    7fbc62da7000	\               msvcp110
ELF	    7fbc62da7000-    7fbc62fc1000	Deferred        version<elf>
  \-PE	    7fbc62db0000-    7fbc62fc1000	\               version
ELF	    7fbc62fc1000-    7fbc63259000	Deferred        advapi32<elf>
  \-PE	    7fbc62fd0000-    7fbc63259000	\               advapi32
ELF	    7fbc63259000-    7fbc635db000	Deferred        gdi32<elf>
  \-PE	    7fbc63270000-    7fbc635db000	\               gdi32
ELF	    7fbc635db000-    7fbc63999000	Deferred        user32<elf>
  \-PE	    7fbc63600000-    7fbc63999000	\               user32
ELF	    7fbc63999000-    7fbc63c31000	Deferred        shlwapi<elf>
  \-PE	    7fbc639b0000-    7fbc63c31000	\               shlwapi
ELF	    7fbc63c31000-    7fbc64142000	Deferred        shell32<elf>
  \-PE	    7fbc63c50000-    7fbc64142000	\               shell32
ELF	    7fbc64142000-    7fbc64448000	Deferred        msvcr110<elf>
  \-PE	    7fbc64160000-    7fbc64448000	\               msvcr110
ELF	    7fbc64448000-    7fbc6465a000	Deferred        libnss_files.so.2
ELF	    7fbc6465a000-    7fbc64866000	Deferred        libnss_nis.so.2
ELF	    7fbc64866000-    7fbc64a7e000	Deferred        libnsl.so.1
ELF	    7fbc64a7e000-    7fbc64c86000	Deferred        libnss_compat.so.2
ELF	    7fbc65099000-    7fbc652b0000	Deferred        libgcc_s.so.1
ELF	    7fbc652b0000-    7fbc655c3000	Deferred        libm.so.6
ELF	    7fbc655c5000-    7fbc657c9000	Deferred        libdl.so.2
ELF	    7fbc657fe000-    7fbc65ba2000	Dwarf           libc.so.6
ELF	    7fbc65ba2000-    7fbc65dc0000	Deferred        libpthread.so.0
ELF	    7fbc65dc0000-    7fbc66189000	Dwarf           libwine.so.1
ELF	    7fbc6618b000-    7fbc663b0000	Deferred        ld-linux-x86-64.so.2
ELF	    7ffc36b98000-    7ffc36b99000	Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	[C:\windows\system32\services.exe]
	00000028    0
	00000027    0
	00000021    0
	00000019    0
	00000018    0
	00000016    0
	00000012    0
	0000000f    0
00000010 explorer.exe
	[C:\windows\system32\explorer.exe /desktop]
	00000033    0
	00000032    0
	00000031    0
	00000030    0
	00000011    0
00000014 winedevice.exe
	[C:\windows\system32\winedevice.exe]
	00000020    0
	0000001d    0
	0000001c    0
	0000001b    0
	0000001a    0
	00000015    0
0000001e plugplay.exe
	[C:\windows\system32\plugplay.exe]
	00000024    0
	00000023    0
	0000001f    0
00000025 winedevice.exe
	[C:\windows\system32\winedevice.exe]
	0000002d    0
	0000002c    0
	0000002b    0
	0000002a    0
	00000029    0
	00000026    0
0000002e (D) C:\Program Files (x86)\Atelier Firis The Alchemist and the Mysterious Journey\A18.exe
	["C:\Program Files (x86)\Atelier Firis The Alchemist and the Mysterious Journey\A18.exe"]
	00000034    1
	0000002f    0 <==
00000037 explorer.exe
	[C:\windows\system32\explorer.exe /desktop]
	0000003c    0
	0000003b    0
	0000003a    0
	00000039    0
	00000038    0
System information:
    Wine build: wine-2.3 (Staging)
    Platform: x86_64
    Version: Windows 7
    Host system: Linux
    Host version: 4.10.4-1-ARCH
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by Bob Wya »

Hmmm, you forgot you've got 2 graphics cards...?? :?
Yes of course a full OpenGL 4.50 is fine! I'm glad you managed to find that...

What console command are you using to launch the game (exactly what are you typing and what is your working directory)?

I'm starting to think that your issue maybe that Atelier Firis is one of these games that can't even initialise a DirectX 10.1 / 11 context...
Possibly due to some critical missing feature (perhaps in dxgi itself)...
Some games can get past the main menus and into gameplay - but typically display gross graphical corruption.

Ta
Bob
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by MaiFatty »

Hi,
Yeah, I had forgotten that i could use the NVIDIA card... :oops:
I usually run

Code: Select all

optirun sh AtelierFiris.sh
, AterlierFiris.sh of course containing

Code: Select all

WINEARCH=win64 WINEPREFIX=/Atelier64 wine "/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/A18.exe"
Thanks
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by Bob Wya »

MaiFatty wrote:...
I usually run

Code: Select all

optirun sh AtelierFiris.sh
, AterlierFiris.sh of course containing

Code: Select all

WINEARCH=win64 WINEPREFIX=/Atelier64 wine "/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/A18.exe"
Thanks
That's a bit highly dubious... I would advocate against hanging a (standard) user writable directory directly below your root (/) system directory.
See Linux Directory Structure (File System Structure) Explained with Examples ...

I presume also that you're not running Wine as root (user) - see 6.2 Should I run Wine as root?

Also see WineHQ User's Guide: 3.1.1 How to run Windows programs from the command line ...

You're not starting your game correctly. You should use something like:

Code: Select all

export WINEPREFIX=/Atelier64
cd "/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/"
wine "A18.exe"
or

Code: Select all

WINEPREFIX=/Atelier64 wine start /unix "/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/A18.exe"
Bob
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by MaiFatty »

Hi,
I am not running wine as the root user, and i have now moved the WINEPREFIX to ~/Atelier64.
I have tried running:

Code: Select all

export WINEPREFIX=~/Atelier64
cd "/home/(user)/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/"
wine "A18.exe"
as well as:

Code: Select all

WINEPREFIX=~/Atelier64 wine start /unix "/home/(user)/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/A18.exe"
but this just gives me the same unresponsive white screen as before, unless i add optirun/primusrun to it, in which case it just throws the same error message at me as before.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by Bob Wya »

MaiFatty wrote:Hi,
I am not running wine as the root user, and i have now moved the WINEPREFIX to ~/Atelier64.
I have tried running:

Code: Select all

export WINEPREFIX=~/Atelier64
cd "/home/(user)/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/"
wine "A18.exe"
as well as:

Code: Select all

WINEPREFIX=~/Atelier64 wine start /unix "/home/(user)/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/A18.exe"
but this just gives me the same unresponsive white screen as before, unless i add optirun/primusrun to it, in which case it just throws the same error message at me as before.
Okay that's great... Well not really... But at least you're at a point were you can file a valid bug report... 8)

So I've had a poke through the console log and the backtrace... Nothing is leaping out at me - at the moment...

I'd recommend filing a WineHQ Bugzilla bug - but with DirectX 11 debugging enabled for your console log:

Code: Select all

#AtelierFiris.sh:
export WINEDEBUG=+d3d11
export WINEPREFIX=~/Atelier64
cd "${HOME}/Atelier64/drive_c/Program Files (x86)/Atelier Firis The Alchemist and the Mysterious Journey/"
wine "A18.exe"

optirun sh AtelierFiris.sh
So you need to put in the bug report:
  • the command used to launch the game (all of the above statements)
  • the console output
  • the backtrace (attach this as a file)

DirectX 11
support, in Wine, is still very immature - but it's useful to track which applications are still failing to even launch...
Naturally I'm presuming that your Nvidia Primus setup is fully functional... :wink:

Bob
MaiFatty
Level 1
Level 1
Posts: 7
Joined: Sun Mar 26, 2017 2:22 am

Re: Atelier Firis The Alchemist and the Mysterious Journey i

Post by MaiFatty »

Hi,
Guess i wil submit it as a bug then...
Thanks for all the help.
Locked