I confirm this.Bisonte wrote: Fri Jan 03, 2025 1:57 am the download is a broken zipfile...
There is a HTTP Header in front of the binary data![]()
Happy New Year everyone!
I confirm this.Bisonte wrote: Fri Jan 03, 2025 1:57 am the download is a broken zipfile...
There is a HTTP Header in front of the binary data![]()
Code: Select all
OpenFile(0, file$)Code: Select all
ReadFile(0, file$)Code: Select all
C:\Program Files\PureBasic\Compilers\Engine3d.dllCode: Select all
[18:26:39] Waiting for executable to start...
[18:26:39] Executable type: Windows - x64 (64bit, Unicode, Thread, Purifier)
[18:26:39] Executable started.
[18:26:47] [ERROR] Line: 80
[18:26:47] [ERROR] The specified #Gadget is not initialised.
[18:26:54] The debugged executable quit unexpectedly.
Code: Select all
12th Gen Intel(R) Core(TM) i5-12500
FileSize: 538 MiB, unpack time:
PB: 23554 ms
7zr: 19141 ms
PureBasic is 23% slowerWe are waiting for someone who can help with this.
Great jobidle wrote: Sun Aug 14, 2022 1:11 amdownload link
https://www.dropbox.com/s/f76f9cvjfmv88h9/EzPack.zip
Can you provide a sample of such an "incorrect" archive?StarWarsFan wrote: Sat Jun 25, 2022 11:45 am...Obviously some archives collide with the way NextPackEntry() is conducted. => on some archives it returns #false (0) here and the loop is not executed...
Code: Select all
Structure proto Align #PB_Structure_AlignC
a.q
b.l
EndStructure
Debug SizeOf(proto)
; PB 6.0 alpha 5 x86 ASM Backend & C Backend:
; [Debug] 12
;
; PB 5.73 x86:
; [Debug] 16Code: Select all
General -> Whole Program Optimization:NO
Librarian -> Additional Dependencies:msvcrt.lib