Anyone able to play "A New Beginning" Game

Questions about Wine on macOS.
Locked
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Anyone able to play "A New Beginning" Game

Post by ischou »

Is anyone able to get the game "A New Beginning" working on Mac OS X (or Linux even)?

http://www.daedalic.de/ANB/index.php/home-en.html

It got a "gold" rating in the app db, but when I tried the demo, part way through the first few minutes, I got pages and pages of this error:

Code: Select all

wine(66047,0x40806e00) malloc: *** mmap(size=262144) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Which then results in graphical glitches on the screen, and finally the game crashes.
ced117
Newbie
Newbie
Posts: 3
Joined: Sun Nov 13, 2011 10:35 am

Re: Anyone able to play "A New Beginning" Game

Post by ced117 »

ischou wrote:I got pages and pages of this error:

Code: Select all

wine(66047,0x40806e00) malloc: *** mmap(size=262144) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
I never had this error :/
Did you try with another version of wine ?
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Anyone able to play "A New Beginning" Game

Post by ischou »

ced117 wrote:
ischou wrote:I got pages and pages of this error:

Code: Select all

wine(66047,0x40806e00) malloc: *** mmap(size=262144) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
I never had this error :/
Did you try with another version of wine ?
Yes, both wine 1.2.3 and 1.3.36. Are you on Mac OS X Snow Leopard or Linux?
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

It works for me, but loses sound

Post by Mateusz Stachowski »

I'm on Ubuntu 11.10 and I tried a demo of this game (Polish language version) and it worked. I've tried it on Wine 1.3.36 and compiled from git (wine-1.3.36-172-gb00e703).

I didn't need to install anything (clean wineprefix). Sound disappeared completly through the game.
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Anyone able to play "A New Beginning" Game

Post by ischou »

ced117 wrote:
ischou wrote:I got pages and pages of this error:

Code: Select all

wine(66047,0x40806e00) malloc: *** mmap(size=262144) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
I never had this error :/
Did you try with another version of wine ?
I also tried in CodeWeaver's CrossOver Games. I didn't check the Console output, but I'm guessing its the same, as I get the same graphics garbling followed by a crash.
ced117
Newbie
Newbie
Posts: 3
Joined: Sun Nov 13, 2011 10:35 am

Re: Anyone able to play "A New Beginning" Game

Post by ced117 »

ischou wrote:Yes, both wine 1.2.3 and 1.3.36. Are you on Mac OS X Snow Leopard or Linux?
I'm using Linux.
Mateusz Stachowski wrote:Sound disappeared completly through the game.
I don't have any problem with the sound in-game. (i don't talk about the videos)
ischou wrote:I also tried in CodeWeaver's CrossOver Games. I didn't check the Console output, but I'm guessing its the same, as I get the same graphics garbling followed by a crash.
So it has something to do with Mac OS X... :?: :roll:
Locked