It is currently 19 Apr 2024, 01:35
   
Text Size

Mtgdb.Gui: search MTG cards, build decks, manage collection

New decks and cards for Stainless Games' release

Moderator: CCGHQ Admins

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 08:17

May this kind of crash not cause the program to auto make the log file, i will rollback to old xml set up to continuous artwork find but you may checking with code for artwork ( just remove Art="True" then everything fine ) you also can test log file yourself with artwork set in xml file( the artwork folder still not too many images )
Attachments
Untitled.png
Error window
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 22 Mar 2017, 08:34

Could you send me a .zip with your configuration files, including your custom configs?
Also, after you click 'Close' on button from error screenshot, the log directory still doesn't appear?
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 08:52

I just adjust downloader and main program setting so leave the forge xml aside. not thing appear after i choose close option. i already test with artwork not set the tag and authors attribute and the error keep the same. Did it run well on your PC ?
Attachments
etc.rar
(843 Bytes) Downloaded 175 times
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 22 Mar 2017, 10:43

Yes, it runs ok on my pc.
Clearly the problem is not the config itself, it is in reading file attributes, beacause as you said
if i remove the line for artwork the program doing fine
Reading attributes is the only difference that Art="True" parameter makes.

I again made some fix to get log files created. Sorry for repeated failures with getting the logs.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 16:31

Okay now i have the log file, hope it help address the issue. in previous reply you mean you can use artwork normal just me get this issue or you haven't test with artwork yet ?
Attachments
logs.rar
(769 Bytes) Downloaded 168 times
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 22 Mar 2017, 19:54

Yes, I did see the artwork in zoom when testing in my pc before release.
Also I tried your config, just to make sure it is written correctly without typos. And it is ok.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 20:01

So the artwork with author and setcode tag set not the problem, thats weird just me got this issue
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 22 Mar 2017, 20:01

Okay now i have the log file,
Unfortnatly not. It was my logs I accidently copied to release .zip

As a workaround try to put the artworks inside mtgdb.gui\images\artworks and use default location
Code: Select all
<Directory Path="..\..\images\Artworks" Art="True" />
Also, if the crash persists with default artwork directory, please send me the atworks in .zip
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 20:09

I deleted your log file and try to make the program crash again but none new log file create
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 20:15

I keep the artwork folder sync with megasync so you can redownload them
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 20:38

Well, the problem maybe by the artworks itself. I've make new test :
1. Copy artworks into new folder ( i think might other hidden files from megasync messing with our program ) and set Art="True" -> the program crash before i try to do anything like scroll the result.
2. Just keep the setting for card images folder and another line for Art="True"
<Directory Path="Z:\Magic the Gathering\Card sets\XLHQ\XLHQ Mega" />
<Directory Path="Z:\Magic the Gathering\Card sets\XLHQ\XLHQ Mega" Art="True" />

-> the program allow me to scroll .. ect but if i zoom a card. it will not responding then the error window appear. So Art="True" set not instant make the program crash like test 1 with new artwork folder
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 22 Mar 2017, 20:48

Can you send me a screen capture of how the artworks feature work on your PC ? maybe the card " Planar Bridge " so i can see how the size set for artwork
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 23 Mar 2017, 05:39

I have completely changed the way I read file attributes. Hope it will work on your PC too. Re-uploaded the program with same version.
Attachments
art.jpg
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 23 Mar 2017, 06:02

It's work without crash now, thanks you !!
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 23 Mar 2017, 06:07

Also can we avoid the rule apply chamfer corner for artwork type of images ? lot of artworks will be chamfer like this.
Attachments
Untitled.png
chamfer corner
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

PreviousNext

Return to Magic: The Gathering - Duels of the Planeswalkers

Who is online

Users browsing this forum: Bing [Bot] and 28 guests


Who is online

In total there are 29 users online :: 1 registered, 0 hidden and 28 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: Bing [Bot] and 28 guests

Login Form