Author |
Message |
evgenin7
Rank 2
Joined: Thu Dec 11, 2014 5:02 pm Posts: 5
|
Nothing pops up. My mouse animation goes into loading for a second and thats it.
|
Fri Dec 12, 2014 2:18 pm |
|
 |
TheMohawkNinja
Rank 16
Joined: Thu Feb 13, 2014 3:54 pm Posts: 379 Location: United States
|
I've re-compiled the program in Visual Studio 2012 as opposed to Visual Studio 2010. Hopefully this will fix some of the OS issues with Windows 7 if not also Windows 8 (Sorry Pickled Cow, there was a specific Windows XP setting in Visual Studio 2012 that supported your specific OS, so I am currently clueless as to why it still isn't working for you, but I'm still researching the problem).
I'm going to assume that since the old file was downloaded 125 times, and only a few people had issues that the rest of you are having no issues whatsoever? I'd like to know if my program is what's at fault here and not just some odd setting on a few users' computers.
|
Sat Dec 13, 2014 3:32 am |
|
 |
hardyhar
Rank 12
Joined: Tue Oct 14, 2014 6:00 am Posts: 92
|
The updated version (1.1) throws an error "XSP Quick Unpacker.exe has stopped working" without opening.
Windows 7 64-bit
|
Sat Dec 13, 2014 4:11 am |
|
 |
sucellus3212
Rank 6
Joined: Fri Jun 14, 2013 3:47 pm Posts: 23
|
error again on W7 64bits Quote: Nom d’événement de problème: APPCRASH Nom de l’application: XSP Quick Unpacker.exe Version de l’application: 0.0.0.0 Horodatage de l’application: 548bb067 Nom du module par défaut: KERNELBASE.dll Version du module par défaut: 6.1.7601.18409 Horodateur du module par défaut: 53159a86 Code de l’exception: e0434352 Décalage de l’exception: 0000c42d Version du système: 6.1.7601.2.1.0.256.1 Identificateur de paramètres régionaux: 1036 Information supplémentaire n° 1: 0a9e Information supplémentaire n° 2: 0a9e372d3b4ad19135b953a78882e789 Information supplémentaire n° 3: 0a9e Information supplémentaire n° 4: 0a9e372d3b4ad19135b953a78882e789
I let you ask google translate ^^
|
Sat Dec 13, 2014 9:24 am |
|
 |
rezzabae
Rank 14
Joined: Thu Aug 14, 2014 7:23 pm Posts: 156 Location: #0BADF00D - #FEED1337
|
Do you do exception handling in your Programm?
|
Sat Dec 13, 2014 10:12 am |
|
 |
TheMohawkNinja
Rank 16
Joined: Thu Feb 13, 2014 3:54 pm Posts: 379 Location: United States
|
rezzabae wrote: Do you do exception handling in your Programm? Not yet, but I'm going to try that. I'm not really sure what it will accomplish though, since you either (A) have to specify what exception to catch, or (B) if you do just have it catch all exceptions, you can't really have the program tell you exactly what the exception is. I'll see if having it catch all on start up might fix things, but this is going to be a relatively slow process since I don't have their computers right in-front of me to test my program out on.
|
Sat Dec 13, 2014 4:17 pm |
|
 |
rezzabae
Rank 14
Joined: Thu Aug 14, 2014 7:23 pm Posts: 156 Location: #0BADF00D - #FEED1337
|
Well, to handle the exception correctly, it is necessary to catch or cast to the correct type. For identifiy the problem, catching the base classt and writing it to a log file is enough. ^^ Just catch all exceptions...
|
Sat Dec 13, 2014 7:38 pm |
|
 |
TheMohawkNinja
Rank 16
Joined: Thu Feb 13, 2014 3:54 pm Posts: 379 Location: United States
|
rezzabae wrote: Well, to handle the exception correctly, it is necessary to catch or cast to the correct type. For identifiy the problem, catching the base classt and writing it to a log file is enough. ^^ Just catch all exceptions... Right, I understand that, but if it is crashing on startup, what will attempting to log information to a file do? It won't reach the lines of code where it is told to log information as it will have crashed by then.
|
Sun Dec 14, 2014 12:03 am |
|
 |
TherionNLD
Rank 10
Joined: Mon Oct 07, 2013 7:15 am Posts: 61
|
Also crashing on start-up for me on Windows 7 64-bit, is there any other way to pack/unpack the .bin files?
|
Sun Dec 14, 2014 1:59 am |
|
 |
TheMohawkNinja
Rank 16
Joined: Thu Feb 13, 2014 3:54 pm Posts: 379 Location: United States
|
TherionNLD wrote: Also crashing on start-up for me on Windows 7 64-bit, is there any other way to pack/unpack the .bin files? You can manually unpack them via altering the start.ini file in the filemaker folder. That would involve deleting the /* and */ marks around the unblocking code and replacing them around the packing code. After that, you make sure that you will be unpacking the correct story by checking the path, then saving start.ini and running filemaker.exe.
|
Sun Dec 14, 2014 2:22 am |
|
 |
|