gbegreg / LostNFound

Ma contribution à la Global Game Jam 2021
MIT License
7 stars 4 forks source link

AV #1

Open GabrielOnDelphi opened 10 months ago

GabrielOnDelphi commented 10 months ago

Debugger Exception Notification

Project LostNFound.exe raised exception class $C0000005 with message 'access violation at 0x00a07d34: read of address 0x000003a6'.

procedure TfMain.FormCreate(Sender: TObject); begin GBEJoystick1.MouseCapture := true; <----------- this is nil!

gbegreg commented 9 months ago

I have no error under Delphi 12 Athens. This project was created for Global Game Jam 2021 in 48 hours. It use my GBE3D library. You need to install it under Delphi before compile this project. Additionally, this project used the GBE3D version from January 2021...

You can find the binary for Windows 64 bits in the \bin directory of this repo.