http://bugs.winehq.org/show_bug.cgi?id=34260
Bug #: 34260 Summary: game The Bridge does not launch Product: Wine Version: 1.7.0 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: systemofdown@gmail.com Classification: Unclassified
Created attachment 45598 --> http://bugs.winehq.org/attachment.cgi?id=45598 Debug +relay
the game *The Bridge* does not launch, it fails to start up returning the following:
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at Microsoft.Xna.Framework.Input.UnsafeNativeMethods.GetState(PlayerIndex playerIndex, XINPUT_STATE& pState) at Microsoft.Xna.Framework.Input.GamePad.GetState(PlayerIndex playerIndex, GamePadDeadZone deadZoneMode) at TheBridge.Input.Controller.CheckAndSetActive() at TheBridge.Input.Controller..ctor(PlayerIndex playerIndex, IntPtr windowHandle) at TheBridge.GameElements.GameWorld.LoadContent() at Microsoft.Xna.Framework.Game.Initialize() at TheBridge.GameElements.GameWorld.Initialize() at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun) at TheBridge.Program.Main(String[] args)
WINEDEBUG=+relay on attachment
http://bugs.winehq.org/show_bug.cgi?id=34260
killown systemofdown@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|game The Bridge does not |game *The Bridge* does not |launch |launch
http://bugs.winehq.org/show_bug.cgi?id=34260
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2013-08-13 16:42:05 CDT --- Does native xinput make any difference?
http://bugs.winehq.org/show_bug.cgi?id=34260
--- Comment #2 from killown systemofdown@gmail.com 2013-08-13 19:18:41 CDT --- (In reply to comment #1)
Does native xinput make any difference?
unfortunately, it Does not make any difference
https://bugs.winehq.org/show_bug.cgi?id=34260
roger@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roger@mailinator.com
--- Comment #3 from roger@mailinator.com --- I think the needed component is xna framework. Winetricks most likely has some recipe for that.
https://bugs.winehq.org/show_bug.cgi?id=34260
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Status|UNCONFIRMED |NEW URL| |http://store.steampowered.c | |om/app/204240/ CC| |focht@gmx.net Summary|game *The Bridge* does not |The Bridge (Steam) (.NET |launch |4.0 XNA game) crashes on | |startup Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
works fine here with recent Wine. There are a few stub messages related to XInput but those are harmless:
--- snip --- fixme:xinput:XInputSetState (1 0x33f128) Stub! fixme:xinput:XInputSetState (2 0x33f128) Stub! fixme:xinput:XInputSetState (3 0x33f128) Stub! ... --- snip ---
Keyboard input is properly working. For example, in the first scene of the game you use arrow keys <- -> keys to shake the tree to get an apple falling down on the sleeping guy's head to wake him :)
Prerequisite: 'winetricks -q dotnet40'
The installer will deploy XNA 4.0 Redist on its own.
Use 'append' mode for log next time to avoid interleaving messages.
@Jarkko please avoid adding noise to the bug if you don't understand the technical details.
Half of the managed backtrace from OP is made up by XNA 4 calls so XNA is obviously installed in the prefix.
$ wine --version wine-1.7.30-121-g6fe4d9e
Regards
https://bugs.winehq.org/show_bug.cgi?id=34260
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- Is this still an issue in wine 1.9.16 or later?
https://bugs.winehq.org/show_bug.cgi?id=34260
--- Comment #6 from Andrey Gusev andrey.goosev@gmail.com --- Still reproducible with wine-3.18-202-g363326678c
https://bugs.winehq.org/show_bug.cgi?id=34260
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=34260
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-5.21?