Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Decrypting

Reply
 
Thread Tools Search this Thread Display Modes
Old 12th August 2015, 21:21   #1  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
FindVUK tool - get VUK of all Blurays supported by DVDfab applications

A few words of introduction:

As we all know there's no chance to free the Bluray format as it happened with the DVD.
There are no working processing keys available anymore and even if it would, they would get revoked within a short period of time.

The only thing that is forever (at least for AACS) is the VUK (Volume Unique Key).

About february 2014 I got my first raspberry pi, connected a usb-bluray drive and tried to play a few blurays but simply got disappointed: apart from the problem that the first pi was simply not fast enough to handle the usb-bluray and the decoding I also ran into the problem that the necessary library 'libaacs' needs a VUK for each Bluray to decode it properly - but those keys are only available for older Blurays as the newer ones cannot be decrypted any longer because of the missing processing keys....
Usually 'MakeMKV' is a quite good replacement for libaacs under linux - but it's not available for ARM devices and so it's no solution for the raspberry pi (and it's still not available for arm until now).

A few weeks ago I stumbled across this post here http://forum.kodi.tv/showthread.php?tid=230493 and started thinking about the VUK problem again.

I already asked the MakeMKV developer in the past to output the VUK so it can be used on arm devices - but he replied that it's too complicated to get the vuk from his tool.

But than I got hands on another tool called 'DVDfab Passkey' and noticed an interesting line in it's logfile:
Quote:
0m 58.68s: got vuk
So I posted a feature request in their forum to write the VUK into the logfile - but until now I've got no reply to it.

But I discovered another way to get the VUK from Passkey: create a memory dump after decrypting and read it from the dump

How you can 'find the VUK' manually (without FindVUK):

Basically the steps are quite easy:
  • start a DVDfab application (Passkey, MediaPlayer or DVDfab9)
  • insert a bluray
  • in case you're using MediaPlayer start the playback
  • in case of Passkey or DVDfab9: wait until the analyzing finishes
  • create a memory dump with e.g. the windows task manager
  • open the dump with a hex editor and search for the discid (it can be found in the logfile of passkey)
  • and a few bytes later you'll find the vuk in the file (for newer releases only the unit keys are present in the dump)

What FindVUK does:
  • Main feature: monitor the logfile of different DVDfab applications, dump the memory when the relevant data is available, extract vuk or unit keys from the dump and validate the data against the disc in the drive. finally the result is uploaded to a central bluray-database
  • Synchronize feature: synchronizes the 'keydb.cfg' file with the online database

The KEYDB.cfg file is used by the libaacs library (that can be used to play blurays for example in VLC).

FindVUK is windows only - in case you're a linux user take a look at VukExtract from @m4tthi4s

Getting started:
  1. Select your DVDfab tool of choice (personally I bought a DVDfab Passkey license), download and install it http://www.dvdfab.cn
  2. Download and extract FindVUK into a new directory
  3. Execute FindVUK (during the first start it will download the dump-tool from the sysinternals website and start it so you can accept the license)
    • Alternatively download 'procdump.exe' (x86 version) manually and copy it into a subdirectory called 'tool'
  4. Insert a Blu-ray into your drive
  5. You're using Passkey or DVDfabXX: it automatically start to decrypt the disc - FindVUK will watch the logfile, create a memory dump when Passkey/DVDfabXX got the VUK/UnitKeys, stop the Passkey/DVDfabXX decrypting process and analyze the memory dump to get the VUK/UnitKeys. Finally it will validate it against the disc and in case it's valid add it to the end of the local KEYDB.cfg
  6. You're using MediaPlayer: Please start the playback of the disc manually - FindVUK will watch the logfile, create a memory dump when Mediaplayer got the VUK/UnitKeys, close MediaPlayer and analyze the memory dump to get the VUK/UnitKeys. Finally it will validate it against the disc and in case it's valid add it to the end of the local KEYDB.cfg (and restart's MediaPlayer for the next analysis cycle)
  7. Repeat the previous 2 steps until you got the VUK for all your Blurays
  8. At the end of each cycle FindVUK uploads the complete data-set to the online-database

Whenever DVDfab releases a new version of either DVDfab, MediaPlayer or Passkey I'll test if FindVuk is still compatible and include it into an internal 'known to be good' list and will release a new version that includes this result. But even in case I'm not fast enough - FindVUK will simply report that the used DVDfab application is untested.

I hope the company behind the application don't close this way of retrieving the VUK or at least the unit keys.

In case you have problems with the tool please post your experience here and I'll try to help as good as I can

History of the tool:

(had to clean the details of the first releases because I hit the size limit of this post
-> the full changelog of all releases is included in the zip-file of the download

20150812 .. 0.51 - initial release
(...)

20200629 .. Download FindVUK 1.35
  • FIX: do not report an error in case the hash-file is not present at all
  • FEATURE: auto-update integrated - can be disabled in ini-file

20201013 .. Download FindVUK 1.37
  • FIX: support for DVDfab 12

20201016 .. Download FindVUK 1.38
  • FIX: make sync debug log configurable with ini parameter and disable by default
  • CHANGE: more details in sync-debug-log
  • CHANGE: more output during update

20210721 .. Download FindVUK 1.42
  • CHANGE: also sync DateDiscId to online database
  • CHANGE: new logpath for dvdfab passkey 9.4.0.9
  • FIX: properly strip forbidden characters from filenames used for backup
  • CHANGE: adjust loglevel for various output
  • FIX: properly strip forbidden characters from filenames used for backup (of meta files)
  • FEATURE: new ini parameter ExitAfterProcessing to exit FindVUK instead of starting over to scan the next disc

20211111 .. Download FindVUK 1.53
  • CHANGE: replaced Drive_GetVolumeName call with DRVMS_GetVolumeName
  • FEATURE: now possible to use only a driveletter as parameter to get metainfo from disc
  • CHANGE: only ask for keypress at the end in case it's not started from command line
  • CHANGE: lot's of refactoring
  • CHANGE: GetMetaInfoFromDisc mode now also uploads UnitKeysENC and DiscType to enrich existing legacy disc entries
  • FEATURE: new mode AACSkeys to get mediakey, volumeid and vuk by using AACSkeys tool
  • FEATURE: synchronisation of DeviceKey, ProcessingKey and HostCertificates with OnlineDB
  • FEATURE: entries uploaded to OnlineDB are now always directly processed and written to OnlineDB
  • FIX: a few bugfixes
  • FIX: update process now correctly works in case parameters are set
  • FIX: update process now is able to handle subdirectories in the update file

20211113 .. Download FindVUK 1.54
  • CHANGE: upload of devicekeys, processingkeys and hostcertificates disabled by default and can be enabled with ini parameter

20220501 .. Download FindVUK 1.55
  • FIX: \ and / in Volumenames do not cause a problem any longer

20220515 .. Download FindVUK 1.57
  • FIX: 2nd try - \ and / in Volumenames do not cause a problem any longer
  • FIX: BD+ not detected in aacskeys mode
  • FIX: copy protection check broken in 1.56

20230122 .. Download FindVUK 1.58
  • FIX: add support for Passkey 9.4.5.1
  • CHANGE: add support for MS Windows 10 virtual drive
  • FIX: repair support for virtual drives
  • CHANGE: report success if all unit-keys are validated (should fix handling of disc >WINX-IL MISTERO DEGLI ABISSI<)

20230203 .. Download FindVUK 1.59
  • FEATURE: add support for Passkey 9.4.5.2


20230425 .. Download FindVUK 1.63
  • CHANGE: better logoutput in case online-upload is disabled
  • FEATURE: support to get ReadDataKey (RDK) from Passkey Dump (in case BusEncryption is active)
  • FEATURE: validation of Unitkeys is using RDK (in case of BusEncryption)
  • CHANGE: speedup during validation - first collect all M2TS files and check if it's encrypted only if required (usually not all files are necessary to validate all unit keys)
  • BAD NEWS: Passkey 9.4.5.3 does not provide the UnitKeys any longer in the memory dump - so it's flagged as "not working"
  • FEATURE: introduce support for FabPlayer 7 (tested with 7.0.3.6 and it's working)
  • FIX: problem with Unitkey Validation

20230626 .. Download FindVUK 1.64
  • FIX: do not write an error if a local processing_key, device_key or host_certificate is not available
  • FIX: support DVDfab up to 12.1.0.9

20230919 .. Download FindVUK 1.66
  • FIX/IMPROVE: support DVDfab up to 12.1.1.5

20230920 .. Download FindVUK 1.67
  • FIX: correctly update hash file after keydb sync

20231208 .. Download FindVUK 1.72
  • CHANGE: treat unitkeys with lots of 0es with lower priority as local entries so those get uploaded to fvonlinedb during sync
  • FEATURE: added basic AACS2 support
  • FEATURE: added MakeMKV Libredrive support to disable BusEncryption for validation of UHD discs (see https://forum.makemkv.com/forum/viewtopic.php?t=19029 )
  • FEATURE: support for DVDfab 13 (tested with 13.0.0.7)
  • FIX: assume logfile for DVDfab 13 is always enabled
  • FEATURE: new INI switch "MakeMKV_Libredrive_Enabled" to enable Libredrive support if desired/required - but it's disabled by default

Last edited by nalor; 9th December 2023 at 00:11. Reason: release 1.72
nalor is offline   Reply With Quote
Old 18th August 2015, 19:22   #2  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Released 0.54 - details see first post (not that hard to find
nalor is offline   Reply With Quote
Old 20th August 2015, 21:49   #3  |  Link
mpfour
Registered User
 
Join Date: Jul 2015
Posts: 1
Source?

Also, a version with options to disable anything that uses a network connection in your program would be good.
mpfour is offline   Reply With Quote
Old 22nd August 2015, 23:53   #4  |  Link
candela
Registered User
 
Join Date: Jun 2005
Posts: 259
Holy crap. It works! Amazing find.

Unfortunately DVDFabPasskey doesn't appear to work without internet connection so they can, and probably will, make the current versions stop working and block your program But let's hope and get as many keys as possible in the meantime
candela is offline   Reply With Quote
Old 25th August 2015, 20:28   #5  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
@mpfour:

It's written in Purebasic and at the moment I don't want to release the source - but maybe this will change in the future...

And basically there's nothing in the software that uses an online connection with one small exception - in case the 'procdump.exe' in the 'tool' subdirectory is not available the tool tries to download it automatically from the location that is specified in the ini file with 'ProcDumpUrl'.
Until now I never thought someone could have problems with this download - but I've changed the error message in case the URL is empty to something more readable

So in case you want to run it right from the start without any network activities simply create the FindVUK.ini file in the 'config' subdirectory manually and delete the procdumpurl from the ini file - for example this here should do the trick:

Quote:
[Passkey]
LogFolder = %userprofile%\Documents\DVDFab Passkey\Log
MainFile =
[FindVUK]
KEYDB_Path = %userprofile%\AppData\Roaming\aacs
ProcDumpUrl =
CustomOffset_Folder2DiscId =
CustomOffset_DiscId2Vuk =
So Release 0.55 only includes the change of the error message in case of an empty download url:

Old Message:
Quote:
ProcDump is not available right now at >C:\FindVUK\tool\procdump.exe< - download a fresh copy now from ><
ERROR! receiving ><
ERROR! getting procdump - end now
New Message:

Quote:
Error - ProcDump is not available here >C:\FindVUK\tool\procdump.exe< and no download URL is specified!
Please download it manually from the SysInternals website
nalor is offline   Reply With Quote
Old 25th August 2015, 20:42   #6  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
@candela:

Thanks for your positive post!

I also thought a lot if DVDfab will change their software to prevent that the VUK can be extracted from a memory dump - but personally I think that the VUK is only usefull for playback of blurays and although it can also be used to decrypt blurays I'm not aware of a convenient tool to do this.

So finally I don't think that somebody stops buying software from them because they don't sell bluray playback software

On the other hand it might be a reason to buy software from them to get the possibility to detect the VUK for certain blurays that couldn't be watched on a linux device otherwise...

But as I can't change it anyway I'm with you: get as many keys as possible as long as it works
nalor is offline   Reply With Quote
Old 27th August 2015, 19:52   #7  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Uploaded latest version 0.55 also to file-upload.net and added the link in the first post.
nalor is offline   Reply With Quote
Old 5th September 2015, 21:14   #8  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Posted 0.56 a couple of days ago and added a file-upload.net link now (because it hasn't been approved by an administrator yet).
nalor is offline   Reply With Quote
Old 5th September 2015, 23:02   #9  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
update: 0.57 with 2 bugfixes available in first post
nalor is offline   Reply With Quote
Old 16th September 2015, 20:59   #10  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Just a small info: DVDfab has the next promotion running and is giving away free lifetime licenses for DVDfab MediaPlayer pro (and in the next version of FindVUK you can also use MediaPlayer pro to find the vuk

http://de.dvdfab.cn/promotion.htm

And personally I find it more convenient to work with MediaPlayer than to work with Passkey
nalor is offline   Reply With Quote
Old 18th September 2015, 20:37   #11  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Okay - just finished my last internal tests for the next small update to FindVUK and attached version 0.61 in the first post

The biggest change is the additional support for 2 more products from DVDfab:
  • MediaPlayer Pro
  • DVDfab9

As already mentioned DVDfab has a promotion running to give away MediaPlayer pro lifetime licenses for free and when I installed this player I checked the memory dump and noticed that the same method to find the vuk can also be used for this software.
Finally I've tried it also for DVDfab9 and as expected it's also possible to get the VUK from it's memory dump
And as far as I can see the VUK can also be found with the trial version of DVDfab9 and as long as the 'main' features of DVDfab aren't used the 'real' trial period never starts and subsequently it will never expire

As FindVUK has still no interface it's settings are still controlled with the ini-file in the 'config' subdirectory - the ini-file got a few new parameters that I'd like to explain in short:

Section 'MediaPlayer' (and Section 'Passkey' - but this one has been in the ini-file since the first release)
  • LogFolder holds the default logdirectory for this applications - basically FindVUK reads the registry to get the currently configured logfolder so this key is only used in case the automatic detection fails (for example in case the registry key that is read at the moment get removed in an upcoming release or something like this...)
  • MainFile holds the path to the main exe file of the application - in case the path is empty it is also directly retrieved from the registry, so at the moment there's no need to specify it manually

Section 'DVDfab' (basically identical to the sections 'Passkey' and 'MediaPlayer' with one exception):
  • LogFile holds the complete logpath including the filename at the end - this is possible because for DVDfab also the filename can be specified in the settings, for MediaPlayer and Passkey only the folder can be set.

Section 'FindVUK'
  • PreferredApplication - this is basically the most important new parameter, as FindVUK now supports 3 different applications this is the way to decide which one should be used in case more than 1 of the supported applications is installed on the computer. 1=Passkey, 2=MediaPlayer, 3=DVDfab
  • IniVersion - makes no sense to change it manually, I use it to detect the current version of the ini file and automatically add new (or remove old) parameters

Personally I prefer using MediaPlayer and DVDfab9 against Passkey because for both new applications it's always possible to get access to the encrypted disc and this allows to validate the found VUK without the need to disable or exit an application (as it happens quite frequently with Passkey).

When using MediaPlayer you need to start the playback of the disc in MediaPlayer and as soon as the VUK has been found FindVUK will stop the playback and exit the MediaPlayer (but of course also start it again for the next disc) - this is necessary because MediaPlayer caches the result of it's internal analysis and so it wouldn't be possible to insert the same disc 2 times in a row (something that I'm doing quite often during my own tests ).

DVDfab9 doesn't cache any results - so it's not closed in the middle, simply insert one disc after the other without the need for any manual interaction

In case you run into troubles using FindVUK don't hesitate to post a reply here - and in case it's working perfectly for you I also appreciate positive feedback

Last edited by nalor; 18th September 2015 at 20:42.
nalor is offline   Reply With Quote
Old 18th September 2015, 23:07   #12  |  Link
candela
Registered User
 
Join Date: Jun 2005
Posts: 259
I only have Passkey and Media Player installed and then FindVUK refuses to start unless I put a valid (fake) DVDFab path in the ini

Log file says:
DVDFab "Warning! DVDfab MainApp is not valid! >< - please check if it is installed properly!"
candela is offline   Reply With Quote
Old 18th September 2015, 23:20   #13  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Thanks for the bug report! - already corrected the error... stupid mistake, don't know why I've treated the 'Warning' messages as errors...

Please try 0.62 now - it should work as expected (only exit in case not a single supported application can be found)
nalor is offline   Reply With Quote
Old 18th September 2015, 23:36   #14  |  Link
candela
Registered User
 
Join Date: Jun 2005
Posts: 259
Thanks 0.62 works. The Media Player is indeed a much better option than Passkey which always locks my drive and often crashes when I try to close it. No such problems with Media Player so far
candela is offline   Reply With Quote
Old 20th September 2015, 00:24   #15  |  Link
shadowofdarkness
Registered User
 
Join Date: Nov 2007
Posts: 11
I'm trying to get this to run but it keeps giving a error and I don't know what to do. I only have temporary access to a Windows machine (I only run Linux) so I need to figure this out fast.
I already added added about 140 vuk's to the KeyDB that I could from a Linux machine now I want to get the rest of my v31+ discs done will I can so they well play under Linux after a KeyDB update.

Output

Code:
-----------------------------------------------------------
2013.11.20 06:32:18 -  ------------ FindVUK 0.62 ------------
-----------------------------------------------------------
2013.11.20 06:32:18 - SettingsFile: >C:\Users\username\Desktop\FindVUK\con
fig\FindVUK.ini<

2013.11.20 06:32:18 - Passkey is preferred and available!
2013.11.20 06:32:18 - Passkey-MainFile:>C:\Program Files\DVDFab Passkey\DVDFabPa
sskey.exe
2013.11.20 06:32:18 - Passkey-LogFile: >C:\Users\username\Documents\DVDFab
 Passkey\Log\passkey_internal.log
2013.11.20 06:32:18 - KEYDB-Path:      >C:\Users\username\AppData\Roaming\
aacs

2013.11.20 06:32:18 - ProcDumpFile:    >C:\Users\username\Desktop\FindVUK\
tool\procdump.exe

###############################################################################
 --- PART 1 --- GET VUK ---
-------------------------------------------------------------------------------
2013.11.20 06:32:18 - Please make sure Passkey is enabled!
-------------------------------------------------------------------------------
2013.11.20 06:32:18 - Tested Passkey Version >8.2.4.8< found
2013.11.20 06:32:18 -  >>> everything should work as expected!
2013.11.20 06:32:18 - Offset Folder2DiscId >0x114< - DiscId2Vuk >0x5F<
2013.11.20 06:32:31 - Drive opened
2013.11.20 06:32:34 - DiscType detected >Blu-ray BDMV<
2013.11.20 06:32:34 - Volume Label detected >GAME_OF_THRONES_S2_EPISODE_ONE▼<
2013.11.20 06:32:34 - DriveLetter detected >D<
2013.11.20 06:32:34 - Detected CopyProtections AACS >1< BD+ >0<
2013.11.20 06:32:35 - DiscID found >AB6DAF1F77EEB06782525D440B84CF4F52D96452<
2013.11.20 06:32:36 - Passkey got VUK! Cancel decryption and create MemDump now!

2013.11.20 06:32:37 - Dump successful! >0<
2013.11.20 06:32:37 - MemDump successfully finished!
2013.11.20 06:32:37 - Start to analyze MemDump now!
2013.11.20 06:32:37 - Error! DVDfab_GetVukFromDump - Couldn't find Vid in File!!
!
2013.11.20 06:32:37 - Error during analyzing memory dump - please report in the
doom9 forum!
2013.11.20 06:32:37 - ERROR! while analyzing the memory dump! Exit application!
Waiting 3 secs before quit...
Edit: It turns out it is only that one disc when I tried others they worked. I just have to figure out that one now.
Although I found 10 discs in the end that FindVUK said were invalid but when I manually added them from the terminal output into the keydb on my Linux system (no other decryption software running just libaacs) and manually tested they worked great. They were Game of Thrones seasons 3 and 4 plus the 3D disc for Jurassic Park

Another strange thing when I went to add those last ones with the updater it only added 9 but I had 10 and none of them worked before I added the vuks so they didn't exist beforehand in the DB

Last edited by shadowofdarkness; 20th September 2015 at 03:35. Reason: New info
shadowofdarkness is offline   Reply With Quote
Old 20th September 2015, 10:29   #16  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Hi! So as far as I can see you encountered 3 strange things

1) FindVUK cannot find the necessary data in the memory dump for the >GAME_OF_THRONES_S2_EPISODE_ONE▼< bluray.
>> in this case the memory dump should still be available in the dump subdirectory of the findvuk folder - it would be great if you could upload it somewhere and send me the location as pm so I can download it and check what is going wrong in this case.
You can check yourself with a hex editor if you can find the DiscId >AB6DAF1F77EEB06782525D440B84CF4F52D96452< in the memory dump.

2) FindVUK reported the found VUK to be invalid but it still works? Please post the logfile from such a disc - in case there's something wrong in my validation routine I'd like to correct it as soon as possible

3) The updater only updates 9 of 10 keys - well, please report this in the thread of the updater as honestly I have no idea why this is happening...
nalor is offline   Reply With Quote
Old 20th September 2015, 11:09   #17  |  Link
shadowofdarkness
Registered User
 
Join Date: Nov 2007
Posts: 11
Quote:
Originally Posted by nalor View Post
Hi! So as far as I can see you encountered 3 strange things

1) FindVUK cannot find the necessary data in the memory dump for the >GAME_OF_THRONES_S2_EPISODE_ONE▼< bluray.
>> in this case the memory dump should still be available in the dump subdirectory of the findvuk folder - it would be great if you could upload it somewhere and send me the location as pm so I can download it and check what is going wrong in this case.
You can check yourself with a hex editor if you can find the DiscId >AB6DAF1F77EEB06782525D440B84CF4F52D96452< in the memory dump.

2) FindVUK reported the found VUK to be invalid but it still works? Please post the logfile from such a disc - in case there's something wrong in my validation routine I'd like to correct it as soon as possible

3) The updater only updates 9 of 10 keys - well, please report this in the thread of the updater as honestly I have no idea why this is happening...
1) It turns out the problem with the Game of Thrones disc is that it can't create the dump file which can be seen by it having some strange character at the end of the volume label.

To make it worse for you to figure out I tried putting the log on pastebin but that character was deleted even opening the txt file in Notepad on Windows didn't show it. The only way I even saw it was when I opened the log file on my Linux machine.

I have attached the original txt file in case you also run Linux to see it and a screenshot of it open in vi incase you don't. I didn't even have to highlight the problems since it seems highlighted on its own.

2) The log is also doing the Jurassic Park 3D discs which gives a false invalid. But I know works since I have propagated it manually to my Linux laptop and Raspberry Pi which both started playing the disc fine afterwards.

3) I'll definitely find the updater thread because I may also have others that didn't upload but I thought it was coincidence that someone else added them because I got a updated db as I was doing the upload that time. But maybe not if it also added less this time when no other update happened.
Attached Images
 
Attached Files
File Type: txt 2015-09-20_FindVUK.txt (10.7 KB, 412 views)

Last edited by shadowofdarkness; 20th September 2015 at 11:12. Reason: changing picture
shadowofdarkness is offline   Reply With Quote
Old 20th September 2015, 11:19   #18  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Ahh! You're right - this strange character will be the problem! I'm only wondering why procdump.exe doesn't return an error when it fails because of the filename...

I'll remove all strange characters in future from the filename - I think this will solve the problem

Give me a few minutes - I'll upload the next release soon!

Unfortunately I cannot download your logfile because it still needs approval... maybe you can simply upload it to file-upload.net or another easy to use filehoster and paste the link here?
nalor is offline   Reply With Quote
Old 20th September 2015, 11:36   #19  |  Link
shadowofdarkness
Registered User
 
Join Date: Nov 2007
Posts: 11
Here is the log also I noticed the character looks different when I open it in gedit on my Linux system so it's like it just shows something as a place holder and not a specific character.

http://s000.tinyupload.com/index.php...03134481590036
shadowofdarkness is offline   Reply With Quote
Old 20th September 2015, 12:31   #20  |  Link
nalor
Registered User
 
Join Date: Dec 2013
Posts: 490
Thanks for the logfile! This really helps! I think I already know the problem with VUK-invalid message.. it's again a stupid error
I'm only wondering why I've never run into this problem before....

I'll fix it now and as soon as I've finished this task I'll upload the next release
nalor is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 18:16.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.