Hyperdimension Neptunia rebirth1 GOG page fault error

Questions about Wine on Linux
Locked
Breadbug
Newbie
Newbie
Posts: 2
Joined: Tue Sep 06, 2022 3:21 am

Hyperdimension Neptunia rebirth1 GOG page fault error

Post by Breadbug »

I always get this "Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x006646e8)." when running the game.
The game runs fine when launched from steam or playonlinux but any attempt at a standalone launch from the games executable gives this log and crashes on startup (https://pastebin.com/zi8Kz7m4).
Oddly the game launches standalone from the second patch installer and partially works on the first one but still crashes.
When launched with debug on playonlinux I get this log from a successful launch (https://pastebin.com/D7jHvRDg).
The main differences I see between logs is that the game fatally crashes when the error occurs at 0x00000000 instead of 0x00000010.
Could someone please tell me more info about this issue or a solution?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Hyperdimension Neptunia rebirth1 GOG page fault error

Post by jkfloris »

Do you get the same error message when you try to start the game with the WINEPREFIX variabele?
(No idea how PlayOnLinux manages its wineprefixes or if you have the game installed in two places.)

Code: Select all

cd "/home/fatass/gamelauncher/wine/Nep/drive_c/GOG Games/Hyperdimension Neptunia ReBirth1"
WINEPREFIX="/home/fatass/gamelauncher/wine/Nep" wine NeptuniaReBirth1.exe
# or
cd "/home/fatass/.PlayOnLinux/wineprefix/Nep/drive_c/GOG Games/Hyperdimension Neptunia ReBirth1"
WINEPREFIX="/home/fatass/.PlayOnLinux/wineprefix/Nep" wine NeptuniaReBirth1.exe
Breadbug
Newbie
Newbie
Posts: 2
Joined: Tue Sep 06, 2022 3:21 am

Re: Hyperdimension Neptunia rebirth1 GOG page fault error

Post by Breadbug »

Ok so what seems to be the issue was that I was using my home directory as a working directory instead of going into the directory in terminal. Which explains why its reading things that "dont exist" considering it literally cannot read any other data than the exe because its not in the proper working directory. Well, at least from what I know this seems to be the case. Thanks for your help.
Locked