Vanguard Princess crashes

Questions about Wine on Linux
Locked
Cafajeste
Level 1
Level 1
Posts: 8
Joined: Sun Aug 08, 2010 1:37 am

Vanguard Princess crashes

Post by Cafajeste »

Code: Select all

cafajeste@Ubuntu:~$ wine start /home/duke/Público/mugen/vanpri107c/ヴァンガードプリンセス/ヴァンガードプリンセス.exe
[b]err:start:wmain Option 'L"/home/duke/P\00fablico/mugen/vanpri107c/\30f4\30a1\30f3\30ac\30fc\30c9\30d7\30ea\30f3\30bb\30b9/\30f4\30a1\30f3\30ac\30fc\30c9\30d7\30ea\30f3\30bb\30b9.exe"' not recognized[/b]
Inicia um programa, ou abre um documento no programa normalmente usado para arquivos com determinado sufixo.
Uso:
start [op��es] arquivo_de_programa [argumentos...]
start [op��es] arquivo_de_documento.ext

Options:
/M[inimized] Inicia o programa minimizado.
/MAX[imized] Inicia o programa maximizado.
/R[estored]  Inicia o programa normalmente (sem minimizar nem maximizar).
/W[ait]      Aguarda que o programa iniciado termine e ent�o retorna 
		seu valor de sa�da (exit code).
/ProgIDOpen  Open a document using the following progID.
/L           Mostra a licen�a ao usu�rio.

start.exe version 0.2 Copyright (C) 2003, Dan Kegel
Start n�o vem com ABSOLUTAMENTE NENHUMA GARANTIA; para detalhes execute com a op��o /L.
Este � um software livre (free software), e voc� � bem-vindo a redistribu�-lo sob
certas condi��es; execute 'start /L' para detalhes.
@Ubuntu:~$ 
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Try it again without start, just
wine /home/duke/Público/mugen/vanpri107c/ヴァンガードプリンセス/ヴァンガードプリンセス.exe

Start probably wants a windows path, not a Unix path, and you
don't really need start if you just want to run an app.
madewokherd
Level 4
Level 4
Posts: 144
Joined: Mon Jun 02, 2008 5:03 pm

Vanguard Princess crashes

Post by madewokherd »

[quote]Try it again without start, just
 wine /home/duke/Pç‚»lico/mugen/vanpri107c/î
Cafajeste
Level 1
Level 1
Posts: 8
Joined: Sun Aug 08, 2010 1:37 am

Vanguard Princess Fighter Maker 2nd

Post by Cafajeste »

Code: Select all

cafajeste@Ubuntu:~/Público/mugen$wine start /unix  /home/duke/Público/mugen/vanpri10
7c/ヴァンガードプリンセス/ヴァンガードプリンセス.exeduke@Ubuntu:~/Público/mugen$ fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1593f8,0x159ed8): stub
wine: cannot find L"C:\\windows\\system32\\KGT2nd_EDITOR.exe"
Can I download KGT2nd_Editor.exe?
Cafajeste
Level 1
Level 1
Posts: 8
Joined: Sun Aug 08, 2010 1:37 am

Re: Vanguard Princess Fighter Maker 2nd

Post by Cafajeste »

Cafajeste wrote:
Can I download KGT2nd_Editor.exe?

Code: Select all

cafajeste@Ubuntu:~$ wine start /unix  /home/duke/Público/mugen/vanpri107c/ヴァンガー ドプリンセス/ヴァンガードプリンセス.exe
afajeste@Ubuntu:~$ fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x159410,0x159ed8): stub
love2hate
Level 2
Level 2
Posts: 18
Joined: Wed Aug 19, 2009 7:10 am

Post by love2hate »

Game run just fine for me , but you need launch game with good locale !!!

LANG="ja_JP.UTF-8" wine "ヴァンガードプリンセス.exe"

And of cours you need locale in your system.

test with wine-1.3.1.xxxx ( build from git)
Cafajeste
Level 1
Level 1
Posts: 8
Joined: Sun Aug 08, 2010 1:37 am

Re: Vanguard Princess crashes

Post by Cafajeste »

Code: Select all

menta@dilana-desktop ~/vanpri108/ヴァンガードプリンセス $ WINENOPULSE=1 LANG="ja_JP.UTF-8" wine "ヴァンガードプリンセス.exe" 
err:menubuilder:init_xdg error looking up the desktop directory
fixme:winediag:AUDDRV_GetPriority winepulse has been temporarily disabled through the environment
fixme:thread:start_thread Started native thread 00000027
fixme:thread:start_thread Started native thread 00000028
fixme:thread:start_thread Started native thread 00000029
fixme:thread:start_thread Started native thread 0000002a
fixme:thread:start_thread Started native thread 0000002b
menta@dilana-desktop ~/vanpri108/ヴァンガードプリンセス $ 
Don't worked. My Distro is Linux Mint 13 Maya LTS.

Code: Select all

menta@dilana-desktop ~/vanpri108/ヴァンガードプリンセス $ LANG="ja_JP.UTF-8" wine "ヴァンガードプリンセス.exe" 
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:pulse:AudioRenderClient_GetBuffer 0x178a50 Not using pulse locked data: 0 8187/9348 0/9348
menta@dilana-desktop ~/vanpri108/ヴァンガードプリンセス $ 
I can't run in PlayOnLinux too.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Vanguard Princess crashes

Post by oiaohm »

Cafajeste please don't bring back from grave 3 year old threads in future. Telling us distrobution helps us nothing. wine --version Please check that you are testing with a 1.6 or 1.7.x those are availbe for Linux Mint 13 Maya from the Ubuntu PPA. If you are running 1.4 its not worth us debuging until either 1.6 or 1.7.x are proven as failing.

http://appdb.winehq.org/objectManager.p ... &iId=23128 Last working tested version is 1.3.28. The lack of test results will equal a large regression test maybe required.
Locked