Guitar Pro 6 - Need help with possible regression?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Guitar Pro 6 - Need help with possible regression?

Post by Das Letzte Einhorn »

According to http://appdb.winehq.org/objectManager.p ... &iId=20404 , Guitar Pro 6 works fine with wine 1.1.42 and wine 1.2. For me in current git and Gentoo X64 it does not.

I reported the following bug : http://bugs.winehq.org/show_bug.cgi?id=25440 , and tested wine 1.1.42 and wine 1.2 to see if there were regressions. I get the same results with these versions and current git. Therefore either I am doing something wrong or the test results are invalid. Meanwhile, I have uploaded some extra debug information, hoping for improvements.

I would like to get input from other GP6 users who use Wine. What are your results? If you get something different than me, how did you obtained these.

Thanks!
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Post by Das Letzte Einhorn »

Moving the thread up. Anyone?
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

http://en.wikipedia.org/wiki/TuxGuitar This is part of the problem. Lot of the past users of that program have moved on with a little bit of work TuxGuitar will feature pass Guitar Pro. http://en.wikipedia.org/wiki/Comparison_of_scorewriters There is a nice list of open source onces out there.

Have you tried with a WINEARCH=win32 prefix. Also in the bug report does not seem to be a report just plain from wine output without tweaking debuging options.

Error also says program is being odd for some reason "C:/Program Files/Guitar Pro 6" Those slashes are the wrong way to convention for windows. Might be clue to the error.

Did you clean install in 1.1.42 and 1.2.

I have had cases where its a form of install error. Ie installed under X version wine works. Installed under different versions does not work.

Same with the runtime dependance those are need in before.
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Post by Das Letzte Einhorn »

Tuxguitar does not have the features I need (8-string guitar), and the last version is over a year old. Is there still progress made on this program?

Using the WINEARCH=win32 variable did not help.

I still get this output with the latest program revision.

xavier@xavier /wine/gp6/drive_c/gp6 $ wine c:\\gp6\\GuitarPro.exe
fixme:system:SetProcessDPIAware stub!
app dir path: "C:/gp6"
current: QDir( "C:/gp6" , nameFilters = { * }, QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) )
current: QDir( "C:/gp6" , nameFilters = { * }, QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) )
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Das Letzte Einhorn wrote: app dir path: "C:/gp6"
As oiaohim pointed out, the slashes are going in the wrong direction for a Windows-style path. Have you tried different ways of starting the app, e.g., wine start, or going through winefile?
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Post by Usurp »

dimesio wrote:
Das Letzte Einhorn wrote: app dir path: "C:/gp6"
As oiaohim pointed out, the slashes are going in the wrong direction for a Windows-style path. Have you tried different ways of starting the app, e.g., wine start, or going through winefile?
Some apps use slashes to store/display paths.
try looking at a CMake file:
http://twogregui.googlecode.com/svn/tru ... eLists.txt
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Post by Das Letzte Einhorn »

Code: Select all

xavier@xavier /wine/gp6/drive_c/gp6 $ winefile
*Double click on GuitarPro.exe*
fixme:system:SetProcessDPIAware stub!
app dir path:  "C:/gp6" 
current:   QDir( "C:/gp6" , nameFilters = { * },  QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) )  
current:   QDir( "C:/gp6" , nameFilters = { * },  QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters( Dirs|Files|Drives|AllEntries ) ) 

Code: Select all

xavier@xavier /wine/gp6/drive_c/gp6 $ wine start GuitarPro.exe 
fixme:exec:SHELL_execute flags ignored: 0x00000100
These two don't seem to be solutions.
John Drescher

Guitar Pro 6 - Need help with possible regression?

Post by John Drescher »

Some apps use slashes to store/display paths.
try looking at a CMake file:
http://twogregui.googlecode.com/svn/tru ... eLists.txt
As a programmer, my Qt based applications work with either or even
mixed '\' and '/' in the same path on windows.

John
Locked