https://bugs.winehq.org/show_bug.cgi?id=48424
--- Comment #7 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Weej from comment #6)
- How did you find out it was vga.dll ? I tried reading the error report I
posted and Im stumped on how you figured it out?
See https://wiki.winehq.org/Wine_Developer%27s_Guide/Debugging_Wine#Crashes
Quote: "Determine the cause of the crash. Since this is usually a primary/secondary reaction to a failed or misbehaving Wine function, rerun Wine with the WINEDEBUG=+relay environment variable set. This will generate quite a lot of output, but usually the reason is located in the last calls."
So look at the last calls before the "Unhandled exception" while running with WINEDEBUG=+relay,seh. Then you'll see it wants something from vga.dll
- How do I apply & run the patch you made?
See https://wiki.winehq.org/Building_Wine
regards