Game crashes after loading screen (Victoria)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Misko
Level 1
Level 1
Posts: 5
Joined: Fri Apr 25, 2008 1:35 pm

Game crashes after loading screen (Victoria)

Post by Misko »

Hello,
I'm trying to play Victoria:Revolutions. The AppDB says that the game runs flawlessly, but in my case, it crashes right after loading.
http://appdb.winehq.org/objectManager.p ... ngId=15793
I'm not sure what am I doing wrong, I installed the game, enabled the virtual desktop, but the game crashes every time.

If you could offer a solution, it'd be great.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Game crashes after loading screen (Victoria)

Post by austin987 »

On Fri, Apr 25, 2008 at 1:44 PM, Misko <[email protected]> wrote:
Hello,
I'm trying to play Victoria:Revolutions. The AppDB says that the game runs
flawlessly, but in my case, it crashes right after loading.

http://appdb.winehq.org/objectManager.p ... ngId=15793
I'm not sure what am I doing wrong, I installed the game, enabled the
virtual desktop, but the game crashes every time.

If you could offer a solution, it'd be great.





Wine version and terminal output would be helpful.
Have you searched bugzilla/filed a bug?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Misko
Level 1
Level 1
Posts: 5
Joined: Fri Apr 25, 2008 1:35 pm

Post by Misko »

I'm using the latest Wine, downloaded it today with the synaptic (Ubuntu 8.04), but I have no idea what do you mean by "terminal output", I'm not good with these things... :oops: I know what a terminal is, just I don't know how to use it...
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Game crashes after loading screen (Victoria)

Post by austin987 »

On Fri, Apr 25, 2008 at 2:26 PM, Misko <[email protected]> wrote:
I'm using the latest Wine, downloaded it today with the synaptic (Ubuntu
8.04), but I have no idea what do you mean by "terminal output", I'm not
good with these things... [Embarassed] I know what a terminal is, just I
don't know how to use it...





Open a terminal.
$ wine --version

$ wine your_program.exe &> /tmp/output.txt

Then paste output.txt here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Misko
Level 1
Level 1
Posts: 5
Joined: Fri Apr 25, 2008 1:35 pm

Post by Misko »

Sorry, don't know how to do the second thing, nevermind :)
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Game crashes after loading screen (Victoria)

Post by austin987 »

On Fri, Apr 25, 2008 at 2:46 PM, Misko <[email protected]> wrote:
Sorry, don't know how to do the second thing, nevermind :)





Applications, System Tools, Terminal
You'll see a prompt, probably something like:
user@system:~$

In there, cd to your program's directory:
user@system:~$ cd ~/.wine/drive_c/Program\ Files/Program/
then execute the program
user@system:/home/user/drive_c/Program Files/Program$ wine your_program.exe
&> /tmp/output.txt

Then paste output.txt here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Game crashes after loading screen (Victoria)

Post by vitamin »

Misko wrote:Hello,
I'm trying to play Victoria:Revolutions. The AppDB says that the game runs flawlessly, but in my case, it crashes right after loading.
http://appdb.winehq.org/objectManager.p ... ngId=15793
I'm not sure what am I doing wrong, I installed the game, enabled the virtual desktop, but the game crashes every time.

If you could offer a solution, it'd be great.
Make sure you killed pulseadio - it's not compatible with Wine.
Misko
Level 1
Level 1
Posts: 5
Joined: Fri Apr 25, 2008 1:35 pm

Post by Misko »

While I was struggling with your instructions (I can't manage to do it...), I remembered that when I looked for the wine version in terminal, this is what I got:
Warning: failed to reserve range 00000000-60000000
then the version number (wine-0.9.59)

Maybe it's of some use...
Dan Kegel

Game crashes after loading screen (Victoria)

Post by Dan Kegel »

On Fri, Apr 25, 2008 at 4:04 PM, Misko <[email protected]> wrote:
While I was struggling with your instructions (I can't manage to do it...),
I remembered that when I looked for the wine version in terminal, this is what I got:
Warning: failed to reserve range 00000000-60000000
then the version number (wine-0.9.59)

Maybe it's of some use...
Could be! See http://wiki.winehq.org/PreloaderPageZeroProblem
for a workaround. That might well help you.
What version of Linux are you running, again?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Game crashes after loading screen (Victoria)

Post by austin987 »

On 4/25/08, Dan Kegel <[email protected]> wrote:
On Fri, Apr 25, 2008 at 4:04 PM, Misko <[email protected]> wrote:
While I was struggling with your instructions (I can't manage to do
it...),
I remembered that when I looked for the wine version in terminal, this is
what I got:
Warning: failed to reserve range 00000000-60000000
then the version number (wine-0.9.59)

Maybe it's of some use...
Could be! See http://wiki.winehq.org/PreloaderPageZeroProblem
for a workaround. That might well help you.
What version of Linux are you running, again?

Ubuntu 8.04
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Misko
Level 1
Level 1
Posts: 5
Joined: Fri Apr 25, 2008 1:35 pm

Post by Misko »

That did it, thank you both! :)
Locked