Issue launching app beyond first time.

Questions about Wine on macOS.
Locked
BlueBlaaack
Newbie
Newbie
Posts: 1
Joined: Wed Feb 01, 2017 5:46 pm

Issue launching app beyond first time.

Post by BlueBlaaack »

Heyo!

So I recently installed wine 2.0 and winetricks so I could run a game. I needed to install dotnet35 for this, that went smoothly. The game seemed to install fine, the patcher opened up, and I could launch the game. This was all last night.

I came back this morning to ensure it still worked - instead of using the installer exe, I used the patcher exe. The patcher itself launches fine - however, it gives me this error when I try to launch the game itself:

Code: Select all

System.IO.DirectoryNotFoundException: Could not find a part of the path 'Z:\Users\blueblaaack\client\'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.SetCurrentDirectory(String path)
   at Patcher.frmMain.btnPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have the log available if that isn't enough information. I've uninstalled and reinstalled it once already - the game works fine the first runthrough (when the installer automatically launches the patcher), but any subsequent times (when I use 'wine /.../patcher.exe'), it gives me that error. It also recommends using JIT debugger, but I don't know whether that would help or how to even use it.

To be honest, I'm clueless about how to fix this. Thanks to anyone that can help, and sorry for my incompetence!
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Issue launching app beyond first time.

Post by olivierfrdierick »

BlueBlaaack wrote:I have the log available if that isn't enough information.
What game? How did you install it? What commands did you run? Terminal output?
Locked