libaes.dll - Texecom Wintex - Wine 8.0 Debian 11 Bullseye

Questions about Wine on Linux
Locked
3f206
Newbie
Newbie
Posts: 3
Joined: Sat Feb 18, 2023 2:50 pm

libaes.dll - Texecom Wintex - Wine 8.0 Debian 11 Bullseye

Post by 3f206 »

Wine 8.0
Debian 11 Bullseye (5.10.0)

Good evening. I am trying to run Texecom's Wintex software and am getting the following error (no gui errors, console only) :

Code: Select all

> wine wintex.exe
01bc:err:module:LdrInitializeThunk "libaes.dll" failed to initialize, aborting
01bc:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program Files\\Texecom\\Wintex\\wintex.exe" failed, status c0000005
The libaes.dll is present in the Program Files directory. According to Rounin on IRC, "c0000005" usually refers to a memory access violation (buffer overrun).

C++ Redistributables 2010 is installed as required.

I'd like to note I had it working a few months ago, but when I come back to use it, it no longer works! I don't remember having anything special configured for it.


Thanks in advance
3f206
Newbie
Newbie
Posts: 3
Joined: Sat Feb 18, 2023 2:50 pm

Re: libaes.dll - Texecom Wintex - Wine 8.0 Debian 11 Bullseye

Post by 3f206 »

Aha! I've found fault!

Wine 7.0.1 works perfectly! That explains why it used to work!
I installed Wine 7.0.1 by running

Code: Select all

 sudo apt install --install-recommends wine-stable-i386=7.0.1~bullseye-1  wine-stable-amd64=7.0.1~bullseye-1  wine-stable=7.0.1~bullseye-1  winehq-stable=7.0.1~bullseye-1
I will see if I can make a bug report.
3f206
Newbie
Newbie
Posts: 3
Joined: Sat Feb 18, 2023 2:50 pm

Re: libaes.dll - Texecom Wintex - Wine 8.0 Debian 11 Bullseye

Post by 3f206 »

Locked