Skip to content

Instantly share code, notes, and snippets.

@jackclynes
Created September 16, 2019 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackclynes/776e5e80ff904a2b89330ae9df42b679 to your computer and use it in GitHub Desktop.
Save jackclynes/776e5e80ff904a2b89330ae9df42b679 to your computer and use it in GitHub Desktop.
WineStaging Output for FPS Creator
################################################################################
# Wine Is Not an Emulator #
################################################################################
Welcome to wine-4.16 (Staging).
In order to start a program:
.exe: wine program.exe
.msi: wine msiexec /i program.msi
If you want to configure wine:
winecfg
To get information about app compatibility:
appdb Program Name
Jacks-MacBook-Pro:~ jackclynes$ wine FPS Creator.exe
0009:fixme:esync:do_esync eventfd not supported on this platform.
000b:fixme:esync:do_esync eventfd not supported on this platform.
000b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
000b:fixme:winediag:start_process Wine Staging 4.16 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
000d:fixme:esync:do_esync eventfd not supported on this platform.
000f:fixme:esync:do_esync eventfd not supported on this platform.
000f:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
000d:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0012:fixme:esync:do_esync eventfd not supported on this platform.
0014:fixme:esync:do_esync eventfd not supported on this platform.
0012:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001b:fixme:esync:do_esync eventfd not supported on this platform.
0014:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0021:fixme:esync:do_esync eventfd not supported on this platform.
0021:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
wine: cannot find L"C:\\windows\\system32\\FPS.exe"
Jacks-MacBook-Pro:~ jackclynes$ wine: Unhandled page fault on read access to 0x00000040 at address 00007FFF4BBAD852 (thread 001e), starting debugger...
001e:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 26 80" (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
001e:err:seh:setup_exception stack overflow 816 bytes in thread 001e eip 000000007bca3039 esp 00000000008a12e0 stack 0x8a0000-0x8a1000-0xaa0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment