Automobilista 2 CM, Wine 11.0

Hi. I messed around with Wine, updating to 11.0, and now have messed up Automobilista 2 Content Manager. The line from below is the one line from a script to make running CM easier.

#!/bin/bash	
wine /media/anthony/Seagate\ External/drive_c/Program\ Files/AMS2CM/ASM2CM.exe

When I try to run this script now, I get the following error:

00d0:err:hid:udev_bus_init UDEV monitor creation failed
00b8:fixme:xinput:pdo_pnp code 0xc, not implemented!
00b8:fixme:xinput:pdo_pnp code 0xc, not implemented!
00b8:fixme:xinput:pdo_pnp code 0xc, not implemented!
00b8:fixme:xinput:pdo_pnp code 0xc, not implemented!
wine: failed to open "/media/anthony/Seagate External/drive_c/Program Files/AMS2CM/ASM2CM.exe"

I have both the AMS2 game and the CM on the Seagate External drive, named as F: by Wine, I believe.

Config.yaml:

  SteamId: "1066890"
  Path: F:\SteamLibrary\steamapps\common\Automobilista 2

I was wondering if someone could help me out here, or maybe I just need to go back to an earlier Wine version, as this script worked. Maybe I just need missing libraries with the new Wine version. Thanks.

1 Like

Okay, fixed that wrong part in the script--I got the SM in AMS switched. Now just have to correct Config.yaml. Ideas?

Now when I run the script, I get:

anthony@anthony-OptiPlex-9010:~$ sh cars.sh 
01d4:fixme:heap:GetNumaHighestNodeNumber semi-stub: 00007FFFFE27F14C
01d4:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\\Program Files\\dotnet\\shared\\Microsoft.NETCore.App\\6.0.36\\mscordaccore.dll", 00006FFFFC0A0000) stub
01d4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01d4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000180161258, 34) stub
01d4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000180158B10, 17) stub
01d4:fixme:ntdll:RtlGetCurrentProcessorNumberEx (00007FFFFE27CAD0) :semi-stub
01d4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000018015DF00, 38) stub
Error: Cannot find game directory
Press any key to exit.
01f0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000001801597A0, 51) stub
01f4:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
01ec:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet


Config.yaml:

Game:
  SteamId: "1066890"
  Path: F:\SteamLibrary\steamapps\common\Automobilista 2
  ProcessName: AMS2AVX
ModInstall:
  DirsAtRoot:
  - cameras
  - characters
  - effects
  - gui
  - pakfiles
  - render
  - text
  - tracks
  - userdata
  - upgrade
  - vehicles
  ExcludedFromInstall:
  - '**\*.dll'
  - '**\*.exe'
  ExcludedFromConfig:
  # IndyCar 2023 1.0 Fix
  - '**\IR-18_2023_Dale_Coyne_hr.crd'
  # IndyCar 2023 Optional Entries
  #- '**\IR-18_2023_Abel*'
  #- '**\IR-18_2023_Dreyer_Reinbold*'
  #- '**\IR-18_2023_My_Team*'
1 Like

Silly question probably but is F: visible in explorer (i.e. with wine explorer.exe)?

2 Likes

Hi. Cool--thanks, man. Wine relabeled the drive from F: to I:.

3 Likes