Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory(?) error #1495

Open
ncporter opened this issue Mar 26, 2025 · 3 comments
Open

Memory(?) error #1495

ncporter opened this issue Mar 26, 2025 · 3 comments

Comments

@ncporter
Copy link

Describe the bug
Trying to run a program and got this error:

Image

Expected behavior
Did not expect this (memory?) error to be thrown.

Environment (please complete the following information):

  • OS: Windows10

Additional context
Trying to run a 16 bit program on 64 bit Windows10

It is very helpful to provide a trace file if possible.
Please note that this file contains detailed information about the program.
Procedure

  1. Run the command prompt.
  2. Set the environment variable:
set WINEDEBUG=+all,-snoop,-ldt,-fixup,-module,-global,-local,-disasm,-syslevel,-thunk
*old-executable-file* 2> trace.txt
  1. Upload trace.txt here.
    not sure where to find trace output file

Image

@cracyc
Copy link
Contributor

cracyc commented Mar 26, 2025

Looks like local heap corruption. The trace file will be in the directory you ran it in "C:\Users\user" in that case. Make sure you set the environment variable as shown otherwise the trace won't contain the needed info.

@ncporter
Copy link
Author

Found the trace.txt

Looks like the trace and cmd prompt output are the same

Image

@cracyc
Copy link
Contributor

cracyc commented Mar 27, 2025

The environment variable needs to be set to get more output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants