It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
lutris-wrapper: Mordor: The Depths of Dejnol
Running /usr/bin/wine /home/drcat/.wine/drive_c/MORDOR/MORDOR.EXE
Initial process has started with pid 109888
Start monitoring process.
wine: Unhandled exception 0xc0000092 in thread 10c at address 6CA4066C (thread 010c), starting debugger...
Unhandled exception: floating point stack check in 32-bit code (0x6ca4066e).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:6ca4066e ESP:00e4cd80 EBP:00e4cdb8 EFLAGS:00210206( R- -- I - -P- )
EAX:00e4cdd8 EBX:00000002 ECX:00001772 EDX:00000001
ESI:00197478 EDI:7e2930a0
Stack dump:
0x00e4cd80: 00000000 3ff00000 00000000 00000000
0x00e4cd90: 1f7273f8 13721772 00197aa8 6ca40703
0x00e4cda0: 00197aa8 00e4cdd0 00000002 7e2930e7
0x00e4cdb0: 00000000 001973f8 00e4cde8 7e28cfc3
0x00e4cdc0: 00010038 00e4cdd0 00000002 c845ea00
0x00e4cdd0: 00000000 00000000 00000000 00000000
Backtrace:
=>0 0x6ca4066e EntryPoint+0xffffffff() in gdi32 (0x00e4cdb8)
1 0x6ca40703 EntryPoint+0xffffffff() in gdi32 (0x00e4cdb8)
2 0x7e28cfc3 X11DRV_create_desktop+0x8212() in winex11 (0x00e4cde8)
3 0x7e2c3052 X11DRV_UpdateCandidatePos+0x5f71() in winex11 (0x00e4cfe8)
4 0x6ca387b8 EntryPoint+0xffffffff() in gdi32 (0x00e4d0e8)
5 0x6ca3e874 EntryPoint+0xffffffff() in gdi32 (0x00e4d0e8)
6 0x6ed820b5 EntryPoint+0xffffffff() in user32 (0x00e4d238)
7 0x6ed836ab EntryPoint+0xffffffff() in user32 (0x00e4d238)
8 0x6ed88a69 EntryPoint+0xffffffff() in user32 (0x00e4d238)
9 0x6ed8ac9c EntryPoint+0xffffffff() in user32 (0x00e4d4c8)
10 0x00932d0c (0x00e4d4f8)
11 0x00921668 (0x00e4d518)
12 0x664035e0 (0x00e4d548)
13 0x0557:0x648b (0x02f7:0xba64)
14 0x0557:0x00a2 (0x02f7:0xba94)
15 0x0557:0x0000 (0x02f7:0xbab0)
16 0x0557:0x82f1 (0x02f7:0xbaba)
17 0x054f:0x0030 (0x02f7:0xbae8)
18 0x054f:0x0311 (0x02f7:0xbb3c)
19 0x04d7:0x14b0 (0x02f7:0xbb98)
20 0x058f:0x055c (0x02f7:0xbbc2)
21 0x058f:0x031c (0x02f7:0xbbee)
22 0x011f:0x044b (0x02f7:0xbc28)
0x6ca4066e EntryPoint+0xffffffff in gdi32: fmul %st(2),%st

So basically, this happens whenever I try to invoke an additional window in Mordor: The Depths of Dejnol. Even the main game window. My understanding, (According to what someone told me once) is that Mordor uses a [url=http://dwarffortresswiki.org/index.php/DF2014:Stupid_dwarf_trick]stupid dwarf trick[/url] that basically means it's a DOS programmed wrapped in Windows, rather than a Windows Native program. Which for the era, would have been unorthodox at best.

If this proves to be nothing but exceptional gibberish, I understand.
This question / problem has been solved by WinterSnowfallimage
Wine debugging, my favorite Don Quixote fighting windmills equivalent :P.

Setting WINEDEBUG=all will quickly make you regret it, so you can take it module by module. You could start with gdi32, but then again it could just be an X crash caused by who knows what.

I'd open a bug with the Wine devs and see what they ask of you in terms of log collection. It may take a while for them to figure it out, but it's a better chance than you'd have on your own.
low rated
what about no drcat?

whats the point of this topic here? why cant you just post it to maybe like wine forum?:O
Post edited April 14, 2021 by Orkhepaj
avatar
WinterSnowfall: Wine debugging, my favorite Don Quixote fighting windmills equivalent :P.

Setting WINEDEBUG=all will quickly make you regret it, so you can take it module by module. You could start with gdi32, but then again it could just be an X crash caused by who knows what.

I'd open a bug with the Wine devs and see what they ask of you in terms of log collection. It may take a while for them to figure it out, but it's a better chance than you'd have on your own.
0110:fixme:hook:SetWindowsHookEx16 System-global hooks (5) broken in Win16
That seems to be the most pertinient line.
avatar
Darvond: 0110:fixme:hook:SetWindowsHookEx16 System-global hooks (5) broken in Win16
That seems to be the most pertinient line.
I'm assuming you're using a 32-bit prefix? Because 16-bit stuff will never work in a 64-bit prefix.
low rated
linux power
Post edited April 14, 2021 by Orkhepaj
avatar
WinterSnowfall: I'm assuming you're using a 32-bit prefix? Because 16-bit stuff will never work in a 64-bit prefix.
I'm using the default prefix, but with the dark power of Lutris, I could certainly finagle a quick switch.

Update: A few minutes of Dark Sorcery later:

wine: Unhandled exception 0xc0000092 in thread 108 at address 6CA4066C (thread 0108), starting debugger...
Unhandled exception: floating point stack check in 32-bit code (0x6ca4066e).
Post edited April 14, 2021 by Darvond
avatar
Darvond: wine: Unhandled exception 0xc0000092 in thread 108 at address 6CA4066C (thread 0108), starting debugger...
Unhandled exception: floating point stack check in 32-bit code (0x6ca4066e).
Win16 may very well end up calling some 32-bit code, so that's not entirely relevant. As I said initially, I'd raise a bug and leave it to the experts :).
Post edited April 15, 2021 by WinterSnowfall
avatar
WinterSnowfall: Win16 may very well end up calling some 32-bit code, so that's not entirely relevant. As I said initially, I'd raise a bug a leave it to the experts :).
Ah, you're probably right. I'll mark it as solved, but if anyone more insightful comes along, I'd be thinking they can go ahead and leave a ding.
low rated
avatar
WinterSnowfall: Win16 may very well end up calling some 32-bit code, so that's not entirely relevant. As I said initially, I'd raise a bug a leave it to the experts :).
avatar
Darvond: Ah, you're probably right. I'll mark it as solved, but if anyone more insightful comes along, I'd be thinking they can go ahead and leave a ding.
that is exactly what i wrote ...
avatar
Darvond: ding.
avatar
Orkhepaj: that is exactly what i wrote ...
No, you wrote "dong".

https://www.youtube.com/watch?v=IPD2sVevios
Mordor... great game!
I hope you didn't get it from some evil abandonware site ;)