Error when running my clickteam game

Questions about Wine on Linux
Locked
Brenor
Newbie
Newbie
Posts: 1
Joined: Sat Sep 17, 2022 9:36 pm

Error when running my clickteam game

Post by Brenor »

Hello! So I'm doing a 1:1 recreation of the game Five Nights at Freddy's on Clickteam Fusion 2.5. Everything was running fine, untill this error appeared:

Code: Select all

Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x10029f62).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:10029f62 ESP:0033fde4 EBP:0033fe08 EFLAGS:00210202(  R- --  I   - - - )
 EAX:00000000 EBX:012aa930 ECX:001a1510 EDX:012e461c
 ESI:000004b0 EDI:012aa918
Stack dump:
0x0033fde4:  0042dfba 7ea84d80 00000400 00000000
0x0033fdf4:  012aa930 1006d820 00000000 001b0a10
0x0033fe04:  001a1510 0033fe48 0042e8fa 00000000
0x0033fe14:  00000001 00000000 00000000 012e65b0
0x0033fe24:  001a1510 00000000 00000001 00000000
0x0033fe34:  0044c36c 00000000 00000001 00000000
Backtrace:
=>0 0x10029f62 EntryPoint+0xffffffff() in mmfs2 (0x0033fe08)
  1 0x0042e8fa EntryPoint+0xffffffff() in edrt (0x0033fe48)
  2 0x004059c5 EntryPoint+0xffffffff() in edrt (0x0033fe5c)
  3 0x0045c859 EntryPoint+0xffffffff() in edrt (0x0033fe74)
  4 0x00476f48 in edrt (+0x76f47) (0x0033fec0)
  5 0x7b463652 call_process_entry+0x11() in kernel32 (0x0033fed8)
  6 0x7b4658ce ExitProcess+0x226d() in kernel32 (0x0033ffd8)
  7 0x7b46365e call_process_entry+0x1d() in kernel32 (0x0033ffec)
0x10029f62 EntryPoint+0xffffffff in mmfs2: movl	0x4(%eax),%eax
Modules:
Module	Address			Debug info	Name (168 modules)
PE	  3b0000-  3b6000	Deferred        aviflt.ift
PE	  3c0000-  3c6000	Deferred        bmpflt.ift
PE	  3d0000-  3d7000	Deferred        fliflt.ift
PE	  3e0000-  3e7000	Deferred        gifflt.ift
PE	  3f0000-  3f6000	Deferred        pcxflt.ift
PE	  400000-  54d000	Export          edrt
PE	  660000-  77b000	Deferred        mmf2d3d9
PE	  890000-  8a7000	Deferred        jpgflt.ift
PE	  8b0000-  8c4000	Deferred        pngflt.ift
PE	  8d0000-  8d6000	Deferred        tgaflt.ift
PE	  8e0000-  8e6000	Deferred        aiffflt.sft
PE	  8f0000-  943000	Deferred        modflt.sft
PE	  950000-  956000	Deferred        mp3flt.sft
PE	  960000-  984000	Deferred        oggflt.sft
PE	  990000-  996000	Deferred        waveflt.sft
PE	 1110000- 1120000	Deferred        cctrans
PE	10000000-10078000	Export          mmfs2
And it's not just with clickteam. A lot of the EXE files that i try to run also present this error. Can someone help? Here is the MFA file:
https://www.mediafire.com/file/76x2zn7l ... 1.mfa/file
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Error when running my clickteam game

Post by jkfloris »

Unfortunately, your mfa file does not work with the free version of Clickteam Fusion 2.5. So I can't test it.
A lot of the EXE files that i try to run also present this error.
Is it really exactly the same, or do other programs also give a screen with: Unhandled exception: page fault on read? Is there a program that is free to try?
A crash dump alone doesn't give enough information. If you start the program from the command line, you can often see what went wrong.
Locked