The Program theocracy 0.6.85.exe has encountered a serious..

Questions about Wine on macOS.
Locked
Stevedog
Newbie
Newbie
Posts: 3
Joined: Sun Jun 24, 2012 10:10 am

The Program theocracy 0.6.85.exe has encountered a serious..

Post by Stevedog »

The Program theocracy 0.6.85.exe has encountered a serious problem and needs to close.

I decided now to use wine/winebottler instead of wineskin, everything installed fine, but when i attempt to launch the game, the above error happens. So i checked the logs and found this:

Code: Select all

X11.app: main(): argc=2
	argv[0] = /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin
	argv[1] = --listenonly
Waiting for startup parameters via Mach IPC.
X11.app: Listening on socket for fd handoff:  (7) /var/tmp/tmp.0.e1ZePR
X11.app: Thread created for handoff.  Returning success to tell caller to connect and push the fd.
X11.app Handing off fd to server thread via DarwinListenOnOpenFD(9)
DarwinListenOnOpenFD: 9
X11.app: do_start_x11_server(): argc=6
	argv[0] = /opt/X11/bin/Xquartz
	argv[1] = :0
	argv[2] = -nolisten
	argv[3] = tcp
	argv[4] = -auth
	argv[5] = /Users/Stevedog/.serverauth.1451
[2542476.402] Xquartz starting:
[2542476.402] X.Org X Server 1.12.2
[2542476.402] Build Date: 20120601
[2542476.504] (II) GLX: Initialized Core OpenGL GL provider for screen 0
[2542476.885] X11.app: DarwinProcessFDAdditionQueue_thread: Sleeping to allow xinitrc to catchup.
[2542476.911] (EE) Error loading keymap /tmp/server-0.xkm
[2542476.912] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[2542479.885] Calling ListenOnOpenFD() for new fd: 9
and the console said this:

Code: Select all

18/07/12 10:44:30 AM	WineBottlerStarter[1439]	C:\Program Files/Theocracy/theocracy-0.6.85.exe
18/07/12 10:44:31 AM	org.macosforge.xquartz.startx[1450]	xauth:  file /Users/Stevedog/.serverauth.1451 does not exist
18/07/12 10:44:32 AM	org.macosforge.xquartz.startx[1450]	
18/07/12 10:44:32 AM	org.macosforge.xquartz.X11.stub[1505]	Xquartz: Unable to locate waiting server: org.macosforge.xquartz.X11
18/07/12 10:44:32 AM	org.macosforge.xquartz.X11.stub[1509]	Xquartz: Starting X server: /Applications/Utilities/XQuartz.app/Contents/MacOS/X11 --listenonly
18/07/12 10:44:34 AM	org.macosforge.xquartz.startx[1450]	/opt/X11/bin/xinit: XFree86_VT property unexpectedly has 0 items instead of 1
I have seen the above error for other games that appear in this website, but im not sure whats causing the error to appear for my game.[/b]
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Winebottler is not supported here.

http://mike.kronenberg.org/category/wine/ looks promising-
he posted a new build just yesterday- but I don't know where
his support forum is.

As a reality check, you might want to see if your app works properly
in Crossover from http://codeweavers.com.
(And if it does, I suggest you purchase a copy to support Wine
development!)
Locked